@charset "utf-8";
/* CSS Document */

/* ▼body▼ */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	line-height:1.5em;
	color:#333;
}
/* ▼リンク▼ */

a {
	text-decoration:none;
	color:#0078BE;
}
a:hover {
	text-decoration:underline;
}
a.arrow {
	background:url(../common/arrow.gif) left 2px no-repeat;
	padding-left:10px;
}
a img.popup {
	vertical-align:middle;
}
/* ▼クリアフィックス▼ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear {
	clear:both;
}
/* ▼テキスト▼ */
.textS {
	font-size:80%;
}
.textB {
	font-size:120%;
	font-weight:bold;
	line-height:1.5em;
}
.indent {
	text-indent:-1em;
	margin-left:1em;
}

strong {
	font-weight:bold;
}
/* ▼テーブル▼ */

table {
	border-collapse:collapse;
}
th, td {
}
th {
	background:#EFEFEF;
	font-weight:normal;
}
td {
	background:#FFF;
}
#main .tablenormal {
	width:720px;
	margin-bottom:10px;
	margin-top: 15px;
}
#main .tablenormal th,#main .tablenormal td  {
	border:#CCC solid 1px;
	padding:3px 5px;
}
#main .tablenormal th.name {
	width:190px;
}
#main .tablenormal ul {
	margin-bottom:0;
}

#main .tablenormal table td, #main .tablenormal table th {
	border:none;
	padding:0;
}
/* ▼回り込み▼ */

.float_r {
	float:right;
}
.float_l {
	float:left;
}
.align_c {
	text-align:center;
}
.align_r {
	text-align:right;
}
.align_vT, .align_vT td {
	vertical-align:top;
}
.align_vB img, img.align_vB {
	vertical-align:bottom;
}
.align_vM img, img.align_vM {
	vertical-align:middle;
}


/* ▼サイトフレーム▼ */

#wrapper {
	margin:0;
	text-align:center;
	background:url(../common/bg_grade.gif) left top repeat-x;
}
#contents_wrapper {
	padding:5px 40px 0;
	width: 900px;
	margin:0 auto;
	text-align:left;
}
#mainwapper {
	clear:both;
}
/* ▼ヘッダー▼ */

#header {
	width:900px;
	margin:0 auto 10px;
	padding:0 40px;
	text-align:left;
}
#header p {
	margin-left:10px;
	font-size:12px;
	line-height:1em;
	margin-top: 5px;
}
#header h1 {
	padding-top:5px;
	line-height:1em;
}
#header #logo {
	float:left;
	width:401px;
	margin-top:15px;
}
#header ul {
	float:left;
	width:250px;
	padding-left:20px;
	padding-top:38px;
}
#header li {
	float:left;
	margin-right:10px;
	background:url(../common/arrow.gif) left 4px no-repeat;
	padding-left:10px;
}
#head_right {
	float:right;
	width:183px;
	padding-right:10px;
}
#menu_wrapper {
	clear:both;
	background:url(../common/bg_menu.gif) left top repeat-x;
	text-align:left;
}
/* ▼グローバルメニュー▼ */
#menu {
	margin:0 auto 0;
	padding:0 40px;
	height:32px;
	width:902px;
	list-style:none;
	overflow:hidden;
	text-align:center;
	clear:both;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#menu a {
	float:left;
	padding:32px 0 0 0;
	overflow:hidden;
	height:0 !important;
	height/**/:32px; /*IE5/Winのみが解釈 */
}
#menu a:hover, #menu a.select {
	background-position:0 -32px;
}
#menu01 a {
	background:url(../common/menu01.gif) top left no-repeat;
	width:140px;
}
#menu02 a {
	background:url(../common/menu02.gif) top left no-repeat;
	width:139px;
}
#menu03 a {
	background:url(../common/menu03.gif) top left no-repeat;
	width:168px;
}
#menu04 a {
	background:url(../common/menu04.gif) top left no-repeat;
	width:175px;
}
#menu05 a {
	background:url(../common/menu05.gif) top left no-repeat;
	width:139px;
}
#menu06 a {
	background:url(../common/menu06.gif) top left no-repeat;
	width:141px;
}
/* ▼パンくず▼ */
#pan {
	clear:both;
	padding-bottom:3px;
}
#pan li {
	display:inline;;
}
#pan li a {
	padding-right:15px;
	background:url(../common/icon_pan.gif) right 2px no-repeat;
}

/* ▼メインコンテンツ▼ */

#main {
	width:720px;
	float:left;
}
#main p.pagetitle {
	background:url(../common/bg_title.jpg) left top no-repeat;
	font-size:26px;
	margin-bottom:20px;
	padding:13px 20px 14px;
	line-height:1em;
}
#main h3 {
	font-size:25px;
	color:#003366;
	margin:0 0 10px;
	clear:both;
	line-height: 1.3em;
}
#main h2 {
	background:url(../common/bg_subtitle.jpg) left top no-repeat;
	font-size:15px;
	font-weight:bold;
	padding:5px 20px 6px;
	margin-bottom:10px;
	clear:both;
	margin-top: 20px;
}
#main h4 {
	background:url(../common/bg_h4.gif) left top no-repeat;
	padding-left:10px;
	font-weight:bold;
}
#main h2 a, #main h3 a, #main h4 a {
	color:#000;
}
#main h2 a:hover, #main h3 a:hover, #main h4 a:hover {
	text-decoration:none;
}
#main p {
	padding-bottom:10px;
}
#main .float_l {
	float:left;
}
#main .float_r {
	float:right;
}
.column_left {
	width:350px;
	float:left;
}
.column_right {
	width:350px;
	float:right;
}

#main .spaceT0 {
	margin-top:0px;
}
.spaceT {
	margin-top:20px;
}
.spaceTs {
	margin-top:10px;
}
.spaceX {
	margin-left:20px;
	margin-right:20px;
}
.spaceR {
	margin-right:20px;
}

/* ▼サイドバー▼ */

#navi {
	width:160px;
	float:right;
	margin-bottom: 10px;
}
#navi h3 {
	margin-top:10px;
	margin-bottom:0;
	background:url(../common/bg_navititle.gif) left top no-repeat;
	padding:14px 8px 15px;
	font-weight:bold;
	color:#555;
}
#navi h4 {
	margin-top:10px;
}
#navi li a {
	display:block;
	background:url(../common/bg_navimenu.jpg) left top no-repeat;
	width:150px;
	height:41px;
	padding-left:10px;
	padding-top:2px;
	vertical-align:middle;
	border-top:#FFF solid 1px;
}
#navi li a.oneline {
	height:32px;
	padding-top:11px;
}
#navi li a:hover {
	background-position:bottom;
}
#navi dl {
	margin-top:10px;
}
#navi dl.none {
	margin-top:0;
}

#navi_contact a {
	height:140px;
	width:160px;
	display:block;
	background:url(../common/navi_but_contact.jpg) left top no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#navi_contact a:hover {
	background-position:bottom;
}


#navi_recruit {
margin-top:8px;}
#navi_recruit a {
	height:90px;
	width:160px;
	display:block;
	background:url(../common/navi_but_recruit.gif) left top no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#navi_recruit a:hover {
	background-position:bottom;}

#navi_consul {
	margin-top:8px;
}
#navi_consul a {
	height:90px;
	width:160px;
	display:block;
	background:url(../common/navi_but_consul.gif) left top no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#navi_consul a:hover {
	background-position:bottom;
}
#navi_credit {
	margin-top:8px;
}
#navi_credit a {
	height:120px;
	width:160px;
	display:block;
	background:url(../common/navi_but_credit.gif) left top no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#navi_credit a:hover {
	background-position:bottom;
}
/* ▼このページの上へボタン▼ */

.gotop {
	clear:both;
	margin:0;
	padding-top:20px;
	text-align:right;
}
/* ▼フッターお問い合わせ▼ */

#footcontact {
	clear:both;
	width:720px;
	padding-top:20px;
}
#footcontact h3 {
	background:url(../common/foot_title_contact.gif) left top no-repeat;
	height:19px;
	text-indent:-9999px;
}
#footcontact ul {
	margin-top:10px;
}
#footcontact li {
	float:left;
}
#footcontact p {
	clear:both;
}
#footcontact li#foot_contactbut a {
	height:80px;
	width:200px;
	display:block;
	background:url(../common/foot_but_contact.jpg) left top no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#footcontact li#foot_contactbut a:hover {
	background-position:bottom;
}
/* ▼フッター▼ */

#foot_wrapper {
	clear:both;
	margin-top:20px;
	background:url(../common/bg_grade.gif) left top repeat-x;
}
#foot {
	width:900px;
	margin:0 auto;
	padding:15px 40px;
	text-align:left;
}
#foot address {
	font-style:normal;
	float:right;
	width:390px;
	text-align:right;
	padding-bottom:10px;
	font-size:11px;
	color:#666;
}
#foot ul {
	width:510px;
	float:left;
}
#foot li {
	width:165px;
	float:left;
	padding-left:4px;
	border-left:#CCC solid 1px;
	margin-bottom:5px;
}
#foot p {
	float:right;
}

#main .table_culum3 td {
	background:url(../common/bg_culum3.gif) left bottom no-repeat;
}

#main .table_culum3 dl {
	width:226px;
}
#main .table_culum3 dt {
	padding:5px;
	color:#FFF;
	font-weight:bold;
}
#main .table_culum3 dd {
	padding:5px;
}
#main .table_culum3 p {
	padding:0px 5px 5px;
}

#main .column_left dl, #main .column_right dl {
	clear:both;
	width:350px;
	padding:10px 0;
	background:url(../common/line_dot.gif) left bottom repeat-x;
}
#main .column_left dt, #main .column_right dt{
	float:left;
	width:80px;
}
#main .column_left dd, #main .column_right dd {
	float:right;
	width:260px;
}


.bg_green {
	background:url(../common/bg_green.gif) left top repeat-x;
}
.bg_blue {
	background:url(../common/bg_blue.gif) left top repeat-x;
}
.bg_red {
	background:url(../common/bg_red.gif) left top repeat-x;
}

dt.bg_green a, dt.bg_blue a, dt.bg_red a {
	color:#FFF;
}

#main ul.textB li {
	margin-bottom:5px;
	line-height:1.5em;
}

/* ▼○○の流れ▼ */

#flow dl {	
	clear:both;
	width:720px;
}
#flow dt {
	width:257px;
	float:left;
	text-align:center;
}
#flow dd {
	width:450px;
	float:right;
}
#flow .clear {
	margin:3px 100px 0;
}

#flow li {
	background:url(../common/arrow_flow.gif) left 2px no-repeat;
	padding-left:30px;
	padding-bottom:5px;
}

/* ▼ボックス：角丸青▼ */

.boxcir_blue {
	clear:both;
	width:640px;
	margin:10px 40px 0 !important;
	background:#E3F2FD url(../common/bg_boxcir_blue.gif) left bottom no-repeat;
}
.boxcir_blue ul {
	margin:0 10px 10px;
}
.boxcir_blue ul.column_2 li {
	width:290px;
	margin-right:20px;
	font-weight:bold;
	float:left;
}
.boxcir_blue p.textB {
	background:url(../common/bg_boxcir_blue_top.gif) left top no-repeat;
	padding:10px 10px 0;
}
.boxcir_blue p.clear {
	margin-left:10px;
	margin-right:10px;
}

/* ▼定義リスト▼ */
dl.dlnormal {
	margin-top:10px;
}
dl.dlnormal dt {
	background:url(../common/bg_h4.gif) left top no-repeat;
	padding-left:10px;
	font-weight:bold;
	padding-bottom:3px;
}
dl.dlnormal dd {
	margin-left:10px;
}
table dl.dlnormal {
	margin-top:0;
}

