@charset "Shift_JIS";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */

body {
	background: url(../image/back.jpg) repeat-x #86E1FF;
}

#container {
	min-width: 800px;
	margin-left:10px;
	margin-right:10px;
	background:url(../image/back.gif) repeat-y;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */

#header {
	margin: 0 auto;
	padding: 0;
	height:130px;
	background:url(image/title-back.gif) no-repeat;
	background-position:0px 100%;
}

#header h1 {
	margin:0px;
	position: absolute;
	_left:10px;
	_top:10px;
}


.head-r {
	text-align:right;
	height:100px;
}

.head-r table {
	float:right;
}

form {
	margin:0px;
}

.searchText {
	width:160px;
}


#headLink ul{
	clear:right;
	position:absolute;
	top:80px;
	right:10px;
	height:20px;
	background:url(image/skado.gif) right top no-repeat;
	padding:3px 4px 10px 20px;
	width:350px;
}

#headLink li{
	display:inline;
	background:url(../image/icon.gif) left top no-repeat;
	padding:0px 5px 2px 15px;
	font-size:90%;
}
#headLink a{
	text-decoration:none;
}
#headLink a:hover{
	text-decoration:underline;
}

/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定です
 * ---------------------------------------------------------------- */
ul,li {
	margin:0px;
}

.nav {
	height:30px;
}

#menu-l {
	width:5px;
	height:30px;
	position:absolute;
}

#gmenu {
	margin: 0px;
	height:30px;
	padding: 0px;
	position:absolute;
	top:100px;
	left:15px;
	width:98%;
	min-width:800px;
}

#gmenu ul {
	margin:0;
	padding:0;
	height:30px;
}

#gmenu li {
	display:inline;
	float:left;
	width:33%;
	text-align:center;
	font-size:90%;
	margin:0px;
	padding:0px;
}

#gmenu .act {
	background:url(../image/menu-b2.gif) left top repeat-x;
	color:#FFF;
	padding-top:7px;
	line-height:100%;
	height:30px;
}

#gmenu li a {
	display:block;
	border-right:1px solid #ccc;
	border-left:1px solid #fff;
	padding-top:7px;
	padding-bottom:7px;
	color:#333333;
	text-decoration:none;
	background:url(../image/menu-b.gif) left top repeat-x;
}

#gmenu li a:hover {
	background:url(../image/menu-b2.gif) left top repeat-x;
	padding-top:7px;
	padding-bottom:7px;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	color:#FFF;
	_padding-top:8px;
	_padding-bottom:8px;
}


/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */
#box {
	background:url(image/back.gif) repeat-y;
	min-width:800px;
}

#catepass {
	font-size: 12px;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 5px;
	float:left;
	background:white;
}

#last {
	float:right;
	font-size:90%;
	background:white;
	margin-right:5px;
	text-align:right;
}

#title {
	margin:0px;
	padding: 0;
	background:url(../image/image-back.jpg) repeat-x;
	height:100px;
	clear:both;
}

#title .detail {
	margin:0px;
	position: absolute;
	left:93%;
	top:230px;
}

#main {
	padding-left: 175px;
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	min-height:750px;
	_height:750px;
	background:url(image/back.gif) repeat-y;
}

/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定です
 * ---------------------------------------------------------------- */

#sidenavi {
	width: 165px;
	top: auto;
	left: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left:5px;
	_padding-left:5px;
	background: transparent;
	clear:both;
}

.banner {
	vertical-align: top;
	text-align: center;
	padding-bottom:5px;
}

.top {
	margin-bottom:2px;
}

.top1 {
	margin-bottom:2px;
	margin-top:15px;
}
/* Note：バグ回避のため，同じ値での指定を 2 回行ってください */
[id="sidenavi"]#sidenavi,.banner {
	margin-top: 5px;
}
html:lang(ja) #sidenavi,.banner {
	margin-top: 5px;
}

/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */

.contents {
	background: #FFFFFF;
	padding: 1em;
}

.txt,.txt2,.outline {
	padding:5px;
	border-bottom:solid 1px #BFD6EA;
	margin-bottom:10px;
}


.img {
	float:left;
	width:120px;
	margin-top:5px;
	margin-left:2px;
}

.ex_txt {
	margin-left:125px;
	text-align:left;
}

.txt h2 {
	font-size:115%;
	margin-top:5px;
	margin-bottom:5px;
	background:#017094;
	color:white;
}

.outline h2 {
	font-size:115%;
	margin-top:5px;
	margin-bottom:5px;
	background:#017094;
	color:white;
}



.sub-t {
	background:url(image/smenu-back.gif) repeat-x;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定です
 * ---------------------------------------------------------------- */

#footer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear: both;
	background:#86E1FF;
	text-align:right;
}

/* ---------------------------------------------------------------- *
	２階層目の設定です
 * ---------------------------------------------------------------- */
#contents .top {
	margin-top:7px;
}

