@charset "utf-8";
/************************************************************/
* {
	margin:0;
	padding:0;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color:#EEEEEE;
	margin: 0;
	padding: 0;
	text-align: center;
}
* a{
	color:#0000CC;
}
* a:visited{
	color:#551A8B;
}

#wrap {
	margin: 0 auto; 
	text-align: left; 
}
/************************************************************/
#head {
	height:85px;
	width:800px;
	margin:auto;
}
#head h2{
	font-size:34px;
	float:left;
	color:#333333;
	padding-top:15px;
	padding-left:25px;
}
#head .head_navi a {
text-decoration:underline;
}
#head .head_navi {
	font-size:13px;
	text-align:right;
	padding-right:7px;
	width:auto;
}
#head a{
	color:#666666;
	text-decoration:none;
}
/************************************************************/
#main{
	width:480px;
	margin:auto;
	color:#FFFFFF;
	font-size:12px;
	line-height:150%;
}
#main .contents_head{
	background-image:url("images/contents_head.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
	height:35px;
}
#main .contents_main{
	background-image:url("images/contents_main.gif");
	background-position:center top;
	background-repeat:repeat-y;
	padding:0 40px;
}
#main .contents_mainfoot{
	background-image:url("images/contents_mainfoot.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
	height:29px;
}
#main .contents_foot{
	background-image:url("images/contents_foot.gif");
	background-position:center top;
	background-repeat:no-repeat;
	height:40px;
}
#main a{
	color:#FFFFFF;
}
#main h3{
	text-align:center;
	padding-bottom:5px;
	font-size:14px;
}
#main h4{
	text-align:center;
	padding:10px 0 5px 0;
	font-size:12px;
}
/**********************************/
/************************************************************/
#foot{
	background-color:#EEEEEE;
	text-align:right;
	height:70px;
	text-align:center;
	padding-top:50px;
}
#foot p {
	margin: 0; 
	padding-top:5px;
	display:block;
	font-size:12px;
	color:#666666;
}
#foot a{
	color:#666666;
	text-decoration:none;
}
#foot a:hover{
	text-decoration:underline;
}
#foot #pr_txt{
	font-size:10px;
}

/************************************************************/
