#top_image{
	clear:both;
}

#list{
	clear:both;
}

#list li{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 0px #000000;
	background-image: -moz-linear-gradient(top, #6D5651 30%, #633E37);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #6D5651), color-stop(1.0, #633E37));
	border: 3px solid #999999;
	background-color: #DDDDDD;
	width:310px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	height:45px;
	margin:0 0 5px 2.5px ;
	position:relative;
}

#list p{
	padding:10px 0 0px 10px;
}

#list a {
	display: block;
	width: 310px;
	height:45px;
} 


#list img{
	position:absolute;
	top:2px;
	right:5px;
}

#two_line p{
	padding-top:0;
	line-height:1.3em;
}

#contents1{
	clear:both;
}

h3{
	background: url(../common/img/bg02.gif) repeat-x;
	height:40px;
	padding-left:10px;
	padding-top:2px;
}

h4{
	margin:5px 10px 0 10px;	
	border-bottom:solid 2px #AC0D0D;
	border-left:solid 5px #AC0D0D;
	background: url(../info/img/info_img02.png) no-repeat;
	height:25px;
	padding-left:40px;
	padding-top:10px;
}

h5{
	margin:5px 10px 0 10px;	
	border-bottom:solid 2px #AC0D0D;
	border-left:solid 5px #AC0D0D;
	height:25px;
	padding-left:10px;
	padding-top:5px;
}

div p{
	padding:10px 10px;
	line-height:1.3em;
}

#list2 li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 0px #000000;
	background-image: -moz-linear-gradient(top, #6E6E6E 30%, #5E5E5E);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #6E6E6E), color-stop(1.0, #5E5E5E));
	border: 3px solid #A3A3A3;
	background-color: #DDDDDD;
	width:290px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	height:45px;
	margin:0 0 10px 12px;
	position:relative;
}

#list2 a {
	display: block;
	width: 290px;
	height:45px;
} 

#list2 img{
	padding:5px 0 0 10px;
	float:left;
}

#list2 p{
	margin-left:50px;
	padding-top:12px;
}

footer{
	margin-top:10px;
}

