@charset "UTF-8";
/* CSS Document */
@import url(contents.css);
/* Reset */
* {
	zoom: 1;
	color: #333333;
}
html, body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
margin: 0; padding: 0; border: none; font-style: normal; font-weight: normal; font-size: 100%; text-align: left; list-style-type: none;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr { display: none; }
table{  border-collapse:collapse; border-spacing:0;  }
a { color: #0000FF; }
a:hover { color: #990000; }

/* hover */
.list li:hover{	background:#F0F0F0 url(../images/list.gif) no-repeat 10px 7px;}
.flag li:hover{	background:#F0F0F0;}
#footer p a {
	color:#999999;
	text-decoration: none;
}
#footer p a:hover {
	color:#999999;
	text-decoration: underline;
}
.complist tr:hover,.camp tr:hover,.hikaku tr:hover,.moneylist tr:hover{background:#F0F0F0;}

/* Common */
html, body { height: 100%; }
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 18px;
	border-top: 4px solid #CFCFCF;
}
#contentArea {	width: 900px;margin: 0 auto;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }  
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clearfix + * { clear: both; }

.left{ float:left;}
.right{ float:right;}
/* Header */
#bodyTop {width: 900px;margin: 0px auto;}
#bodyTop  h1 {
	float: left;
	padding-left: 10px;
	border-left: 4px solid #FF6600;
	margin-top: 4px;
	margin-bottom: 4px;
}
#bodyTop #bookmark {
	float: right;
}
#header {
	width: 850px;
	height: 46px;
	margin: 0px auto;
	background: url(../images/header.gif) no-repeat;
	padding-top: 74px;
	padding-left: 50px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 14px;
}
#headerBg {
	height: 150px;
	background: url(../images/headerbg.gif) repeat-x top;
}
#headerBg #gMenu {
	width: 900px;
	margin: 0px auto;
}

/* footer */
#footer{
	background: #F4F4F4;
	text-align: center;
	border-top: 1px solid #D0D0D0;
}
#footer p {
	color: #999999;
	text-align: center;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 3px;
}
#footerSB   {
	background: #FFFFFF;
	font-size: 10px;
	color: #333333;
	border-bottom: 1px dotted #D0D0D0;
}
#footerSB img   {
	padding-bottom: 2px;
}
#footerMenu {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 3px solid #0066CC;
}


/* ContentArea */
#contentArea{
	width: 900px;
	margin: 0px auto;
	padding-top: 10px;
}
#primary {
	width: 680px;
}
#primaryLeft {
	float: left;
	width: 210px;
	padding-right: 10px;
}
#primaryCenter {
	float: right;
	width: 460px;
}
#sideBar {
	float: right;
	width: 210px;
}



.menuBox {
	border-top-style: none;
	border-right: 1px solid #D0D0D0;
	border-bottom: 3px solid #B0B0B0;
	border-left: 1px solid #D0D0D0;
	margin-bottom: 10px;
}
.news {
	padding: 4px 10px;
	border-bottom: 1px dotted #D0D0D0;
}
.news dt {
	font-size: 10px;
	line-height: 10px;
	color: #993300;
}
#hikaku {
	padding: 8px 10px 0px;
	_padding: 8px 9px 0px;
}
#hikaku img {
	padding-bottom: 8px;
}
.list li {
	padding: 2px 8px 2px 20px;
	border-bottom: 1px dotted #D0D0D0;
	background: url(../images/list.gif) no-repeat 10px 7px;
	font-size: 13px;
}
.listBtm {
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	background: #EEEEEE;
}
.list .small {
	color: #999999;
	padding-left: 4px;
}
.flag li {
	padding: 2px 8px 2px 12px;
	border-bottom: 1px dotted #D0D0D0;
	font-size: 13px;
}
.flag li img {
	padding-right: 4px;
	padding-bottom: 3px;
}
.primaryBox {
	border-top-style: none;
	border-right: 1px solid #D0D0D0;
	border-bottom: 3px solid #A0A0A0;
	border-left: 1px solid #D0D0D0;
	margin-bottom: 10px;
	padding: 10px;
}
.primaryBox p,.contentBox p {
	padding-bottom: 10px;
}

