@charset "utf-8";
/* CSS Document */


/* 全体的なルール */

* {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5{
	color:#000;
	font-size: 100%;
}
strong {
	font-weight: normal;
}
a { text-decoration:none }
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:img  {
	margin-top: 1px;
	margin-left: 1px;
}

body {
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:12px;
	text-align: center;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat;
	font-style: normal;
	border:0;
}

h1,h2 {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
dl {
	margin: 0px;
	padding: 0px;
}
a:link {
	color:#0099FF;
}
a:visited {
	color:#0099FF;
}
a:hover {
	color:#FF9900;
}
a:active { color:#D7FA99; 
}
.clear {
	clear: both;
}
.push {
	font-weight: bold;
}
.push2 {
	font-weight: bold;
	color: #FF0066;
}
.push3 {
	font-weight: bold;
	color: #006699;
}
.push4 {
	font-weight: bold;
	color: #FF9900;
}
.push5 {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}
.name {
	font-weight: bold;
	margin-bottom: 10px;
}
.value {
	font-weight: bold;
	color: #FF3300;
}
.caution {
	color: #FF3300;
	font-size: 10px;
}
.caution2 {
	color: #FF3300;
	font-size: 9px;
}


/* 全体的なルールここまで */
#upper_wrapper {
	width: 100%;
	background-image: url(../img/upper_wrapper_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#upper_contentsbox {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/upper_contents_box_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 15px;
}
#main_menu_box {
	float: left;
	width: 208px;
	margin-left: 12px;
}



/*左メニューCSS*/
#main_menu_box li {
	display: block;
	height: 44px;
	width: 208px;
	list-style-type: none;
	margin-bottom: 5px;
}
#main_menu_box li em {
	visibility: hidden;
	font-size: 9px;
}

#main_menu_box li a {
	text-decoration: none;
	display: block;
	height: 44px;
	width: 208px;
}

#main_menu_box  #m01 a {
	background-image: url(../img/button/m01_off.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m01 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m01_on.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m02 a {
	background-image: url(../img/button/m02_off.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m02 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m02_on.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m03 a {
	background-image: url(../img/button/m03_off.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m03 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m03_on.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m04 a {
	background-image: url(../img/button/m04_off.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m04 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m04_on.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m05 a {
	background-image: url(../img/button/m05_off.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m05 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m05_on.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m06 a {
	background-image: url(../img/button/m06_off.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m06 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m06_on.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m07 a {
	background-image: url(../img/button/m07_off.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu_box  #m07 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m07_on.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/*左メニューCSSここまで*/

#campaign_box {
	width: 668px;
	float: left;
	margin-left: 9px;
	height: 118px;
	background-image: url(../img/top/campaign_bb.jpg);
	background-repeat: no-repeat;
}
*html #campaign_box {margin-left: 0px;}

#bottom_wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/upper_contents_box_bg.gif);
	background-repeat: repeat-y;
}
#bottom_menu {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
/*-----お問合せページ誘導ボタン設定ここまで-----*/

#bottom_wrapper li {
	font-size: 10px;
	display: block;
	width: 120px;
	float: left;
	list-style-type: none;
}

#copyright {
	height: 40px;
	width: 920px;
	background-image: url(../img/copyright.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}

