@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	line-height: 150%;
	text-align: center;
	font-size: 14px;
	background: url(/images/bg.jpg) repeat-x 0 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1,h2,h3,h4,h5,p,ul,dl{
	padding: 0;
	margin: 0;
}

a img {
	border:none;
}

a:hover{
	text-decoration: none;
}

img{
	vertical-align: middle;
}

ul{
	list-style-type: none;
}


/*** important class ***/

.left{
	text-align: left !important;
}

.right{
	text-align: right !important;
}

.center{
	text-align: center !important;
}

.fl{
	float: left !important;
}

.fr{
	float: right !important;
}

.clear{
	clear: both !important;
}

.pdt5{
	padding-top: 5px !important;
}

.pdl5{
	padding-left: 5px !important;
}

.mgb10{
	margin-bottom: 10px !important;
}

/*** wrap ***/

div#wrap{
	background: url(/images/wbg.jpg) repeat-y;
	width: 828px;
	margin: 0 auto;
	text-align: left;
}

/*** header ***/

div#header{
	background: url(/images/hbg.jpg) no-repeat;
	width: 820px;
	height: 222px;
	margin: 0 auto;
	border-top: 1px solid #0C2473;
	position: relative;
}

#header h1,h2{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

#header h1{
	margin: 25px 0 20px 70px;
}

#header h2{
	margin: 65px 400px 0 70px;
	line-height: 130%;
}

#header div#swf{
	position: absolute;
	top: 10px;
	right: 10px;
}

/*** rcol ***/

div#rcol{
	float: right;
	width: 610px;
	text-align: left;
	padding: 0 20px 50px 0;
}

#rcol h3{
	clear: both;
	margin: 40px 0 15px 0;
	background-color: #444;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	padding: 7px 5px 4px 5px;
}

#rcol dd{
	margin: 0 0 10px 0;
}

div.recent {
	clear: both !important;
	padding: 5px 0 10px 0 !important;
}

div.recent h3{
	border: none !important;
	border-left: 10px solid #0C2473 !important;
	background: none !important;
	padding: 5px 5px 5px 10px !important;
	font-size: 16px !important;
	margin: 10px 0 !important;
	background-color: #fff !important;
	color: #333 !important;
}

div.recent a img{
	border: 1px solid #FA8700 !important;
}

div.recent a:hover img{
	border: 1px solid #0C2473 !important;
}

div.recent p{
	float: right !important;
	width: 500px !important;
	padding: 0 !important;
}

div.recent span{
	float: right;
	clear: both;
}

/*** lcol ***/

div#lcol{
	float: left;
	width: 180px;
}

#lcol ul{
	padding: 0 0 15px 20px;
}

#lcol ul li a{
	color: #fff;
	text-decoration: none;
	line-height: 200%;
	background: url(/images/yz.gif) no-repeat 0 45%;
	padding-left: 10px;
}

#lcol ul li a:hover{
	text-decoration: underline;
}

#lcol ol{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#lcol ol li{
	margin: 0;
	padding-bottom: 10px;
}


/*** footer ***/

div#footer{
	clear: both;
	background-color: #eee;
	width: 800px;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	padding: 10px;
}

#footer img{
	position: absolute;
	top: 50px;
	left: 150px;
}

