@charset "utf-8";

/*------------------------------------------------- 全体 -*/
html{
     overflow-y: scroll;
}

body{
	background:#FFF5E0;
	text-align:center;
	color:#333;
	font-size:12px;
	line-height:140%;
	font-family:Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

h3{
	font-weight:bold;
	line-height:32px;
	font-size:16px;
	clear:both;
}

h4{
	line-height:28px;
	font-weight:bold;
	font-size:13px;
}

p{
	padding:5px 0;
	text-align:justify;
}


a{
	color:#444444;
	text-decoration:none;
	outline:0;
}

a:hover{
	color:#4275a8;
}

em{
	color:#ff3333;
}

.clearfix:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

/*--------------------------------------------- コンテナ -*/
#container{
	width:760px;
	margin:0 auto;
	background:#ffffff;
}

/*----------------------------------------------- ヘッダ -*/
#header{
	background:url(../images/subtop.png) no-repeat;
	width:760px;
	height:55px;
	position:relative;
}

#header a#logo{
	width:110px;
	height:55px;
	display:inline;
	float:left;
	margin-left:3px;
}

#header ul#menu{
	top:31px;
	left:168px;
	font-size:14px;
	color:#666;
	text-align:left;
	position:absolute;
}

#header ul#menu li{
	display:block;
	float:left;
	margin:0;
	width:80px;
	height:24px;
	padding:0;
}

#header ul#menu li a{
	display:block;
	padding:0;margin:0;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
}

#header ul#menu li a.menu_company{
	background:url(../images/menu_company.png) no-repeat center top;
}

#header ul#menu li a.menu_philosophy{
	background:url(../images/menu_rinen.png) no-repeat center top;
}

#header ul#menu li a.menu_access{
	background:url(../images/menu_access.png) no-repeat center top;
}

#header ul#menu li a.menu_contact{
	background:url(../images/menu_contact.png) no-repeat center top;
}

#header ul#menu li a.menu_recruit{
	background:url(../images/menu_recruit.png) no-repeat center top;
}


#header ul#menu li a:hover{
	background-position: center center;
}

body#company ul#menu li a.menu_company{
	background-position: center bottom;
}

body#philosophy ul#menu li a.menu_philosophy{
	background-position: center bottom;
}

body#access ul#menu li a.menu_access{
	background-position: center bottom;
}

body#contact ul#menu li a.menu_contact{
	background-position: center bottom;
}

body#recruit ul#menu li a.menu_recruit{
	background-position: center bottom;
}

#header ul#submenu{
	font-size:11px;
	color:#666;
	text-align:right;
	top:3px;
	right:10px;
	position:absolute;
}

#header ul#submenu li{
	display:inline;
	padding: 5px;
}


h2{
	display:block;
	position:absolute;
	left:150px;
	top:13px;
	font-size:11px;
	color:#8b7e5a;
	letter-spacing:0.2em;
}

h2 span{
	font-size:12px;
	padding: 0 2px;
	font-weight:bold;
}

/*--------------------------------------------- パンくず -*/
#topicpath{
	font-size:11px;
	line-height:13px;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	border-bottom:1px solid #cccccc;
}

#topicpath li{
	display:inline;
}

#topicpath li,
#topicpath li a{
	color:#666666;
}

#topicpath li a:hover{
	color:#ee8800;
}


/*----------------------------------------- メインビュー -*/
#mainview{
	margin-top:15px;
	margin-bottom:5px;
}

a.banner{
	width:760px;
	margin-bottom:5px;
}

a.ban1 img{
	height:100px;
}


/*------------------------------------------- コンテンツ -*/
#content{
	min-height:400px;
	padding:5px 15px 15px;
	text-align:left;
}

* html #content{
	height:400px;
}

#content:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}


/*----------------------------------------- レフトサイド -*/
#leftside{
	width:450px;
	float:left;
	text-align:left;
}

/*--------------------------------------------- ニュース -*/
ul#news{
	width:435px;
	margin:10px; 0 10px 15px;
}
ul#news h4{
	height:25px;
	width:435px;
	background:url(../images/news_head.gif) no-repeat;
	margin-bottom:3px;
	text-indent:15px;
	line-height:25px;
	font-size:12px;
	font-weight:normal;
}

ul#news li{
	margin:5px 2px 15px;
	line-height:15px;
	color:#444444;
}

ul#news li div{
	margin:8px 0 3px;
	padding:0;
	color:#667799;
}

ul#news li a:hover{
	color:#4275a8;
	text-decoration:underline;
}

/*----------------------------------------- ライトサイド -*/
#rightside{
	width:200px;
	float:right;
	text-align:center;
}

#banners{
	width:200px;
	margin:10px 0 0;
}

/*----------------------------------------------- フッタ -*/
#footer{
	clear:both;
	background:url(../images/footer.jpg) no-repeat top;
	width:760px;
	height:45px;
	position:relative;
}

#footer ul{
	text-align:left;
	top:5px;
	left:10px;
	color:#666666;
	position:absolute;
}

#footer li{
	font-size:11px;
	display:inline;
	padding:2px 5px;
}
#footer li:first-child{
	border:0;
}

#footer p{
	padding-top:21px;
	text-align:center;
}


