@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
	border: none;
	font: sans-serif;
	font-size: 12px;
	color: #222;
	line-height: 1.6;
}

html {
	height: 100%;
}

body {
	display: block;
	background: url(images/bg.png) top center repeat;
	height: 100%;
	overflow-y: scroll;
}

a {
	color: #FFC;
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #D15345;
}

table {
	margin-left: 12px;
}

table th {
	background-color: #FC0;
	padding: 2px;
	margin: 1px;
	text-align: center;
	font-weight: bold;
}

table tr td {
	background-color: #FFF;
	padding: 2px;
	margin: 1px;
}

dt {
	font-weight: bold;
}

dd {
	text-indent: 4em;
}

#ribbon {
	z-index: 0;
	display: block;
	width: 100%;
	height: 150px;
	margin: 0px 0px -150px 0px;
	background: url(images/ribbon.png) top left repeat-x;
}

#container {
	z-index: 1;
	display: block;
	margin: 0px auto;
	width: 800px;
	height: 100%; /* IEハック */
	min-height: 100%;
	text-align: left;
	clear: both;
	background-color: #BEEBD0;
	position: relative; /* これがないと#naviが上に来ません */
}

body > #container {
	height: auto; /* IE以外 */
}

#logo {
	_display: block;
	_float: left;
	margin-right: -5px; /* なぜかGCで#mainboxと接触するので回避 */
	_margin-right: auto;
}

#container > #navi {
	z-index: 3;
	position: absolute;
	left: 172px;
	top: 0px;
	width: 456px;
	margin-bottom: -150px;
}
/*
* html #navi {
	float: right;
}
*/
#etc {
	display: block;
	height: 150px;
	width: 100%;
	clear: both;
	text-align: right;
}

#etcnavi { /* #etcのpadding回避のため存在させておきます */
	display: block;
	padding-top: 16px;
	margin-right: 0px;
	padding-right: 0px;
}

#etcnavi p {
	line-height: 20px;
	color: azure;
}

#main {
	display: block;
	width: 100%;
	margin-right: -170px;
	float: left;
	background-color: #BEEBD0;
	_width: 640px;
}

#mainbox {
	width: 460px;
	margin-right: 170px;
	margin-top: 60px;
	padding-bottom: 20px;
	float: right;
	/margin-top: 0px;
}

body.haupt #mainbox {
	margin-top: 150px;
	_margin-top: 0px;
}

#text {
	width: 440px;
	margin: 10px auto;
	background-image: url(images/transbg.png);
	background-repeat: repeat;
}

#leftbox {
	display: block;
	width: 170px;
	float: left;
}

#side1 {
	display: block;
	margin: 10px 0px 60px 10px;
}

#right {
	display: block;
	width: 170px;
	float: right;
	background-image: url(images/rightbar.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#side2 {
	display: block;
	margin: 10px 10px 60px 0px;
}
/*
#footer {
	width: 100%;
	height: 95px;
	position: fixed;
	bottom: 0px;
	background-image: url(images/footer.png);
	background-position: center top;
	overflow: hidden;
	z-index: 2;
}
*/
#note {
	width: 100%;
	height: 20px;
	position: fixed;
	bottom: 0px;
	text-align: center;
	color: #F0FFFF;
	background-color: #00A7CC;
	z-index: 3;
}
/*
#area1 {
	width: 460px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}

#area2 {
	float: left;
	clear: left;
	width: 20000px;
	height: 75px;
	margin-left: -20000px;
	background-image: url(images/lefter.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#area2 {
	float: right;
	clear: right;
	width: 20000px;
	height: 75px;
	margin-right: -20000px;
	background-image: url(images/righter.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#pic {
	width: 100%;
	height: 20px;
	background-color: #00A7CC;
	text-align: center;
}
*/
p.cnt {
	text-align: center;
	font-size: 14px;
	color: #00A7CC;
	font-weight: bold;
	vertical-align: bottom;
}

p.cnt span {
	font-size: 30px;
}

dl.navs {
	display: block;
	width: 150px;
	overflow: hidden; /* JavaScript無効ならここが働きます */
	margin: 0px 1px;
	float: left;
}

#navi > dl.navs { /* IEハック */
	height: 39px; /* JavaScript無効ならここが働きます */
}

* html #navi dl.navs {
	float: none;
}

dl.navs:hover {
	overflow: visible; /* JavaScript無効ならここが働きます */
}

dl.navs dd {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
	background-image: url(images/pulladding.png);
	color: #F0FFFF;
	margin-left: 0px;
}

dl.navs dt {
	display: block;
	width: 100%;
	background-image: url(images/pullbase.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 39px;
	line-height: 39px;
	font-weight: bold;
	display: block;
}

body.haupt dl.navs {
	background-image: url(images/pullbase.png);
	background-position: left top;
	background-repeat: no-repeat;
}

body.haupt dl.navs dd {
	background: none;
}

dl.navs dd.x, body.haupt dl.navs dd.x {
	background-image: url(images/pulladding.png);
}

dl.navs dd.y, body.haupt dl.navs dd.y {
	display: none; /* JavaScript無効ならここが働きます */
	height: 15px;
	background-image: url(images/pullback.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	text-indent: 0px;
	color: #F0FFFF;
	line-height: 15px;
}

div.set {
	display: block;
	margin: 10px;
}

#text h1 {
	display: block;
	width: 100%;
	height: 80px;
	background-image: url(images/capbg.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	text-indent: 0.5em;
	line-height: 110px;
}

div.set h2, #text h2 {
	display: block;
	height: 24px;
	border-left: 6px solid #88D0A6;
	padding-left: 10px;
	padding-right: 4px;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}

div.set h2 {
	background-color: #D8F3E3;
	border-right: 1px solid #82BD9A;
}
div.half dd {
	text-indent: 0;
}

#text h2, #text h3, #text h4 {
	margin: 16px 10px 4px 12px;
}

#text h3 {
	display: block;
	height: 16px;
	font-weight: bold;
	border-left: 6px solid #00A7CC;
	padding-left: 10px;
	padding-right: 4px;
	line-height: 16px;
}

#text h4 {
	display: block;
	height: 16px;
	font-weight: normal;
	border-left: 6px double #00A7CC;
	padding-left: 10px;
	padding-right: 4px;
	line-height: 16px;
}

img.ptr {
	margin: 6px;
	float: right;
}

div.set p, div.set dl {
	display: block;
	border-left: 6px solid #39B16A;
	border-right: 1px solid #2F9156;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 4px;
	overflow: hidden; /* float画像対策…ボックスを拡張します */
}

#text p, #text ul, #text ol, #text dl {
	display: block;
	padding: 6px 10px 10px 10px;
	overflow: hidden; /* float画像対策…ボックスを拡張します */
}

#text ul, #text ol {
	margin-left: 20px;
}

#text dt {
	display: compact;
}

#text a, div.set a {
	color: #00A7CC;
}

#text a:hover, div.set a:hover {
	color: #D15345;
}

div#par {
	display: block;
	width: 160px;
	height: 100px;
	background-image: url(images/login_par.png);
	background-repeat: no-repeat;
	clear: both;
}

div#par p {
	text-align: center;
	padding: 4px;
	font-weight: bold;
	color: #F0FFFF;
}

form#user, form#user * {
	margin: 2px;
}

form#user .spar {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	height: 18px;
	line-height: 18px;
}

form#user .spar:hover, form#user .spar:active {
	background-color: #39B16A;
}

form#user .tbox {
	width: 92px;
	height: 16px;
	border: 1px solid #00A7CC;
	line-height: 16px;
}

form#user label {
	display: block;
	float: left;
	width: 54px;
	height: 18px;
	color: #F0FFFF;
	font-size: 10px;
	line-height: 18px;
	margin-right: -2px;
	text-align: center;
	background-color: #00A7CC;
}

span.eco {
	background-color: rgb(57,177,106);
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	padding: 0 0.4em;
	margin-right: 0.4em;
}
span.stamp {
	background-color: rgb(0,167,204);
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	padding: 0 0.4em;
	margin-right: 0.4em;
}
span.prpr {
	background-color: rgb(209,83,69);
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	padding: 0 0.4em;
	margin-right: 0.4em;
}

div.half {
	width: 210px;
	float: left;
}
