@charset "utf-8";

/*  formatting style
------------------------------------------*/


* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.6;
	background-color: #EEEEEE;
	color: #000;
	height: 100%;
	text-align:center;
}
body > #wrapper {
	height:auto;
}

/* link styles
------------------------------------------*/

a img {
	border-style: none;
}

a:link {
	text-decoration: underline;
	color: #039;
}

a:visited {
	color: #06C;
	text-decoration: underline;
}

a:hover {
	color: #09F;
	text-decoration: underline;
}

a:active {
	color: #09F;
	text-decoration: underline;
}

/* basic styles
------------------------------------------*/

#wrapper {
	position: relative;
	margin: 0px auto;
	text-align:left;
	height:100%;
	min-height:100%;
	width:860px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}

#header h1 {
	margin-bottom: 4px;

}

#header ul {
	margin: 20px;
	height: 56px;
	width: 815px;
}

#header ul li {
	float: left;
	list-style: none;
}

#langSelect {
	position: absolute;
	text-align: right;
	top: 20px;
	right: 20px;
	height: 22px;
	width: 73px;
}
#logo_btn {
	position: absolute;
	left: 10px;
	top: 0px;
}
#topimage {
	position: relative;
}

#toptext {
	position: absolute;
	width: 420px;
	right: 20px;
	top: 10px;
	font-size: 14px;
	line-height: 1.6em;
	color: #FFF;
}

#topimage p {
	margin-bottom: 6px;
}



#main {
	width: 815px;
	margin-left: 20px;
}

#subMenu {
	width: 204px;
	float: right;
	margin-right: 20px;
}

#subMenu a:link, #listIndex a:link {
	text-decoration: none;
	color: #039;
}

#subMenu a:visited, #listIndex a:visited {
	text-decoration: none;
	color: #06C;
}

#subMenu a:hover, #listIndex a:hover {
	color: #09F;
	text-decoration: underline;
}

#subMenu a:active, #listIndex a:active {
	color: #09F;
	text-decoration: underline;
}

#subMenu ul li {
	float: left;
	list-style: none;
}

#subMenu .btnSubcon {
	margin-right: 4px;
}
.btnGaityu {
	margin-top: 15px;
	margin-bottom: 60px;
	clear: both;
}


#subMenu h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

#subMenu .memberList {
	padding-left: 14px;
	background-image: url(../images/bg_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}

#subMenu .btnLogin {
	margin-top: 20px;
}

#news {
	width: 520px;
	float: left;
	border-right: 1px dotted #B2B2B2;
	padding-right: 20px;
	margin-bottom: 20px;
	height: 482px;
}

#news h2 {
	float: left;
}
#news p {
	float: left;
}
iframe {
	width: 462px;
	margin: 0px;
	clear: both;
	border-style: none;
	height: 460px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #B2B2B2;
	text-align: center;
	clear: both;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#footer address {
	font-size: 12px;
}

/* sub styles
------------------------------------------*/

#sub #header ul {
	margin: 7px 20px;
	height: 55px;
}

#sub #breadList {
	margin-left: 20px;
	line-height: 2;
	font-size: 12px;
	margin-bottom: 8px;
}

#sub #breadList li {
	display: inline;
}

#sub #breadList li a {
	background-image: url(../images/bg_breadlist.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}

#sub #main {
	margin-bottom: 12px;
	height: auto;
}

#sub #subMenu {
	float: left;
	width: 213px;
	background-color: #F2F2F2;
	margin: 0px 15px 0px 0px;
}

#sub #subMenu h1 {
	background-image: url(../images/bg_heading_sidemenu.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
	line-height: 1;
	color: #FFFFFF;
}

#sub #subMenu ul {
	height: auto;
	margin: 15px;
	line-height: 1.2;
}

#sub #subMenu ul li {
	float: none;
	padding-left: 12px;
	background-image: url(../images/bg_arrow_sub.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-bottom: 12px;
}

#sub #subMenu .thisPage {
	float: none;
	background-image: url(../images/bg_arrow_sub_green.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-weight: bold;
}

#sub #subMenu .parentPage .thisPage2 {
	float: none;
	background-image: url(../images/bg_arrow_sub2_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}


#sub #subMenu .parentPage {
	background-image: url(../images/bg_arrow_sub.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}

#sub #subMenu .thisPage ul,
#sub #subMenu .parentPage ul {
	margin: 0px;
}

#sub #subMenu .thisPage ul li,
#sub #subMenu .parentPage ul li {
	background-image: url(../images/bg_arrow_sub2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	line-height: 1.2;
	font-weight: normal;
	font-size: 13px;
	padding: 6px 0px 0px 10px;
}

#sub #contents {
	float: right;
	width: 587px;
}

#sub #contents h2 {
	line-height: 1;
	font-weight: bold;
	padding: 12px 12px 6px;
	background-image: url(../images/bg_heading.gif);
	background-repeat: no-repeat;
	border: 1px solid #B2B2B2;
	font-size: 16px;
	margin-bottom: 20px;
}

#sub #contents h3 {
	margin-left: 16px;
	font-size: 16px;
	padding-left: 24px;
	background-image: url(../images/bg_rect.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	line-height: 1.2em;
}

#sub #contents h4 {
	margin-left: 16px;
	font-size: inherit;
	font-weight: bold;
	list-style: square;
}

#sub #contents p {
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}
.goTop   {
	text-align: right;
	margin: 16px 0px;
	padding: 0px 14px 0px 0px;
	background-image: url(../images/bg_arrow_top.gif);
	background-repeat: no-repeat;
	background-position: right center;
	clear: both;
}


#sub #contents .right {
	text-align: right;
}

#sub #contents dl {
	background-color: #F2F2F2;
	padding: 0px 16px 10px;
	margin: 16px;
}

#sub #contents dl dt {
	font-weight: bold;
	padding-top: 10px;
}

#sub #contents th {
	font-weight: normal;
}

#sub #contents td {
	padding-right: 14px;
}

#sub #contents dl li {
	margin-left: 14px;
}
#sub #listIndex {
	background-color: #F2F2F2;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 8px 16px;
}

#sub #listIndex li {
	display: inline;
	font-size: 16px;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #999999;
	font-weight: bold;
	line-height: 1em;
}

#sub #listIndex .last {
	border-style: none;
}
#date {
	text-align: right;
	margin-top: -15px;
	font-size: 12px;
}

#sub    #contents    #list   dl {
	background-color: #FFFFFF;
	padding: 0px;
	font-size: 12px;
}

#sub #contents #list dl dt {
	border-left: 8px solid #E35E00;
	padding: 0px 0px 0px 8px;
	margin: 16px 0px;
	font-size: 16px;
	line-height: 1.2;
}
#sub #contents ul {
	margin-left: 32px;
	margin-right: 16px;
	list-style: circle;
}

#sub #contents li {
	margin-bottom: 6px;
}


#sub #contents ol {
	margin-right: 16px;
	margin-left: 2em;
}

#sub #contents ol ul li {
	list-style: none;
}
#sub    #contents    table#profile  {
	border: 1px solid #B2B2B2;
	border-collapse:collapse;
	margin-right: 16px;
	margin-left: 16px;
	font-size: 14px;
}
#sub   #contents   table#profile th    {
	text-align: right;
	padding: 2px 15px;
}

#sub #contents table#profile tr.odd {
	background-color: #F2F2F2;
}

#sub #contents h5 {
	border-left: 8px solid #E35E00;
	padding: 0px 0px 0px 8px;
	margin: 16px 0px;
	font-size: 16px;
	line-height: 1.2;
}

#sub #contents2 h2 {
	line-height: 1;
	font-weight: bold;
	padding: 12px 12px 6px;
	background-image: url(../images/bg_heading.gif);
	background-repeat: no-repeat;
	border: 1px solid #B2B2B2;
	font-size: 16px;
	margin-bottom: 20px;
}

#sub #contents2 h3 {
	font-size: 16px;
	padding-left: 24px;
	background-image: url(../images/bg_rect.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}
#sub #contents2 .pub_top ul li {
	list-style: none;
	padding-left: 12px;
	background-image: url(../images/bg_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}


#sub #contents2 .pub_top {
	width: 260px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.pub_news {
	clear: both;
}
.pub_news dl {
	padding: 10px;
	overflow-y: auto;
	height: 160px;
}

.pub_news dl dt {
	float: left;
	padding-left: 14px;
	background-image: url(../images/bg_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #E06915;
	width: 6em;
}
.pub_news dl dd {
	margin-left: 8em;
}
.pubtop {
	background-image: url(../images/bg_pub2.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	color: #D23500;
}
.pubtops {
	background-image: url(../images/bg_pub.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	color: #447018;
}
.pubtop2 {
	background-image: url(../images/bg_pub.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	color: #447018;
}

.pubtop3 {
	background-image: url(../images/bg_pub3.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	color: #FFF;
}


.zaiko {
	width: 553px;
	border: 1px solid #999;
	margin-left: 16px;
	margin-bottom: 15px;
}

.zaiko td {
	padding: 2px 5px;
}
.zaiko_odd {
	background-color: #F2F2F2;
}

dl.mokuji dd {
	margin-right: 10px;
	display: inline;
}

table.itiran {
	font-size: 12px;
	line-height: 1.4em;
	border-collapse: collapse;
	margin-left: 16px;
	margin-bottom: 15px;
}

table.itiran tr td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #666;
}
table.itiran tr th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #666;
	background-color: #FFDF9D;
}
