@charset "UTF-8";
/* CSS Document */

/* ========== general ========== */
*{
	padding:0;
	margin:0;
	border:0;
	font-family:Helvetica,Arial,sans-serif;
	}

body{
	color:#000000;
	background-color:#FFFFFF;
	line-height:180%;
	font-size:12px;
	}

a:link,a:active{
	color:#0B91D5;
	text-decoration:none;
	}
a:visited{
	color:#888888;
	text-decoration:none;
	}
a:hover{
	color:#0B91D5;
	text-decoration:underline;
	}

.blue{
	color:#0B91D5;
	}

/* ========== container ========== */
#container{
	clear:both;
}
#container2{
	width:790px;
	margin-top:40px;
	margin-left:30px;
	clear:both;
}


/* ========== header/common ========== */
#topswf{
	width:100%;
	height:150px;
	}
#logo_large{
	width:310px;
	height:34px;
	margin-top:40px;
	margin-left:30px;
	}
#navi{
	width:190px;
	float:left;
	line-height:220%;
	}
#main{
	width:600px;
	float:right;
	}



/* ========== entry ========== */
.entry{
	margin-bottom:50px;
	}
.entryTitleS{
	letter-spacing:1px;
	font-weight:bold;
	font-size:92%;
	}
.entryTitleL{
	letter-spacing:2px;
	color:#0B91D5;
	font-weight:bold;
	font-size:117%;
	}
.entryBody{
	letter-spacing:1px;
	margin-top:20px;
	}
.pict{
	margin-bottom:15px;
	}
.pict5{
	margin-bottom:5px;
	}
.lh220{
	line-height:220%;
	}
.lh130{
	line-height:130%;
	}
.note{
	color:#999999;
	font-size:83%;
	}

.left15{
	margin-left: 15px;
}
.left75{
	margin-left: 75px;
}

/* news */
div.stbb{
	width: 100%;
	height: auto;
}
div.stbb_l{
	width: 376px;
	margin-right: 40px;
	margin-bottom: 20px;
	float: left;
}
div.stbb_r{
	width: 167px;
	margin-bottom: 20px;
	float: left;
}
div.stbb_l1{
	width: 376px;
	margin-right: 40px;
	margin-bottom: 20px;
	float: left;
}
div.stbb_r1{
	width: 167px;
	margin-bottom: 20px;
	float: left;
}
div.stbb_l2{
	width: 250px;
	height: auto;
	margin-right: 15px;
	float: left;
}
div.stbb_r2{
	width: 335px;
	height: auto;
	float: left;
}

/* float clear */
.clear{
	clear: both; 
}
.clears:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clears {display: inline-block;}
/* Hides from IE-mac \*/
* html .clears {height: 1%;}
.clears {display: block;}
/* End hide from IE-mac */

/* ========== footer ========== */
#pagetop{
	width:790px;
	padding-top:20px;
	margin-left:30px;
	text-align:right;
	clear:both;
	}
#logo_small{
	width:790px;
	margin-top:50px;
	margin-left:30px;
	text-align:right;
	}
#footer_bg{
	background-color:#0B91D5;
	margin-top:20px;
	width:100%;
	height:20px;
	}
#footer{
	width:790px;
	margin-left:30px;
	text-align:right;
	}
