@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */

body {
	text-align: center;
	background-color: #EFD0D2;
}

#all {
	width: 920px;
	margin: 0 auto;
	background-image: url(../img/all_bg.gif);
}

* html #wrapper {
	padding-left: 2px;
} 
#wrapper {
	background: transparent;
	width: 920px;
	margin: 0 auto;
	padding-left: 1px;
}
html>/**/body #wrapper {
	padding-left: 1px;
	margin-top: 0px;
}

#wrapper_c {
	background: transparent;
	width: 920px;
	margin: 0 auto;
	background-image: url(../img/wrapper_bg.gif);
	background-repeat: no-repeat;
	padding-left: 1px;
}
html>/**/body #wrapper_c {
	padding-left: 1px;
	margin-top: 0px;
}
* html #wrapper_c {
	padding-left: 3px;
}
#container {
	width: 900px;
	margin: 0 auto;
}
* html #car #container {
	margin-left: 0px;
}


/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

#contents {
	margin: 0px;
	padding: 0px;
	width: 900px;
	overflow: hidden;
	background-image: url(../img/contents_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/*\*/
#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/**/

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */

#header {
	margin: 0;
	padding: 0;
	height: 250px;
	position: relative;
	background-color: #FFFFFF;
}

#header .h1_txt {
	width: 838px;
	height: 49px;
	position: absolute;
	top: 82px;
	left: 0px;
}

#header .logo {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 165px;
	left: 815px;
}

#header .btn_top {
	width: 98px;
	height: 38px;
	position: absolute;
	top: 211px;
	left: 802px;
}

* html #header img {
	behavior: expression(IEPNGFIX.fix(this));
}

/* ---------------------------------------------------------------- *
	top部分の設定です
 * ---------------------------------------------------------------- */
 
#top {
	margin-top: 10px;
} 

#top_box {
	margin-top: 10px;
}

.top_box {
	margin-top: 10px;
	padding-left: 10px;
}

.top3 {
	width: 840px;
	background-image: url(../img/top_box_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 10px;
}

.top3 .contents_l {
	float: left;
	width: 270px;
	line-height: 110%;
	margin-right: 15px;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 15px;
}
.top3 .contents_r {
	float: right;
	width: 270px;
	line-height: 110%;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 15px;
}

.top_box .top3 ul {
	text-align: left;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

.top3 .p {
	padding-left: 10px;
}

.top4 {
	width: 840px;
	border-bottom: 1px;
	border-bottom-color: #ccc;
	border-bottom-style: dotted;
	border-top: 1px;
	border-top-color: #ccc;
	border-top-style: dotted;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: left;
}

#pan {
	font-size: 12px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding: 0 0 5px 0;
}
* html #pan {
	border-bottom-style: double;
}

#pan a {
	color: #000000;
	text-decoration: none;
}

#pan a:link {
	color: #000000;
	text-decoration: none;
}

#pan a:hover {
	color: #990099;
	text-decoration: none;
}

#pan a:active {
	color: #990099;
	text-decoration: none;
}

/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定です
 * ---------------------------------------------------------------- */

#ID {
	width: 860px;
	height: 36px;
	margin: 0;
	padding: 0px;
	border-top: #CCC solid 1px;
	border-bottom: #ccc solid 1px;
	text-align: left;
	margin-bottom: 10px;
}
#ID ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}
#ID li {
	display : inline;
	padding :0;
	margin:0;
	float:left;
	border-right: 1px;
	border-right-color: #ccc;
	border-right-style: solid;
	text-indent: -9999px;
}

#ID #menu_a_1 a {
	background-image: url(../img/navi_01.gif);
	background-repeat:no-repeat; 
	width: 100px;
	height:36px;
	margin:0; 
	padding:0;
	display: block;
}
#ID #menu_a_1 a:hover {
	background-image: url(../img/navi_01_on.gif);
	background-repeat:no-repeat; 
	display: block;
}

#ID #menu_a_2 a {
	background-image: url(../img/navi_02.gif);
	background-repeat:no-repeat; 
	width: 191px;
	height:36px;
	margin:0; 
	padding:0;
	display: block;
}
#ID #menu_a_2 a:hover {
	background-image: url(../img/navi_02_on.gif);
	background-repeat:no-repeat; 
	display: block;
}

#ID #menu_a_3 a {
	background-image: url(../img/navi_03.gif);
	background-repeat:no-repeat; 
	width: 141px;
	height:36px;
	margin:0; 
	padding:0;
	display: block;
}
#ID #menu_a_3 a:hover {
	background-image: url(../img/navi_03_on.gif);
	background-repeat:no-repeat; 
	display: block;
}

#ID #menu_a_4 a {
	background-image: url(../img/navi_04.gif);
	background-repeat:no-repeat; 
	width: 181px;
	height:36px;
	margin:0; 
	padding:0;
	display: block;
}
#ID #menu_a_4 a:hover {
	background-image: url(../img/navi_04_on.gif);
	background-repeat:no-repeat; 
	display: block;
}

#ID #menu_a_5 a {
	background-image: url(../img/navi_05.gif);
	background-repeat:no-repeat; 
	width: 141px;
	height:36px;
	margin:0; 
	padding:0;
	display: block;
}
#ID #menu_a_5 a:hover {
	background-image: url(../img/navi_05_on.gif);
	background-repeat:no-repeat; 
	display: block;
}

#ID #menu_a_6 a {
	background-image: url(../img/navi_06.gif);
	background-repeat:no-repeat; 
	width: 100px;
	height:36px;
	margin:0; 
	padding:0;
	display: block;
}
#ID #menu_a_6 a:hover {
	background-image: url(../img/navi_06_on.gif);
	background-repeat:no-repeat; 
	display: block;
}


/* ---------------------------------------------------------------- *
	boxの設定です(レイアウトの関係で特別設定)	
 * ---------------------------------------------------------------- */

.box {
	padding: 0px 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	clear: both;
	margin: 10px 0 30px;
}
.box_r {
	padding: 0px 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	clear: both;
	margin: 10px 0 30px;
}
.box_r img {
	float: left;
	margin: 0px 10px 10px 0px;
}

.box_img {
	clear: both;
}
.box_img img {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.box_item_main {
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	text-align: center;
}


/*\*/
.box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .box {
    height: 1em;
    overflow: visible;
}
/**/

/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

.main_top {
	width: 650px;
	float: right;
	padding: 0;
	display: inline;
	height: auto;
	margin-right: 10px;
}

.main {
	width: 650px;
	float: right;
	margin-right: 10px;
	display: inline;
	height: auto;
	text-align: left;
	padding: 10px 0px 0px 0px;
}

/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定です
 * ---------------------------------------------------------------- */

#side {
	margin: 0px;
	width: 230px;
	float: left;
	text-align: center;
	display: inline;
	margin-left: 0px;
	padding: 10px 0 0 0;
}
html>/**/body #side {
	margin: 0px;
	width: 220px;
	padding-left: 5px;
}

#side img {
	margin-bottom: 7px;
}
html>/**/body #side img {
	margin-bottom: 10px;
}

#side_inqu_mail {
	width:220px;
	height:40px;
	text-indent: -999px;
	margin-bottom: 10px;
}

#side_inqu_mail a {
	width:220px;
	height:40px;
	display:block;
	background-image: url(../img/side_inquiry_mail.gif);
	background-repeat: no-repeat;
}

#side_inqu_mail a:hover {
	display:block;
	width:220px;
	height:40px;
	background-image: url(../img/side_inquiry_mail_on.gif);
	background-repeat: no-repeat;
}

#side_inqu_shop {
	width:210px;
	background-image: url(../img/side_inquiry_shop_bg.gif);
	background-repeat: no-repeat;
	height: 120px;
	text-align: left;
	padding: 137px 0 0 10px;
	margin-bottom: 10px;
}
* html #side_inqu_shop {
	width:220px;
	height: 255px;
}

#side_inqu_shop .btn {
	width:135px;
	height:25px;
	text-indent: -999px;
}
#side_inqu_shop .btn a {
	width:135px;
	height:25px;
	display:block;
	background-image: url(../img/side_inquiry_shop_btn.gif);
	background-repeat: no-repeat;
}
#side_inqu_shop .btn a:hover {
	width:135px;
	height:25px;
	background-image: url(../img/side_inquiry_shop_btn_on.gif);
	background-repeat: no-repeat;
}


#side .side_menu {
	margin: 0px;
	padding: 0px;
	width: 220px;
	text-align: left;
	margin-bottom: 10px;
}

#side .side_menu_top {
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 2px;
}

#side .side_menu_top img {
	margin: 0px;
}

#side .side_menu_m {
	background-color: #F7F7EA;
	margin: 0px;
	height: auto;
	background-image: url(../img/point_menu.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	margin-bottom: 2px;
	border:  1px solid #ccc;
	padding: 10px 5px 10px 15px;
}
* html #side .side_menu_m {
	width: 220px;
	padding-bottom: 5px;
}

.side_menu_m a {
	color: #333333;
	text-decoration: none;
}
.side_menu_m a:hover {
	color: #990000;
	text-decoration: none;
}

#side .side_menu2 {
	margin: 0px;
	padding: 0px;
	width: 220px;
	text-align: left;
	margin-bottom: 10px;
}
#side .side_menu2 img {
	padding: 0px;
	margin-bottom: 2px;
}

.side_box {
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

/*********************************
	ナビゲーション
**********************************/


/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */

.contents {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
}

/* ---------------------------------------------------------------- *
	コンテンツ画像の設定です
 * ---------------------------------------------------------------- */

.contents img.fig {
  float: left;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定です
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定です
 * ---------------------------------------------------------------- */

#footer {
	margin-top: 0;
	margin-bottom: 5px;
	border-top: 1px solid #ccc;
	text-align: center;
	background-color: #FFFFFF;
	padding: 5px;
	width: 890px;
	line-height: 1.4;
}
html>/**/body #footer {
	margin-top: 0;
	margin-bottom: 0px;
}
* html #footer {
	margin-top: 0;
	margin-bottom: 0px;
}

#footer ul {
	margin-bottom: 4px;
	padding: 0;
	border-left: 1px solid #CCCCCC;
}

#footer ul li {
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #CCCCCC;
  background-image: none;
}

/* ---------------------------------------------------------------- *
	上部へ戻る設定です
 * ---------------------------------------------------------------- */

.return{
	text-align:right;
	padding:0 10px 10px 15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	clear: both;
}

.return a{
	text-align:right;
	padding:0 10px 0 15px;
	background:url(../img/return.gif) no-repeat left top;
}

.signature {
	text-align: right;
	margin-bottom: 10px;
}
.signature img{
	margin: 0px;
}
.guide p {
	padding-left: 50px;
	padding-right: 5px;
}

