@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	/*line-height: 130%;*/
}
html {
	overflow-y: scroll;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.8em;
}
body {
	text-align:center;
	background-image: url(../images/bg.png);
}
li {list-style: none;}
img {vertical-align: bottom; border: none;}
a {
	cursor: pointer;
	text-decoration: none;
	outline:none;
	color: #339933;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#main{
	width: 980px;
	margin: auto;
	background-color: #CCCCCC;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
h1 {
	float: left;
}
h1 a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display: block;
	width: 163px;
	text-indent: -9999px;
	line-height: 21px;
	height: 21px;
}
#header {
	background-color: #CCCCCC;
	padding:0 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
#header .inner {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CD0710;
}
.s-navi ul {
	float: right;
	font-size: 80%;
	margin-top: 10px;
}
.s-navi li {
	display: inline;
	margin-right: 5px;
}
.s-navi li a {
	background-image: url(../images/s_navi.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 12px;
	color:#000000;
}

#navi {
	font-size: 100%;
	height: 100%;
	overflow: hidden;
	margin-left: -11px;
	padding-bottom: 5px;
}
#navi ul {

}

#navi li {
	float: left;
}
#navi li a {
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 10px;
	margin-right: 10px;
}
#navi .b-li a{
	border: none;
}
#navi li a:hover {
	color: #FF0000;
}
.inner {
	background-color: #FFFFFF;
	text-align: left;
}
#left .inner {
	margin-left: 10px;
}
#right .inner {
	margin-right: 10px;
	margin-left: 10px;
}
#contents {
	height: 100%;
	overflow: hidden;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	background-color: #CCCCCC;
	clear: both;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}
#right {
	float: right;
	width: 776px;
}
#left {
	float: right;
	width: 200px;
}
#footer {
	clear: both;
	background-color: #CCCCCC;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
#footer .inner {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CD0710;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
#footer ul {
	text-align: right;
	font-size: 80%;
}
#footer li {
	display: inline;
	margin-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 5px;
}
#footer li a {
	color: #000000;
}
#footer li a:hover {
	color: #FF0000;
}
#header {

}
#header .s-navi {
	height: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.c-bg {
	background-color: #FFFFFF;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	height: 100%;
}
#left .box {
	background-color: #CCCCCC;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.box li {
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.box li li {
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
	background-image: url(../images/leftli.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: 5px;
}
.box li li a{
	height: 100%;
	padding-left: 14px;
	color: #666666;
}
.box span {
	background-image: url(../images/l_li.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
	font-weight: bold;
	color: #CC3333;
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
}
#right h2 {
	color: #999999;
	font-size: 110%;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #999999;
	background-image: url(../images/righth2.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 16px;
	padding-bottom: 1px;
	height: 100%;
	margin-top: 10px;
}
#right h3{
	font-size: 100%;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}

