@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
	border: 0;
}

body {
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #777777;
	background-image: url(img/bg.gif);
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
}


#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/*
ヘッダー
-------------------------------------------------------------------*/
#header {
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	position: relative;
	width: 900px;
}
#header h1 {
	text-indent: -10000px;
}
#header #logo {
	position: absolute;
	top: 27px;
	right: 24px;
}

/*
メインコンテンツ
-------------------------------------------------------------------*/
#main {
	float: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 860px;
}
#contents #top_img {
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	height: 440px;
	width: 660px;
	position: relative;
	background-position: center 5px;
}
#top_img .btn {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#contents {
	float: right;
	width: 660px;
}
#contents p {
	line-height: 24px;
	margin-bottom: 20px;
}
.img_right {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contents h3 {
	margin-bottom: 10px;
}

/*
切り替えタブ
-------------------------------------------------------------------*/
.tab_box {
	padding: 25px;
	clear: both;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 597px;
	margin-right: auto;
	margin-left: auto;
}

.tab_head a {
	float: left;
	height: 31px;
	display: block;
	text-indent: -10000px;
	overflow:hidden;
}

.tab_head #head1 a {
	width: 100px;
	background-image: url(img/tab_01.jpg);
}
.tab_head #head2 a {
	width: 140px;
	background-image: url(img/tab_02.jpg);
}
.tab_head #head3 a {
	width: 105px;
	background-image: url(img/tab_03.jpg);
}
.tab_head #head4 a {
	width: 105px;
	background-image: url(img/tab_04.jpg);
}

.tab_head {
	height: 31px;
	background-image: url(img/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
	padding-left: 25px;
}
.tab_head #head1 .tab_off a {

}
.tab_head .tab_on#head1 a {
	background-image: url(img/tab_01_ov.jpg);
}
.tab_head .tab_on#head2 a {
	background-image: url(img/tab_02_ov.jpg);
}
.tab_head .tab_on#head3 a {
	background-image: url(img/tab_03_ov.jpg);
}
.tab_head .tab_on#head4 a {
	background-image: url(img/tab_04_ov.jpg);
}

/*
サイド
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 180px;
}

#side .menu {
	background-image: url(img/menu_base.gif);
	padding: 15px;
	height: 440px;
	width: 150px;
}
#side .menu li {
	list-style-type: none;
}
#side .menu #home a {
	background-image: url(img/menu_home.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 40px;
	width: 150px;
}
#side .menu #about a {
	background-image: url(img/menu_4step.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 67px;
	width: 150px;
}
#side .menu #shop a {
	background-image: url(img/menu_shop.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 67px;
	width: 150px;
}
#side .menu #guide a {
	background-image: url(img/menu_guide.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 67px;
	width: 150px;
}
#side .menu #dicip a {
	background-image: url(img/menu_dicip.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 67px;
	width: 150px;
}
#side .menu #inguiry a {
	background-image: url(img/menu_inguiry.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 67px;
	width: 150px;
}
#side .menu #sitemap a {
	background-image: url(img/menu_sitemap.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 65px;
	width: 150px;
}

#side .menu #home a:hover {
	background-image: url(img/menu_home_ov.gif);
}
#side .menu #about a:hover {
	background-image: url(img/menu_4step_ov.gif);
}
#side .menu #shop a:hover {
	background-image: url(img/menu_shop_ov.gif);
}
#side .menu #guide a:hover {
	background-image: url(img/menu_guide_ov.gif);
}
#side .menu #dicip a:hover {
	background-image: url(img/menu_dicip_ov.gif);
}
#side .menu #inguiry a:hover {
	background-image: url(img/menu_inguiry_ov.gif);
}
#side .menu #sitemap a:hover {
	background-image: url(img/menu_sitemap_ov.gif);
}

#side .side_bn {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*
フッター
-------------------------------------------------------------------*/
#footer {
	padding: 20px;
	clear: both;
}
#footer address {
	font-size: 12px;
	text-align: center;
	font-style: normal;
	color: #666666;
}

