@charset "UTF-8";
/* CSS Document */
#wrap {
	background-image:url(../img/common/bk_top.gif);
	background-repeat:repeat-x;
	background-color:#EEEEEE;
}

#head {
	border-bottom:5px solid #666;
}

#head #menu ul li a { 
	display:block;
	background-color:#333;
}

#head #menu ul li img {
	padding:3px 1em;
}

* html #head #menu ul li img {
	margin:3px 1em;
}

#head #menu ul li a:link {
	background-color:#333;
}

#head #menu ul li a:hover {
	background-color:#CCC;
}

#head #menu ul li.open {
	background-color:#666;
}

#head #menu ul li.open a:hover {
	background-color:#CCC;
}


/* */

#main {
	background-image:url(../img/common/bk_bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	min-height:500px;
	padding-bottom:1em;
}

*html #main {
	margin-top:30px;
	padding-top:0;
}

#main h2 {
	padding-top:3em;
	padding-bottom:1em;
}

#main .contents {
	text-align:left;
	width:600px;
	margin:1em auto;
}

#main .contents p {
	font-size:120%;
	color:#333;
	line-height:150%;
}

.top-link {
	margin:2em auto;
	width:700px;
	border-top:#FFF 1px dotted;
	border-bottom:#FFF 1px dotted;
	padding:0.5em;
	letter-spacing:0.2em;
	color:#FFF;
}

.f08 {
}

.txtcenter {
	text-align:center;
}






