@charset "utf-8";
/* CSS Document */

/*###################################
#####################################
初期化・初期設定
#####################################
#####################################*/
*{
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	text-decoration: none;
	list-style:none;
	font: small/150% "ＭＳ ゴシック", "Osaka－等幅";
	color: #CCCCCC;
}




/*###################################
共通パーツ設定
#####################################*/
.center {
	text-align: center;
}


.clear{
	clear:both;
	visibility: hidden;
	height: 5px;
	font-size: 1px;
	margin: 0;
	border-style: none;
}


.return {
	clear: both;
	height: 20px;
	text-align: left;
	padding: 5px 0 5px;
}
.return a {
	background: url(../img/return.jpg) no-repeat 0 0;
	display: block;
	height: 20px;
	text-indent: -9999px;
	text-align: left;
	margin: 0px 0px 0px auto;
}
.return a:hover,
.return a:active {
	background: url(../img/return.jpg) no-repeat 0 -20px;
	font-size: 1px;
}





.right {
	float: left;
}
.left {
	float: left;
}


.hitsu {
	background: #CC0000;
	text-align: left;
	text-indent: -9999px;
	width: 3px;
	margin: 0px;
	padding: 0px;
}
.hitsumark {
	color: #CC0000;
}
.hitsu-no {
	margin: 0px;
	padding: 0px;
	width: 3px;
}




/*###################################
.基本タグ
#####################################*/
html{
	height:100%;
}
body{
	height:100%;
	text-align: center;
	background: #330000 url(../img/body_bkimg.jpg) repeat-x;
}

p{
	line-height: 150%;
	font-size:small;
}

table{
	margin: 0 auto 0 auto;
	width: 100%;
}
th {
	padding: 5px 10px 5px 5px;
	text-align: center;
	font-size: small;
	background: url(../img/cmn_point01.jpg) no-repeat 100% 0px;
	font-weight: 900;
	border-bottom: 3px solid #178C9E;
}
tr{}
td {
	padding: 5px;
	text-align: left;
	font-size: small;
	vertical-align: middle;
	background: #FFEAA4;
}

ul {}
ul li{
	text-align:left;
}

ol {
	padding: 5px 5px 5px 15px;
	margin-left: 24px;
}
ol li {
}

blockquote {
	color: #666666;
	padding: 10px;
}

a:link, a:visited{
	color: #CC9999;
	text-decoration: none;
}

a:hover, a:active{
	color: #F8EFEF;
	text-decoration: underline;
}
strong{
	font-weight:900;
	font-size: large;
	color: #429CA6;
}




/*###################################
#####################################
基本レイアウト
#####################################
#####################################*/

#head {
	height: 66px;
	margin: 0 auto;
	width: 760px;
	position: relative;
	background: url(../img/head2.jpg) no-repeat;
}

/*==========wrap*/
#wrap {
	margin: 0px auto;
	text-align: center;
	height: 100%;
	/*background: url(../img/bodyimg.jpg) repeat-y 0px -20px;*/
	width: 760px;

}






/*==========cntainer*/

#container {
	width: 760px;
	margin: 0 auto;
	background: url(../img/cntbkimg.jpg) repeat-y;
}






/*==========レイアウト*/



.main {
	width: 550px;
	float: right;
}








/*###################################
#####################################
ヘッダー
#####################################
#####################################*/
#head #logo {
	padding: 0;
	font-size: 1px;
	position: absolute;
	left: 286px;
	top: 0px;
	height: 66px;
}












/*###################################
#####################################
フッター
#####################################
#####################################*/
#foot {
	width: 760px;
	margin: 0px auto 20px;
	text-align: center;
	clear: both;
	background: url(../img/foot.jpg) no-repeat;
	height: 100px;
}
#foot p {
	margin: 0px 0px 0px auto;
	padding: 30px 10px 0 0;
}
#foot address {
	padding: 4px 0 0 23px;
	color: #CC9999;
	text-align: center;
	font: 100 normal 10px Arial, Helvetica, sans-serif;
}
#foot a {
	font-size: 12px;
}



/*flashバナー*/
.flash {
	padding: 0px;
	clear: both;
	margin: 0px;
	width: 760px;
	text-align: right;

}

.flash img {

	float: right;

	margin: 0px 0 0 0;

	padding: 0 0 5px 0;

}

.flash a:link,

.flash a:visited,

.flash a:active,

.flash a:hover {

	line-height: 12px;

	font-size: 10px;

	color: #666666;

}

.new {
	padding: 5px 5px 0 0;
}
.new dl {
	text-align: left;
	background: #000000;
	padding: 15px;
	height: 118px;
	overflow: auto;
}
.new dt {
	font-size: small;
	color: #999999;
}
.new dd {
	color: #999999;
	padding: 0 0 5px 0;
	font-size: small;
}
.sidebnr {
	float: left;
	width: 203px;
}
.sidebnr ul {
	background: #5E0000;
	margin: 5px;
	padding: 5px 0 1px 0;
}
.sidebnr a {
	display: block;
	width: 181px;
	margin: 0px 0px 5px 5px;
}
.cnt {
	width: 760px;
	text-align: left;
}
#foot .logo {
	padding: 10px 15px 0px 0px;
	text-align: right;
}
#wrap #head h1 {
	color: #1D0100;
}
.nav {
	height: 30px;
	background: #000000;
}
.nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	line-height:10px;
}
