@charset "utf-8";
/* CSS Document */

/* basicset */
* {margin:0; padding:0;}
img { border: none;  border-width: 0px; }
li { list-style: none; }
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul { display: block; margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,b {
	font-weight: bold;
}

a { color: #0066CC; }
a:visited { color: #330066; }
a:hover { color: #FF6600; }

.bs05 {	margin-bottom: 5px;}
.bs10 {	margin-bottom: 10px;}
.bs20 {	margin-bottom: 20px;}
.bs30 {	margin-bottom: 30px;}

body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: 100;
	background-image: url(/_share/bg_body2.gif);
	background-position: center top;
}


/* layout */
#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;

}

#header {
	height: 64px;
}

#header #logo {
	float: left;
	margin-top: 18px;
}

#header #headerRight {
	float: right;
	margin-top: 10px;
}

#header #headerRight h1 {
	font-weight: normal;
	font-size: 100%;
}


#footer {
	clear: both;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#footer .left {
	float: left;
}


#footer .right {
	float: right;
}



#contents {
	margin-bottom: 10px;
	overflow:hidden;
	zoom: 1;
}

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



/* text */



/* main */
#main {
	float: right;
	width: 600px;
	min-height:400px;
	height: auto !important;
	height: 400px;
}


.h2beer{
	font-size: 115%;
	margin-bottom: 15px;
	color: #483E17;
	background-image: url(/_share/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	padding-left: 60px;
	padding-top: 25px;
}

.h2grass{
	font-size: 150%;
	margin-bottom: 15px;
	color: #483E17;
	background-image: url(/_share/bg_h2grass.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	padding-left: 70px;
	padding-top: 20px;
	letter-spacing: 2px;
}

.h2bn{
	margin-top: 20px;
	margin-bottom: 15px;

}


.h3nor {
	font-size: 100%;
	margin-bottom: 10px;
	padding: 10px;

}

.h4nor {

}

.h5nor {

}



/* side */
#side {
	float: left;
	width: 200px;
}

#side .bn {
	background-image: url(/_share/side/bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
}

#side .bn h3 {
	background-image: url(/_share/side/title.gif);
	text-indent: -9999px;
	height: 30px;
}

#side .bn .book {
	width: 180px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#side .bn .book a {
	background-image: url(/_share/side/btn.gif);
	height: 27px;
	width: 180px;
	text-indent: -9999px;
	display: block;
}

#side .bn .book a:hover {
	background-position:0px -27px;
}


#side .bn .link {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#side .backnumber {
	background-image: url(/_share/side/icon_bn.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 22px;
	padding-top: 4px;
}

#side .store {
	background-image: url(/_share/side/icon_store.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 22px;
	padding-top: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}


#side .twitterbox {
	background-image: url(/_share/bg_side_twitter.gif);
	padding-top: 5px;
	margin-bottom: 15px;
}

#side .twitterbox .inside {
	background-image: url(/_share/side/bg.gif);
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}

#side .slit {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#side .ulBN {
	padding: 10px;

}

#side .ulBN li a {
	color: #5A5A5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/_share/side/bg_bnlist.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 17px;
	margin: 0px;
	height: 13px;
}

#side .ulBN li a img {
	margin-left: 10px;
}

#side .ulBN li a:hover {
	background-image: url(/_share/side/bg_bnliston.gif);
}


a.navi04		{ background-position:-376px 0px; width: 126px; }
a.navi04:hover	{ background-position:-376px -32px; }



/* navi */

#navi {
	height: 32px;
	clear: both;
	margin-bottom: 10px;
	background-image: url(/_share/navi.png);
}

#navi ul {

}

#navi ul li {
	float: left;

}

#navi ul li a {
	height: 32px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}

a.navi01		{ background-position:0px 0px; width: 164px; }
a.navi01:hover	{ background-position:0px -32px; }

a.navi02		{ background-position:-164px 0px; width: 164px; }
a.navi02:hover	{ background-position:-164px -32px; }

a.navi03		{ background-position:-328px 0px; width: 164px; }
a.navi03:hover	{ background-position:-328px -32px; }

a.navi04		{ background-position:-492px 0px; width: 164px; }
a.navi04:hover	{ background-position:-492px -32px; }

a.navi05		{ background-position:-656px 0px; width: 164px; }
a.navi05:hover	{ background-position:-656px -32px; }

a.navi06		{ background-position:-628px 0px; width: 126px; }
a.navi06:hover	{ background-position:-628px -32px; }

a.navi07		{ background-position:-754px 0px; width: 126px; }
a.navi07:hover	{ background-position:-754px -32px; }







/* img */
/*****************/

.imgL { 
	float: left;
}

.imgL10 { 
	margin-right: 10px;
	float: left;
}

.imgR10 { 
	float: right;
	margin-left: 10px;
}

.imgL10B {
	margin-right: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
}

.imgR { 
	float: right;
}

.imgR10B {
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.imgbox { 
	border: 1px solid #999999;
	padding: 1px;
}

.imgBm05 { 
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}




/* form */
/*****************/
#formhide {
	display: none;
}
.form050 {width: 50px;color: #333333;padding: 3px;}
.form100 {width: 100px;color: #333333;padding: 3px;}
.form200 {width: 200px;color: #333333;padding: 3px;}
.form300 {width: 300px;color: #333333;padding: 3px;}
.form400 {width: 400px;color: #333333;padding: 3px;}
.form500 {width: 500px;color: #333333;padding: 3px;}
.form600 {width: 600px;color: #333333;padding: 3px;}
.form650 {width: 650px;color: #333333;padding: 3px;}

.formTextbox {
	width: 380px;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}

.hidden {
	display: none;
}

.boxBtn {
	text-align: center;
	margin-bottom: 20px;
}

.boxBtn input {
	height: 34px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}


/* table */
.tableB {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.tableB th {
	background-image: url(/_share/bg_stripe.gif);
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	text-align: left;
}

.tableB td {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	font-size: 120%;
}


.table {
	margin-bottom: 10px;
	width: 600px;
}

.table tr {
	padding: 5px;
	text-align: left;
	background-image: url(/_share/dotline2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.table th {
	text-align: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-weight: bold;
	padding: 8px;
}

.table td {
	padding: 10px;
}



/* ul Dot */
ul.dotList {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
}

ul.dotList li {
	list-style-type: none;
	margin-bottom: 10px;
	background-image: url(/_share/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	line-height: 150%;
	font-size: 120%;
}

ul.dotList li p {
	font-size: 90%;
	color: #666;
}


ul.date {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
}

ul.date li {
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 110%;
}

ul.date li b {
	color: #FF3399;
	font-family: Arial, Helvetica, sans-serif;
}

ul.ulBacknumber {
	margin-bottom: 30px;
}

ul.ulBacknumber li {
	list-style-type: none;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 110%;
	width: 270px;
	height: 123px;
	float: left;
	background-image: url(/_share/bg_backnumber.gif);
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow:hidden;
	zoom: 1;
}

ul.ulBacknumber li:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

ul.ulBacknumber li .right {
	float: right;
	width: 176px;
}


ul.ulBacknumber li h3 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-bottom: 2px;
	margin-bottom: 6px;
	color: #FF3399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul.ulBacknumber li .text {
	font-size: 12px;
	line-height: 120%;
	height: 60px;

}


ul.ulBacknumber li .btn {

}

ul.ulBacknumber li .btn a {
	background-image: url(/_share/btn_purchase.gif);
	height: 20px;
	width: 170px;
	text-indent: -9999px;
	display: block;
}

ul.ulBacknumber li .btn a:hover {
	background-position:0px -20px;
}


ul.ulBacknumber li .btns {

}

ul.ulBacknumber li .btns a {
	background-image: url(/_share/btn_soldout.gif);
	height: 20px;
	width: 170px;
	text-indent: -9999px;
	display: block;
}

ul.ulBacknumber li .btns a:hover {
	background-position:0px -20px;
}






ul.ulBacknumber li b {
	color: #FF3399;
	font-family: Arial, Helvetica, sans-serif;
}









/* ol nor */
.olNor {
	margin-bottom: 20px;
	margin-left: 40px;
	font-size: 120%;
}

.olNor li {
	list-style-type: decimal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: outside;
	line-height: 150%;
}

.olNor li a {
	font-weight: bold;
}

/* box */
.readme {
	line-height: 160%;
	padding: 15px;
	margin-bottom: 20px;
	border: 5px solid #E0E0E0;
	background-color: #F2F2E6;
	overflow:hidden;
	zoom: 1;
	clear: both;
}

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

/* text */
.textRed {
	color: #FF3535;
}


/* pTag */

.pNor {
	line-height: 150%;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.pPrice {
	line-height: 150%;
	margin-bottom: 20px;
	padding: 10px;
}


.pBuy {
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 214px;
}


.pBuy a {
	background-image: url(/_share/bt_buy.png);
	width: 214px;
	height: 34px;
	text-indent: -9999px;
	display: block;
}

.pBuy a:hover {
	background-position:0px -34px;
}


.pBox {
	background-color: #FFFFFF;
	padding: 20px;
	border: 2px solid #E0E0E0;
	line-height: 160%;
	margin-bottom: 20px;

}



/* pTitle */
.pTitle {
	height: 212px;
	width: 600px;
	margin-bottom: 20px;
}


/* item */
.boxItem {
	height: 173px;
	width: 600px;
	margin-bottom: 20px;
	background-image: url(/_share/bg_item.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	zoom: 1;
}

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







/* crear */
.clearfix {
	overflow:hidden;
	zoom: 1;
}

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

