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

/*==== デフォルト値リセット ====*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding: 0;
	color: #222;
	line-height: 1.1em;
	font-size: 100%;
}

em,address {font-style: normal;}
hr {display: none;}
img {border: none;vertical-align: bottom;}
h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd,table,tr,td,th,form {margin: 0;padding: 0;}
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;}
.wrapper {zoom: 1;}
.wrapper:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
a:link {color: #0d5ed4;}
a:visited {color: #913bb1;}

/*==== 大枠設定 ====*/

#outline1 {padding: 0 50px;}
#outline2 {
	width: 100%;
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto;
}


#index .main {
	margin: 15px 0;
}

#contents {
	width: 100%;
	float: left;
	margin-right: -250px;
}

#container {
	position: relative;
	margin: 0 265px 0 0px;
}


#right_col {
	float: right;
	width: 250px;
}

#footer1 {
	font-size: 75%;
	clear:both;
	border-top: 1px solid #105fd3;
	padding: 10px 50px 0;
}

#footer2 {
	max-width: 1200px;
	min-width: 700px;
	margin: 0 auto;
	zoom: 1;
}

/*==== 共通部詳細設定 ====*/


/*==== ヘッダー部 ====*/

#header {
	margin: 0 50px;
	height: auto;
	overflow: visible;
	font-size: 75%;
}

#header .wrapper {
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto;
}

/*ロゴ*/


#header #logo a {
	display:block;
	float: left;
	width: 348px;
	height: 35px;
	position:relative;
	font-size:70%;
	overflow: hidden;
	text-decoration: none;
	background: url(../img/common/logo.jpg) no-repeat;
	margin: 18px 0px 0px 0px;
}

#header #logo a span {
	width: 329px;
	height: 35px;
	position:absolute;
	top:0;
	left:0;
	display:block;
	text-indent: -9999px;
	line-height: 0;
	cursor: pointer;
	z-index:1;
}

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

#header .right {
	padding: 7px 5px 0;
	position: relative;
}

#header .blue {
	width: 320px;
	height: 54px;
	background: url(../img/common/header_bg.gif) no-repeat;
	margin: 2px 0px 6px;
}

/*ナビゲーション*/

#header .navi1 {text-align: right;}
#header .navi1 li {display: inline;}

#header .navi1 li a {
	color: #333;
	text-decoration: none;
}

#header .navi1 li a:hover {text-decoration: underline;}

/*検索*/

#header #search {
	margin: 0px 15px 0 0px;
	text-align: right;
	position: relative;
	padding-top: 6px;
	background: url(../img/common/search_txt.gif) no-repeat 20px 8px;
}

#header #search .title {
	position: absolute;
	top: -10000px;
}

#header #search .txt_box {
	width: 180px;
	font-size: 85%;
}

#header #search .btn {
	color: #fff;
	height: 19px;
	padding-bottom: 1px;
	background: url(../img/common/search_btn.jpg) repeat-x;
	border: none;
}

/*文字サイズ変更ボタン*/

#header #size {
	background: url(../img/common/size_txt.gif) no-repeat 50px 2px;
	height: 21px;
}

#header #size .title {
	position: absolute;
	top: -10000px;
}

#header #size li {
	display: inline;
}

#header #size li a  {
	display:block;
	width: 55px;
	height: 17px;
	position:relative;
	font-size:70%;
	overflow: hidden;
	text-decoration: none;
	margin-left: 3px;
	float: left;
}

#header #size li a span {
	height: 17px;
	position:absolute;
	top:0;
	left:0;
	display:block;
	text-indent: -9999px;
	line-height: 0;
	cursor: pointer;
	z-index:1;
}

#header #size ul {
	float: right;
	padding: 5px 14px 5px 0;
}

#header #size li a#size_n {
	background: url(../img/common/size_n.jpg) no-repeat;
}
#header #size li a#size_l {
	background: url(../img/common/size_l.jpg) no-repeat;
}
#header #size li a#size_xl {
	background: url(../img/common/size_xl.jpg) no-repeat;
}



/*==== コンテンツエリア詳細 ====*/

p.lead {
	font-size: 85%;
	margin: 5px 0 15px;
	letter-spacing: 1px;
}

/*== adobe reader ==*/

#contents .reader {
	font-size: 80%;
	margin: 15px 0;
}

#contents .reader img {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}




/*== 音声ブラウザ ==*/

img.jump_menu {
	position:absolute;
	bottom:0px;
	right:0px;
	width: 0px;
}

/*==== ローカルナビ ====*/

#lonavi {margin-bottom: 15px;}

#lonavi ul li.title {
	background: none;
	font-weight: bold;
	padding: 3px 1px 3px 5px;
	color: #333;
}


/*==== フッター詳細 ====*/

#footer2 #copy {
	clear: both;
}

#footer2 .navi1 {
	float: right;
	width: 39%;
	text-align: right;
}

#footer2 li {
	display: inline;
}

#footer2 .navi1 li a {
	color: #333;
	text-decoration: none;
}

#footer2 .navi1 li a:hover {
	text-decoration: underline;
}
