/* CSS Document */
/* reset styles */
html, body, div, 
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-family:
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	font-weight: normal;
	}	

body {
	background-color: #ffffcc;
	font-size: 12px;
	background-image: url(/img_01/back_10.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
    color: #666666;
}
a:visited {
    color: #666666;
}

#container {
	width: 1000px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC00;
	border-right-color: #006600;
	border-bottom-color: #CCCC00;
	border-left-color: #006600;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: auto;
	right: auto;
}
/* ヘッダー　***********/
#header {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1000px;
	text-align: center;
	height: 180px;
	background-color: #093;
}
#flash_top {
	padding: 0px;
	float: left;
	width: 800px;
	text-align: center;
}

.head_box1 {
	background-color: #ffffcc;
	color: #336600;
	width: 800px;
	clear: right;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	text-align: center;
	height: 180px;
}

.head_box2 {
	clear: right;
	padding: 0px;
	float: right;
	text-align: left;
	height: 180px;
	margin: 0;
	width: 190px;
}
#itemsearch {
	clear: right;
	width: 170px;
	float: right;
	clear: none;
	margin-right: 10px;
	height: 50px;
	text-align: center;
}
.topic_box {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	height: 175px;
	width: 190px;
	display: block;
}
.topic_box_in {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	overflow: auto;
	height: 120px;
	display: block;
	margin-bottom: 5px;
	background-color: #FFF;
	text-align: left;
}
.topic_box_s {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	background-color: #FFF;
	text-align: center;
}
/* ヘッダー　ＥＮＤ　***********/

/* ＦＯＯＴＥＲ*************/
#footer {
	background-color: #ffffcc;
	color: #336600;
	text-align: center;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	height: 40px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0;
}
#footer ul {
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	clear: both;
}
#footer a {
	text-decoration: none;
	text-align: center;
	color: #FFFFCC;
}
#footer a:hover {
}
#footer img {border:none;}

.foot_box {
	background-color: #ffffcc;
	color: #336600;
	text-align: center;
	width: 150px;
	clear: none;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
#foot_box2 {
	text-align: center;
	width: 450px;
	clear: none;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}
#foot_box2 ul {
	list-style-type: none;
	text-align: center;
	color: #003300;
}
#foot_box2 a {
	text-decoration: none;
	text-align: center;
	color: #003300;
}
#foot_box2 a:hover {
	text-decoration: underline;
}
.foot_box3 {
	color: #336600;
	text-align: center;
	width: 250px;
	clear: none;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: right;
}
/*　ＦＯＯＴＥＲ　ＥＮＤ*/

/*　ＮＡＶＩ　*******************/

#leftnavi {
	width: 165px;
	padding: 3px;
	clear: left;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu {
	background-color: #FFFFCC;
	border: thin solid #999933;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: auto;
	padding-left: 7px;
}
#menu ul {
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	clear: both;
}
#menu li {
	background-color: #FFFFCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-bottom-color: #336600;
	border-right-color: #336600;
	text-align: center;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	float: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #336600;
}
#menu li a {
	color: #666666;
	width: 73px;
	display: block;
	text-decoration: none;
}
#menu li a:hover {
    background-color: #ffffff;
    color: #666666;
    display: block;
}

#rightnavi {
	width: 232px;
	float: right;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 3px;
}
#menu_left {
	background-color: #FFFFCC;
	border: thin solid #999933;
	color: #666;
	margin-bottom: 7px;
	padding: 2px;
}
#menu_left ul {
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	clear: both;
}
#menu_left li {
	background-color: #FFFFCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-bottom-color: #336600;
	border-right-color: #336600;
	text-align: left;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	float: none;
	font-weight: normal;
	font-size: 12px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #336600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#menu_left li a {
	color: #666;
	display: block;
	text-decoration: none;
	text-align: left;
}
#menu_left li a:hover {
	background-color: #ffffff;
	color: #030;
	display: block;
}
/*　ＮＡＶＩ　ＥＮＤ*/

/*　コンテンツ　始まり**************/
#content {
	width: 990px;
	float: left;
	background-color: #FFFFCC;
	margin-top: 3px;
	padding: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.cont_index {
	list-style-type: none;
	background-color: #FFFFCC;
	width: 575px;
}

.cont_l {
	list-style-type: none;
	background-color: #FFFFCC;
	float: left;
	width: 280px;
	padding-bottom: 10px;
	border: thin solid #999999;
	padding-top: 5px;
}
.cont_r {
	list-style-type: none;
	background-color: #FFFFCC;
	float: right;
	width: 280px;
}

/*　コンテンツ　ＥＮＤ*/

#breadcrumbs {
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFCC;
}

.itembox {
	background-color: #FFF;
	text-align: center;
	width: 76px;
	float: left;
	font-size: smaller;
	border: #cccccc 1px dotted;
	margin: 0px;
	padding: 2px;
}
.itembox a {
    color: #666666;
}
.itembox_01 {
	background-color: #FFF;
	text-align: center;
	float: left;
	border: #cccccc 1px dotted;
	margin: 0px;
	padding: 2px;
}
.itembox_01 img {
    float: none;
}


.box {
	margin-bottom: 10px;
	border-color: #cccccc;
	border-style: solid;
	list-style-position: inside;
	list-style-type: none;
	border-width: 1px;
	background-color: #FFFFCC;
	padding: 1px;
}
.box_content1 {
	color: #666666;
	background-color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999
}
.box_content1 a {
	color: #996600;
	font-size: 11px;
	text-decoration: underline;
}
.boxtitle {
	background-position: left bottom;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	font-weight: bold;
	background-repeat: repeat-x;
	border-bottom: #cccccc 1px solid;
	background-color: #669900;
}
.box_content1 a {
	color: #996600;
	font-size: 11px;
	text-decoration: underline;
}
.boxtitle {
	background-position: left bottom;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	font-weight: bold;
	background-repeat: repeat-x;
	border-bottom: #cccccc 1px solid;
	background-color: #669900;
}
.boxtitle a {
	color: #FFFFFF;
	text-decoration: none;
}
.boxtitle a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
.boxmember {
    background-color: #ffffff;
    list-style-position: inside;
    list-style-type: none;
    padding: 5px;
}
td.tdcenter {
    text-align: center;
    margin: auto;
}
#siharai {
    width: 150px;
    margin: 0 auto;
    text-align: center;
}
.clearleft {
	clear: left;
}
* html .boxmember li {
    text-indent: -15px;
}
*:first-child+html .boxmember li {
    text-indent: -15px;
}
.boxmember li a {
    color: #666666;
}
.cartinfotext {
    font-size: smaller;
}
.linknav {
    text-align: center;
    margin: 10px auto;
}
#topmessage1 {
}
#topmessage2 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border: thin solid #006600;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #666;
	padding: 5px;
}
#topmessage2 a {
	color: #FF6600;
}

#topics {
    font-size: smaller;
}
#categoryinfo {
    margin: 3px;
}

.viewgokei {
    background-color: #cccccc;
    text-align: center;
}
.tuhtable {
    width: 100%;
    border: #999999 1px solid;
    text-align: center;
}



.boxtitle_comic {
	background-position: left bottom;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	background-repeat: repeat-x;
	border-bottom: #cccccc 1px solid;
	background-color: #690;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.boxtitle_comic a {
	color: #FF9;
	text-decoration: none;
}
.boxtitle_comic a:hover {
	color: #999;
	text-decoration: none;
	background-color: #FFF;
}
#title1 {
	font-size: 12px;
	text-transform: uppercase;
	color: #FF3300;
	padding-bottom: 2px;
	padding-left: 10px;
	float: right;
	padding-top: 1px;
	padding-right: 0px;
	margin: 1px;
	width: 550px;
	clear: left;
}
#confirm_henpin {
	background-color: #FFFFCC;
	color: #666666;
	border: thin solid #FF9900;
	margin: 5px;
	padding: 5px;
}
#box_atn {
	background-color: #ffffff;
	text-align: left;
	border: thin solid #009900;
	padding: 3px;
}
#box_atn a {
	color: #FF6600;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}