/* CSS Document */

/***************************


wrapper

***************************/

div#wrapper{

	}
	
/***************************

main

***************************/

div#main{
	width:900px;

	}
	
/***************************

hedder

***************************/

div#hedder{
	width:900px;
	height:220px;
	background:no-repeat center;
	border:solid 3px black;
	}
	
#hedder h1{
	
	}
	
#hedder p#hedder_p{

	}


	
/***************************

contants

***************************/

div#contants{
	width:900px;
}
	
#contants div#contants_top{
	width:900px;
	height:43px;
	background:url(../images/contants_01.jpg) no-repeat;
	}
#contants_top h1{
	line-height:43px;
	padding-left:45px;
	color:#333333;
	font-size:36px;
	}


/***************************

contl

***************************/

div#contl{
	float:right;
	width:220px;
	border:dashed 1px #009999;
	margin:8px 0px;
	text-align:center;
	

	}
	
#contl div#navi{
	width:200px;
	margin:0px;
	}

#navi ul{
	margin-top:20px;
	text-align:left;

	}

#navi li{
	width:180px;
	list-style-type:none;
	margin:10px -25px;
	padding-left:10px;
	border-left:solid 5px #009999;
	line-height:20px;
	}

#navi li a{
	display:block;
	width:100%;
	color:#333333;
	text-decoration:none;
	}
	
#navi li a:hover{
	background:#009900;
	color:#FFFFFF;
	}

#contl ul{
	list-style-type:none;
	}
	
#contl img{
	margin:5px 0px;
	}
/***************************

contr

***************************/

div#contr{
	width:70%;
	float:left;
	border:dashed 1px #009999;
	margin:0.5em;
	}
	
/***************************

footer

***************************/

div#footer{
	color:#009966;
	font-size:0.9em;
	border:dashed 1px #009966;
	margin:20px;
	width:840px;
	clear:both;
	padding:10px;
	}

	