/* CSS Document */
body{
	padding:0; margin:0;
	background-color:#F2F2F2;
	line-height:1.5;
	}
div, p, h1, h2, h3, ul, img{
	padding:0; margin:0;
	}
img{
	border:none; vertical-align:top;
	}
ul{
	list-style-type:none;
	}
.balnk{
	font-size:0px; line-height:0px; clear:both;
	}
	
/*** ページ全体外ボックス枠 ***/

#main{
	width: 864px;
	margin:0 auto 0 auto;
    position:relative;
	background:url(images/bg.gif) repeat-y #FFFFFF;
}
	
/*--------------------------------ロゴ・メインイメージ等ヘッダ枠2-------------------*/

#header{
	width:850px; margin:0 auto; background:url(images/header_pic2.jpg) no-repeat #FFFFFF; color:#000000; height:215px;
	position:relative; 
	}
#header ul{
	color:#000000; display:block; position:absolute; height:25px;
	 width:386px; margin:0; padding:0; top:0px; right:15px;
	}
#header ul li{
	float:left; display:block; margin:0;
	}
#header ul li a{
	height:25px; text-decoration:none; text-indent:-2000px; display:block;
	margin:0 5px 0 0;
	}
#header ul li a.mobile{
	background:url(images/mobile.gif) no-repeat 0 0; width:173px; height:25px;
	}
#header ul li a.mobile:hover{
	background:url(images/mobile_h.gif) no-repeat 0 0; width:173px; height:25px;
	}
#header ul li a.map{
	background:url(images/sitemap.gif) no-repeat 0 0; width:96px; height:25px;
	}
#header ul li a.map:hover{
	background:url(images/sitemap_h.gif) no-repeat 0 0; width:96px; height:25px;
	}
#header ul li a.contact{
	background:url(images/contact.gif) no-repeat 0 0; width:102px; height:25px;
	}
#header ul li a.contact:hover{
	background:url(images/contact_h.gif) no-repeat 0 0; width:102px; height:25px;
	}
#header ul li a.s_mobile{
	background:url(images/mobile_h.gif) no-repeat 0 0; width:173px; height:25px;
	}
#header ul li a.s_map{
	background:url(images/sitemap_h.gif) no-repeat 0 0; width:96px; height:25px;
	}
#header ul li a.s_contact{
	background:url(images/contact_h.gif) no-repeat 0 0; width:102px; height:25px;
	}
	
#header img{
	position:absolute; left:55px; top:15px; display:block;
	}
	

	
	/*------------------------------------ナビゲーション2-------------------------*/

#menu{
	width: 864px;
	margin:0 auto 0 auto;
    position:relative; 
	height:40px;
	padding:0;
	}	
#menu  ul{
	width:850px; display:block; margin:0;  background-color:#FFFFFF;
	position:absolute; top:0px; left:7px;
	}
#menu  ul li{
	height:40px; padding:0; margin:0;
	display:block; float:left; 
	}
#menu  ul li a{
	height:40px; text-decoration:none; text-indent:-2000px; display:block; width:106px;
	}
#menu  ul li a.home{
	background:url(images/home2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.home:hover{
	background:url(images/home_h2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.media{
	background:url(images/media2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.media:hover{
	background:url(images/media_h2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.sales{
	background:url(images/sales2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.sales:hover{
	background:url(images/sales_h2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.content{
	background:url(images/content2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.content:hover{
	background:url(images/content_h2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.cross{
	background:url(images/cross2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.cross:hover{
	background:url(images/cross_h2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.profile{
	background:url(images/profile2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.profile:hover{
	background:url(images/profile_h2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.recruit{
	background:url(images/recruit2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.recruit:hover{
	background:url(images/recruit_h2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.news{
	background:url(images/news2.jpg) no-repeat 0 0; width:108px; height:40px;
	}
#menu  ul li a.news:hover{
	background:url(images/news_h2.jpg) no-repeat 0 0; width:108px; height:40px;
	}


#menu  ul li a.s_media{
	background:url(images/media_h2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.s_sales{
	background:url(images/sales_h2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.s_content{
	background:url(images/content_h2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
#menu  ul li a.s_cross{
	background:url(images/cross_h2.jpg) no-repeat 0 0; width:106px; height:40px;
	}
/*** コンテンツ部分ボックス枠 ***/

#main_body{
	width: 864px;
	margin:0 auto 0 auto;
    position:relative;
}

/*------------------------------------左側メインコンテンツ枠-------------------------*/

#contents {
	float: left;
	width: 610px;
	display: inline;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-left: 27px;
	background-color:#FFFFFF;
	color: #000000;
	overflow: hidden;
}

#contents  h3 {
    background: #FFFFFF url(images/con_bar.gif) no-repeat;
	height: 35px;
	width: 610px;
	line-height: 35px;
	padding-left: 20px;
	margin: 0;
	font-size:13px; color:#333333;
	font-weight:100;
}

#contents  h5 {
    background-color: #F3F3F3;
	padding: 3px 10px;
	border-left: 5px solid #2d78bf;
	border-bottom: 1px solid #cccccc;
	font-size:13px; color:#333333;
	font-weight:100;
}
#contents  h6 {
    background-color: #FFFFFF;
	padding: 3px 10px;
	border-left: 10px solid #2d78bf;
	font-size:13px; color:#333333;
	font-weight:100;
}
#contents p {
	margin: 0.5em 0px 1em;
	font-size: 12px;
	padding: 0;
}

#contents ul li a{
	font:12px; color:#0099ff; background-color:#ffffff; text-decoration:none;
	}
#contents ul li a:hover{
	text-decoration:underline; color:#0066cc;
	}

img.left {
    float:left;
	margin: 0 10px 0 0;
}

img.right {
    float:right;
	margin: 0 0 0 10px;
}

br.clear{
    clear:both;
}

#contents dl{
float:left;
display:block;
width:170px;
margin: 10px 20px 5px 0;
background-color:#ffffff;
}

#contents dt{
font-weight:bold;
font-size:1em;
line-height:1.6em;
width:170px;
margin: 10px 0 0 0;
padding-left:5px;
}

#contents dd{ display:block; width:170px; padding:0 0 5px 10px;
border-bottom: 1px dashed #CCCCCC;
margin: 10px 0 0 0;}

#contents dd a{ color:#666666; font-size:small; text-decoration:none; line-height:1.2em;}

#contents dd a:hover{ color:#0066cc;}

/*-------------------------------ボーダー等装飾-------------------------*/

.d_border li {
	padding: 0 0 10px 0;
	margin: 0.5em 0px 1em;
	font-size: 12px;
	border-bottom: 1px dashed #CCCCCC;
}

/*------------------------------------右側ニュース枠-------------------------*/

#news {
	float: right;
	width: 180px;
	margin-top: 30px;
	margin-bottom: 50px;
	display: inline;
	margin-right: 27px;
	margin-left: 0px;
	background-color:#E6E6E6;
	color: #000000;
	overflow: hidden;
}

#news  h3 {
	text-indent:-2000px; 
	background: #FFFFFF url(images/service_bar.gif) no-repeat 0 0;
	height: 25px;
	width: 180px;
	margin:0;
}

#news  ul{
    margin:0;
	padding:0;
	}
#news ul li{
	padding:10px 10px 10px 10px; margin:0;
	}

#news p {
	margin: 0.5em 0px 1em;
	font-size: 12px;
}


/*---------------------------------フッター-----------------------------------*/
#footer {
	clear: both;
	height: 35px;
	padding: 0;
	font-size: 11px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background:url(images/footer_bg.gif) repeat-x #FFFFFF;
	
}


#footer ul{
	margin:0; display:block; height:15px; position:absolute; top:6px; left:15px;
	width: 850px;
	}
#footer ul li{
	float:left; font-size:11px; color:#999999; background-color:#ffffff;
	display:block; 
	}
#footer ul li a{
	font-size:11px; color:#666666; background-color:#ffffff; text-decoration:none;
	margin:0 5px 0 5px;
	}
#footer ul li a:hover{
	text-decoration:underline; color:#0066cc;
	}
#footer p{
	margin:0; font-size:11px; color:#666666;
	position:absolute; top:6px; right:20px;
	background-color:#ffffff
	}


