/* CSS Document */

/* CSS Document */

/* ▼リセット▼ */

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}


ul, li, dl, dt, dd {
	margin:0;
	padding:0;
	list-style-type: none;
}

a img {
	border: 0;
}

/* ▼フォーム▼ */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
	margin-bottom: 5px;
}

input.button{
width:55px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
background:#f8f8f8;
color:#999999;
font-size:12px;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
text-transform:capitalize;
}
/*　▲フォーム▲　*/

/* ▲リセット▲*/

/*　▼レイアウト▼ */

body {
	background-color: #CCCCCC;
	margin-top: 0px;
}

#container {
    width: 754px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/box_bg.gif);
	background-repeat: repeat;
}



#left_box {
	float: left;
	width :197px;
}

#main_box {
	width: 361px;
	float: left;
	
}

#right_box {
	width: 196px;
	float: left;
	　　　　margin-bottom: 20px;
	background-image: url(image/right_bg.gif);
	background-repeat: repeat;
}

#footer {
	clear: both;
	height: 31px;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
}

/*　▲レイアウト▲ */


/*  ▼ナビメニュー▼ */

#navi_menu {
	width:720px;
	margin-left: 20px;
	height: 32px;
	margin-bottom: 10px;
	}

/*  ▲ナビメニュー▲ */

/* ▼ヘッダーデザイン▼ */

#header h2 {
	width: 724px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

/* ▲ヘッダーデザイン▲ */


/* ▼左ボックスデザイン▼ */

#left_box #left_box_design {
	width: 175px;
	margin-left: 15px;
}

.goods_title {
	width:175px;
	height:24px;
}

#category{
	width:175px;
	height: 22px;
	list-style-type:none;
}

#category,#category li,#category li a{
	margin:0;
	padding:0;
}

#category li{
	_display:block;
}

#category li a{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-image:url(image/menu_bg.gif);
	background-repeat:no-repeat;
	padding-top: 4px;
	padding-left:15px;
	width:160px;
	height: 18px;
	display:block;
	text-decoration:none;
}

#category li a:hover{
	background-image:url(image/menu_over.gif);
	filter:alpha(opacity=80)				
}
/* ▲左ボックスデザイン▲ */


/* ▼メインボックスデザイン▼ */

#main_box .whats_title {
	height: 20px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
#main_box .entry {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
#main_box .entry .entry-header {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
}
#main_box .entry .entry_body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(image/under_line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
        line-height: 17px;
	letter-spacing: 1px;
}
#main_box .under_line {
	height: 1px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}


/* ▲メインボックスデザイン▲ */

/* ▼右ボックスデザイン▼ */

#right_box .search_title {
	width: 175px;
	margin-left: 5px;
}

input {
	margin-top: 8px;
	margin-bottom: 8px;
}

#right_box .search {
	width: 173px;
	margin-left: 6px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FCFCFC;
}
#right_box .banner {
	width: 175px;
	margin-left: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ▲右ボックスデザイン▲ */

.strong {
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-weight: normal;
	text-indent: -999px;
}
