@charset "UTF-8";



/* style reset
-------------------------------*/
*  {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	color:#333333;
	}
body {
	background-image:url(top/_images/bg.jpg);
	background-repeat: repeat-x;
	}

/* wrapper
-------------------------------*/
#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}


/* ヘッダー
-------------------------------*/
#header_frame {
	height:154px;
	background-image: url(_images/header_frame.jpg);
	}

/* ディレクトリー表示
-------------------------------*/
#you_are_here {
	height:30px;
	font-size:70%;
	line-height:20px;
	text-indent:5px;
	color:#666666;
	border-left-style: none;
	background-image:url(_images/here_bg.jpg);
	padding:0 0  0 20px;
	}
#you_are_here a:link {
	color:#666666;
	text-decoration:underline!important;
	}
#you_are_here a:visited {
	text-decoration:underline;
	}
#you_are_here a:hover {
	color:#37539D;
	text-decoration:underline;
	}	

	
	
/* メインエリア
-------------------------------*/
#main_contner{
	float:left;
	width:645px;
	margin-top:10px;
		}


/* メインエリア（文字）
-------------------------------*/

#main_contner ul {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 1.3em;
line-height:0.8em;
	}

#main_contner li {
	text-align:left;
	margin-right: 5px;
	margin-left: 10px;
	}
		
		/* リストスタイル
		-------------------------------*/		
		.ds { list-style-type: disc }        /* 黒まる */
		.cc { list-style-type: circle }      /* 白まる */
		.sq { list-style-type: square }      /* 四角 */
		.dc {
			list-style-type: decimal;
			margin-left:10px;
		}     /* 数字 */
		.lr { list-style-type: lower-roman } /* ローマ数字小文字 */
		.ur { list-style-type: upper-roman } /* ローマ数字大文字 */
		.la { list-style-type: lower-alpha } /* アルファベット小文字 */
		.ua { list-style-type: upper-alpha } /* アルファベット大文字 */
		.nn { list-style-type: none }        /* マークなし */

#main_contner h1{
	padding-bottom:15px;
	text-indent:0px;
	text-align:center;
}
#main_contner h2  {
	width:620px;
	font-size:100%;
	margin-bottom:10px;
	text-align:left;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	}
#main_contner h3  {
	width:610px;
	background-image:url(_images/h3_img.jpg);
	font-size:95%;
	margin-top:19px;
	margin-bottom:12px;
	text-align:left;
	height: 27px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 35px;
	}
#main_contner p.h3 {
	margin-top:10px;
	margin-bottom:10px;
	}
#main_contner p.h3_2 {
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
	}
#main_contner h4 {
	width:620px;
	background-image:url(_images/h4_img.jpg);
	font-size:85%;
	text-align:left;
	text-indent: 1em;
	margin-bottom:2px;
	padding-top:10px;
	padding-left: 20px;
	height: 25px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 9px;
	padding-bottom: 0px;
	}
#main_contner p.h4 {
	margin-left: 15px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 85%;
	}

#main_contner h5 {
	clear:both;
	font-size:90%;
	text-align:left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #ECF3FF;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
#main_contner p.h5 {
	margin-left:20px;
	font-size: 85%;
	margin-top:10px;
	margin-bottom:10px;
	}
#main_contner h6 {
	font-size:90%;
	text-align:left;
	text-indent: 0em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #D5E1FD;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	border: 1px solid #CCCCCC;
	}
#main_contner p.h6 {     /* ulとの組み合わせの場合に使用 */
	margin-left:25px;
	margin-right: 10px;
	margin-bottom:20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 7px;
	padding-left: 7px;
	}
	
.main_contner_ph6 {
	margin-left:25px;
	margin-right: 10px;
	margin-bottom:20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	}
		
	

.right_cap {
	font-size:70%;
	text-align:right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-Top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #CCCCCC;
	margin-bottom:20px;
}

.page_title{
	margin-bottom:15px;
	}
	
.comment_frame{
	width:610px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:10px;
		}
.comment1{
	font-size:100%;
	text-align:left;
	text-indent: 1em;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left:2px;
	padding-right:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 2em;
	color: #333;
	width: 580px;
		}
.comment2{
	font-size:80%;
	text-align:left;
	text-indent: 1em;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left:15px;
	padding-right:0px;
	font-weight: normal;
	line-height: 2em;
	width: 400px;
	float: left;
	letter-spacing: 1px;
		}
.comment3{
	font-size:80%;
	text-align:left;
	text-indent: 1em;
	font-weight: normal;
	line-height: 2em;
	float: right;
	width: 180px;
	padding: 5px;
		}
.comment4{
	font-size:90%;
	text-align:right;
	text-indent: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left:15px;
	padding-right:0px;
	font-weight: normal;
	line-height: 2em;
	width: 400px;
	float: left;
		}
.comment5{
	text-align:right;
	text-indent: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left:15px;
	padding-right:0px;
	font-weight: normal;
	line-height: 2em;
	width: 600px;
		}
		
#main_contner span.message1 {
	font-size:105%;
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	}		
		
#main_contner span.message2 {
	font-size:100%;
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	}
	
#main_contner span.message3 {
	font-size:80%;
	color:#FF0000;
	line-height:1.5em;
	}	
	
/* メインコンテンツ
-------------------------------*/
#main_content{
	width:630px;
	clear:left;
	margin-top: 10px;
	margin-left: 10px;
	}

/* メインコンテンツ（文字）
-------------------------------*/
#main_content table{
	font-weight:normal;
	font-size:12px;
	line-height:1.5em;
	width:97%;
	text-align:left;
}

#main_content th{
	line-height:1.5em;
	text-align:right;
	padding-right: 10px;
	color: #000;
	background-color: #F0F0F0;
	font-weight: normal;
}

#main_content p.imgbox {
	float:right;
	height:auto;
	margin:5px;
	padding: 5px;
	}

#main_content ol {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	}

#main_content li {
	margin:20px 10px 20px 30px;
	font-size:80%;
	}
	

#main_content p {
	font-size:90%;
	margin-left:15px;
	margin-right:15px;
	line-height: 1.5em;
	}
	
#main_content input.form_button {
	font-size:80%;
	line-height: 1em;
	font-weight: normal;
	padding: 2px;
	}
#main_contner a:link {
	color:#3C97F2;
	text-decoration:underline!important;
	}
#main_contner a:visited {
	text-decoration:underline;
	}
#main_contner a:hover {
	color:#666666;
	text-decoration:underline;
	}	
/* フォームテーブル（採用応募フォームとお問い合わせフォームに使用）
-------------------------------*/	
#contact_form table{
	padding-left: 10px;
	margin-left: 10px;
}

#contact_form th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	text-align: left;
	padding-left: 5px;
	}

#contact_form td{
	line-height: 1em;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}

/* メインコンテンツ（文字）
-------------------------------*/
#list_area{
	width:425px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#list_area p.second {
	font-size:13px;
	margin-left:68px;
}
#main_content p.imgbox {
	float:right;
	margin:0 0 5px 0;
	}

#list_area li {
	margin:5px 0 5px 0;
	line-height:1.5em;
	padding-bottom:5px;
	font-size:13px;
	border-bottom:#999999 dotted 1px;
	}

/* ニュース
-------------------------------*/
#list_newsarea{
	float:left;
	padding:5px;
	}
#list_newsarea p.news_t {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	font-weight:bold;
	height:17px;
	width:600px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(_images/bullet_3points.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 25px;
	margin: 4px;
	}
	
#list_news{
	width:440px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#list_news li {
	margin:5px 0 5px 0;
	line-height:1.5em;
	padding-bottom:5px;
	font-size:13px;
	border-bottom:#999999 dotted 1px;
	}

#list_news p.second {
	font-size:13px;
	margin-left:74px;
}

#image_newsarea1{
	clear:right;
	width: 160px;
	height:auto;
	float: right;
	position:relative;
	top:50px;
	font-size:9pt;
	text-align:center;

}
#image_newsarea2{
	clear:right;
	width: 160px;
	height:auto;
	float: right;
	position:relative;
	top:65px;
	font-size:9pt;
	text-align:center;
}
#image_newsarea3{
	clear:right;
	width: 160px;
	height:auto;
	float: right;
	position:relative;
	font-size:9pt;
	text-align:center;

}

#image_newsarea p{
	text-align:center;
	font-size:10px;
}	

#image_newsarea p.photo{
	font-size:10px;
}	
	
/* テーブルエリア
-------------------------------*/

.main {
margin-left: auto;
margin-right: auto;
border: none;
font-size:75%;
}
.c1 {
	border:none;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFFFFF;
}
.c2 {
	border:none;
	margin-top: 7px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFFFFF;
	text-align:left;
	line-height:1.5em;
}

/* サービスメニューエリア
-------------------------------*/
#service_menu{
	margin-top:5px;
	margin-bottom: 5px;
	height:200px;

}
#service_menu2{
	margin-top:5px;
	margin-bottom: 5px;
	height:330px;

}
#service_menu p.imgbox{
	float:left;
	height:auto;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 5px;
}
#menu_left{
	float:left;
	width:300px;
	margin:10px 0;
}
#menu_right{
	float:right;
	width:300px;
	margin:10px 0;
	}
.line{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}
.title{
	font-weight:bold;
}
#service_menu a:hover {
	color:#37539D;
	text-decoration:underline;
	}
#service_menu2 a:hover {
	color:#37539D;
	text-decoration:underline;
	}	

/* サイドエリア
-------------------------------*/
#side_contner{
		float:right;
		width:245px;
		}

	
			
/* サイドコンテンツ（文字）
-------------------------------*/
#side_contner p.imgbox {
	float:right;
	margin:5px 0 5px 0;
	height:auto;
}


/* サイドメニュー
-------------------------------*/
#side_navi{
	 margin-bottom:20px;
	 margin-top:10px;
	 width:230px;
	 float:left;
		}
.second_navi_title {
	margin: 10px 10px 0 10px;
	padding: 0;
	width: 220px;
	height: 36px;
	background-image: url(_images/menu_title.jpg);
	background-repeat: no-repeat;
	display:block;
	}
.second_navi_title h2{
	font-size:90%;
	display: block;
	line-height: 36px;
	padding-bottom: 0px;
	padding-left: 33px;
	color: #333333;
	height: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 4px;
    }

#side_navi ul {
	margin-left:10px;
	margin-top:0px;
	}
#side_navi li {
	background-image:url(_images/menu_li.jpg);
	padding-left:30px;
	list-style-type:none;
	font-size:75%;
	line-height:32px;
	text-indent:1em;
	}
#side_navi a:link {
	color:#333;
	text-decoration:none;
	}
#side_navi a:visited {
	text-decoration:none;
	}
#side_navi a:hover {
	color:#37539D;
	text-decoration:underline;
	}
.second_menu_bottom {
	margin: 0 10px 0 10px;
	padding: 0;
	width: 220px;
	height: 20px;
	background-image: url(_images/menu_bottom.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}




/* フッター
-------------------------------*/
#footer {
	height:45px;
	clear:both;
	background-image:url(_images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
#footer address {
	font-style:normal;
	text-align:center;
	font-size:70%;
	line-height:30px;

	}

/* フッターメニュー
-------------------------------*/	
#footer_navi {
	height:20px;
	clear:both;

	border-bottom:#CCCCCC dashed 1px;
	}	
#footer_navi ul {
	margin-left:auto;
	margin-right:auto;
	width:420px;
	}
#footer_navi li {
	list-style-type:none;
	width:140px;
	float:left;
	font-size:60%;
	text-align:center;
	line-height:20px;
	}
#footer_navi a:link {
	color:#333;
	text-decoration:none;
	}
#footer_navi a:visited {
	text-decoration:none;
	}
#footer_navi a:hover {
	color:#37539D;
	text-decoration:underline;
	}
	
/* その他スタイル
-------------------------------*/		
.style5 {
	font-size: 8pt
}
a:link {
	color: #3C97F2;
	text-decoration: none;
}
a:visited {
	color:#333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}	
/* サイトマップ（文字）-------------------------------*/
#site_map li {
	font-size:12px;
	line-height:1.5em;
	text-align:left;
	list-style-type:none;
	list-style-image:url(_images/sitemap_arrow.jpg);
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 20px;
	list-style-position: inside;
	}
