@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN",Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.4;
	background:#000;
	color:#fff;
}

#container{
	margin:0 auto;
	width:960px;
}

#header {
	position:relative;
	margin:0 auto;
	width:960px;
	height:120px;
	background:#000;
	color:#fff;
}

#header h1 a{
	position:absolute;
	top:20px;
	left:20px;
	display:block;
	width:500px;
	height:100px;
	background:url(../img/logo.gif) no-repeat;
}

#header h1 span{
	display:none;
}

#header h2{
	display:none;
}

#header #navigation{
	position:absolute;
	top:0px;
	left:20px;
	color:#999;
	font-weight:bold;
}

#header #navigation a:link,
#header #navigation a:active,
#header #navigation a:visited{
	color:#ccc;
	text-decoration:none;
}

#header #navigation a:hover,
#header #navigation a.this{
	color:#ccc;
	text-decoration:none;
	border-bottom:2px #ff0000 solid;
}

#wrapper{
	float:left;
	width:750px;
	background:#fff;
	color:#000;
}

#content{
	float:right;
	width:540px;
	background:#fff;
	color:#000;
}

#left_side{
	float:left;
	width:210px;
	background:#fff;
	color:#000;
}
#right_side{
	float:right;
	width:210px;
	background:#fff;
	color:#000;

}

.pad{
	padding: 5px;
}

#container li{
	margin-left:20px;
}

#content h2{
	font-size: 15px;
	color: #fff;
	background-color:#000;
	padding: 4px;
	margin-bottom:10px;
}

#left_side h3,
#right_side h3{
	font-size: 15px;
	color: #fff;
	background-color:#000;
	padding: 4px;
	margin-bottom:5px;
}

#content a:link,
#left_side a:link,
#right_side a:link,
#pan a:link{
	color: blue;
}
#content a:visited,
#left_side a:visited,
#right_side a:visited,
#pan a:visited{
	color: #000080;
}
#content a:hover,
#left_side a:hover,
#right_side a:hover,
#pan a:hover{
	color: black;
}
#content a:active,
#left_side a:active,
#right_side a:active,
#pan a:active{
	color: black;
}

.featurebox_side {
	background-color: #fffff6;
	color: #333;
	margin:10px;
	padding: 4px;
	border: 1px solid #DFE8F7;
	line-height: 18px;
}

.hr{
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
	height:1px;
	margin-top:6px;
	margin-bottom:6px;
}


#footer{
	clear: both;
	background-color:#000;
	padding: 40px;
	font-size:10px;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}


.copy{
	text-align: center;
}


a:link, a:active, a:visited {
	color: #c30;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

fieldset{
	padding:5px;
}
legend{
	font-size:10pt;
}

.pagetop{
	text-align: right;
	margin:10px 0;
}


#pan{
	background:#fff;
	color:#000;
}
.pankuzu{
	padding:5px;
}

img{
	border: none;
}

.yahoo_photo{
	padding:0 5px 5px 0;
}

#content h4{
	font-size:14px;
}

.feature{
	width:530px;
	margin:10px auto;
}

dl.archives{
	width:530px;
	margin:10px auto;

}

dl.archives dt{
	float:left;
	width:130px;
	clear:both;
}

dl.archives dd{
	width:390px;
	margin-left:140px;
}






