@charset "utf-8";
@import "reset.css";

body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* @group clearfix */

.clearfix:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end */


/*===================================================
                テキスト
==================================================*/

.txt_center { text-align: center; }
.txt_right { text-align: right; }

p { line-height: 1.4; margin-bottom: 10px; }
p.p00 { margin: 0; }

.indent { text-indent: 1em; }

p.txt_inde_mb0 {
	margin-bottom: 0;
	text-indent: 1em;
}

.txt_red { color: #FF0000; }
.txt_blue { color: #1B2A8F;}

.txt_bold { font-weight: bold; }

.txt_u_line { border-bottom: 1px solid #333333; }

.txt_adress {
	font-size: 120%;
	line-height: 150%;
}

.txt_cap {
	font-size: 86.5%;
	line-height: 1.2;
}

.txt_hidden {
	width:1px;
	height: 1px;
	display: none;
	visibility: hidden;
}

a { color: #252525;  }
a:hover { text-decoration: underline; }

strong { color: #FF0000; }

/*===================================================
                レイアウト
==================================================*/

.m_b_00 { margin-bottom: 0px; }
.m_b_05 { margin-bottom: 5px; }
.m_b_10 { margin-bottom: 10px; }
.m_b_20 { margin-bottom: 20px; }
.m_b_30 { margin-bottom: 30px; }
.m_b_40 { margin-bottom: 40px; }
.m_b_50 { margin-bottom: 50px; }
.m_b_60 { margin-bottom: 60px; }

.m_l_10 { margin-left: 10px; }
.m_l_30 { margin-left: 30px; }

.f_r { float: right; }
.f_l { float: left; }


/*===================================================
                 コンテンツ枠
==================================================*/

#container {
	width: 760px;
	color: #000000;
	font-size: 77%;
}


/*===================================================
                   ヘッダー
==================================================*/

#header {
	width: 760px;
	background-color:#0000FF;
	margin: 0 0 16px;
}

#header:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

h1 {
	width: 346px;
	float: left;

}

#header p {
	width: 69px;
	margin: 0;
	float: right;
}


/*===================================================
                メインコンテンツ
==================================================*/

#contents {
	width: 732px;
	margin-bottom: 10px;
	padding: 2px 18px 0 10px;
	background: url(../img/bg_contents.gif) left top repeat-y;
	clear: both;
}
#contents:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

#main {
	width: 520px;
	float: right;
	color: #333333;
}

#main_img {	margin-bottom: 20px; }

.sect_h3 {
	margin-bottom: 24px;
	clear: both;
}


.sect_h3_red {
	margin-bottom: 24px;
	clear: both;
	background-color: #FFF0F0;
}

.sect_h3_blue {
	margin-bottom: 24px;
	clear: both;
	background-color: #E8F1FF;
}

.sect_h4 { margin-bottom:15px; clear: both; }

.sect_h5 { margin-bottom:15px; clear: both; }


.sect_h3:after,
.sect_h4:after,
.sect_h5:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

p.page_top {
	clear: both;
	text-align: right;
}

.image_cap {
	color: #0033CC;
	font-size: 83%;
}

/*------------- パンくず--------------*/

ul#bread_crumb {
	margin-bottom: 5px;
	font-size: 86.5%;
}

ul#bread_crumb li {
	display:inline;
}


/*------------- 見出し--------------*/

#main h2 {
	margin-bottom: 20px;
}

.sect_h3 h3 {
	margin-bottom: 16px;
}

.sect_h3_blue h3 {
	margin-bottom: 16px;
}

.sect_h3_red h3 {
	margin-bottom: 16px;
}


.sect_h4 h4 {
	margin-bottom: 2px;
}
/*----------------------------------*/


/*----------- リスト ---------------*/
ul.list_normal li {
	margin: 0 0 5px;
	padding: 0 0 0 16px;
	background: url(../img/list_intro.gif) no-repeat 0 4px;
	line-height: 1.4;
}

ul#list_anchor {
	margin-bottom: 16px;
}

ul#list_anchor li {
	margin-right: 15px;
	display: inline;
}

ul#list_anchor li a {
	color: #FF3300;
}

dl.list_note { line-height: 1.4; }
dl.list_note dd { margin: -1.4em 0 0 1em; }


ol { list-style-type: decimal; }

ol li {
	margin: 0 0 5px 25px;
	line-height: 1.5em;
}
/*----------------------------------*/


/*----------- テーブル ---------------*/

table caption {
	display: none;
}

th,td { line-height: 1.4; }

table.basic {
	width: 100%;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999; 
}

table.basic th {
	padding: 3px 5px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999; 
}

table.basic td {
	padding: 3px 5px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999; 
}

/*------------- 資料請求--------------*/

dl.request dt.title {
	margin-bottom: 10px;
}

dl.request dd.sentence {
	padding: 7px;
	margin-bottom: 20px;
	background-color: #EEF7FF;
	border: 1px solid #1B2A8F;
	color: #1B2A8F;
	position: relative;
}

dl.request dd.sentence img {
	position: absolute;
	right: 5px;
}

dl.request dd.sentence p {
	margin: 10px 0 0;
	font-size: 115%;
}

.link_pdf {
	width: 290px;
	padding: 5px;
	border: 1px solid #FF0000;
	float: right;
	color:#FF0000;
	text-align: right;
}

.link_pdf img {
	vertical-align: middle;
}

.link_panf {
	width: 330px;
	padding: 5px;
	border: 1px solid #003366;
	float: right;
	color:#003366;
	text-align: right;
}

.link_panf img {
	vertical-align: middle;
}


/*--------- 問い合わせフォーム -------------*/

dl.list_address {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px dotted #000000;
	color: #1B2A8F;
	line-height: 1.4;
}

dl.list_address dt {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 115%;
}

p.table_cap {
	margin-bottom: 3px;
	color:#FF0000;
	font-size: 90%;
}

table.form {
	margin-bottom: 15px;
}

table.form th {
	padding: 3px 3px 3px 15px;
	color: #1B2A8F;
	background-color: #EEF7FF;
}

table.form th span {
	margin-left: 10px;
	color: #FF0000;
}

table.form td {
	padding: 3px;
	background-color: #FFFFEC;
}



/*=================================================
                 サイドナビ
==================================================*/

#side_nav {
	width: 175px;
	padding-bottom: 70px;
	float: left;
}

#side_nav h2 {
	margin-bottom: 2px;
}

#side_nav ul li {
	padding-left: 12px;
	line-height: 1.8;

}

#side_nav .sect_h2 {
	margin-bottom: 25px;
}

#recruit h2 { border-top: 0; }

#side_nav #contact { border-bottom: 1px solid #2E2F2F; }

#contact address {
	margin: 5px 0 5px 10px;
	line-height: 1.4;
}

ul#other {
	margin-top: -15px;
	padding: 15px 0 ;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;

}

ul#other li {
	background-color: #D9F1F6;
}

ul#other li a {	color: #233C98; }
ul#other li a:hover {	color: #233C98; }

ul#other li.info a { color: #252525; }
ul#other li.info a:hover {	color: #252525; }



/*===================================================
                    フッター
==================================================*/

#footer {
	width: 734px;
	margin: 0 auto;
	padding: 10px 10px 0 0;
	clear: both;
	text-align: right;
	border-top: 1px solid #2E2F2F;
}
