/* CSS Document */
body{
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;


}
/**** for id 呼ばれるのは一回だけ**********/
#topbanner{
	width:100%;
	margin-top: 0px;
	top: 0px;
	height: auto;
}

#redline{
	/*（R190 G15 B45）*/
	background-color:rgb(190,15,45);
	height:5px;
	width:100%;
	left: 0px;
	bottom:0px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	float: none;
}



#contents {
	background-image: url(bg_grad.jpg);
	height:auto;
	width:100%;
	left: 0px;
	bottom:0px;
	margin: 0px;
	top: 0px;
	right: 0px;
	background-repeat: repeat-x;	/*
	background-image: url(bg_grad.jpg);
	background-repeat: repeat-x;
	*/
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}




/*nav
-----------------------------------------------------------*/


#contents .navin{
	font-size: 0.6em;
	background-color: #FFFFFF;
	width: 120px;
	margin: 30px 0px 0px 30px;
	top: 0px;
	right: 0px;
	float:left;
}

#contents .navin ul, #contents .navin li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#contents .navin li{
	width:auto;
	height:auto;
	padding:3px 15px;
	border-bottom:1px solid #efefef;
	}

#contents .navin p{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#contents .navin a:hover{
	
	
	int-weight:bold;
	color:rgb(190,15,45);
	text-transform:#FF0000 0px 0px 5px;
	}
	
#contents .subnavin{
	margin-left:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}



#contents .main {
	background-color:#E5E8E8;
	position:relative;
	font-size: 0.8em;
	height: auto;
	width: 600px;
	padding: 20px;
	float:none;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 150px;
	margin-left: 190px;	
}


 .h3{
	font-size:1.3em;
	}
 .h2{
	font-size:1.2m;
	}

/***********************************/

/**** Class************/

.style1 {font-size: x-small}

.style2 {font-family: "Courier New", Courier, mono}

.headdot{
	background-color:#99CC99;
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	height:500px;
		}
		
.menu{
	background-color:rgb(190,15,45);
	position:absolute;
		left:25px;
		top:120px;
		height:314px;
		width:136px;
		}
		
.rightbar{
	background-color:#0066CC;
	position:absolute;
	top:-1px;
	left:0;
	height:72px;
	width:694px;
	}

headnon{
	width:100%;
	margin-top: 0px;
}

dl{
	margin-bottom:0.8em;
	line-height:1.5rm;
	font-size: 1em;
	font-style: normal;
	}
	
#footergry{
	background: url(../img/footer_bg.gif) repeat-y;
	width: 800px;
}

address{
         font-style: normal;
         padding-right: 20px;
         font-size: 0.6em;
         float: right;
         margin-top: 0px;
         margin-right: 0px;
         margin-bottom: 0px;
         margin-left: 5px;
         left: auto;
}

#footer img{
	margin-bottom: 20px;
}

#footer a{
	color:#33aa33;
}

/*img
-----------------------------------------------------------*/
IMG.left {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; FLOAT: left; MARGIN: 2px 10px 5px 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
IMG.right {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; FLOAT: right; MARGIN:10px 2px 5px 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
IMG.across {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; MARGIN: 0px 0px 10px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
