/**-------------------------------------------------
 *  File       : all_base.css
 *  @version   :Last Update: 2007-07-04
 *--------------------------------------------------
*/

/* ==============================================================================
default style is cleared
================================================================================ */

/* Basic Structure
------------------------------------- */

body {
	padding: 0px;
	margin: 0;
	color: #4A4A4A;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,;
	background:url(../../images/shared/bg.gif) repeat-y top center;
	text-align:center;
}

/* Sentence, Character
------------------------------------- */

p,
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

em,
address {
	font-style: normal;
}

/* List
------------------------------------- */

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Form
------------------------------------- */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Table
------------------------------------- */

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th,
td {
	padding: 0;
	font-weight: normal;
	font-size: 12px 
}



/* clearboth
------------------------------------- */
.clearboth{
	line-height:0px;
	margin: 0;
	display: block;
	clear: both;
}


/* Margin & padding
------------------------------------- */

/* Margin */
.m0 {
	margin: 0!important;
}

.m5 {
	margin: 5px!important;
}

.m10 {
	margin: 10px!important;
}

.m20 {
	margin: 20px!important;
}

.mt0 {
	margin-top: 0!important;
}

.mt5 {
	margin-top: 5px!important;
}

.mt8 {
	margin-top: 8px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt15 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt25 {
	margin-top: 25px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt35 {
	margin-top: 35px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt45 {
	margin-top: 45px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mr5 {
	margin-Right: 5px!important;
}

.mr10 {
	margin-Right: 10px!important;
}

.mr20 {
	margin-Right: 20px!important;
}

.mb0 {
	margin-bottom: 0!important;
}

.mb2 {
	margin-bottom: 2px!important;
}

.mb5 {
	margin-bottom: 5px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb25 {
	margin-bottom: 25px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb180 {
	margin-bottom: 180px!important;
}


.ml5 {
	margin-left: 5px!important;
}

.ml10 {
	margin-left: 10px!important;
}

.ml15 {
	margin-left: 15px!important;
}

.ml20 {
	margin-left: 20px!important;
}

/* Padding */
.p0 {
	padding: 0px!important;
}

.p5 {
	padding: 5px!important;
}

.p10 {
	padding: 10px!important;
}

.p20 {
	padding: 20px!important;
}

.pt0 {
	padding-top: 0px!important;
}

.pt5 {
	padding-top: 5px!important;
}

.pt8 {
	padding-top: 8px!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt15 {
	padding-top: 15px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt25 {
	padding-top: 25px!important;
}

.pt30 {
	padding-top: 20px!important;
}

.pr0 {
	padding-right: 0px!important;
}

.pr5 {
	padding-right: 5px!important;
}

.pr10 {
	padding-right: 10px!important;
}

.pr20 {
	padding-right: 20px!important;
}

.pb0 {
	padding-bottom: 0px!important;
}

.pb5 {
	padding-bottom: 5px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb15 {
	padding-bottom: 15px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb25 {
	padding-bottom: 25px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pl0 {
	padding-left: 0px!important;
}

.pl5 {
	padding-left: 5px!important;
}

.pl10 {
	padding-left: 10px!important;
}

.pl20 {
	padding-left: 20px!important;
}

.pl25 {
	padding-left: 20px!important;
}

/* line-height
------------------------------------- */
.line12{
	line-height:120%}
	
.line13{
	line-height:130%}
	
.line15{
	line-height:150%}


/*center
------------------------------------- */
.center{
	text-align:center;
	}


/* Anchor
------------------------------------- */
a {
	font-family: none;/* for mac */
	text-decoration:  underline;
}

a:link,a:visited {
	color: #666666;
	text-decoration: none;
}

a:active,a:hover {
	color: #986C47;
	text-decoration: underline;
}

.syousai a:link,
.syousai a:visited {
	color: #666666;
	text-decoration: underline;
}

.syousai a:active,
.syousai a:hover {
	color: #986C47;
	text-decoration: none;
}


/*white*/

a.white:link,a.white:visited,a.white:active,a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Other
------------------------------------- */
/*
img {
	display: block;
}*/

a img,
.nobdr {
	border: 0 !important;
}

hr {
	display: none;
	margin: 0;
}

/* ==============================================================================
Basic Layout
================================================================================ */

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

.layoutType01 #contents {
	display:inline;
	float: right;
	width: 570px;
	margin: 10px 10px 0px 0px;
}

.layoutType01 #contents #width560 {
	display:inline;
	float: right;
	width: 560px;
	margin: 0px 5px 5px 0px;
}

/* == #head ============================================================ */

#headBox{
	width:800px;
}

#headBox #headL{
	width:470px;
	height:85px;
	float:left;
}
	
#headBox #headR{
	width:330px;
	float:right;
}
	

	
	
/* == #sidebar ============================================================*/

.layoutType01 #sidebar {
	width:200px;
	height:auto;
	display: inline;
	float: left;
	padding:0 0 0 10px;
	margin: 0 auto;

}

#sidebar ul li.menu{ 
	background: url("../../images/shared/menu_bg.gif") no-repeat top left;
	padding:7px 0 10px 15px;
	line-height:130%;
	margin-bottom:3px;
}

#sidebar ul li.menu02{ 
	background: url("../../images/shared/menu_bg_long.gif") no-repeat top left;
	padding:7px 0 10px 15px;
	line-height:130%;
	margin-bottom:3px;
}

a#bannermail {
	width:200px;
	height:52px;
	display:block;
	background:url("../../images/shared/banner_mail.gif") no-repeat top left;
	font-size:0;
	text-indent:-9999px;
	}
	
a:hover#bannermail{
    background-position:0px -52px;
	text-decoration:none;}

/* banner */
.ban_littlemary a{
	width:200px;
	height:70px;
	display:block;
	margin:10px 0;
	text-indent:-9999px;
	background:url(../../images/shared/ban_littlemary.jpg);
}
.ban_littlemary a:hover{
	background-position:0 100%;
}
.ban_pgo a{
	width:200px;
	height:70px;
	display:block;
	margin:10px 0;
	text-indent:-9999px;
	background:url(../../images/shared/bnr_bgo.jpg);
}

/* == #bg text ============================================================*/

#bgText{
	background:url("../../images/top/text_bg.gif") no-repeat bottom right;
}
	
	
	
/* == #pickup contents ============================================================*/

.pickupFrame{
	width:570px;
	background:url(../../images/top/pickup_bg_bottom.gif) repeat-y bottom left;
	height:51px;
	padding:8px 0 0 0;
}

.pickupFrameLeft{
	float:left;
	display:inline;
	width:250px;
	padding:0;
	line-height:140%
	}

.pickupFrameRight{
	float:right;
	display:inline;
	width:285px;
	padding:0;
	line-height:140%
}
.pickupFrameLeft ul,
.pickupFrameRight ul{
	margin:0;
	padding:0 0 10px 10px;
}

.pickupFrameLeft ul li,
.pickupFrameRight ul li{
	background:url(../../images/top/list_dot.gif) no-repeat 5px top;
	padding:0 0 0 18px;
	margin:0;
}
	
/* == #footer ============================================================*/

#footer{
	margin:0 auto;
	width:800px;
}


#footerLink{
	line-height:130%;
	margin:30px 0 10px 0;
	text-align:center}

#copyright{
	background-color:#FF6600;
	color:#FFFFFF;
	height:20px;
	text-align:center;
	padding:5px 0;
	margin-top:15px
}
	

/* == #pan ============================================================*/

#pan{
	font-size:10px;
	margin:10px 0}
	
	
/* == h ============================================================*/
h1{text-indent: -9999px;
	display:none;
	margin:0px;
	padding:0px}
	
h2{background:url(../../images/shared/h2.gif) no-repeat top left;
	font-size:16px;
	color:#006800;
	padding:10px 0 12px 35px;
	margin-bottom:12px}
	
h3{background:url(../../images/shared/h3.gif) no-repeat top left;
	font-size:14px;
	color:#006800;
	padding:7px 0 10px 20px;
	margin-bottom:8px}
	
h3.type02{background:url(../../images/shared/h3_long.gif) no-repeat top left;
	font-size:14px;
	color:#006800;
	padding:7px 10px 10px 20px;
	height:30px}

h3.type03{background:url(../../images/shared/h3_short.gif) no-repeat top left;
	font-size:14px;
	color:#006800;
	padding:7px 10px 10px 20px;
	height:30px}
	
h4{background:url(../../images/shared/h4.gif) no-repeat top left;
	font-size:14px;
	padding:3px 0 10px 40px;
	}
h4.short01{background:url(../../images/shared/h4_02.gif) no-repeat top left;
	font-size:14px;
	padding:3px 0 10px 40px;
	}
h4.short02{background:url(../../images/shared/h4_03.gif) no-repeat top left;
	font-size:14px;
	padding:3px 0 10px 40px;
	}
h4.short03{background:url(../../images/shared/h4_04.gif) no-repeat top left;
	font-size:14px;
	padding:3px 0 10px 40px;
	}
h4.short04{background:url(../../images/shared/h4_05.gif) no-repeat top left;
	font-size:14px;
	padding:3px 0 10px 40px;
	}
h4.short05{background:url(../../images/shared/h4_06.gif) no-repeat top left;
	font-size:14px;
	padding:3px 0 10px 40px;
	}
h4.type02{background:url(../../images/shared/h402.gif) no-repeat top left;
	font-size:14px;
	padding:3px 0 0 5px;
	width:160px;
	height:30px;
	display:block;
	}

h5{background:url(../../images/shared/h5.gif) no-repeat top left;
	font-size:14px;
	color:#006800;
	padding:8px 0 10px 10px;
	margin:5px 0}


/* == page top ============================================================*/

p.pageTop {
	text-align: right;
	height: 20px;
}

p.pageTop a {
	font-size:0px;
	display: block;
	height: 20px;
	width: 120px;
	margin: 0 0 0 auto;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../images/shared/pagetop.gif) no-repeat top left;
}

p.pageTop a:hover {
	background-position: 0 -20px;
}

/* == ol ============================================================*/

ol.listType01 {
	margin-bottom: 2px;
	line-height: 130%;
}

ol.listType01 li.num01{
	background: url(../../images/shared/ol_type01_01.gif) no-repeat 0 4px;
	padding-left:20px
}

ol.listType01 li.num02{
	background: url(../../images/shared/ol_type01_02.gif) no-repeat 0 4px;
	padding-left:20px
}

ol.listType01 li.num03{
	background: url(../../images/shared/ol_type01_03.gif) no-repeat 0 4px;
	padding-left:20px
}

ol.listType01 li.num04{
	background: url(../../images/shared/ol_type01_04.gif) no-repeat 0 4px;
	padding-left:20px
}


/* == contents ============================================================*/

/*goods*/

.Frame560{
	width:560px}
	
.Frame560 .Left{
	float:left;
	width:220px}

.Frame560 .Right{
	float:right;
	width:330px}
	
.Frame560 .Left2{
	float:left;
	width:330px}

.Frame560 .Right2{
	float:right;
	width:220px}
	
.Frame560 .Left4{
	float:left;
	width:265px}

.Frame560 .Right4{
	float:right;
	width:280px}
	
.Frame560 .Left5{
	float:left;
	width:270px;}

.Frame560 .Right5{
	float:right;
	width:270px;}
	
.Frame560 .Left6{
	float:left;
	width:120px;}

.Frame560 .Right6{
	float:right;
	width:420px;
	height:120px;
	padding-top:35px;}


/*Illust*/
.Frame560BG{
	background:url(../../images/shared/waku_bg.gif) repeat-y top left;
	}

.Frame560BG .Left3{
	float:left;
	width:205px;
	padding:0 0 0 5px}

.Frame560BG .Right3{
	float:right;
	width:340px;
	padding:0 10px 0 0}

.Frame560BG .Left5{
	float:left;
	width:150px;
	padding:0 0 0 5px}

.Frame560BG .Right5{
	float:right;
	width:390px;
	padding:0 10px 0 0}

.Frame560BG .Left6{
	float:left;
	width:150px;
	padding:0 0 0 20px}

.Frame560BG .Right6{
	float:right;
	width:370px;
	padding:0 10px 0 0}

.Left7{
	float:left;
	width:28px;
}
	
.Right7{
	float:right;
	width:28px;
}
	
/*btn*/
.Frame560BG a.btn{
	background:url(../../images/top/list_dot.gif) no-repeat left top;
	margin:10px 0 0 0;
	padding:0 0 0 13px
}

/**/
.Right4 p.ttl{
	color:#3C793C}

.arrow{
	background:url(../../images/shared/arrow.gif) no-repeat top center;
	height:60px}
	
.arrow02{
	background:url(../../images/shared/arrow02.gif) no-repeat top center;
	height:47px;
	margin:0;
	padding:0;
}
	
	
/* == table ============================================================*/

table.ver01 {
	width: 560px;
	border-collapse: collapse;
	border: 1px solid #B2B2B2;
	margin: 0 0 12px 0;
}

table.ver01 th {
	width:200px;
	padding: 6px;
	white-space: nowrap;
	background-color: #F9FBEB;
	border-right: 2px solid #99CE20;
	border-bottom: 1px solid #B2B2B2;
	text-align:center}

table.ver01 td {
	padding: 6px;
	border-bottom: 1px dashed #B2B2B2;
}

.TxtRed{
	color: #cc0000;
}


/* sitemap */
dl.sitemap {
	margin: 0;
	padding: 0;
}

dl.sitemap dt.top{
	border-top: 1px #B2B2B2 dotted;
}

dl.sitemap dt {
	padding: 8px 0px 8px 25px;
	border-bottom: 1px #B2B2B2 dotted;
	background: #f1ffd9 url(../../images/shared/sitemap_back.gif) 5px no-repeat;
}

dl.sitemap dd {
	padding: 8px 0px 8px 10px;
	border-bottom: 1px #B2B2B2 dotted;
}

dl.sitemap dd.end {
	padding: 8px 0px 8px 10px;
	border-bottom: none;
	background: url(../../images/shared/sitemap_back02.gif) 5px no-repeat;
}

/* == btn ============================================================*/
p.btnContact a {
	font-size:0px;
	display: block;
	height: 38px;
	width: 200px;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	background:url(../../images/shared/banner_mail02.gif) no-repeat top left;
}

p.btnContact a:hover {
	background-position: 0 -38px;
}
p.btnContact02 a {
	margin-left:185px;
	font-size:0px;
	display: block;
	height: 38px;
	width: 200px;
	text-align: center;
	text-indent: -9999px;
	text-decoration: none;
	background:url(../../images/shared/banner_mail02.gif) no-repeat top left;
}

p.btnContact02 a:hover {
	background-position: 0 -38px;
}

.border{
	height:50px;
	background:url(../../images/shared/border.gif) no-repeat;
}
