@charset "utf-8";

/* contents */
/*
=000 body;
=010 container;
=011 logo for index page;
=020 header but disuse;
=030 common menu;
=031 menu_menu for index page;
=041 fade_in for index page;
=050 main content;
=060 photo box;
=070 footer;
=080 contents of main content;
=090 copyrights;
=100 main content for composite;
=110 main content for large composite;

/* =000 body */
body {
	background: url(../image_common/bg00.gif) left top repeat;
	font: 77.0%/1.5;
	font-family:Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	
body#black {
	background: #000000;
	}
	
/* =010 container */
div#container {
	position: relative;
	width: 780px;
	height: auto;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	}
	
div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
	}

/*\*/
*html div#container {
    height: 1em;
	}

#container {
    display: block;
	}
/**/	

div#container_composite {
	position: relative;
	width: 780px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	}
	
div#container_lc {
	position: relative;
	width: 780px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	}

div#container h1,
div#container_index h1,
div#container_composite h1,
div#container_lc h1 {
	height: 0;
	text-indent: -1234em;
	overflow: hidden;
	}
	
/* =030 common menu */	
div#container div#menu {
	float: left;
	width: 180px;
	height: auto;
	background: #ffffff url(../image_common/menu_logo149x69.gif) 19px 25px no-repeat;
	}
		
div#container div#menu div#menu_logo {
	position: absolute;
	top: 25px;
	left: 19px;
	width: 149px;
	height: 69px;
	}
	
div#container div#menu ul {
	list-style: none;
	margin-top: 110px;
	padding: 0 6px;
	}

div#container div#menu ul li.menu_group {
	margin: 15px 6px 3px 9px;
	padding-left: 6px;
	font-size: 18px;
	color: #333333;
	padding-left: 6px;
	letter-spacing: 0.02em;
	}
	
div#container div#menu ul li.menu_details {
	margin: 0px 6px 3px 18px;
	padding-left: 8px;
	height: 18px;
	font-size: 15px;
	font-weight: 500;
	}	
	
div#container div#menu ul li.menu_details a {	
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.05em;
	}	

div#container div#menu ul li.menu_this {
	margin: 0px 6px 3px 18px;
	padding-left: 8px;
	height: 18px;
	font-size: 15px;
	color: #111111;
	font-weight: 700;
	}	
	
div#container div#menu div#menu_bottom {
	width: 180px;
	height: 150px;
	background: #000000;
	color: #333333;
	}

/* =050 main content */
div#container div#main_content {
	margin-left: 190px;
	width: 586px;
	height: auto;
	min-height: 360px;
	background: #ffffff;
	overflow: hidden;
	}
	
/* =060 photo box */
div#container div#main_content ul {
	float: left;
	width: 586px;
	padding-top: 26px;
	padding-left: 12px;
	margin-left: -12px;
	list-style: none;
	}

div#container div#main_content ul li.photo_box {
	position: relative;
	float: left;
	width: 135px;
	height: 180px;
	margin-bottom: 25px;
	margin-left: 6px;
	background-color: #ffffff;
	overflow: hidden;
	}
	
div.photo_link {
	width: 135px;
	height: 135px;
	margin: 0;
	background: transparent url(../image_model/coming_soon.gif) top left no-repeat;
	}
	
li.photo_box p {
	position: absolute;
	padding: 6px;
	font-size: 14px;
	color: #333333;
	z-index: 300;
	}
	
li.photo_box p.outer_link {
	position: absolute;
	margin-top: 24px;
	padding: 3px 0 3px 36px;
	}	
	
li.photo_box p a {
	color: #cccccc;
	text-decoration: none;
	z-index: 300;
	}
	
li.photo_box p.outer_link a {
	text-align: right;
	color: #fec1fa;
	}

li.photo_box div.coming_soon {
	float: right;
	width: 108px;
	height: 32px;
	margin-top: 9px;
	margin-right: 3px;
	text-indent: -1234em;
	background: #000000 url(../icon/comin_soon_large.gif) bottom right no-repeat;
	z-index: 50;
	}
	
/* =070 common footer */	
div#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 30px;
	background: #ffffff;
	}

div#footer ul {
	list-style: none;
	float: right;
	padding-top: 6px;
	padding-left: 172px;
	font-size: 15px;
	}
	
div#footer li {
	float: left;
	margin: 0px 12px 3px 12px;
	padding-left: 16px;
	height: 18px;
	font-weight: 500;
	}
	
div#footer li a{	
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.05em;
	}	
	
div#footer li.footer_this {
	float: left;
	margin: 0px 12px 3px 12px;
	padding-left: 16px;
	height: 18px;
	color: #111111;
	font-weight: 700;
	}	


/* =072 footer for composite */	
div#footer_composite {
	display: none;
	height: 0;
	}

div#footer_composite noscript {
	display: none;
	height: 0;
	}
	
div#footer_composite ul {
	display: none;
	}
	
div#footer_composite li {
	display: none;
	height: 0;
	}
	
div#footer_composite li a {		
	display: none;
	height: 0;
	}
	
/* =080 contents of main content */
div#main_content dl {
	width: 36em; 
	margin-top: 30px;
	margin-left: 24px;
	font-size: 15px;
	line-height: 130%;
	color: #333333;
	}
	
div#main_content dl.eng {
	margin-top: 30px;
	margin-left: 24px;
	font-size: 15px;
	line-height: 130%;
	}	
	
div#main_content dl.become {
	margin-top: 10px;
	}	
	
div#main_content dl dt {
	width: 9em;
	float: left;
	clear: both;
	}

div#main_content dl dd {
	margin-left: 9em;
	width: 26em;
	margin-bottom: 0.1em;
	}
	
div#main_content dl.become dd {
	margin-left: 9em;
	width: 26em;
	margin-bottom: 0.25em;
	}		
	
div#main_content .description_j {
	margin-top: 30px;
	margin-left: 24px;
	margin-right: 40px;
	font-size: 15px;
	line-height: 150%;
	color: #333333;
	}
	
div#main_content .description_j2 {
	margin-top: 114px;
	margin-left: 24px;
	margin-right: 40px;
	font-size: 15px;
	line-height: 150%;
	color: #333333;
	}	
	
div#main_content .description_e {
	margin: 12px 40px 30px 24px;	
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 0.05em;
	color: #333333;
	}
	
div#main_content .description_e2 {
	margin: 24px 40px 30px 24px;	
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 0.05em;
	color: #333333;
	}		
	
h2.become_j{
	margin: 40px 0 -6px 12px;
	color: #333333;
	font-size: 18px;
	}

h2.become_e{
	margin: 30px 0 -9px 12px;;
	color: #333333;
	font-size: 20px;
	}

address {
	float: right;
	margin: 30px;
	}
	
address a {
	color: #333333;
	}
	
div#main_content div#link_box {
	margin: 114px 20px 30px 20px;
	width: 530px;
	height: 308px;
	padding-top: 5px;
	background: #ffffff;
	}
	
div#main_content div#link_box dl.small_box {
	margin: 0 5px;
	width: 520px;
	height: 100px;
	background: #ffffff;
	border-bottom: solid 1px #dddddd;
	}
	
div#main_content div#link_box dl.small_box dt {
	width: 120px;
	padding-left: 15px;
	height: 100px;
	}
	
div#main_content div#link_box dl.small_box dd {
	width: 380px;
	height: 100px;
	padding-top: 30px;
	background: 
	}
	
/* =090 copyrights */		
div#copyrights {
	clear: both;
	width: 780px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-right: 18px;
	text-align: right;
	color: #444444;
	font-size: 12px;
	}

/* =100 main content for composite */
div#photo_main {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 377px;
	height: 402px;
	}
	
div#photo_01 {
	position: absolute;
	top: 12px;
	left: 398px;
	width: 182px;
	height: 263px;
	}
	
div#photo_02 {
	position: absolute;
	top: 12px;
	left: 586px;
	width: 182px;
	height: 263px;
	}
	
div#photo_03 {
	position: absolute;
	top: 281px;
	left: 398px;
	width: 182px;
	height: 263px;
	}
	
div#photo_04 {
	position: absolute;
	top: 281px;
	left: 586px;
	width: 182px;
	height: 263px;
	}
	
div#logo_composite {
	position: absolute;
	top: 426px;
	left: 233px;
	width: 156px;
	height: 118px;
	background: transparent url(../image_common/composite_logo.gif) left top no-repeat;
	}
		
div#container_composite h2 {
	position: absolute;
	top: 420px;
	left: 15px;
	color: #111111;
	font-size: 26px;
	letter-spacing: 0.01em;
	}
	
div#container_composite h2.jl {
	position: absolute;
	top: 420px;
	left: 15px;
	color: #111111;
	font-size: 26px;
	letter-spacing: 0.025em;
	}	

div#container_composite h2.jl2 {
	position: absolute;
	top: 420px;
	left: 15px;
	color: #111111;
	font-size: 26px;
	letter-spacing: 0.25em;
	}		

div#container_composite p {
	position: absolute;
	top: 458px;
	left: 18px;
	width: 180px;
	height: atuo;
	color: #333333;
	font-size: 14px;
	word-spacing: 0.25em;
	}
		
div#container_composite p a {
	position: absolute;
	display: block;
	width: 150px;
	top: 60px;
	left: 0px;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	}

div#container_composite p.outer_link a {
	display: block;
	width: 180px;
	color: #fec1fa;
	text-align: right;
	}
	
/* =110 main content for large composite */
div#container_lc div#lc_photo_main {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 428px;
	height: 576px;
	}
	
div#container_lc ul#lc_photos {
	list-type: none;
	position: absolute;
	top: 12px;
	left: 449px;
	width: 324px;
	height: 426px;
	}
	
div#container_lc ul#lc_photos li {
	float: left;
	width: 102px;
	height: 136px;
	margin: 0 6px 6px 0;
	}
	
div#container_lc ul#lc_photos li a {
	border-style: none;
	}	
	
div#lc_logo {
	position: absolute;
	top: 470px;
	left: 612px;
	width: 156px;
	height: 118px;
	background: transparent url(../image_composite/composite_logo.gif) left top no-repeat;
	}
		
div#container_lc h2 {
	position: absolute;
	top: 438px;
	left: 452px;
	width: 160px;
	height: 26px;
	color: #111111;
	font-size: 26px;
	letter-spacing: 0.01em;
	}
	
div#container_lc p {
	position: absolute;
	top: 470px;
	left: 458px;
	color: #333333;
	font-size: 14px;
	word-spacing: 0.25em;
	}
		
div#container_lc p a {
	position: absolute;
	display: block;
	width: 160px;
	top: 438px;
	left: 580px;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	}
	
