@charset "Shift_JIS";

/* 要素リセット */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #666666; /* 標準文字色 */
    background-color: #ECEDEC;
    background-image : url(../images/bg_10B.png); /* 両サイドシャドウ　*/
    background-position: top center;
    background-repeat: repeat-y;
    background-attachment: fixed;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
    font-size: 70%;
}
/* end */

img {
    border: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container {
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(../images/headerBg_10B_01.png);	/* ヘッダーとナビの背景イメージ（白＋黄色） */
    background-position: top left;
    background-repeat: repeat-x;
    min-width: 900px;
    zoom: 1;
}

#container:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#header {
    width: 900px;
    height: 87px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#inner {
    width: 900px;
    position: relative;
    margin:0 auto 0;
    padding-top: 85px;
    padding-bottom: 20px;
    zoom: 1;
}

* html .layoutset-01 #inner {
    /* for IE6 レイアウト崩れに対応するために背景にメインイメージを配置 */
    background-image : url(../images/mainimg_10B.png);
    background-position: 10px 85px;
    background-repeat: no-repeat;
}

#inner:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#wrapper {
    width: 660px;　/*　630→660 */
    margin-left: 0;
    margin-right: 0;
    float: right;
}

* html .layoutset-01 #wrapper {
    padding-top: 290px; /* for IE6 */
}

/*

#title {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.layoutset-01 #title {
    width: 900px;
    margin-left: -240px; /* 270→240 */
/*    height: 280px;
}
*/

* html .layoutset-01 #title {
    /* for IE6 */
    display: none;
}

.layoutset-02 #title {
    width: 605px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 10px;
}
*/
#main {
    padding: 0px;
	width: 640px; /*　追加　*/
}

.layoutset-01 #main {
    width: 640px;　/*　580→618　*/
    margin-left: auto;
    margin-right: auto;
}

.layoutset-02 #main {
    width: 640px;
    margin-right: auto;
    margin-left: 0;
    margin-top: 0;
}

.layoutset-02 #main dl{ /* 追加　*/
	text-align:left;
	}

.layoutset-02 #main dt{ /* 追加　*/
	font-weight:bold;
	float:left;
	}

.layoutset-02 #main dd{ /* 追加　*/
	margin-left:50px;
	}
	


#aside {
    width: 235px;　/*　235　←要確認　*/
    float: left;
}

.layoutset-01 #aside {
    margin-top: 285px;　/*　285　←要確認　*/
}

.layoutset-02 #aside {
    margin-top: 10px;
}

#footer {
    clear: both;
    width: 901px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}

#nav {
	position: absolute;
	left: 0px;
	top: 4px;
	height: 69px;
	width: 900px;
	overflow: hidden;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */
/* トップページメインイメージ*/ 
.layoutset-01 #title h2 {
    width: 880px;
    margin-right: auto;
    margin-left: auto;
    height: 263px;
    background-image : url(../images/mainimg_10B.png);/* 880×263大画像 */
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
	/*TOP画像下ボーダー
    border-bottom: 5px solid #FFD900;
*/
}


/* ナビゲーション */
#nav ul {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

#nav ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#nav li {
    display: block;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    overflow: hidden;
}

#nav li a {
    display: block;
    height: 68px;
    overflow: hidden;
    background-image : url(../images/navBged_10B.png);
    background-position: top left;
    background-repeat: no-repeat;
    color: #666666;
    padding-left: 20px;
    padding-right: 10px;
}

#nav li#nav-toppage a {
    background-position: -1px 0px;
}
/* トップページは白線を削除 */

#nav li span.en {
    display: block;
    line-height: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

#nav li span.ja {
    display: block;
    font-size: 14px;
    line-height: 21px;
    padding-top: 15px;
}

#nav a:link {
    text-decoration: none;
}
#nav a:visited {
    text-decoration: none;
}
#nav a:hover {
	color:#F30;
	font-weight:bold;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#nav a:active {
	color:#F30;
	font-weight:bold;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	padding-top: 2px;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#shopinfo {
}

#banner {
    margin-right: auto;
}
caption {
	text-align: left;
	font-size: medium;
	font-weight: bold;
}
.point_borderstar{
	list-style-position: inside;
	list-style-image: url(../images/bullet_star.gif);
	text-align: left;
	font-size: 1.2em;
	border: 3px double #F60;
	text-indent: 2em;
	margin:0;
	padding: 0px;
	width: 450px;
}

.point_borderstar li{
	line-height:2em;
}


.point_qa {
	text-indent:1em;
	text-align: left;
	width: 600px;
}
.osusume  {
	font-size:1.2em;
	list-style-image: url(../images/bullet_hand.gif);
	list-style-position: inside;
	margin-top: 1.5em;
	font-weight: bold;
}
.setumei {
	text-indent:2em;
}
.text_left {
	text-align: left;
}
