﻿@charset "utf-8";



/* -----------------------------------------------------------

CSS Information



 File name:      contents.css

 Author:         Your Name (admin)

 Style Info:     コンテンツエリア関係 他

----------------------------------------------------------- */


#visual_sub {
	clear:both;
	height:91px;
	overflow:hidden;
}



/*----------------------------------------------------

	トップバックイメージ

----------------------------------------------------*/

#page_back_top {
	background-image:url(../img/page_back_top.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#323232;margin:0px auto;
	border-bottom:1px solid #272727;
}


/*----------------------------------------------------

	サブページバックイメージ

----------------------------------------------------*/

#page_back_sub {
	background-image:url(../img/page_back_sub.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#323232;margin:0px auto;
	border-bottom:1px solid #272727;
}



/*----------------------------------------------------

	グローバルメニュー

----------------------------------------------------*/



#menu {
	clear:both;
	margin:0px auto 0px auto;
	width:764px;
	height:31px;
}



#menu ul li {
	float:left;
	display:inline;
}

/*----------------------------------------------------

	コンテンツ

----------------------------------------------------*/
#contents {
	margin:30px auto 0px auto;
	width:764px;
	clear:both;
}

#contents:not(\*|*) {
	margin:30px auto 0px auto;
	padding-top:30px;
	width:764px;
	clear:both;
}


/*----------------------------------------------------

	メイン

----------------------------------------------------*/

#main {
	text-align:left;
	color:#f1f1f1;
	font-size:12px;
	width:570px;
	float:left;
}

#main p {
	margin-top:10px;
}

/*----------------------------------------------------

	ニュース

----------------------------------------------------*/

#news {
	margin-top:10px;
}

#news dl dt {
	float:left;
	color:#33ccff;
	width:80px;
}

#news dl dd {
	color:#f1f1f1;
	width:470px;
	margin-left:80px;
}


/*----------------------------------------------------

	TOPメインバナー

----------------------------------------------------*/
#main_banner {
	clear:both;
	width:570px;
	margin-top:40px;
}

#main_banner dl dt {
	float:left;
	width:290px;
}

#main_banner dl dd {
	float:right;
	width:280px;
}

/*----------------------------------------------------

	運営媒体

----------------------------------------------------*/
#service {
	clear:both;
}

h4 {
	color:#b62922;
	font-size:13px;
	margin-bottom:5px;
}


.media_list {
	width:571px;
	color:#000000;
	font-size:10px;
	margin-bottom:20px;
}
.media_left {
	background-color:#f0f0f0;
	float:left;
	margin-right:11px;
	margin-bottom:11px;
	width:280px;
}

.media_right {
	background-color:#f0f0f0;
	float:left;
	width:280px;
	margin-bottom:11px;
}

table {
	width:268px;
	margin:6px auto 6px auto;
}

table th {
	vertical-align:top;
	font-weight:normal;
}

table td {
	vertical-align:top;
	text-align:center;
	line-height:240%;
}

.t {
	color:#e8000a;
	font-size:12px;
	font-weight:bold;
}

.r {
	color:#9f9f9f;
}


/*----------------------------------------------------

	会社概要

----------------------------------------------------*/




#company {
	margin-top:10px;
	line-height:200%;
}


#company :not(\*|*)  {
	line-height:200%;
	width:570px;
}





#company dl dt {
	float:left;
	color:#33ccff;
	width:80px;
	 clear:both; 
}

#company dl dd {
	color:#f1f1f1;
	width:490px;
	margin-left:80px;
}






/*----------------------------------------------------

	事業内容

----------------------------------------------------*/
#business dl dt {
	color:#33ccff;
	font-size:14px;
}

#business {
	margin-bottom:50px;
}

/*----------------------------------------------------

	採用情報

----------------------------------------------------*/
#recruitment {
	line-height:250%;
	margin-bottom:20px;
}

#recruitment h4 {
	color:#FFFFFF;
	font-size:14px;
	background-image:url(../img/dot.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin-top:20px;
}



#recruitment dl dt {
	float:left;
	color:#33ccff;
	width:80px;
	 clear:both; 
}

#recruitment dl dd {
	color:#f1f1f1;
	width:470px;
	margin-left:80px;
}


/*----------------------------------------------------

	サイトマップ

----------------------------------------------------*/



#sitemap table {
	text-align:left;
	width:570px;
}

#sitemap table tr td {

	text-align:left;
}
















/*----------------------------------------------------

	サイド

----------------------------------------------------*/
#side {
	width:170px;
	float:right;
}

#side ul li {
	margin-bottom:5px;
}

#side ul li a:link img {
	border:1px solid #a1a1a1;
}

#side ul li a:visited img {
	border:1px solid #a1a1a1;
}

#side ul li a:hover img {
	border:1px solid #b06363;
}

#side ul li a:active img {
	border:1px solid #a1a1a1;
}


/*----------------------------------------------------

	汎用class

----------------------------------------------------*/


.clear {
	clear:both;
}
