

@charset "shift_jis";


/* reset------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

ul img {
	vertical-align:bottom;
}


/* common------------------------------------- */

body{
	margin:0;
	padding:0;
	font-size:75%;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	color:#333;
	letter-spacing:0.1px;
	line-height:1.4;
	background:url(../../img/bg.jpg);
	}

span {
	font-weight:bold;
	}

a {
	color:#1c2254;
	text-decoration:none;
	}
a:visited{
	color:#1c2254;
	}

a:hover{
	text-decoration:none;
	color:#ff0000;
	}

a img {
	cursor:pointer;
	}


/* style------------------------------------- */

.clear {
	clear:both;
	width:100%;
	line-height:0;
	}


.mb5 {margin-bottom:5px;}
.mb8 {margin-bottom:8px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.tlCenter {text-align:center;}


/* layout------------------------------------- */

#container {
	position:relative;
	}

#leftColumn {
	float:left;
	width:575px;
	background:#fff;
	padding:10px 0px 10px 10px;
	}

#rightColumn {
	float:right;
	width:195px;
	background:#fff;
	padding:12px 10px 10px 0;
	}


/* header------------------------------------- */

#headerWrapper {
	width:100%;
	background:#fff;
	}

#header {
	width:800px;
	height:75px;
	margin:0 auto;
	position:relative;
	background:#fff;
	}

#header h1 {
	position:absolute;
	top:8px;
	right:5px;
	font-size:75%;
	color:#1c2254;
	}

#header h2 {
	position:absolute;
	top:8px;
	left:5px;
	}

#featuresNav {
	position:absolute;
	bottom:5px;
	right:5px;
	font-size:80%;
	}

#featuresNav li {
	display:inline;
	background:url(../../img/features_separate.gif) no-repeat right 3px;
	padding:0 5px;
	font-weight:bold;
	color:#1c2254;
	}

#featuresNav li a {
	color:#1c2254;
	}

#featuresNav li a:visited {
	color:#1c2254;
	}

#featuresNav li a:hover {
	color:#ff0000;
	}


/* navigation------------------------------------- */

#navWrapper {
	background:#262c5d;
	height:31px;
	}


#mainNav {
	width:800px;
	margin:0px auto 0 auto;

	}

#mainNav li {
	display:inline;
	margin-right:1px;
	}

#mainNav li img {
	padding-top:2px;
	}

#mainNav li.last {
	margin-right:0px;
	}

#subnavWrapper {
	background:url(../../img/sub_bg.png);
	height:25px;
	}

#subnavInner {
	width:800px;
	margin:0 auto;
	padding-top:4px;
	padding-left:5px;
	font-size:90%;
	font-weight:bold;
	color:#1c2254;
	}

.subTtl {
	float:left;
	background:url(../../img/sub_icon.gif) no-repeat right 3px;
	padding-right:17px;
	margin-right:5px;
	color:#cc0000;
	display:none;
	}

.subnavNav {
	float:left;
	display:none;
	}

.subnavNav li {
	display:inline;
	background:url(../../img/sub_separate.gif) no-repeat right 3px;
	padding:0 5px;
	}

.subnavNav li a {
	color:#1c2254;
	}

.subnavNav li a:visited {
	color:#1c2254;
	}

.subnavNav li a:hover {
	color:#ff0000;
	}


/* main_layout------------------------------------- */

#mainWrapper {
	width:806px;
	margin:0 auto;
	background:url(../../img/body_bg.png);
	}

#main {
	width:800px;
	margin:0 auto;
	}

#mainVisual {
	margin-top:-4px;
	}


/* bnrArea------------------------------------- */

#bnrArea {
	margin-bottom:15px;
	}

#bnrArea dl {
	float:left;
	width:287px;
	}

#bnrArea dt {
	}

#bnrArea dt img {
	margin-bottom:3px;
	}

#bnrArea dd {
	text-align:center;
	margin-bottom:10px;
	font-size:80%;
	}

#mobileBnr {
	text-align:center;
	margin-bottom:20px;
	}


/* topics------------------------------------- */

#topics {
	clear:left;
	background:url(../../img/topics_bg.jpg);
	width:568px;
	height:255px;
	margin-bottom:15px;
	}

#topics h3 {
	float:left;
	width:78px;
	padding:0px 15px 10px 13px;
	padding-top:17px;
	}

#topics .rss {
	float:right;
	width:59px;
	padding:12px 10px 10px 13px;
	}

#topicsArea {
	clear:both;
	overflow:scroll;
	overflow-x:auto;
	width:558px;
	height:195px;
	}

#topics dl {
	float:left;
	width:515px;
	margin-left:13px;
	margin-top:7px;
	padding-bottom:7px;
	background:url(../../img/topics_separate.gif) no-repeat bottom left;
	display:inline;
	}

#topics dt {
	float:left;
	width:80px;
	font-weight:bold;
	color:#cc0000;
	}

#topics dd {
	float:left;
	width:430px;
	}


/* sidemenuunit------------------------------------- */

.sidemenuunit {
	width:195px;
	margin-bottom:10px;
	}

.sidemenu-t {
	background:url(../../img/case_bg.gif) repeat-y;
	padding:4px 5px 4px 18px;
	}

.txtsmall {
	margin-top:5px;
	font-size:90%;
	}


/* footer------------------------------------- */

#footer {
	clear:both;
	width:100%;
	height:48px;
	background:#1c2254;
	color:#fff;
	font-size:80%;
	}

#footer address {
	margin-top:15px;
	float:left;
	padding-left:10px;
	}

#footer #featuresNav_footer {
	margin-top:15px;
	float:right;
	padding-right:10px;
	}

#footer #featuresNav_footer a {
	color:#fff;
	}

#footer #featuresNav_footer li {
	display:inline;
	background:url(../../img/footer_separate.gif) no-repeat right 3px;
	padding:0 5px;
	}







.back_top {
	font-size:80%;
	}

#mainContents {
	margin-bottom:20px;
	}

#mainContents h3 {
	font-size:150%;
	font-weight:bold;
	border-left:12px solid #f79727;
	padding-left:7px;
	margin-bottom:10px;
	vertical-align:bottom;
	}

#mainContents .text {
	margin-bottom:20px;
	}

#pankuzu {
	margin-bottom:10px;
	background:#f3f3f3;
	padding:2px;
	vertical-align:bottom;
	}

#pankuzu li {
	background:url(../../img/mark_pankuzu.gif) no-repeat right 5px;
	display:inline;
	padding-right:15px;
	margin-right:6px;
	color:#cc0000;
	}

#pankuzu li.current {
	background:none;
	font-weight:bold;
	margin:0;
	padding:0
	color:#cc0000;
	}