/* CSS Document */

body        {
	font-size: 0.9em;
	line-height: 1.3em;
}

ol, ul, li {
	list-style-type: none;
}

#wrapper{
	width:640px;
	height:auto;
	margin:5px auto;
	}
	
#wrapper h1{
	width:640px;
	height:65px;
	margin:5px auto;
	}	
	
#wrapper h2{
	width:580px;
	height:28px;
	margin:15px auto 5px auto;
	background-image:url(tyoku_stitle.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:5px;
	text-align:left;
	font-size:1.0em;
	font-weight:bold;
	color:#333333;
	}
	
#wrapper p{
	padding:5px 40px;
	text-align:left;
	margin:0;
	}
	
#wrapper ul{
	margin:0;
		padding:5px 40px;
	}	
	
#wrapper li.maru  {
	background-image: url(maru.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left:18px;
	text-align:left;
	line-height:150%;
	color:#CC0000;
	}
	
#wrapper li.ya  {
	background-image: url(tyoku_ya.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left:18px;
	text-align:left;
	line-height:150%;
	color:#333;
	}	
	
#rei_left{
	width:242px;
	height:182px;
	margin-left:60px;
	display: inline;
	float:left;
	}

#rei_right{
	width:242px;
	height:182px;
	margin-right:60px;
	display: inline;
	float:right;
	}	
		
.clear{
clear:both;

}
