@charset "Shift_JIS";
/*___________ 基本設定 ==の部分に値を入れます。___________ */
* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#B7AD70;
	background-image: url(../shared_img/img_bg_color.jpg);
	background-repeat: repeat-x;
	position:relative;
	height: 100%;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 150%;
}
#Container{
	background-image: url(../shared_img/img_main_bg.jpg);
	background-repeat: repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px;
	width: 760px;
}
#Main{
	margin: 0px;
	padding: 10px 20px 10px;
}
#Container #Main .LeftArea {
	float: left;
	width: 500px;
}
#Container #Main .RightArea {
	float: right;
	width: 200px;
}
#Container #Main .RightArea .Rbanner {
	margin: 10px 0px;
}
.push {
	height: 85px; /* .push must be the same height as .footer */
}

#Head {
	background-image: url(../shared_img/img_header_bg.jpg);
	background-repeat: repeat-x;
	height: 110px;
	width: 760px;
	margin: 0px auto;
	color: #FFFFFF;
}
#Head .head_L {
	float: left;
	width: 250px;
	margin-top: 5px;
}
#Head .head_R {
	float: right;
	margin-right: 10px;
	margin-top: 55px;
}

#Foot{
	position:fixed;
	bottom:0px;
	height:100px;
	width:100%;
	background-image: url(../shared_img/img_footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#Foot .copyright {
	color: #FFFFFF;
	text-align: right;
	width: 760px;
	margin: 1px auto 10px;
}
#Foot .link {
	text-align: center;
	margin-bottom: 10px;
}
#Foot .foot_s {
	font-size: 10px;
}

.InfoBox {
	background-image: url(../shared_img/img_info_bg.jpg);
	height: 310px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: bottom;
}
.Lbanner {
	width: 135px;
	margin: 10px 0px 5px;
}
.InfoBox  #feedControl {
	margin: 8px;
	line-height: 120%;
	overflow: auto;
	height: 270px;
	font-size: 90%;
}
#Container #Main .LeftArea .MainMenu {
	margin: 0px 15px 0px 0px;
	width: 135px;
	float: left;
}
#Container #Main .LeftArea .MainCont {
	float: right;
	width: 350px;
	margin: 10px 0px;
	padding: 0px;
}
.size {
margin:0 auto;
}
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:10px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 5px;
}
h2 {
	font-size:120%;
	line-height:150%;
	font-weight:bold;
	margin:0;
	color: #261717;
	padding-bottom: 10px;
}
h3 {
	font-size:110%;
	line-height:150%;
	font-weight:bold;
	margin:0;
	padding: 0px 0px 3px;
}
h4,h5,h6 {
	font-size:100%;
	line-height:150%;
	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;
}



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


.contBox {
	margin: 0px 0px 25px;
}

