/*　全体枠組み ////////////////////////////////////////////////////*/
* {
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
}

html{
    height:100%;
}

body{
    height:100%;
}

* html div#container{
    height:100%;
}

div#container{
    width: 802px;
    margin:0px auto;
    position:relative;
    min-height:99%;	
}

body > #container {
        height: auto;
}


div#box{
	padding-bottom:30px;
	width:100%;
}

/*　フッタ ////////////////////////////////////////////////////*/
#foot_top{
	position:absolute;
	height:20px;
	width:100%;
	left: 2px;
}
#foot{
	position:absolute;

	height:20px;
	width:100%;
	left: 2px;
}

#footer {
	width:802px;
	margin:0 auto;
	background:url(../img/copyright.gif) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}




a {
	color:#62B6D2;
	text-decoration:underline;
}

a:hover {
	color:#62B6D2;
	text-decoration:none;
}

/*　ヘッダ ////////////////////////////////////////////////////*/

#left_menu {
	width:657px;
	float:left;
}

#menu_area {
	width:657px;
}

#right_menu {
	width:145px;
	float:left;
	background:url(../img/line_dashed.gif) left top no-repeat;
	height:51px;
}

#r_menubox {
	width:131px;
	float:right;
}

#r_menubox ul {
	list-style:none;
	vertical-align:top;
}

#r_menubox01 {
	background:url(../img/menu_online.gif) left top no-repeat;
	width:131px;
	height:20px;
}

#r_menubox01 a {
	width:131px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

#r_menubox02 {
	background:url(../img/menu_cart.gif) left top no-repeat;
	width:131px;
	height:21px;
}

#r_menubox02 a {
	width:131px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

#r_menubox03 {
	background:url(../img/menu_order.gif) left top no-repeat;
	width:131px;
	height:11px;
}

#r_menubox03 a {
	width:131px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}



/*　コンテンツ ////////////////////////////////////////////////////*/
#contents {
	width:802px;
	float:left;
}


/*　マージン・パディング関係 ////////////////////////////////////////////////////*/

.m10_t {
	margin-top:10px;
}
.m10_b {
	margin-bottom:10px;
}

.m15_t {
	margin-top:15px;
}

.m20_t {
	margin-top:20px;
}

.m25_t {
  margin-top:25px;
  }
  
.m20_b {
  margin-bottom:20px;
  }

.m30_b {
	margin-bottom:30px;
}

.p10_t {
  padding-top:10px;
  }

.p10_b {
	padding-bottom:10px;
}

.p10_r {
  padding-right:10px;
  }

.p10_l {
  padding-left:10px;
  }
.p20_b{
	padding-bottom: 20px;
}

/*　フォント関係 ////////////////////////////////////////////////////*/
.f11_666 {
	font-size:11px;
	color:#666666;
	line-height:160%;
}

.font10_broun{
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:10px;
  line-height:150%;
  color:#663300;
  }  
