@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	outline:none;
	border:0px;
}
.both {
	clear: both;
}

body {
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 18px;
}

a:link {
	color: #1971AF;
	text-decoration: underline;
}
a:visited {
color:#1971AF;
}
a:hover {
	color:#1971AF;
	text-decoration: none;
}

.flo_left {
	float: left;
}
.flo_right {
	float: right;
}


#container 	{
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 100%;
	background-image: url(../img/common/top_bg.gif);
	background-repeat: repeat-x;
}
#sec_container 	{
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 100%;
	background-image: url(../img/common/sec_bg.gif);
	background-repeat: repeat-x;
}
#sec_container2 	{
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 100%;
	background-image: url(../img/common/sec_bg2.gif);
	background-repeat: repeat-x;
}
#mainsize {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-top: 16px;
	padding-bottom: 12px;
}
#footer {
	background-color: #8F9792;
	height: 33px;
}
#footer .footer_txt {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 8px;
}
#global_menu ul {
	list-style-type: none;
}
#global_menu li {
	float: left;
	height: 42px;
}
#top_main {
	height: 364px;
	width: 900px;
	clear: both;
}
#top_main h2 {
	font-size: 12px;
	text-indent: -9999px;
}
#top_contents {
	padding-top: 30px;
	padding-bottom: 30px;
}
#top_whats {
	width: 300px;
	float: left;
}
#top_entry {
	width: 300px;
	float: left;
}
#top_bn {
	width: 300px;
	float: left;
}
#news {
	height: 168px;
	width: 274px;
	background: #FFFFFF;
}	
#news .scroll_area{

	height: 168px;
	width: 274px;
}
.top_txt_box {
	padding-left: 10px;
	padding-top: 10px;
	width: 250px;
	background-image: url(../img/top/dot_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
.top_txt_box2 {
	padding-left: 10px;
	padding-top: 10px;
	width: 250px;
	padding-bottom: 10px;
}
.day {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}
