@charset "utf-8";
/********************************************/
/*      　　　 02/11/ 　　　　　　Ver0.1　 */
/********************************************/

/*ブラウザの初期化(IE6など)*/
th,form{
	margin:0;
	padding:0;
	background-color:transparent;
	color:black;
	font-size:medium;
}

a:link{
	color: #1e2b5a;
	text-decoration:none;
}

a:visited{
	color: #1e2b5a;
	text-decoration:none;
}

a:hover{
	color:#cc0000;
	text-decoration:underline;
}

/*イメージ画像*/
img {
	border:0;
}
html{
    height: 100%;
}

body {
	width:100%;
    height: 100%;
	background:url(../images/bg.jpg);
	font-family: Arial, Helvetica;
	font-size: 13px;
	line-height:150%;
	text-decoration: none;
	margin:0;
	padding:0;
	
}

/********************************************/
/*      　　　　全体コンテナ 　　　　　　　 */
/*      　　　　　　　　　　 　　　　　　　 */
/********************************************/

#container {
	width:800px;
    height: auto !important;
	height:100%;
    margin: 0 auto -39px;
	background: #fff;
    min-height: 100%;
}

* html div#container {
	height:100%;
}

/***********ワイドバージョン用***********/
#containerW {
	width:950px;
    height: auto !important;
	height:100%;
    margin: 0 auto -39px;
	background: #fff;
    min-height: 100%;
}
/***************************************/

/********************************************/
/*      　　　　ヘッダー　　　　　　　　　 */
/*      　　　　　　　　　　 　　　　　　　 */
/********************************************/
#header {
	width:800px;
	height:138px;
	background:url(../images/header.jpg) no-repeat;
	margin:0;
	padding:0;
}

#header h1{
	display:block;
	float:right;
	margin:0;
	margin-top:10px;
	margin-right:10px;
	text-align: left; 
	font-weight:normal;
	font-family: Arial, Helvetica;
	font-size: 13px;
	line-height:140%;
	color: #0d2432;
	text-decoration: none;
}

/***********ワイドバージョン用***********/
#headerW {
	width:950px;
	height:138px;
	background:url(../images/headerW.jpg) no-repeat;
	margin:0;
	padding:0;
}
#headerW h1{
	display:block;
	float:right;
	margin:0;
	margin-top:10px;
	margin-right:10px;
	text-align: right; 
	font-weight:normal;
	font-family: Arial, Helvetica;
	font-size: 13px;
	line-height:140%;
	color: #0d2432;
	text-decoration: none;
}
/***********ワイドバージョン用***********/

.blue11{
	font-size: 11px;
	line-height:140%;
	color: #0d2432;
}
.blue11ml{
	font-size: 11px;
	line-height:140%;
	color: #0d2432;
	margin-left:40px;
}


.acce{
	display:block;
	float:right;
	margin:0 10px 0 0;
	border: 1px #c9cfcf solid;
	background:#fff;
}

#logo{
	display:block;
	float:left;
	margin-top:0;
	margin-left:0;
	padding:0;
}
.push {
	width: 800px;
	height: 23px;
	display:block;
	clear:both;
}

/********************************************/
/*      　　　フッター　　　　　　　　　　 */
/*      　　　　　　　　　　 　　　　　　　 */
/********************************************/
.credit{
	display:block;
	clear:both;
	margin:0;
	padding:0;
	
	font-family: Arial, Helvetica;
	font-size:11px;
	line-height:120%;
	color:#333;
}
.pushf {
	width: 800px;
	height: 39px;
	display:block;
	clear:both;
}
#footer {
	width: 800px;
	background:url(../images/footer.jpg) no-repeat;
	height: 39px;
    margin: 0 auto;
	padding-top:10px;
	text-align: center; 
	font-family: Arial, Helvetica;
	font-size: 10px;
	line-height:140%;
	color: #0d2432;
	text-decoration: none;
}

/***********ワイドバージョン用***********/
#footerW {
	width: 950px;
	background:url(../images/footerW.jpg) no-repeat;
	height: 39px;
    margin: 0 auto;
	padding-top:10px;
	text-align: center; 
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height:140%;
	color: #0d2432;
	text-decoration: none;
}

/***********ワイドバージョン用***********/



/********************************************/
/*      　　　トップページ本体　　　　　　 */
/*      　　　　　　　　　　 　　　　　　　 */
/********************************************/

#contents {
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/***********ワイドバージョン用***********/
#contentsW {
	width:950px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/***********ワイドバージョン用***********/



/*トップページ上部*/
#topmenu ul{
	width:760px;
	display:block;
	list-style-type:none;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:-15px;
}
#topmenu li{
	width:152px;
	display:block;
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	margin-bottom:15px;
	font-size: 12px;
	line-height:110%;
}
#topmenu a:hover{
	text-decoration:none;
}

.gbox {
	border: 1px #c9cfcf solid;
	clear:both;
	width:85%;
	padding: 10px 30px;
	margin:auto;
	margin-bottom:15px;
	text-align:left;
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height:150%;
	color: #333;
	text-decoration: none;
}

/*左側*/
#leftbox{
	float:left;
	width:376px;
	margin:0;
	margin-left:20px;
	padding:0;
	text-align:left;
	display:inline;/*for IE6*/
}
#leftbox ul{
	margin:0;
	padding:0;
	margin-left:5px;
	list-style:none;
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #333;
	font-weight:normal;
}
#leftbox li{
	margin:5px;
	margin-bottom:8px;
	padding-left:15px;
	list-style-position:inside;

}
#leftbox li p{
	margin:0; padding:0;
	font-size: 11px;
}

.link{
	background:url(../images/arwR.gif) 0 0.1em no-repeat;
}
.nolink{
	background:url(../images/arwRno.gif) 0 0.1em no-repeat;
}
#leftbox p{
	margin:5px 0 40px 5px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height:150%;
	color: #333;
}

.bunnerbox{
	/*border: 1px #c9cfcf solid;*/
	margin-bottom:5px;
}
#leftbox .rtxt{
	color: #ff0000;

}

/*右側*/
#rightbox{
	float:left;
	width:376px;
	margin:0;
	margin-left:4px;
	padding:0;
	text-align:left;
}

#topcont{
	margin:0;
	padding:0;
	margin-left:5px;
	list-style:none;
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #333;
	font-weight:normal;
}
#topcont li{
	margin:5px;
	margin-bottom:8px;
	padding-left:15px;
	background:url(../images/arwB.gif) 0 0.1em no-repeat;
	list-style-position:inside;
}
#topcont li p{
	margin:0; padding:0;
	font-size: 12px;
}

#topcont-small{
	margin-left:200px;
	margin-top:50px;
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #333;
	list-style-type: disc;
	list-style-position:inside;
}
#topcont-small li{
	padding:0;
	margin:0;
}



/********************************************/
/*      　　　テーブル　　　　　　　　　 */
/*      　　　　　　　　　　 　　　　　　　 */
/********************************************/
/*標準*/
td.hyou {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica;
	font-size:12px;
	line-height:140%;
	color:#333;
}

.hyoubox {
	border: 1px #333 solid;
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height:130%;
	color: #000;
	text-decoration: none;
}

.hyouRB {
	border-bottom: 1px #333 solid;
	border-right:1px #333 solid;
	padding:5px;
}
.hyouB {
	border-bottom: 1px #333 solid;
	padding:5px;
}
.hyouR {
	border-right: 1px #333 solid;
	padding:5px;
}

.hyouN {
	padding:5px;
}

