@charset "Shift_JIS";
@import "init.css";

/* 基本レイアウト *********************************************************************************/
body{
	text-align: center;
	font-size: 10px;
	line-height: 1.3em;
	color: #333333;
}
#wrapper{
	margin: 10px auto 0 auto;
	width: 800px;
	text-align: left;
}
#header{
	width: 800px;
}
#contents{
	width: 800px;
	float: left;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
#footer{
	clear: both;
}
#footer img{
	display: none;
}
a{
	text-decoration: none;
}
a:link{ color: #000000; }
a:visited{ color: #000000; }
a:hover{ color: #7f7f7f; }
a:active{ color: #7f7f7f; }
/* 共通レイアウト *********************************************************************************/
/* header *****************************************************************************************/
body div#wrapper div#header div#header-logo{
	padding: 19px 185px 12px 48px;
}
body div#wrapper div#header div#header-button ul li{
	display: none;
}
body div#wrapper div#header div#navigation{
	display: none;
}

/* contents ***************************************************************************************/
body div#wrapper div#contents h1{
	margin: 19px 0 12px 30px;
}


/* ページレイアウト *******************************************************************************/
/* Index ******************************************************************************************/
body#index div#wrapper div#header{
	width: 800px;
	height: 450px;
	text-align: center;
}
body#index div#wrapper div#header img{
	margin: 90px 0 0 170px;
}
body#index div#wrapper div#contents{
	margin: 0;
	padding: 0;
	width: 800px;
}
body#index div#wrapper div#contents ul{
	width: 215px;
	margin: 0 0 0 91px;
}
body#index div#wrapper div#contents ul li{
	float: left;
	margin-bottom: 7px;
}
body#index div#wrapper div#footer{
	margin: 8px 0 0 91px;
}

/* Topics *****************************************************************************************/
body#topics div#wrapper div#header{
}
body#topics div#wrapper div#header div#header-button ul li{
	margin: 0 0 4px 0;
	float: right;
}
body#topics div#wrapper div#header div#header-button ul li#header-button-works{
	float: left;
}

body#topics div#wrapper div#contents{
	padding: 0 0 0 62px;
	margin: 24px 0 0 0;
}
body#topics div#wrapper div#contents h1{
	padding: 0 0 31px 0;
	margin: 0;
}
body#topics div#wrapper div#contents div.topics-block{
	padding: 0 0 40px 0;
	width: 292px;
}
body#topics div#wrapper div#contents div.topics-block p.topics-date{
	font-size: 1.1em;
	width: 292px;
}
body#topics div#wrapper div#contents div.topics-block p.topics-main{
	width: 292px;
	font-size: 1.2em;
	text-align: justify;
	text-justify: auto;
}

/* Profile ****************************************************************************************/
body#profile div#wrapper div#contents div.profile-contents{
	float: left;
}
body#profile div#wrapper div#contents div.profile-contents div.profile-block{
	font-size: 1.1em;
	padding-left: 30px;
}
body#profile div#wrapper div#contents div.profile-contents div.profile-block div.photo{
	margin: 0 0 8px 0;
}
body#profile div#wrapper div#contents div.profile-contents div.profile-block div.name{
	font-size: 1.2em;
	line-height: 2em;
	margin-bottom: 5px;
}
body#profile div#wrapper div#contents div.profile-contents div.profile-block div.profile-table{
	margin-bottom: 10px;
}
body#profile div#wrapper div#contents div.profile-contents div.profile-block div.profile-table div.table-title{
	font-size: 1.2em;
	line-height: 2em;
}
body#profile div#wrapper div#contents div.profile-contents div.profile-block div.profile-table table{
	font-size: 1.1em;
	line-height: 1.3em;
}
body#profile div#wrapper div#contents div.profile-contents div.profile-block div.profile-table table td.year{
	width: 3em;
}


/* Philosophy *************************************************************************************/
body#philosophy div#wrapper div#contents{
/*	background: url(../img/philosophy_bg.gif) no-repeat;*/
}
body#philosophy div#wrapper div#contents div.philosophy-main{
	margin: 40px 0 40px 30px;
/*	margin: 170px 0 50px 0;*/
	padding-right: 30px;
/*	text-align: right;*/
	font-size: 1.3em;
	line-height: 1.5em;
}
body#philosophy div#wrapper div#contents div.philosophy-box{
	margin: 0 0 20px 30px;
	font-size: 1.2em;
	line-height: 1.4em;
}
body#philosophy div#wrapper div#contents div.philosophy-box div.box-title{
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;
}
/* Company ****************************************************************************************/
body#company div#wrapper div#contents div.title{
	position: relative;
}
body#company div#wrapper div#contents ul.sub-navigation{
	position: absolute;
	left: 270px;
	top: 9px;
}
body#company div#wrapper div#contents ul.sub-navigation li{
	float: left;
	margin-right: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
body#company div#wrapper div#contents div.company-box{
	margin: 0 0 20px 30px;
}
body#company div#wrapper div#contents div.company-box h2{
	margin-bottom: 15px;
}
body#company div#wrapper div#contents div.company-box div.title h2{
	position: relative;
}
body#company div#wrapper div#contents div.company-box div.title span.button-recruit{
	position: absolute;
	left: 110px;
	top: 0px;
}
body#company div#wrapper div#contents div.company-box div.left-box{
	width: 370px;
}
body#company div#wrapper div#contents div.company-box div.box-contents span.table-title{
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
}
body#company div#wrapper div#contents div.company-box div.box-contents p{
	font-size: 1.1em;
	margin-bottom: 1em;
}
body#company div#wrapper div#contents div.company-box div.box-contents table{
	font-size: 1.2em;
	margin-bottom: 1em;
}
body#company div#wrapper div#contents div.company-box div.box-contents table tr td{
	padding: 1px 1em 1px 0;
}
body#company div#wrapper div#contents div.company-box div.page-top{
	clear: left;
	text-align: right;
	margin-right: 20px;
}
body#company div#wrapper div#contents div.company-box div.box-contents table.map tr td{
	vertical-align: middle;
}
body#company div#wrapper div#contents div.company-box div.box-contents table.map tr td table{
	font-size: 1em;
	line-height: 1em;
}
body#company div#wrapper div#contents div.company-box div.box-contents table.map tr td div.map-info table tr td{
	padding: 1px 1em 1px 0;
	line-height: 1.3em;
	vertical-align: top;
}
body#company div#wrapper div#contents div.company-box div.box-contents div.map-info{
}

/* Works ******************************************************************************************/
body#works div#wrapper div#contents div.sub-navigation{
	display: none;
}
body#works div#wrapper div#contents div.sub-navigation ul li ul li{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
	margin: 0;
}
body#works div#wrapper div#contents div.sub-navigation ul li.title{
	margin: 5px 0 3px 0;
}
body#works div#wrapper div#contents div.works-main{
	width: 480px;
	margin: 9px 0 0 100px;
}
body#works div#wrapper div#contents div.works-main h2{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1em;
}
body#works div#wrapper div#contents div.works-main div.thumbnail-block{
	clear: both;
	height: 110px;
	margin: 10px 0 20px 0;
}
body#works div#wrapper div#contents div.works-main div.thumbnail-block div.thumbnail{
	float: left;
	margin-right: 20px;
}
body#works div#wrapper div#contents div.works-main div.thumbnail-block div.thumbnail span.photo{
}
body#works div#wrapper div#contents div.works-main div.thumbnail-block div.thumbnail span.title{
}

body#works div#wrapper div#contents div.works-main div.main-photo{
	margin-bottom: 10px;
}
body#works div#wrapper div#contents div.works-main div.photo-navigation{
	float: right;
}
body#works div#wrapper div#contents div.works-main div.photo-navigation div.button{
	margin-bottom: 10px;
}
body#works div#wrapper div#contents div.works-main div.photo-navigation div.button span.button-next{
	margin-left: 119px;
}
body#works div#wrapper div#contents div.works-main div.photo-navigation div.thumbnail-box{
	margin-bottom: 3px;
}
body#works div#wrapper div#contents div.works-main div.photo-navigation div.thumbnail-box span.thumbnail{
}
body#works div#wrapper div#contents div.works-main div.works-data{
}
body#works div#wrapper div#contents div.works-main div.works-data h2{
	margin-top: 14px;
}
body#works div#wrapper div#contents div.works-main div.works-data p{
	margin: 15px 0 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
body#works div#wrapper div#contents div.works-main div.works-data p.text{
	margin: 15px 0 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
	text-justify: auto;
}
body#works div#wrapper div#contents div.works-main div.button-back{
	clear: both;
	text-align: right;
	margin: 10px 0 10px 0;
}
body#works div#wrapper div#contents div.map{
	margin: -30px 0 30px 0;
}

/* Media ******************************************************************************************/
body#media div#wrapper div#contents div.sub-navigation{
	display: none;
}
body#media div#wrapper div#contents div.sub-navigation ul li ul li{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
	margin: 0;
}
body#media div#wrapper div#contents div.sub-navigation ul li.title{
	margin: 5px 0 3px 0;
}
body#media div#wrapper div#contents div.media-main{
	width: 610px;
	margin: 9px 0 15px 30px;
}
body#media div#wrapper div#contents div.media-main h2{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 10px;
}
body#media div#wrapper div#contents div.media-main table{
	font-size: 1.2em;
	line-height: 1.4em;
}
body#media div#wrapper div#contents div.media-main table tr.media-title{
	font-weight: bold;
}
body#media div#wrapper div#contents div.media-main table tr td{
	padding: 1px 1.5em 1px 0;
}

/* Recruit ****************************************************************************************/
body#recruit div#wrapper div#contents div.sub-navigation{
	display: none;
}
body#recruit div#wrapper div#contents div.sub-navigation ul li{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
	margin: 0;
}
body#recruit div#wrapper div#contents div.sub-navigation ul li.title{
	margin: 5px 0 3px 0;
}
body#recruit div#wrapper div#contents div.recruit-main{
	width: 580px;
	margin: 9px 0 15px 30px;
}
body#recruit div#wrapper div#contents div.recruit-main h2{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.0em;
	margin-bottom: 10px;
}
body#recruit div#wrapper div#contents div.recruit-main p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
body#recruit div#wrapper div#contents div.recruit-main form table{
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 20px 0 20px 0;
}
body#recruit div#wrapper div#contents div.recruit-main form table tr td{
	padding: 1px 1.5em 1px 0;
	vertical-align: middle;
}
body#recruit div#wrapper div#contents div.recruit-main form table tr.button{
	text-align: center;
}

/* Access *****************************************************************************************/
body#access div#wrapper div#contents div.access-box table{
	font-size: 1.2em;
	margin-bottom: 1em;
}
body#access div#wrapper div#contents div.access-box table.map tr td{
	vertical-align: middle;
	padding: 1px 1em 1px 0;
}
body#access div#wrapper div#contents div.access-box table.map tr td table{
	font-size: 1em;
	line-height: 1em;
}
body#access div#wrapper div#contents div.access-box span.table-title{
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
}
body#access div#wrapper div#contents div.access-box table.map tr td div.map-info table tr td{
	padding: 1px 1em 1px 0;
	line-height: 1.3em;
	vertical-align: top;
}
body#access div#wrapper div#contents div.access-box div.map-img{
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5em;
}
body#access div#wrapper div#contents div.access-box table.map tr td div.map-img{
	margin-bottom: 0px;
}
body#access div#wrapper div#contents div.access-box div.button-back{
	clear: left;
	text-align: right;
	margin: 0 30px 10px 0;
}
