@charset "utf-8";

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

body{
	margin-top:0;
	margin-left:0;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	background-position: top;
	text-align: center;
	}

img{border:0;}
*{margin:0; padding:0;}
*{font-weight:normal; font-style:normal;}
*{font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;}

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

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:#6666CC;
}
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: #FF3300;
}
.push02 {
	color: #FF6600;
	font-weight: bold;
}
.push03 {
	color: #3399FF;
	font-weight: bold;
}
.push04 {
	color: #FF6600;
	font-weight: bold;
}
.push05 {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.box01_contents a {
	font-weight: bold;
}
.box02_contents a {
	font-weight: bold;
}


/* ==========================基本設定ここまで========================== */


#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/wrapper_bg.jpg);
	background-repeat: repeat-y;
}
#wrapper h1 {
	font-size: 10px;
	color: #999999;
	margin-top: 3px;
	margin-bottom: 5px;
}
#left_container {
	width: 190px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../img/left_container_bg.jpg);
	background-repeat: repeat-y;
}
*html #left_container {
	margin-left: 2px;
}

#logo {
	height: 95px;
	width: 191px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
}
/*-----ホーム戻りボタン設定-----*/

#home em {
	font-size: 9px;
	visibility: hidden;
}

#home a{
display:block;
width:191px;
background:url(../img/home_off.jpg) no-repeat;
height:166px;
line-height:166px;
}

#home a:hover{
background:url(../img/home_on.jpg) no-repeat;
}


/*-----ホーム戻りボタン設定ここまで-----*/

.category li {
	list-style-type: none;
	text-align: left;
	line-height: 21px;
	background-image: url(../img/yellow_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	color: #333333;
}
#left_container .cm {
	margin-top: 15px;
	margin-bottom: 5px;
}

#area {
	height: 65px;
	overflow: auto;
	width: 180px;
	float: left;
}

#right_container {
	float: left;
	width: 710px;
	margin-left: 3px;
}
#menu_bg {
	height: 95px;
	width: 730px;
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
}
#menu_bg li {
	list-style-type: none;
	display: block;
	width: 109px;
	float: left;
	margin-top: 44px;
	font-size: 10px;
}
#menu_bg .first_one {
	margin-left: 27px;
}
*html #menu_bg .first_one { margin-left: 13px; }
#button {
	height: 62px;
	width: 516px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../img/contact_button_bg.gif);
	background-repeat: no-repeat;
	padding-top: 58px;
}

#page_top {
	text-align: right;
	margin-top: 15px;
}
#page_top img {
	text-align: right;
	margin-right: 10px;
}

/*-----お問合せページ誘導ボタン設定-----*/

#contact_button em {
	font-size: 9px;
	visibility: hidden;
}
#contact_button {
	margin-right: auto;
	margin-left: auto;
	height: 56px;
	width: 366px;
}


#contact_button a{
display:block;
width:366px;
background:url(../img/contact_button_off.gif) no-repeat;
height:56px;
line-height:56px;
}

#contact_button a:hover{
background:url(../img/contact_button_on.gif) no-repeat;
}

/*-----お問合せページ誘導ボタン設定ここまで-----*/
#copyright {
	font-size: 10px;
	color: #666666;
	line-height: 24px;
	margin-top: 15px;
}
#address_info {
	width: 100%;
}

#address_info address {
	display: block;
	line-height: 20px;
	width: 300px;
	text-align: left;
	margin-left: 400px;
	color: #666666;
}
#address_info .name {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
#daikoku {
	font-size: 6px;
}
