@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);

/*----------------------------------HTMLb-----------------------------------*/
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: #000000;
	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:14px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
.mt5 {
	margin-top:5px;
}
.mt15 {
	margin-top:15px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt25 {
	margin-top:25px;
}
.mt30 {
	margin-top:30px;
}
.mt50 {
	margin-top:50px;
}
.ft12 {
	font-size:12px;
}
span.blue {
	color: #1d2088;
}
.txtcent {
	text-align:center;
}
.bggray {
	background:#F5F5F5;
}
span.red {
	color:#FF0000;
	}
div#inline {
margin-top:15px;
padding:10px;
overflow:auto;
width:600px;
_width:620px;
height:500px;
border: 1px #c0c0c0 solid;
}

/*----------------------------------HTMLb-----------------------------------*/

body {
	font-size: 14px;
	line-height: 150%;
	font-family:"Hiragino Kaku Gothic Pro", "Arial", "MS PGotic", "Sans-Serif";
	color: #000000;
	text-align: center;
}

.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 */


.alcenter {
	text-align: center;
}

.alright {
	text-align: right;
}

.nobr {
	white-space: nowrap;
}
