@charset "Shift_JIS";
/*___________ 基本設定 ==の部分に値を入れます。___________ */
body {
	margin:0;
	padding:0;
	font:12px/16px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	text-align:center;
	background-color:#ffffff;
	background-attachment: fixed;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.size {
	margin:0 auto;
	width: 750px;
	background-color: #FFFFFF;
}
.enter {
	margin:50px auto 0;
	width: 428px;
	height: 100%;
}
.header {
	margin:0px;
	width: 750px;
	height: 75px;
	background-image: url(img/headerbg.jpg);
	background-repeat: repeat-x;
}
.logo {
	margin:0px 0px 0px 15px;
	width: 600px;
	height: 50px;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}
.sitemapandmail {
	margin:auto;
	width: 85px;
	float: left;
	height: 50px;
	padding-top: 25px;
}
.menu {
	margin:0px 102.5px;
	width: 545px;
	padding: 0px;
	height: auto;
	font-size: 12px;
	color: #999999;
}
.chnarabeyoutable {
	margin:0px;
	width: 545px;
	padding: 0px;
	height: auto;
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
}
.whatsnew {
	margin:0px 102.5px;
	width: 545px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}
.chlogo{
	margin:0px auto;
	width: 147px;
	padding: 5px 0px 0px;
	float: left;
	height: 170px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	color: #666666;
	vertical-align: middle;
	text-align: center;
}
.infomation{
	margin:0px auto;
	width: 545px;
	padding: 0px;
	float: none;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	color: #666666;
	vertical-align: middle;
	text-align: center;
}
.chsetumel {
	margin:0px;
	width: 390px;
	padding: 0px 0px 0px 8px;
	font-size: 12px;
	color: #666666;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	float: left;
}
.under {
	margin:0px;
	width: 750px;
	height: 13px;
	background-image: url(img/under.jpg);
	background-repeat: repeat-x;
}
div,td,th {
text-align:left;
}
img {
border:0;
}
p,pre {
margin:0;
font:12px/16px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
}
li {
margin: 0;
list-style: none;
}
ol, ul {
margin: 0;
padding:0;
}
h1 {
font-size:16px;
line-height:20px;
font-weight:bold;
margin:0;
}
h2 {
font-size:14px;
line-height:18px;
font-weight:bold;
margin:0;
}
h3 {
font-size:12px;
line-height:16px;
font-weight:bold;
margin:0;
}
h4,h5,h6 {
font-size:8px;
line-height:10px;
font-weight:normal;
margin:0px;
}
select {
display:block;
}
form {
margin:0;
}
.indent {
text-indent:-9999px;
font-size:9px;
line-height:10px;
}
/* ____ フロートボックス解除用。htmlでは<br class="clear">で使用 ____ */
.clear {
clear:both;
}
/* ____________ 横並び時のフロートボックスは以下が基本 __________ */
.== {
width:==px;
float:left;
}
/* ____ 横並び時のフロートボックスでマージンを使う場合は以下が基本 ____ */
.== {
width:==px;
margin:==;
float:left;
display:inline;
}
/* ____ パディングやボーダー左右を使う場合はwidthと一緒に使わない。  _____ */
.== {
padding:==;
}
.== {
border:==px solid #==;
}
.== {
padding:==;
border:==px solid #==;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ~~~~~~~~~~~ スワップイメージ（ロールオーバー）のひな形 ~~~~~~~~~~~*/
/* ~~~~~~~~~~~ ==の箇所を書き換えて使用します             ~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/* ______ フロートありバージョン ______ */

.== ,.== a ,.== a:hover,.== a:focus{
width:==px;height:==px;text-indent:-2000px;
background:url(images/==.gif) no-repeat;
text-decoration: none;float:left;
}
.== {
margin:==;display:inline;
}
.==,.== a:hover,.== a:focus {
background:url(images/==_over.gif) no-repeat;
}

/* ______ フロート無しバージョン ______ */

.== ,.== a ,.== a:hover,.== a:focus{
width:==px;height:==px;text-indent:-2000px;
background:url(image/==.gif) no-repeat;
text-decoration: none;display:block;
}
.== {
margin:==;
}
.==,.== a:hover,.== a:focus {
background:url(image/==_over.gif) no-repeat;
}
