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

/* =================================================

LAYOUT

==================================================*/
html {
	background-color: #FFF;
	font-size: 62.5%;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	text-align: center;
	color: #3c3c3c;
	font-size: 10px;
	font-size: 1.0rem;
	line-height:1.5;
}

.wrap {
	width: 950px;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
}

/* ======= header ===============================*/
header {
	border-bottom:1px solid #00518b;
}
header .wrap {
	position:relative;
	height:96px;
}
header h1 {
	position:absolute;
	top:25px;
	left:6px;
}
#font-size {
	position:absolute;
	top:45px;
	right:194px;
}
#font-size li {
	float:left;
	list-style:none;
}
.fontTxt {
	position:absolute;
	top:22px;
	right:252px;
	display:block;
	background: url(/common/images/font_btn.png) 0 0 no-repeat;
	width:74px;
	padding-top: 24px;
	height: 0px !important;
	height /**/: 24px;
	overflow: hidden;
	font-size:1px;
	line-height:1;
	text-indent:-9999px;
}

.searchTxt {
	position:absolute;
	top:28px;
	right:114px;
	display:block;
	background: url(/common/images/txt_search.png) 0 0 no-repeat;
	width:71px;
	padding-top: 24px;
	height: 0px !important;
	height /**/: 24px;
	overflow: hidden;
	font-size:1px;
	line-height:1;
	text-indent:-9999px;
}
#font-size li a {
	display:block;
	background-image: url(/common/images/font_btn.png);
	background-repeat:no-repeat;
	width:44px;
	padding-top: 24px;
	height: 0px !important;
	height /**/: 24px;
	overflow: hidden;
	font-size:1px;
	text-indent:-9999px;
}
.fontL a {
	background-position:-77px 0;
}
.fontM a {
	background-position:-123px 0;
}
.fontS a {
	background-position:right 0;
}
#google-search {
	position:absolute;
	top:45px;
	right:0;
}
#google-search input[type="text"] {
	position:absolute;
	right:44px;
	top:0;
	vertical-align:top;
	width:138px;
	height:20px;
	padding:1px;
	border: 1px solid #949494;
	border-right:none;
}
#search_btn {
	width:44px;
	background: url(/common/images/search_btn.png) 0 0 no-repeat;
	padding-top: 24px;
	height: 0px !important;
	height /**/: 24px;
	overflow: hidden;
	font-size:10px;
}
#search_btn:hover {
	background-position: 0 bottom;
}

/* ======= menu ===============================*/
#menu {
	background: url(/common/images/bg_menu.png) 0 0 repeat-x;
	margin-bottom:23px;
}
#menu nav li {
	list-style:none;
	float:left;
}
#menu nav li a {
	display:block;
	overflow:hidden;
	outline:none;
	width:190px;
	text-indent: -9999px;
	height:48px;
	background-image:url(/common/images/menu.png);
	background-repeat:no-repeat;
}
#menu nav li#nav_1 a { background-position:0 0; }
#menu nav li#nav_2 a { background-position:-380px 0; }
#menu nav li#nav_3 a { background-position:-570px 0; }
#menu nav li#nav_4 a { background-position:right 0; }
#menu nav li#nav_5 a { background-position:-190px 0; }

#menu nav li#nav_1 a:hover { background-position:0 -48px; }
#menu nav li#nav_2 a:hover { background-position:-380px -48px; }
#menu nav li#nav_3 a:hover { background-position:-570px -48px; }
#menu nav li#nav_4 a:hover { background-position:right -48px; }
#menu nav li#nav_5 a:hover { background-position:-190px -48px; }

/* main */
#t_path {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom:25px !important;
	margin-bottom:2.5rem !important;
}
#t_path a { text-decoration:underline; }
#t_path a:hover { text-decoration:none; }
#main {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 60px;
}

#side {
	width:220px;
	float:left;
}
nav#localNav {
	padding:0 5px 7px;
	background:url(/common/images/bg_localnav_btm.png) 0 bottom no-repeat #028dd0;
}
nav#localNav h1 {
	color:#fff;
	font-weight:normal;
	font-size: 18px;
	font-size: 1.8rem;
	padding-left:15px;
	background:url(/common/images/bg_h1_localnav.png) 0 0 no-repeat;
	margin: 0 -5px;
	height:53px;
	line-height:53px;
}
nav#localNav li {
	list-style:none;
}
nav#localNav li a {
	display:block;
	overflow:hidden;
	outline:none;
	border-bottom:1px solid #e6e6e6;
	color:#646667;
	padding:15px 10px 15px 40px;
	background:url(/common/images/bg_li_localnav.png) 16px center no-repeat #fff;
}
nav#localNav li a:hover {
	background-color:#daeef8;
	border-color:#c5d9e2;
	color:#01478f;
	text-decoration:none;
}

#contents {
	width:693px;
	float:right;
}

aside#adobeBox {
	background-color:#f5f5f5;
	border:1px solid #dcdcdc;
	padding:19px;
	width:910px;
	margin:0 auto 43px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align:left;
}
aside#adobeBox dt {
	float:left;
	clear:both;
	width:158px;
}
aside#adobeBox dd {
	height:39px;
	line-height:39px;
	margin-left:179px;
}

.arr_link a{
	color:#646667;
	padding-left:40px;
	background:url(/common/images/bg_li_localnav.png) 16px center no-repeat #fff;
	text-decoration:none;
}

.arr_link a{
	text-decoration:underline;
}

/* ======= PAGE TOP ===============================*/
#btn_pagetop {
	position:fixed;
	right:33px;
	bottom:20px;
}
#btn_pagetop a {
	display:block;
	background:url(/common/images/btn_pagetop.png) 0 0 no-repeat;
	width:46px;
	padding-top:46px;
	height: 0px !important;
	height /**/:46px;
	overflow: hidden;
	font-size:10px;
}

/* ======= footer ===============================*/
footer {
	background:url(/common/images/bg_foot.png) 0 0 repeat-x #f2f4f5;
	font-size: 12px;
	font-size: 1.4rem;
}
#note {
	padding:35px 0 20px;
}
#note dt {
	background:url(/common/images/bg_dt_note.png) left center no-repeat;
	padding-left:30px;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	color:#141414;
	margin-bottom:20px;
	line-height:20px;
}
#note li {
	float:left;
	width:auto;
	background:url(/common/images/bg_li_note.png) left center no-repeat;
	padding-left:17px;
	margin: 0 14px 0 0;
	list-style:none;
	line-height:2;
}
#note li a {
	color:#3c3c3c;
}
#copyright {
	background-color:#fff;
	padding: 24px 0;
}
#copyright small {
	line-height:1;
	color:#9e9e9e;
	font-size:12px
}

#copyright p {
font-size:10px;
text-align:right;
color:#9e9e9e;
}

/* ===== Link ===== */
a:link, a:visited { color: #01478f; text-decoration: none;}
a:hover, a:active { color: #01478f; text-decoration: underline;}

/* ===== Clearfix ===== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

/* DreamWeaver */
.clearfix + *{ clear: both;}
