@charset "utf-8";


/*--------------------------------------------
	 　　　　　サイト基本設定
--------------------------------------------*/

body {
	min-width:1050px;
	height:auto;
	color:#333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8;
	background: url(../Image/common/body_bg.png) repeat;
	-webkit-text-size-adjust: 100%;
}
a {
	color:#333;
	text-decoration:none;
	display:block;
}
a:hover {
	color:#33a5da;
}
a img:hover {
	opacity:0.7;
}
a img.no_opa {
	opacity:1;
}
table {
	width:100%;
}
.last {
	margin-bottom:0 !important;
}

/*--------------------------------------------
					ヘッダー
--------------------------------------------*/
#header {
	width:100%;
	background-color:#fff;
	border-top: #273e9f 5px solid;
}
#header #hdr_inner {
	width:1050px;
	margin:0 auto;
}
#header .hdr_top h1 {
    float: left;
    font-size: 10px;
    font-weight: 400;
    width: 845px;
    line-height: 1.2;
	margin-top:5px;
}
#header .hdr_top  .sub_nav {
	float: right;
    border-radius: 0 0 5px 5px;
    padding: 0 10px 5px;
    background-color: #273e9f;
}
#header .hdr_top  .sub_nav li {
	display:inline-block;
	margin:0 10px;
}
#header .hdr_top  .sub_nav li a {
	color:#fff;
	font-size:12px;
}
#header .hdr_top  .sub_nav li a:hover {
	text-decoration:underline;
}
#header .hdr_top  .sub_nav li a:before {
	display: inline-block;
	content: "";
	border: 4px solid transparent; /* 一度透明にして */
	border-left-color: #fff; /* 色つけたい場所に色つける */
}
#header .hdr_btm {
	padding: 8px 0 18px;
}
#header .hdr_btm .left_box {
	float:left;
}
#header .hdr_btm .right_box {
	float: right;
}
#header .hdr_btm .right_box li {
	float:left;
	margin-right:30px;
}
#header .hdr_btm .right_box li:last-child {
	margin-right:0;
}

/*--------------------------------------------
				グローバルナビ
--------------------------------------------*/

#gNavi {
    background: url(../Image/common/navi_bg.png) repeat-x;
}
#gNavi ul {
	width: 1050px;
    margin: 0 auto;
}
#gNavi li{
	float:left;
}

/*--------------------------------------------
				コンテンツ枠組み
--------------------------------------------*/

#contents {
	width: 1050px;
    padding-bottom: 50px;
    margin: 0 auto;
}
#main_cts {
	float:left;
	width:770px;
}
#side_cts {
	float:right;
	width:250px;
	text-align:center;
}

/*--------------------------------------------
				サイドコンテンツ
--------------------------------------------*/

#side_cts .side01,
#side_cts .side02 {
	margin-bottom:20px;
}
#side_cts .side01 h2 {
	color: #fff;
    font-size: 16px;
    padding: 6px 0 4px;
    background-color: #273e9f;
}

#side_cts .side01 .side01_inner {
	background-color: #fff;
    border: #273e9f 3px solid;
    border-top: none;
    padding: 12px;
}

#side_cts .side01 .side01_inner p {
	font-size: 11px;
    border-bottom: #c9c9c9 2px solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#side_cts .side01 .side01_inner .side_tel {
	margin-bottom:15px;
}
#side_cts .side02 {
	border:#ccc 1px solid ;
}
#side_cts .side02 ul {
    background-color: #aad587;
    border: #fff 4px solid;
    padding: 10px 0;
}
#side_cts .side02 ul li {
	margin-bottom:5px;
}
#side_cts .side02 ul li:last-child {
	margin-bottom:0;
}
#side_cts .side03 h2 {
	color: #fff;
    font-size: 16px;
    background-color: #315ea3;
    padding: 6px 0 4px;
}
#side_cts .side03 .side03_inner {
	background-color: #fff;
    border: #315ea3 3px solid;
    border-top: none;
    padding: 3px 0 12px;
}
#side_cts .side03 .side03_inner .side_mapttl {
	padding: 15px 0;
}
#side_cts .side03 .side03_inner dl {
	font-size: 11px;
    padding: 0 15px;
}

/*--------------------------------------------
					フッター
--------------------------------------------*/

#footer {
	width:100%;
	background-color:#fff;
	border-top:#cbecf2 1px solid;
}
#footer #ftr_inner {
	width: 1050px;
    padding: 20px 0 15px;
    margin: 0 auto;
}
#footer .ftr_left {
	float:left;
}
#footer .ftr_left .address {
	font-size: 12px;
    line-height: 1.6;
    margin-top: 12px;
}
#footer .ftr_right {
	float:right;
}
#footer .ftr_right .right_top {
	border-bottom: #cbecf2 1px solid;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
#footer .ftr_right .right_top li {
	float:left;
	color:#368dbf;
	font-weight:600;
    line-height: 1.5;
	margin-right:20px;
}
#footer .ftr_right .ftr_nav li:last-child {
	margin-right:0;
}
#footer .ftr_right .ftr_nav li {
	float: left;
	line-height: 1;
}
#footer .ftr_right .ftr_nav li:before {
	content: "｜";
}
#footer .ftr_right .ftr_nav li:last-child:after {
	content: "｜";
}
#footer .ftr_right .ftr_nav li a {
	font-size:12px;
	display: inline-block;
	padding: 0 5px;
}
#footer .ftr_right .right_mdl {
	margin-bottom:8px;
}
#footer #copyright {
	width: 100%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 2.5;
    background-color: #273e9f;
    display: block;
}
#footer #totop {
}
