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

/* ----------------------------------------------------
   全ページ　共通設定
------------------------------------------------------- */

*::selection {background: #102d57; color: #fff;}
*::-moz-selection {background: #102d57; color: #fff;}


* {margin: 0;padding: 0;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background: #fff url(../img/common/bg_header_top.gif) repeat-x;
	font-size: 100%;
	min-width:980px;
}

em,address {font-style: normal;}
hr {display: none;}
img {border: none;vertical-align: middle;}
ul,ol {list-style: none;}

.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.bold {font-weight: bold;}
a:hover {text-decoration: none;}
.align_r {text-align: right;}
.center {text-align: center;}
*+html .clear_fix {display: inline-block;}
* html .clear_fix {display: inline-block;}
.clear_fix:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* リンクカラー設定:
--------------------------------------------*/

a:link		{color:#102d57;text-decoration:underline;}
a:visited	{color:#102d57;text-decoration:underline;}
a:hover		{
	background-color:#102d57;
	color:#FFF;
	text-decoration:none;}
a:active	{text-decoration:none;}

/*　大枠設定:
----------------------------------------------*/

#outline {margin:0 auto;}

*+html #outline {display: inline-block;}
* html #outline {display: inline-block;}
#outline:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#contents {
	width: 980px;
	margin: 0 auto;
}

*+html #contents {display: inline-block;}
* html #contents {display: inline-block;}
#contents:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*　ヘッダー設定:
----------------------------------------------*/

#header {
	font-size: 80%;
	width:1028px;
	margin:0 auto;
}

*+html #header {display: inline-block;}
* html #header {display: inline-block;}

#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*==== 言語エリア ====*/

#header .top {
	width:980px;
	margin:0 auto;
	height: 25px;
	position: relative;
}

#header .top #lang {
	position: absolute;
	right: 5px;
	top:0px;
}

#header .top #lang li {
	float:left;
	margin:3px 0 0 5px
}

#header .top #lang li a:hover {
	 background-color: transparent;}

/*==== 左エリア ====*/

#header .left {
	width: 520px;
	margin-left:24px;
	position:relative;
}

/*-- ロゴ --*/

#header .left .logo {
	margin: 10px 0px 15px 15px;
}

/*-- ブロックスキップ --*/

#header .left .block_skip {
	margin: 5px 0px 0px 15px;
}

#header .block_skip img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

/*==== 右エリア ====*/

#header .right {
	width: 460px;
	margin-right:24px;
}

*+html #header .right .header_list {display: inline-block;}
* html #header .right .header_list {display: inline-block;}

#header .right .header_list:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#header .right .header_list {
	margin-right:6px;
}

#header .right .header_list li {
	float:right;
	margin:10px 0 5px 0;
}

#header .right .header_list li a {
	margin:0 3px;
	padding:3px 10px;
	text-decoration:none;
	color:#102d57;
}

#header .right .header_list li a:hover {
	background:#dbdfe6;
}

#header .right .right_column {
	background:url(../img/common/bg_header_right.gif) repeat;
	padding:10px;
	margin: 10px 10px 10px 20px;
}

*+html #header .right .right_column {display: inline-block;}
* html #header .right .right_column {display: inline-block;}

#header .right .right_column:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*-- 文字サイズ変更 --*/

#header #font_size {
	display: inline;
	margin-right:20px;
}

#header #font_size ul,
#header #font_size li {
	display: inline;
}
#header #font_size li a:hover {
	 background-color: transparent;}

#header #font_size li img {vertical-align: middle;}

#header #font_size .title {
	font-weight: bold;
	margin-right: 5px;
}

/*-- サイト内検索 --*/

#header #search,
#header #search form,
#header #search form div {display: inline;}

#header #search .search-field {
	height:20px;
}

#header #search input {vertical-align: top;}


/*-- ページの先頭へ --*/

#pagetop {
	position: fixed;
	bottom: 80px;
	right: 0px;
}

/*　フッター設定:
----------------------------------------------*/

#footer {
	margin-top: 30px;
	padding: 20px 0 0;
	background: url(../img/common/footer_bg.gif);
	width: 100%;
	overflow: hidden;
}

*+html #footer {display: inline-block;}
* html #footer {display: inline-block;}
#footer:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#footer .clear_fix {
	width: 980px;
	margin: 0 auto;
	background:url(../img/common/footer_bg2.gif) no-repeat;
}

#footer .clear_fix .left {
	float:left;
	width: 300px;
	margin-right:20px;
}

#footer .clear_fix .left img {
	margin:90px 0 30px;
}

#footer .clear_fix .left p.name {
	font-weight:bold;
	font-size:110%;
	color:#102d57;
}

#footer .clear_fix .left p.address {
	color:#102d57;
	font-size:90%;
	margin-top:5px;
}

#footer .clear_fix .left hr {
	display: block;
	clear: both;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:#102d57;
	height: 1px;
	margin: 10px 0;
}

#footer .clear_fix .right {
	float:right;
	width: 660px;
}

#footer .clear_fix .right .column3 {
	float:left;
	width: 210px;
	margin-right:10px;
}

#footer .clear_fix .right .column3 h2,
#footer .clear_fix .right .column3 h2 a {
	display:block;
	font-size:95%;
	color:#fff;
	background:#102d57;
	padding: 1px 5px;
	text-decoration:none;
	margin:5px 0; 
}

#footer .clear_fix .right .column3 h2 {margin-bottom: 10px;}

#footer .clear_fix .right .column3 h2 a {
	background: url(../img/common/arrow3.gif) no-repeat 0 0.3em;
	padding: 1px 5px 1px 18px;
}

#footer .clear_fix .right .column3 h2 a:hover {
	color:#dbdfe6;
}

/*-- リスト --*/
#footer .clear_fix .right .column3 ul {
	margin: 10px 0px 15px 0px;
	font-size: 85%;
}

#footer .clear_fix .right .column3 ul li {
	background: url(../img/common/arrow1.gif) no-repeat 0 0.3em;
	padding: 0 0 0 18px;
	margin-bottom: 5px;
}

#footer .clear_fix .right .column3 ul li a {
	color:#102d57;
}

#footer .clear_fix .right .column3 ul li a:hover {
color:#FFF;
text-decoration:none;
}

#footer_navi {
	background: url(../img/common/bg.gif) repeat-x bottom;
	overflow: hidden;
}

#footer_navi .clear_fix {
	width: 980px;
	margin: 0 auto;
}

#footer_navi .list_fl {
	padding:10px 0;
}

#footer_navi .list_fl li a {
	float:left;
	background: url(../img/common/arrow3.gif) no-repeat 0 0.3em;
	padding: 0 0 0 18px;
	color:#FFF;
	margin-right:20px;
	font-size:90%;
	text-decoration:none;
}

#footer_navi .list_fl li a:hover {
	color:#dbdfe6;
}

#footer_navi #copy {
	text-align:right;
	font-size:80%;
	color:#FFF;
	padding:10px 0;
}
