@charset "utf-8";
@import url(default.css);

/* Index------------------------------------------------
	layout
	Header
	Left block
	Right block
	Footer block
	for MacIE
 ------------------------------------------------------- */



/* Layout start------------------------------------------- */
/* header menu */
table#fc2menu {
	width: 100%;
	background-color: #FFFFFF;
	border: none;
}
/* contents block */
div#container {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto;
}
/* left block */
div#left {
	float: left;
	width: 180px;
	text-align: left;
	margin-bottom: 30px;
	margin-left: 2px;
	margin-top: 25px;
}
/* right block */
div#right {
	float: right;
	width: 600px;
	text-align: left;
	margin-right: 2px;
	margin-top: 25px;
}
/* footer block */
div#footer {
	clear: both;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999999;
	text-align: center;
}

/* Layout end--------------------------------------------- */



/* Header start----------------------------------------- */
.logo {
	width: 144px;
	height: 61px;
}
.logo a {
	display: block;
	height: 61px;
	width: 144px;
	text-indent: -9999px;
}
.logo a:link,
.logo a:visited,
.logo a:hover,
.logo a:active
{
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
table#fc2menu .td1 {
	height: 38px;
}
table#fc2menu .td2 {
	text-align: left;
	height: 23px;
	vertical-align: middle;
	background-color: #BF0000;
}
table#fc2menu .td2 .menu_list {
	text-align: left;
	color: #FFFFFF;
	width: 600px;
	font-size: 90%;
}
/* for IE \*/
* html table#fc2menu .td2 .menu_list {
	font-size : 75%;
}	
/**/

table#fc2menu .td3 {
	height: 25px;
	vertical-align: middle;
	background-image: url(images/tb_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
}
table#fc2menu .td3 .menu_list {
	text-align: left;
	color: #000000;
	width: 900px;
	font-size: 90%;
}
/* for IE \*/
* html table#fc2menu .td3 .menu_list {
	font-size : 75%;
}	
/**/
table#fc2menu .td4 {
	width: 20%;
	background-color: #BF0000;
}
table#fc2menu .td2 .menu_list a:link,
table#fc2menu .td2 .menu_list a:visited { color: #FFFFFF; }
table#fc2menu .td2 .menu_list a:hover,
table#fc2menu .td2 .menu_list a:active { text-decoration: underline; }

/* Header end------------------------------------------- */



/* Left block start------------------------------------- */
/* sidebar header */
div.side_head {
	background-image: url(images/side_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
/* sidebar title */
div.side_head p {
	color: #9900FF;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	font-size: 120%;
}
/* sidebar footer */
div.side_footer {
	margin-bottom: 20px;
}
/* sidebar content */
div.menu_main {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 10px;
	width: 178px;
}
/* for IE \*/
* html div.menu_main {
	width: 180px;
}	
/**/

/* menu list title */
div.menu_main h3 {
	color: #B070BC;
	margin-right: 8px;
	margin-left: 8px;
	padding-bottom: 3px;
}
/* menu list content */
div.menu_main p {
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
/* menu list */
div.menu_main .menu_list {
	text-align: left;
	margin-left: 15px;
	padding-bottom: 5px;
	margin-right: 10px;
}
div.menu_main .menu_list li {
	color: #224FAC;
	background-image: url(images/listmark1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 3px;
	padding-left: 17px;
	margin-top: 3px;
}
/* side image */
div.menu_main .menu_list img {
	margin-right: 2px;
}

/* Left block end--------------------------------------- */



/* Right block start------------------------------------ */
/* content */
div.main {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	width: 598px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
}
/* for IE \*/
* html div.main {
	width: 600px;
}	
/**/
/* sub header */
div.main_head {
	background-image: url(images/main_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
/* sub title */
div.main_head h2 {
	margin-left: 20px;
	color: #6633CC;
	padding-top: 6px;
}
/* content footer */
div.main_footer {
	margin-bottom: 30px;
}
/* company content */
div.main .content {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
}
div.main .content_body {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div.content_body p {
	margin-bottom: 10px;
}
div.main .content_body img {
	margin-right: 2px;
	margin-left: 2px;
	vertical-align: middle;
}
div.main .content_body dt {
	font-weight: bold;
	color: #B070BC;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B070BC;
}
div.main .content_body dd {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 0px;
}
div.main .content_body li {
	list-style-type: disc;
	margin-left: 10px;
	list-style-position: inside;
	margin-bottom: 2px;
}
div.main .content p {
	text-align: left;
}
/* company table */
div.main #company_info {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* for IE \*/
* html div.main #company_info {
	font-size : x-small;
}	
/**/
div.main #company_info td {
	padding: 5px;
}
div.main #company_info .ci_td1 {
	width: 85px;
}
div.main #company_info .ci_td2 {
	width: 435px;
}
/* history table */
div.main #history {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
/* for IE \*/
* html div.main #history {
	font-size : x-small;
}	
/**/
div.main #history img {
	margin-right: 5px;
	vertical-align: middle;
}
div.main #history td {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
div.main #history .ch_td1 {
	width: 70px;
}
div.main #history .ch_td2 {
	width: 50px;
}
div.main #history .ch_td3 {
	width: 410px;
}
div.main #history .ch_td4 {
	width: 130px;
}
div.main #history p {
	margin-left: 10px;
}
div.main #history .history_main {
	width: 520px;
	margin-right: 10px;
	margin-left: 10px;
}
div.main #history .history_main p {
	color: #B06CA8;
	font-weight: bold;
}
div.main #history .history_main dt {
	font-weight: bold;
}
div.main #history .history_main dd {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-bottom: 5px;
	clear: both;
}
div.main #history .history_main ul {
	width: 480px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	margin-bottom: 5px;
}
div.main #history .ch_td3 img {
	margin-right: 3px;
}

/* privacy policy */
div.main .privacy_main {
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 1.5;
}
div.main .privacy_main li {
	margin-bottom: 3px;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin-left: 15px;
}
div.main .privacy_main .privacy_sub {
	margin-left: 10px;
	margin-top: 5px;
}
div.main .privacy_main .privacy_sub li {
	list-style-type: decimal;
	background-image: none;
	list-style-position: outside;
	padding: 0px;
}
/* invitation */
dl.content_body ul {
	margin-bottom: 15px;
}
/* Right block end-------------------------------------- */



/* Footer block start----------------------------------- */
div#footer .footer_menu {
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
div#footer .footer_menu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
div#footer p {
	text-align: center;
}
/* Footer block end------------------------------------- */



/* for MacIE
------------------------------------------------------------ */

textarea,input,select {
	font-family : "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", sans-serif;
}
h3.ad_info_header {
	margin-bottom: 5px;
}
