@charset "Shift_JIS";

/* 全体背景カラー #ffffcc */
/* navi、sideカラー #ff0000 */
/* side 背景カラー #ffcc99 */
/* 本文h2背景カラー #0033ff */
/* 本文h3背景カラー #ffff99 */

/* 初期化 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,blockquote{
	margin: 0px;
	padding: 0px;
}
 
p,div{
	font-weight: normal;
	line-height: normal;
}

img{
	border: 0px;
	vertical-align: bottom;
}

li{
	list-style-type: none;
}

/*共通設定 */

body{
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	color: #333333;
	background-color: #ffffcc;
	text-align: center;
	font-size: 12px;
	line-height: 120%;
}

a:link{
	color: #0000ff;
}

a:visited{
	color: #800080;
}

a:hover{
	color: #ff0000;
}


#footer a{
	text-decoration: none;
}

#footer a:link{
	color: #ffffff;
}

#footer a:visited{
	color: #ffffff;
}

#navi a:hover,#footer a:hover{
	color:#ffff00;
}

/* フロート関連 */

/* 左寄せ+下空白10px */
.f_left{
	float: left;
	margin-bottom: 10px;
}

/* 右寄せ＋下空白10px */
.f_right{
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

.clear{
	clear: both;
}


.image_l{
	float: left;
	width: 300px;
	margin: 0px 10px 20px 0px;
}

.image_l p{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align:center;
	margin:5px 0px 0px 0px;
	padding: 0px;
}

.image_r{
	float:right;
	width: 310px;
	margin-bottom: 20px;
	padding-right: 10px;
}

.image_r p{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align:center;
	margin:5px 0px 0px 0px;
	padding: 0px;
}

.text_l{
	float: left;
	width: 240px;
	margin-right:10px;
	margin-bottom:20px;
}

.text_l p{
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	line-height:20px;
	padding: 0px;
	width:240px;
}

.text_clear{
	clear: both;
	float: left;
	width: 240px;
	margin-right:10px;
	margin-bottom:20px;
}

.text_r{
	float: right;
	width: 240px;
	margin-right:20px;
	margin-bottom: 20px;
}

.text_r p{
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	line-height:20px;
	padding: 0px;
}

/* フォント関連 */

.b{
	font-weight: bold;
}

.del{
	text-decoration: line-through;
}

/* wrap 〜全体の幅＋センタリング〜 */
#wrap{
	width: 790px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* h1+sitemap */

h1{
	float: left;
	width: 500px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: left;
	color: #cc6666;
	font-size: 12px;
	font-weight: normal;
}

#sitemap{
	float: right;
	width: 270px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 2px;
}

#sitemap li{
	float: left;
}

/* container 〜headerからfooterまで包む〜 */
#container{
	clear: both;
	text-align: center;
	width: 788px;
	border: solid #ff99cc 1px;
	background-color: #ffffff;
}


/* header */
#header{
	clear: both;
	width: 788px;
	height: 59px;
	padding-top: 3px;
	padding-bottom: 1px;
	border-top: solid #ff99cc 1px;
	border-right: solid #ff99cc 1px;
	border-left: solid #ff99cc 1px;	
	background-color: #ffffff;
}

#header img{
	float: left;
}

#header p{
	float: left;
	width:275px;
	font-size: 12px;
	margin: 0px;
	padding:5px 10px;
	line-height: 16px;
	color:#666666;
}

/* navi */
#navi{
	clear: both;
	margin-bottom: 10px;
}

#navi li{
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}


#main{
	clear: both;
	float: right;
	width: 580px;
	margin-left: 10px;
	margin-top: 30px;
	text-align: left;
}

.gohome{
	text-align: right;
	font-size: 12px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* side */
#side{
	float: left;
	width: 180px;
	text-align: left;
	padding-top: 10px;
	padding-left:10px;
	font-size:13px;
}

#side p{
	margin:auto 0px 0px 0px;
	padding: 3px 0px 2px 5px;
	background-color: #ff0000;
	font-size: 15px;
	color: #ffffff;
}

#side ul{
	margin-bottom: 15px;
	color:#FF99FF;
	padding: 5px 0px 5px 0px;
	background-color: #ffcc99;
}

#side li{
	padding:5px 0px 7px 0px;
	margin-left: 10px;
}

#side li hr{
	width: 150px;
	color: #ff0000;
}

#side .side2_p{
	background-color:#993300;
}

#side .side2_ul{
	background-color:#ffff99;
}

.mb{
	margin-top: 5px;
	margin-bottom: 10px;
}

.ssl_img{
	margin-top:15px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.ssl_text{
	margin-left: 0px;
	margin-bottom: 15px;
}


#footer{
	clear: both;
	border-top: solid #ff0000 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ff0000;
	font-size:12px;
	color: #ffffff;
}

/* リンク関係クラス */ 

.link_table{
	width:560px;
	margin: 10px 0px 20px 0px;
	color: #000000;
    padding: 10px;
    border-collapse: collapse;
	border-style: solid;
	border-color: #ff6633;
	border-width:1px;
}

.link_table td{
	font-size: 12px;
	padding: 7px;
	border-style:solid;
	border-color: #ff6633;
	border-width:0px 1px 1px 0px;
}

.link_table .t1{
	width: 200px;
}

.link_cate ul{
	margin-top: 20px;
	margin-bottom: 30px;
}

.link_cate li{
	font-size: 14px;
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}

.link_cate p{
	margin: 20px;
}

/* 本文見だし */

#catchcopy{
	margin-bottom: 20px;
}

.text_box{
	font-size: 14px;
	width: 550px;
	margin-bottom: 10px;
}

.text_box p{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 15px;
}

/* base.css */

.back_ore {
	background-color: #ff0000;
}
.withe2 {
	font-size: 12px;
	color: #FFFFFF;
}
.price {
	font-size: 18px;
	font-weight: bold;
	color: #b22222;
}
.red {
	color: #b22222;
}

.aka{
	color: #ff0000;
}

.back_red {
	background-color: #f62f32;
}

td {
	font-size: 12px;
	line-height: 18px;
}

.t750px {
	width: 750px;
}

.font10 {
	font-size: 10px;
}
.back_siro {
	background-color: #FFFFFF;
}
.withe {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.t560px {
	width: 560px;
}
.font13 {
	font-size: 13px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
}
.font10_green {
	font-size: 10px;
	color: #64bf62;
}

h3 {
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
}
h4 {
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
}
h5 {
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;

}
h6 {
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
}

.orengi {
	color: #ff981f;
	font-weight: bold;
}
.line {
	text-decoration: blink;
	border: thin dotted #ff981f;
}

.shohin {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}
.price {
	font-size: 18px;
	font-weight: bold;
	color: #b22222;
}
.price2 {
	color: #b22222;
}
.green {
	font-weight: bold;
	color: #64bf62;
}
.back_grey {
	background-color: #D2D2D2;
}
.back_yerow {
	background-color: #FDF0D4;
}