@charset "UTF-8";
/* CSS Document */
/* テキストカラー */
.gray {
	color:#666;
}
.red {
	color:#c00;
}
.blue {
	color:#2053ad;
}
.green {
	color:#3b83ba;
}
.brown {
	color:#5c2927;
}
.gold {
	color:#decf91;
}
/* テキストリンク */
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#555;
	text-decoration:none;
}
a:hover {
	color:#c00;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
.news a:link {
	color:#fff;
	text-decoration:none;
}
.news a:visited {
	color:#ddd;
	text-decoration:none;
}
.news a:hover {
	color:#decf91;
	text-decoration:none;
}
.news a:active {
	color:#f00;
	text-decoration:none;
}
/* 背景設定 */
html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
	color:#333;
	background-color:#efefe7;
	background-repeat:repeat-x;
}
body.toppage {
	background-image:url(../img/bg_1.png);
}
body.page {
	background-image:url(../img/bg_2.png);
}
#wrapper {
	height:100%;
}
body > #wrapper {
	height:auto;
	min-height:100%;
}
/* ヘッダーの設定 */
#header2 {
	height:220px;
	background-color:#000;
	background-image:url(../img/sch_hdbg.png);
	background-repeat:repeat-x;
}
#header2 img {
	margin:0 auto;
}
#header {
	width:960px;
	height:100px;
	margin:0 auto 2px;
	position:relative;
	text-align:left;
}
#header h1 a {
	display:block;
	position:absolute;
	top:28px;
	left:0;
	width:226px;
	height:44px;
	background-image:url(../img/hd_logo.gif);
	text-indent:-9999px;
	font-size:0em;
}
#header h2 {
	position:absolute;
	top:42px;
	left:320px;
	width:214px;
	height:15px;
	background-image:url(../img/hd_tx.gif);
	text-indent:-9999px;
	font-size:0em;
}
#header h3 {
	position:absolute;
	top:20px;
	right:0;
	width:154px;
	height:24px;
	background-image:url(../img/hd_tx2.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* ヘッダナビの設定*/
.hnavi {
	position:absolute;
	width:204px;
	height:17px;
	right:128px;
	top:66px;
}
.hnavi li {
	float:left;
	height:17px;
}
.hnavi li a {
	display:block;
	height:17px;
	background-image:url(../img/hw.gif);
	text-indent:-9999px;
	font-size:0em;
}
.hnavi li.hw1 {
	width:101px;
}
.hnavi li.hw1 a {
	width:101px;
}
.hnavi li.hw2 {
	width:103px;
}
.hnavi li.hw2 a {
	width:103px;
	background-position:-101px 0;
}
/* 文字サイズメニューの設定 */
.txt_size {
	width:108px;
	height:17px;
	position:absolute;
	top:65px;
	right:0;
	background-image:url(../img/tx_size.gif);
}
.txt_size dl {
	margin-left:69px;
}
.txt_size dt {
	display:none;
}
.txt_size dd {
	float:left;
	display:inline;
}
.txt_size a {
	display:block;
	width:13px;
	height:17px;
	background-image:url(../img/tw.gif);
	text-indent:-9999px;
	font-size:0em;
}
.ts2 a {
	background-position:-13px 0;
}
.ts3 a {
	background-position:-26px 0;
}
/* コンテナの設定 */
#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	padding:30px 0 186px;
}
#container2 {
	width:680px;
	margin:0 auto;
	text-align:left;
	padding:30px 0 186px;
}
#container3 {
	width:800px;
	margin:0 auto;
	text-align:left;
	padding:30px 0 86px;
}
#side {
	float:right;
	width:250px;
}
#doc {
	float:left;
	width:680px;
}
/* サイドの設定 */
#side h3 {
	background-color:#000;
	color:#decf91;
	font-size:13px;
	padding:9px 0 7px 12px;
	margin-bottom:15px;
}
#side h3.newssub {
	background-color:#000;
	color:#decf91;
	font-size:13px;
	padding:9px 0 7px 12px;
	margin-bottom:0;
}
#side h3.sche {
	background-color:#000;
	color:#decf91;
	font-size:13px;
	padding:9px 0 7px 12px;
	margin-bottom:10px;
}
ul.news {
	color:#fff;
	font-size:85%;
	line-height:1.4;
	background-color:#555;
	padding:17px 15px 5px;
}
ul.news li {
	background-image:url(../img/pt_1.gif);
	background-repeat:no-repeat;
	background-position:0 0.45em;
	padding:0 0 10px 9px;
}
ul.outline {
	padding:0 10px 15px;
}
ul.outline li {
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.35em;
	padding:0 0 10px 7px;
}
ul.outline li.nolink {
	background-image:none;
	padding:0 0 10px 0;
	font-weight:bold;
}
ul.outline li.subl {
	background-position:10px 0.35em;
	padding:0 0 10px 17px;
	padding-left:17px !important;
}
ul.outline li.subl2 {
	float:right;
	background-position:10px 0.35em;
	padding:0 0 10px 17px;
	padding-left:17px !important;
}
ul.outline li.borderl {
	border-bottom:1px dotted #bbb;
	padding:0 0 15px 7px;
	margin-bottom:15px;
}
ul.motto {
	padding:0 10px 10px;
}
ul.motto li {
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.35em;
	padding:0 0 10px 7px;
}
/* ページトップの設定 */
.pagetop {
	width:960px;
	height:36px;
	margin:0 auto;
}
.pagetop p {
	float:right;
	width:113px;
	height:21px;
	background-repeat:no-repeat;
}
.pagetop a {
	display:block;
	width:113px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
}
.pagetop2 {
	width:800px;
	height:36px;
	margin:0 auto;
}
.pagetop2 p {
	float:right;
	width:113px;
	height:21px;
	background-repeat:no-repeat;
}
.pagetop2 a {
	display:block;
	width:113px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* フッタの設定 */
#footer {
	position:relative;
	margin-top:-186px;
	height:186px;
}
#footer2 {
	position:relative;
	margin-top:-86px;
	height:86px;
}
.ft_bg {
	background-image:url(../img/ptn_1.png);
}
.ft_box {
	width:960px;
	margin:0 auto;
	height:150px;
	text-align:left;
}
.ft_box2 {
	width:800px;
	margin:0 auto;
	height:50px;
	text-align:left;
}
.credit {
	color:#fff;
	line-height:1.6;
	float:left;
	padding:20px 20px 18px 0;
}
.contact {
	float:left;
	padding-top:53px;
}
.logo {
	float:right;
	text-align:right;
}
.logo img {
	margin:20px 0 10px 0;
}
.copyright {
	float:left;
	width:700px;
	color:#ccc;
	font-size:85%;
}
.copyright2 {
	color:#ccc;
	font-size:85%;
	padding-top:20px;
}
/* 見出し設定 */
#title {
	width:960px;
	height:133px;
	margin:0 auto;
	text-align:left;
	background-position:right top;
	background-repeat:no-repeat;
}
#title h2 {
	width:960px;
	height:100px;
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:-9999px;
	font-size:0em;
}
#title p {
	color:#decf91;
	padding-top:10px;
}
#doc h3 {
	color:#fff;
	font-size:14px;
	height:24px;
	padding:16px 0 0 30px;
	margin-bottom:30px;
	background-image:url(../img/sub_bg.png);
}
#doc h4 {
	font-size:13px;
	border:1px solid #666;
	padding:9px 0 7px 12px;
	margin:0 9px 20px;
}
#doc h4.slight {
	font-size:13px;
	border:1px solid #666;
	padding:9px 0 7px 12px;
	margin:0 0 20px;
}
#container3 h3 {
	color:#fff;
	font-size:14px;
	height:24px;
	padding:16px 0 0 30px;
	margin-bottom:30px;
	background-image:url(../img/sub_bg.png);
}
#container3 h4 {
	font-size:13px;
	border:1px solid #666;
	padding:9px 0 7px 12px;
	margin:0 9px 20px;
}
/* ボックス設定 */
.box0 {
	width:680px;
	line-height:1.6;
}
.box1 {
	width:660px;
	margin-left:10px;
	line-height:1.6;
}
.box2 {
	width:640px;
	margin-left:20px;
	line-height:1.6;
}
.box3 {
	width:620px;
	margin-left:30px;
	line-height:1.6;
}
.lbox0 {
	width:800px;
	line-height:1.6;
}
.lbox1 {
	width:780px;
	margin-left:10px;
	line-height:1.6;
}
.lbox2 {
	width:760px;
	margin-left:20px;
	line-height:1.6;
}
.lbox3 {
	width:740px;
	margin-left:30px;
	line-height:1.6;
}
.line {
	clear:both;
	width:680px;
	height:0;
	border-bottom:dotted 1px #bbb;
	line-height:0;
	font-size:0em;
}
.line_all {
	width:960px !important;
}
.line2 {
	clear:both;
	width:660px;
	margin-left:10px;
	height:0;
	border-bottom:dotted 1px #bbb;
	line-height:0;
	font-size:0em;
}
* html .line {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
* html .line2 {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
/* テーブルの設定 */
.table1 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table1 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	vertical-align:top;
	margin:0;
}
.table1 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	white-space:nowrap;
	color:#966;
	text-align:right;
	vertical-align:top;
	margin:0;
}
.table2 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#999;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#999;
	padding:7px 10px 5px;
	text-align:left;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#999;
	padding:7px 10px 5px;
	color:#666;
	background-color:#ccc;
	white-space:nowrap;
	text-align:left;
}
.table3 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}
.table3 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	background-color:#fff;
}
.table3 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	width:15%;
	background-color:#eeeeee;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	color:#666;
}
.link_tx {
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.55em;
	padding:0 0 5px 7px;
	line-height:1.6;
}
.link_tx2 {
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.35em;
	padding:0 0 0 7px;
	line-height:1.6;
}
.gyoji {
	margin:0 10px;
}
.gyoji li {
	padding-bottom:10px;
}
.lcontact {
	border:1px solid #666;
	padding:20px 20px 18px;
	background-color:#fff;
}
.sound {
	border:1px dotted #999;
	padding:15px 20px 10px;
}
