@charset "UTF-8";
*{
	margin:0;
	padding:0;
}

body{
	text-align:center;
	background:#fff;
	color:#333;
}


strong {
	color:#C00;
}


ul{
	list-style: none;
}

p{
	line-height:140%;
}


a:link {color: #00f;}
a:visited {color: #00f;}
a:hover {color: #f90;}
a img {
    border-style:none;
}

#rapper{
    width: 828px;
	margin: 0 auto;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
    text-align:left;
}

#header,#footer{
	color:#fff;
	background : url(/images/bg_top828.jpg) no-repeat;
}

#header{
	height: 66px;
	padding:12px 15px;
	margin-bottom:7px;
}

#header h1{
	margin-bottom:10px;
}

#header p{
	font-size:65%;
}

#footer a:link {color: #fff;}
#footer a:visited {color: #fff;}
#footer a:hover {color: #fff;}
#footer a{text-decoration:none;}

#footer {
    clear: both;
	padding:2px;
	font-size:65%;
	text-align:center;
}

#left{
	float:left;
	width:656px;
}

#navi {
	width:165px;
	margin-left:2px;
}

#navi h2{
	margin-top:2px;
	font-size:84%;
	background: #f1f0ef;
	border-bottom: 2px solid #d1cfcd;
	padding:2px 0px 0px 2px;
	font-weight: bold;
}

#navi h2 a:hover,#navi h2 a :active {
	background: #E5E5E4;
}

#navi h2 a, #navi li a{
	display: block;
}

#navi ul {
	background: #f1f0ef;
	padding:2px;
}

#navi li {
	margin:4px 7px;
	padding:2px 0px 1px 8px;
	border-bottom: 1px dashed #d1cfcd;
	background : url(/images/ic_navi.gif) left center no-repeat;
	font-size:78%;
}



#navi li a:hover,#navi dl a :active {
	background: #E5E5E4;
}



#contents {
	width:483px;
	font-size:100%;
	float:right;
	padding-left:2px;
}

#contents h2{
	font-size:119%;
	background : url(/images/bg_h2.jpg) left center no-repeat;
	margin-top:10px;
	padding-left:12px;
	clear:both;
}

#contents dl{
	float:left;
	border:1px dashed #3A5FCD;
	margin:2px;
	padding:2px;
	width:230px;
	height:215px;
}

#contents dt{
	float:left;

}

#contents dd,#rightnavi dd{
	font-size:85%;
	color:#EE0000;
}


#rightnavi{
	width:165px;
	margin-left:5px;
	font-size:85%;
	float:right;
}

#rightnavi dt{
	float:left;
}

#rightnavi dl{
	margin-top:5px;
	min-height: 70px;
}

#top dl{
	border:none;
	width:149px;
	height: auto;
}

#search {
	margin-left:2px;
}

#searchResults {
	text-align:center;
}


.ad{
	text-align:center;
}

.ad p{
	font-size:65%;
	color:#777777;
}

.clearL{
    clear: left;
}


