@charset "utf-8";

/*--------------------------------------

サイト全体

@Tree
+div#wrap
 +div#header
 +div#leftside
 +div#content
 +div#footer
+汎用クラス

---------------------------------------*/
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

/*======================================

	1-2.Universal selector
	
=======================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.6;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
a:link,a:visited{
	color:#fff;
}

/*--------------------------------------
	div#wrap
---------------------------------------*/
div#wrap{
	width:850px;
background-color:#0d023c;
}

/*--------------------------------------
	div#header
---------------------------------------*/
h1{
	font-size:17px;
}
div#header{
	background-image:url(../images/header.jpg);
	background-color:#DD0768;
	width:850px;
	height:150px;
	background-color:#000;

}
div#header h2{
	color:#000;
	font-size:12px;
	float:right;
	line-height:13px;
	width:390px;
	margin-top:5px;
	font-weight:bold;
	background-color:#ededed;
}

.topicPath {
	color:#000;
}
/*--------------------------------------
	div#leftside	
---------------------------------------*/
div#leftside{
	width:130px;
	float:left;
	background-color:#0d023c;
}
div#leftside ul li{
	list-style-image: url('../images/l_b_icon.gif');
	font-size:15px;
	line-height:18px;
	color:#fff;
	margin: 3px 0 0 20px;
}
div#leftside ol{
	margin:3px 0;
}
div#leftside ol li{
	list-style-type: disc;
	list-style-image: none;
	font-size:12px;
	color:#fff;
	margin-left:22px;
	line-height:13px;
}
/*--------------------------------------
	div#rightside	
---------------------------------------*/
div#rightside{
	width:130px;
	float:right;
	background-color:#0d023c;
}
div#rightside ul li{
	list-style-image: url('../images/l_b_icon.gif');
	font-size:15px;
	line-height:18px;
	color:#fff;
	margin: 3px 0 0 20px;
}
div#rightside ol{
	margin:3px 0;
}
div#rightside ol li{
	list-style-type: disc;
	list-style-image: none;
	font-size:12px;
	color:#fff;
	margin-left:22px;
	line-height:13px;
}

/*--------------------------------------
	div#content	
---------------------------------------*/
div#content{
		width:580px;
		background-color:#fff;
	float:left;
}
div#content ul{
	background-color:#0d023c;
	width:100%;
	text-align:center;
}
div#content ul li{
	display:inline;
	margin:3px;
}
div#content dt{
	display:inline;
}
div#content a:link,
div#content a:visited{
	color:#999999;
/*--------------------------------------
	div#footer	
---------------------------------------*/

div#footer {
	width:850px;
	background-color:#0d023c;
	clear:both;
	color:#fff;
}

div#footer p {
	text-align: right;
	color: white;
	margin: 0.1em 13px 1em 16px;
}

div#footer a:link,
div#footer a:visited{
	color:#fff;
}

/*--------------------------------------
	Class	
---------------------------------------*/

p.topicPath {
	font-family: Verdana, "Osaka", Sans-serif;
	font-size: 12px;
	color: #000;
	letter-spacing: normal;
	line-height: 1.6;

}

p.topicPath a:link,
p.topicPath a:visited {
	color: #DCDCDC;
	border-bottom: 1px solid #616672;
}

p.topicPath a:hover {
	color: white;
	background-color: transparent;
}


.f_right{
	float: right;
}

.f_left{
	float: left;
}

.c_both {
	clear: both;
}

