@charset "utf-8";

#wrappar {
	margin: 0px auto;
	width: 900px;
	background: url(../images/bg.jpg);
	padding: 0px;
	overflow: hidden;
	clear: both;
}

#wrappar2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	clear: both;
}

#header {
	margin: 0px auto;
	width: 800px;
	float: left;
	overflow: hidden;
	clear: both;
	height: 100px;
}


#main_menu {
	width: 800px;
	float: left;
	overflow: hidden;
	clear: both;
	background: #FFFFFF;
	margin: 0;
}

#main_menu dl{
	margin:0;
	padding:0;
	width:800px;
	height:23px;
	overflow: hidden;
}
#main_menu dl dd{
	height:23px;
	float:left;
	margin:0;
	padding:0;
}

.flash_main {
	float: left;
	width: 500px;
	height: 200px;
	padding: 0 4px 0 5px;
	margin: 5px 0;
	border-right: 1px dotted #999999;
	background: url(../images/fla_dummy.jpg) no-repeat;
}
.whatsnew {
	width: 280px;
	height: 200px;
	margin: 0;
	padding: 5px;
	overflow: hidden;
	float: left;
}
.contents_left {
	padding: 0 5px 5px 5px;
	float: left;
	width: 160px;
	font-size: 12px;
	line-height: 18px;
}
.contents_main {
	float: left;
	width: 620px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

#footer {
	width: 780px;
	color: #FFFFFF;
	text-align: right;
	font: 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	clear: both;
	background: #555555 url(../images/bg_footer.jpg);
	height: 19px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	text-decoration: none;

}

/* link styles(フッタ内)

--------------------------------------------*/

a.footer {
    color:#ffffff;
    text-decoration:none;
}
a.footer:link {/*未訪問のリンク*/
    color:#ffffff;
    text-decoration:none;
}
a.footer:visited {/*訪問後のリンク*/
    color:#ffffff;
    text-decoration:none;
}
a.footer:hover {/*マウスをのせたとき*/
    color:#ffffff;
    text-decoration:underline;
}
a.footer:active {/*クリック中*/
    text-decoration:none;
	position: relative;
	top: 1px;

}

/* link styles

--------------------------------------------*/

a img {
	border-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	position: relative;
	top: 1px;
}

.masu1 {
	float: left;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
}

.masu2 {
	float: left;
	border-bottom: 1px dotted #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #555555;

}

.masu2a {
	float: left;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	width: 625px;
	clear: both;

}

.masu3 {
	float: left;
	padding-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
}
.masu1 dl {
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;

}
.masu1 dd {
	float: left;
	height: 139px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;

}
