@charset "utf-8";
/* CSS Document */

/*---------------------------------
common
----------------------------------*/


body{
background: url(img/bg.jpg) no-repeat scroll center top;
}

strong{
color: #F0F;
font-weight: bold;
}

a{
text-decoration: none;
}


/*---------------------------------
div
----------------------------------*/
#cont {
	width: 855px;
	margin: auto;
	}

#head {
	background-attachment: fixed;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 855px;
	height: 172px;
}

#main {
	width: 855px;
}

#left {
	width: 570px;
	margin: 40px 0 10px 25px;
	float: left;
}

#right {
	width: 245px;
	margin: 40px 0 10px 15px;
	float: left;
}

#left .pr{
	width: 570px;
}

#foot {
	width: 100%;
	height: 60px;
	background: url(img/foot.gif) no-repeat scroll center top;
	clear: both;
}


/*---------------------------------
head
----------------------------------*/

#head ul{
	display: none;
	}


/*---------------------------------
main
----------------------------------*/

#main p{
	margin: 10px 5px 10px 15px;
	line-height: 1.7em;
	color: #222;
	font-size: 12px;
	}
	
#main img{
	margin-top: 10px;
}

#main dl{
	margin-left: 30px;
	font-size: 12px;
}

#main dt{
	float: left;
}

#main dd{
	margin-left: 60px;
	}
	
#main .form{
	margin-left: 130px;
	}
textarea{
	width:500px;
	height:4em;
	*height:5em;
	margin-top:5px;
	font-size:12px;
}
/*---------------------------------
pr
----------------------------------*/

#pr img{
	margin-left: 10px;
	clear:both;
	}


#pr .link{
	width: 520px;
}

#pr ul{
	list-style: none;
	margin-left: 15px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	}

#pr li{
	float:left;
	width:245px;
	padding-bottom: 8px;
	background: url(img/list.gif) no-repeat left top;
	padding-left: 15px;
}

#pr a:link{ 
	color: #333333; 
	}  

#pr a:visited{ 
	color: #999999;
	}

#pr a:hover{ 
	color: #FF0000; } 

/* clear fix */

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/*---------------------------------
right
----------------------------------*/

#right p{
	margin: 10px 30px 10px 15px;
	line-height: 1.5em;
	color: #222;
	font-size: 12px;
	}
	
#right ul{
	list-style: none;
	margin-left: 15px;
	margin-top: 7px;
	font-size: 12px;
	color: #e15a5a;
	font-weight: bold;
	}

#right li{
	padding-bottom: 8px;
	background: url(img/list2.gif) no-repeat left top;
	padding-left: 15px;
}

#right img{
	margin-bottom: 0px;
}

#right .banner{
	margin-left: 12px;
	margin-bottom: 10px;
}



#right #sp ul{
	list-style: none;
	margin-left: 15px;
	margin-top: 12px;
	font-size: 10px;
	font-weight: normal;
	color: #e15a5a;
}

#right #sp li{
	padding-bottom: 8px;
	background: url(img/list2.gif) no-repeat left top;
	padding-left: 15px;
}

#right a:link{ 
	color: #e15a5a; 
	}  

#right a:visited{ 
	color: #666666;
	}

#right a:hover{ 
	color: #FF0000; } 


#right #sp h1{
	font-size: 10px;}

/*---------------------------------
list
----------------------------------*/

#list ol{
	margin-left: 20px;
	font-size: 11px;
	line-height: 1.5em;
}

#list ol li{
	margin: 10px 0;
}

#list ol ol{
	list-style: lower-roman;
}

