@charset "utf-8";

/* ==========================基本設定========================== */

body{
	margin-top:0;
	margin-left:0;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat;
	font-size: 12px;
	background-position: top;
	text-align: center;
	}
*{margin:0; padding:0;}
.box02 p {
	margin-left: 10px;
}

*{font-weight:normal; font-style:normal;}
*{font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;}
p{line-height:1.3;}

h1,h2,h3,h4,h5{font-size:100%; color:#000;}
h1 {
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #999999;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

hr{display: none;}

.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 0px;
	height: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}
dl {
	margin: 0px;
	padding: 0px;
}
a { text-decoration:none }
a:link {
	color:#0099FF;
}
a:visited {
	color:#999999;
}
a:hover {
	color:#FF9900;
}
a:active { color:#D7FA99; 
}

strong {
	font-weight: normal;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.push01 {
	color: #FF6600;
	font-weight: bold;
}


/* ==========================基本設定ここまで========================== */#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../img/wrapper_bg.gif);
	background-repeat: repeat-y;
}
#main_img {
	margin-bottom: 5px;
}

#left_container {
	float: left;
	width: 192px;
}


/*左メニューCSS*/

#main_menu li {
	display: block;
	height: 40px;
	width: 191px;
	list-style-type: none;
}
#main_menu li em {
	visibility: hidden;
	font-size: 9px;
}

#main_menu li a {
	text-decoration: none;
	display: block;
	height: 40px;
	width: 191px;
}

#main_menu  #m01 a {
	background-image: url(../img/button/m01_off.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m01 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m01_on.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m02 a {
	background-image: url(../img/button/m02_off.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m02 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m02_on.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m03 a {
	background-image: url(../img/button/m03_off.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m03 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m03_on.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m04 a {
	background-image: url(../img/button/m04_off.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m04 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m04_on.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m05 a {
	background-image: url(../img/button/m05_off.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m05 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m05_on.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m06 a {
	background-image: url(../img/button/m06_off.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m06 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m06_on.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m07 a {
	background-image: url(../img/button/m07_off.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m07 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m07_on.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m08 a {
	background-image: url(../img/button/m08_off.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m08 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m08_on.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m09 a {
	background-image: url(../img/button/m09_off.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#main_menu  #m09 a:hover,#header #m1 a:active {
	background-image: url(../img/button/m09_on.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#mobile {
	margin-top: 15px;
	text-align: center;
}
#bottom_menu {
	margin-top: 15px;
	margin-left: 20px;
}

#bottom_menu li {
	font-size: 10px;
	display: block;
	line-height: 18px;
	width: 100px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	list-style-type: none;
	margin-bottom: 7px;
}

#address {
	margin-top: 15px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/address_bg.gif);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#address address {
	text-align: left;
	margin-left: 360px;
	line-height: 20px;
}
#address .name {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
#copyright {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 10px;
}
