@charset "utf-8";
/*
Theme Name: biz7_net_brown
Theme URI: http://wp-site.biz/
Description: The Welcart theme.
Version: 1.0
Author: wp-site.biz
Tags: USC, e-Shop, Welcart, cart, shopping, net shop, commerce
*/

/*********************************************************************/

body {
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #E8DEBD url(images/bg.gif) repeat-x top;
	font: 12px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
strong {
	color: #993300;
	font-weight: normal;
}
p {
	padding: 10px;
}

a {
	color: #333333;
text-decoration: none;
}
a:hover {
	color: #aaaaaa;
}

/*  
ヘッダー
-------------------------------------------*/
#header-container {
	width: 917px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header-container h1 {
	font-size: 11px;
	color: #58362D;
	background: url(images/golf-915.jpg);
	height: 110px;
	padding-top: 11px;
	padding-left: 20px;
	font-weight: normal;
}


/*メインメニュー（画像を横並びにする為の設定なので変更しない）
----------------------------------------------------------------------------------*/
#menu li {
	float: left;
	padding-bottom: 20px;
}

/*コンテナー
----------------------------------------------------------------------------------*/
#container {
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/container_bg.gif) repeat-y left;
	clear: left;
}
#pankuzu strong {
	font-weight: normal;
	color: #6B878B;
	font-size: 13px;
	letter-spacing: 1px;
}

#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 14px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
/*商品の各テーブル設定
■テーブルのフチを変えたい場合、.t1項目内の「double」を変える。単なる直線なら「solid」。
　破線なら「dashed」、点線なら「dotted」。他にも色々あるので試すといいでしょう。
■テーブルのフチ色を変えたい場合、.t1項目内の「#CCCCCC」を変える。現在はグレー色。
■写真のフチ色を変えたい場合、.t1 img項目内の「#CCCCCC」を変える。現在はグレー色。
　また、写真とフチの間のスペースにも色を付けられる。.t1 img項目内の「#FFFFFF」で変える。現在は白。
----------------------------------------------------------------------------------*/
.t1 {
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 326px;
	background: url(images/item_bg.gif) repeat-x bottom;
}

.t1 td {
	vertical-align: top;
	padding-left: 10px;
}

.t1 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}



/*メインコンテンツ
----------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 662px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}



.img_left {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F1F1ED;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.img_right {
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F1F1ED;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


/*
サイド
-------------------------------------------*/

#side {
	float: right;
	width: 192px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}
#side h3 {
	text-align: center;			/*センタリング設定。左寄せがいいならこの１行を削除する。*/
	font-size: 100%;
	letter-spacing: 0.2em;		/*文字間隔を少しあける設定*/
	background: url(images/midashi_sub.gif) no-repeat center top;	/*背景画像設定*/
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 4px;
	color: #FFFFFF;
}
.widget_title
{
	text-align: center;			/*センタリング設定。左寄せがいいならこの１行を削除する。*/
	font-size: 100%;
	letter-spacing: 0.2em;		/*文字間隔を少しあける設定*/
	background: url(images/midashi_sub.gif) no-repeat center top;	/*背景画像設定*/
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 4px;
	color: #FFFFFF;
}
#side ul li{
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 2px;
}

#side ul li a {text-decoration: none;
}
#side ul li a:hover {
	color: #aaaaaa;
}
#main h2 {
	font-size: 100%;
	background: #FFFFFF url(images/h2_bg.gif) no-repeat;	/*h2の背景画像設定*/
	color: #FFFFFF;		/*h2の文字色（ここでは白）*/
	padding-left: 15px;
	line-height: 28px;
	padding-bottom: 10px;
}
.alignleft {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;

}
.alignright {
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
/*
whatsnewの線
-------------------------------------------*/
.u-line li {
	border-bottom: 1px dotted #CCCCCC;
	background: url(images/arrow2.gif) no-repeat left top;
	padding-left: 15px;
}

/*
フッター
-------------------------------------------*/
#footer {
	clear: both;
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background: url(images/footer_bg.gif) no-repeat left top;
	padding-bottom: 20px;
}
#footer a {
	text-decoration: none;
	color: #aaaaaa;
}
/*商品テーブル
---------------------------------------------------------------------------------------*/
.box {
	margin: 10px auto 20px;
}
.box img {
	padding: 4px;				/*商品画像とフチ線の間にある白い余白*/
	border: 1px solid #CCCCCC;	/*ボックスのグレー色のフチ設定。solidは直線という意味。dottedとかにすると可愛くなります。*/
	margin: 2px;
}
.box td {
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	padding-bottom: 0.5em;
}
.box a {
	text-decoration: none;
}
.box a:hover img {
	border: 1px solid #E30021;	/*カーソルオーバー時のボックスのフチ色（赤色）設定*/
}
/*********************************************************************/
/* thumbnail_box */
#main .thumbnail_box {
	width: 142px;
	height: 190px;
	margin: 4px 2px 10px 2px;
	padding: 8px;
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}
.thumbnail_box .thumimg {
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.thumbnail_box .thumtitle {
	width: auto;
	padding-top: 5px;
}
.thumbnail_box .thumtitle a {
	text-decoration: underline;
	white-space: normal;
	font-size: 12px;
	word-wrap: break-word;
}
.thumbnail_box .thumtitle a:hover {
	font-weight: bold;
}
.thumbnail_box a.detailbutton {
	width: 89px;
	height: 16px;
	padding-top: 5px;
	margin-top: 10px;
	background-image: url(img/button_bg_detail01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #566732;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.thumbnail_box a.detailbutton:active {
	background-image: url(img/button_bg_detail01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	outline: none;
}
#memberinfo table th {
	font-size: 12px;
}
.loopimg{
	padding-top: 5px;
	margin-top: 10px;
}


blockquote { margin:0 0 1em 0; padding:15px 20px 15px 20px; border:1px solid #ccc; background:#fafafa;}
blockquote p { margin:0 0 5px 0; }
.quote_bottom { height:30px; background:#fafafa; }

#s{
border: solid 1px #aaaaaa;
  width:110px;
  height:20px;
}
#searchsubmit {
	width: 60px;
	height: 27px;
	font-size: 12px;
	margin: 0px 0px 1px 5px;
}
a:hover img {
        filter: Alpha(opacity=70);
        opacity: 0.8; /*firefox safari*/
}
#main h3 {
	font-size: 100%;
	background: url(images/h3_bg.gif);	/*h3の背景画像設定*/
	background-repeat: no-repeat;
	color: #FFFFFF;		/*h2の文字色（ここでは白）*/
	margin-top: 10px;
	line-height: 28px;
	letter-spacing: 0.2em;	/*文字間隔をほんの気持ち広げる設定。通常にしたいなら、この１行を削除する。*/
	padding-bottom: 2px;
	padding-left: 15px;
}
#main h3 a{
	color: #FFFFFF;		/*h2の文字色（ここでは白）*/
text-decoration: none;

}
#main h3 a:hover {
	color: #FF8300;
}

/* widget wp-calendar start */
#wp-calendar {
	width: 180px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #333;
	border-collapse: collapse;
	border: 1px solid #DAD8D1;
	text-align: center;
}
#wp-calendar caption {
	padding: 3px 0px;
	font-weight: bold;
}
#wp-calendar th,
#wp-calendar td {
	padding: 0px;
	border: 1px solid #DAD8D1;
}
#wp-calendar th {
	background-color: #777777;
	color: #FFF;
}
#wp-calendar td {
	background-color: #FFF;
}
.businesstoday {
}
/* widget wp-calendar end */


/*clearfix（変更しないこと）
----------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */