@charset "shift_jis";

@import url(page.css);
@import url(header.css);
@import url(top.css);
@import url(contents.css);
@import url(footer.css);
@import url(left.css);
@import url(chart.css);
@import url(box.css);
@import url(list.css);

/*----------------------------------BASE-----------------------------------*/
html {   
    overflow-y: scroll; 
}
* {
	margin: 0px;
	padding: 0px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
a {
	color: #000000;
}
a:link, a:visited {
	color: #00539f;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img, fieldset {
	border: 0 none;
}
object, embed {
	vertical-align: top;
}
ul {
	list-style: none;
}
object, embed {
	vertical-align: top;
}
legend {
	display: none;
}
th, td {
	vertical-align: top;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*----------------------------------SPACE-----------------------------------*/
.mt5 {
	margin-top:5px;
}
.mt15 {
	margin-top:15px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt25 {
	margin-top:25px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
.mt60 {
	margin-top:60px;
}
.w230 {
	width: 230px;
}
.pdl10 {
	padding-left:10px;
}
.pdr10 {
	padding-right:10px;
}
.pb5 {
	padding-bottom:5px;
}
.nomg {
	margin:0px;
}
.rtnomg {
	margin-right:0px !important;
}
/*----------------------------------FONT-----------------------------------*/
.ft12 {
	font-size:12px;
}
span.blue {
	color: #1d2088;
}
span.red {
	color:#FF0000;
	}
.txtcent {
	text-align:center;
}
.txtright {
	text-align:right;
}
.alcenter {
	text-align: center;
}
.alright {
	text-align: right;
}
/*----------------------------------BACKGROUND-----------------------------------*/
.bggray {
	background:#F5F5F5;
}
/*----------------------------------BORDER-----------------------------------*/
.bdtp01 {
	border-top:4px solid #d9d9d9;
	padding-top:20px;
}
.bdtp02 {
	border-top:1px dotted #a1a1a1;
	padding-top:10px;
}
.bdtp03 {
	border-top:1px dotted #d9d9d9;
	padding-top:5px;
}
.bdtp04 {
	border-top:1px dotted #d9d9d9;
	padding-top:10px;
}
/*----------------------------------HTML-----------------------------------*/

body {
	margin:0;
	border:0;
	padding:0;
	color:#000;
	background:#fff;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address, table, td, th, em, strong {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	list-style-type:none;
}

body {
	font-size: 12px;
	line-height: 160%;
	font-family:"Hiragino Kaku Gothic Pro", "Arial", "MS PGotic", "Sans-Serif";
	color: #000000;
	text-align: center;
}
* html body {font-size:84%;} /* for IE6 */
*:first-child+html body {font-size:84%;} /* for IE7 */

.img_left {
	margin: 0px 5px 5px 0px;
}

.img_right {
	margin: 0px 0px 5px 5px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%
}

.clearfix {
	display:block;
}
/* end MacIE5 */

.nobr {
	white-space: nowrap;
}
.pgnavi {
	background:#e6e6e6;
	padding:5px 10px;
	text-align:center;
}
.pgnavi a {
	font-weight:bold;
}
.pgnavi2 {
	padding:2px 0px 3px 0px;
	background: #e6e6e6;
}
.pgnavi2 .left {
	float:left;
	padding-left:15px;
}
.pgnavi2 .right {
	float:right;
	padding-right:15px;
}
.pgnavi3 {
	padding:2px 0px 3px 15px;
	background: #e6e6e6;
}
.pan {
	font-size: 80%;
}
.pan a:link, .pan a:visited {
	color: #999999;
	text-decoration: none;
}
.pan a:hover {
	color: #000000;
	text-decoration: none;
}
