/* CSS Document */

/* ボディ */
body {
	line-height: 150%;
	font-size: 14px;
	color: #000000;
	background-image: url("../images/back_grade.jpg");
	background-repeat: repeat-x;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
 

/* リンク */

a:link{color:#000000 ;text-decoration: none;}
a:visited {color:#000000 ;text-decoration: none;}
a:hover {color: #aa0055;}

a.col:link{color:#444444 ;text-decoration: none;}
a.col:visited {color:#444444 ;text-decoration: none;}
a.col:hover {color: #56A646;}





/* クリア */
.clear {
	clear: both;
	height: 0.5em;
}

/* クリア10px */
.clear_10px {
	clear: both;
	height: 10px;
}

/* ベース */
.base {
	width: 900px;
}


/* ヘッダ */
.header {
	width: 900px;
	height: 380px;
	margin: 0px 0px;
	padding: 10px 0px 0px 0px;

	text-align: center;
}


/* レフト */
.left {
	background-color:#ffffff ;
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	float: left;
}

/* ライト */
.right {
	background-color:#ffffff ;
	width: 280px;
	margin: 0px 10px 0px 10px; 
	float: left;
}

/* センターB */
.center_b {
	background-color:#ffffff ;
	width: 880px;
	margin: 0px 10px 0px 10px; 
	padding:0px 0px 0px 0px;
	float: left;
}


/* 見出し1 */
h1{color:#000000;
	margin:0 0px 0px 0px;
	font-weight:bold;
	font-size:25px;
	line-height: 120%;
	padding:0px 0 0px 0px;
}


/* 見出し2 */
h2{color:#000000;
	background-color:#ffffff;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	font-weight:bold;
	font-size:18px;
	line-height: 150%;
	padding:0px 0px 0px 0px;
}


.none {color:#000000;
	background: none ;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	font-weight:bold;
	font-size:18px;
	line-height: 150%;
	padding:0px 0px 0px 0px;
}



.blue {color:#000000;
	background-color:#daecfa;
	background-image: url("../images/bar_blue.gif");
	background-repeat: no-repeat;
	margin:3px 0px 0px 0px;
	font-weight:bold;
	font-size:16px;
	line-height: 150%;
	padding:3px 0 2px 12px;
}

.gray {color:#000000;
	background-color:#ebebeb;
	background-image: url("../images/bar_gray.gif");
	background-repeat: no-repeat;
	margin:3px 0px 0px 0px;
	font-weight:bold;
	font-size:16px;
	line-height: 150%;
	padding:3px 0 2px 12px;
}


/* 見出し3 */
h3{color:#333333 ;
	background-color:#ffffff ;
	margin:0.5em 0 0.5em 0;
	font-size:15px;
	line-height: 140%;
	padding: 0px 0 0px 24px;
}

/* 見出し4 */
h4{color:#000000 ;
	background: none ;
	margin:0px 0px 0px 0;
	padding:2px 0 2px 0px;
	font-weight:bold;
	line-height: 100%;
	text-align: center;
}

.topix {color:#ffffff ;
	background-color:#006fc5;
	margin:0.5em 0px 0.5em 0;
	padding:2px 0 2px 3px;
	font-size:20px;
	font-weight:bold;
	line-height: 120%;
	text-align: left;
}

.trend {color:#ffffff ;
	background-color:#0db500;
	margin:0.5em 0px 0.5em 0;
	padding:2px 0 2px 3px;
	font-size:20px;
	font-weight:bold;
	line-height: 120%;
	text-align: left;
}

h4.no_indent{color:#000000 ;
	background: none ;
	margin:0px 0px 0px 0;
	padding:2px 0 2px 0px;
	font-weight:bold;
	line-height: 100%;
	text-align: left;
}








/* 段落 */
p {
	margin:0.5em 0px 0.5em 0;
	text-indent: 14px;
}

.migi {
	text-align: right;
}

.no_indent {
	text-indent: 0px;
	text-align: left;
}


p.center {
	text-align: center;
}

.small {
	color: #000000;
	font-size: 13px;
	text-indent: 13px;
	line-height: 150%;
	margin:0.5em 0px 0 0;
}

li {
	color: #000000;
	font-size: 13px;
	text-indent: 0px;
	line-height: 120%;
	margin:2px 0 0 0;
}

/* イメージ 右1*/
.img-right1 {
	float: right;
	width: 270px;
	margin: 0 0px 0 0px;
	font-size:13px;
	text-align: center;
}

/* イメージ センター*/
.img-center{
	clear: both;
	margin: 0 0 0 0px;
	font-size:13px;
	text-align: center;
}

