* {
 margin: 0;
 padding: 0;
}

html{height: 100%;}

/* BODY--------------------------------------------*/
body {
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
 text-align:center;
 margin : 0px;
 color:#666;
 line-height: 130%;
 border-top: solid 8px #669966;
 background: #F1FCEF;
 font-size: 100%;
}

/*デフォルト属性 */
img, a, h1, h2, h3, h4, h5, h6, blockquote {
 margin: 0;
 padding: 0;
 border: 0;
}
p { margin: 1em 0; 
}

/* 右寄せのリンク指定 */
.detail {
 text-align:right;
 font-size: 100%;
 margin : 0px;
 padding :0px 5px 0px 5px;
}

/* リンクの属性（未指定時 */

a:link, a:visited, a:active {
 color: #26734C;
 text-decoration: none;
}

a:hover {
 color: #F20;
 text-decoration: underline;
}

/* テーブルの属性*/
table {
 margin: 0px;
 font-size: 100%;
 color: #000000;
}
td {padding: 5px;}


/* --------- 基本設定 -----------------　*/
#wrapper
{
 width: 890px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 position: relative;
}

#left {
 position: absolute;
 left: 0;
 top: 0;
 width: 30px;
 height: 100%
 margin: 0;
 font-size: 75%;
}

#container{
 position: absolute;
 left: 30px;
 top: 0;
 width: 700px;
 margin: 0px;
 background: #FFF url("http://netnoshopping.com/shop/tmp/102green/img/base.gif") repeat-y;
}

#right{
 position: absolute;
 right: 0;
 top: 0;
 width: 150px;
 margin: 0 0 0 5px;
 font-size: 75%;
}

/*-----サイドナビ-----*/
.s_navi{
 margin: 15px 10px 0 0;
 text-align: left;
 position:fixed;
}

.s_navi img{
 margin: 2px 0; border: none;
}

/*-----サイトベース-----*/
#base {
	width: 690px;
	margin: 0;
	text-align: left;
	background: #FFF url("http://netnoshopping.com/shop/tmp/102green/img/header1.gif") no-repeat;
}
 
/*-----ヘッダー部分-----*/
#header	{
 margin : 0px;
 padding: 0Px;
 height : 120px;
 background: #FFFFFF;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -1000px;
}
 
#header h1 a {
 width:700px;
 height:120px;
 background: url("http://netnoshopping.com/shop/tmp/102green/img/header1.gif") no-repeat;
 display: block;
}

#header h1 a:hover {
 background-image: url(http://netnoshopping.com/shop/tmp/102green/img/header1.gif);
 background-position: right;
}
 
#sidebar {
	width: 180PX;
	float: left;
	margin: 0px;
	color: #666;
 font-size: 75%;
	line-height; 1.4em;
}

/*トップページ左サイド*/
#sidebar .box{
 margin: 1em 5px;
 background: #B8E1B8;
 padding: 10px 0px 0;
}

/*メニュー*/
.menu{
	border-bottom: 1px solid #669966;
}
.menu ul{
	list-style: none;
	margin: 0;
	font-size: 100%;
	text-align: left;
	line-height: 2.0;
	}

.menu li{
 display: block;
 width: 180px;
 margin: 0;
 font-weight: normal;
 background: #79D388;
 color: #FFF;
 text-indent: 15px;
 text-decoration: none;
 border-top: 1px solid #669966;
	}
.menu li a:link, .menu li a:visited, .menu li a:active {
 display: block;
 width: 180px;
 margin: 0;
 font-weight: normal;
 background: #57C86B;
 color: #FFF;
 text-indent: 15px;
 text-decoration: none;
	}
.menu li a:hover {
	color: #666;
	font-weight: bold;
	background: #FFF url("http://netnoshopping.com/shop/tmp/102green/img/menu.gif") no-repeat;
	}
.menu li.pt{
 display: block;
 width: 180px;
 margin: 0;
 font-weight: bold;
 background: #29A57B;
 color: #FFF;
 text-indent: 10px;
 text-decoration: none;
 border-top: 1px solid #669966;
	}
#sidebar .menu .pt a{
 display: block;
 width: 180px;
 margin: 0;
 font-weight: bold;
 background: #29A57B;
 color: #FFF;
 text-indent: 10px;
 text-decoration: none;
 border-top: 1px solid #669966;
	}
 
/*ウィジェット*/
.widget-header{
 display: block;
 width: 180px;
 margin: 10px 0 0;
 font-weight: bold;
 background: #29A57B;
 color: #FFF;
 text-indent: 10px;
 text-decoration: none;
 border-top: 1px solid #669966;
 font-size: 100%;
	}
.widget-header a{color: #FFF;}

.widget-content{
 border-bottom: 1px solid #669966;
 background: #B8E1B8;
	font-weight: normal;
	font-size: 100%;
}
.widget-content ul{
	margin: 0;
	text-align: left;
	line-height: 1.4em;
	}
.widget-content li{
 padding: 3px 0 3px 0.5em;
 border-bottom: 1px solid #669966;
 list-style: circle inside;
	}
.widget-content li a:link, .widget-content li a:visited, .widget-content li a:active {
 text-decoration: none;
	}
.widget-content select { margin: 5px auto 5px 2em; }


/*-----エントリー部分(共通）-----*/
#content{
 width: 500px;
 margin: 5px 10px 0 10px;
 float: right;
 overflow-x: hidden;
 font-size: 80%;
}

#content h2 {
 margin: 10px 0;
 padding: 3px 0px 3px 1em;
 color: #333;
 font-size: 14px;
 font-weight:bold;
 border-bottom: 1px dotted #669966;
 background: url("http://netnoshopping.com/shop/tmp/102green/img/h2_back.gif") no-repeat;
}

#content .doc {
 color:#333;
 margin: 5px 5px 0 5px;
 font-size: 100%;
 line-height: 1.6em;
}

#content h3 {
 font-size: 12px;
 font-weight: bold;
 line-height: 1.5;
 padding: 5px;
 color: #5F668D;
 border-bottom: 1px solid #669966;
 overflow-x: hidden;
 display: block;
}


#content h3 a:link, #content h3 a:visited, #content h3 a:active {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px;
	color: #333;
	background: #EEE;
	overflow-x: hidden;	
	display: block;
	text-decoration: none;
}

#content h3 a:hover {
	color: #FFF;
	background: #D379C4;
}

#content h4{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px;
}
#content .h4_midashi {
	margin: 10px 0px 5px 0px;
	color: #669966;
	font-size: 12px;
	font-weight:bold;
	text-indent: 8px;
	background-color: #EEEEEE;
	border-left: 5px solid #669966;
	border-bottom: 1px dotted #669966;
}

#content h5 {
 margin: 10px 0px 5px 10px;
 color: #666;
 font-size: 11px;
 font-weight:normal;
 border-bottom: 1px dotted #669966;
}

#content ol{
	margin: 0px 0px 20px 40px;
}

#content li{
 margin: 0;
 font-size: 100%;

	color; #666;
}

/*-----記事枠の設定(エントリーページ以外）-----*/

/* インフォメーション */
#content .info{
 border: 1px solid #CCC;
 margin: 0px 0px 20px 0px;
 text-align: justify;
 padding: 5px;
}

#content .info ul{
	padding: 5px;
	font-style: 100%;
	list-style-type: circle;
}
#content .info li{
	margin-left:15px;
}

#content .box{
 width: 480px;
 margin: 5px 0 10px 5px;
 border: 1px solid #BBB;
 font-size:100%;
 text-align: left;
 line-height: 130%;
}

#content .boxdiv {
	color:#333;
	margin: 5px;
	font-size: 100%;
	line-height: 155%;
}
#content .boxdiv a {
 color: #0066CC;
 text-decoration: underline;
}
#content .boxdiv a:hover {
 color: #FF0033;
 text-decoration: underline;
	}
 
/* 検索窓  必要なければ削除*/
#content .searchform {
	margin: 5px 0;
	padding: 10px;
	font-size: 100%;
	line-height: 1.5;
	background: #C2E1B8;
	border: 1px solid #BBB;
}

/* 詳細へ*/
#content .next a:link, #content .next a:visited, #content .next a:active {
 float: right;
 margin: -5px 0 0 0;
 width: 80px;
 height: 20px;
 display: block;
 color: #FFF;
 font-size: 90%;
 text-align: left;
 text-indent: 1em;
 text-decoration: none;
 background: url("http://netnoshopping.com/shop/tmp/102green/img/more1.gif") no-repeat;
}

#content .next a:hover {
	color: #26734C;
	background: url("http://netnoshopping.com/shop/tmp/102green/img/more2.gif") no-repeat;
}
#content .doc a { color: #0066CC; }

/*投稿情報*/
.post_meta {
 text-decoration: none;
 font-size: 90%;
 margin: 10px 5px;
 padding: 5px;
 border-top: 1px dotted #CCCCCC;
 border-bottom: 1px dotted #CCCCCC;
 text-align: right;
}
address {
    font-style: normal;
    display: inline;
}
.post_meta2 {
 text-decoration: none;
 margin: 10px 5px;
 padding: 5px;
}
.li_next {
 background: url("http://netnoshopping.com/shop/tmp/102green/img/icongreen1.gif") no-repeat;
 padding-left: 1.7em;
 padding-bottom: 5px;
}
.li_pre {
 background: url("http://netnoshopping.com/shop/tmp/102green/img/icongreen2.gif") no-repeat;
 padding-left: 1.7em;
 padding-bottom: 8px;
}
.li_etc {
 background: url(http://netnoshopping.com/shop/tmp/102green/img/icongreen3.gif) no-repeat 5px center;
 padding-left: 1.7em;
 list-style: outside;
 padding-top: 3px;
}

/*パンくずリスト*/
#content .navi2 {
 margin: 0;
 padding: 5px;
 text-align: left;
 font-size: 90%;
 line-height: 120%;
 color: #999;
}

#content .navi2 a {
	color: #669966;
	text-decoration: none;
}

#content .navi2 a:hover {
	color: #F20;
	text-decoration: underline;
}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

/*引用属性*/
blockquote {
 overflow: auto;
 border: 1px solid #CCC;
 scrollbar-face-color: #DCEBF0;
 margin: 10px 20px 10px 20px;
 padding: 5px;
 text-align: left;
	}

/* -------右サイド------------*/
#right .doc{
 padding: 10px 5px 5px 5px;
 color: #333;
 font-size: 100%;
 line-height: 130%;
 text-align: center;
}

#right .box{
	margin: 5px;
	padding: 5px;
	text-align: left;
	font-size:100%;
	color:#666;
	line-height: 130%;
	background: #FFF;
}

#right .box div{
	text-align: center;
}

#right img{
	border: 1px solid #666;
}

/* フッター-----------------*/
#footer {
 clear: both;
 height: 70px;
 background: url("http://netnoshopping.com/shop/tmp/102green/img/footer_back.gif");
 margin: 10px 0 0 0;
 font-size: small;
}
#footer div {
 margin: 0;
 padding: 5px;
 color: #FFFFFF;
 font-size: 100%;
 line-height: 120%;
 text-align: right;
}
#footer .rss { margin-bottom: 1em; }
	
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover{color : #FF6060;text-decoration: underline;}

/*フッターナビ*/
#f_navi {
	margin: 0;
	text-align: left;
	margin: 0px;
	padding: 10px 5px 5px 5px;
	font-size: 100%;
}

#f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}

#footer2 {
 font-size: x-small;
 margin: 0 auto;
 text-align: center;
 padding: 10px 10px 10px;
 line-height: 1.4em;
 color: #999999;
 background: #F1FCEF;
}
#footer2 a{
 color: #999;
 text-decoration: none;
}
#footer2 a:hover{
 text-decoration: underline;
}

	

/**** 追加--------------------------------------*/

.padding5{padding:5px;}

#header h3 {
 font-size: 100%;
 font-weight: normal;
 color: #99335D;
}
#header .description {
 text-align: right;
 margin-right: 20px;
 background: bottom;
 padding-top: 30px;
}
#header .description2 {
 text-align: right;
 margin-right: 20px;
 padding-top: 40px;
 background: bottom;
}

.next2{
 border: 1px solid #A6567E;
 padding: 3px;
 margin: 5px 10px;
 font-weight: bold;
 background: #FCF8FA;
}

/* 行揃え */
.Clear{clear:both;}
.centerbox {
 text-align: center;
 margin: 1em auto 1em;
}
.centerbox a{
 color: #0066CC;
}
.centerbox2 {
 margin-left: auto;
 margin-right: auto;
 width: 100%;
 text-align: center;
}
.centerbox3 {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 clear:both;
 padding: 2em 0em 1em;
}

.leftbox {
 color: #0000FF;
 font-weight: bold;
 padding-top: 20px;
 text-align: left;
}
.leftbox2{
 width: 250px;
 float: left;
 margin: 5px;
 padding: 5px;
 border: 1px solid #999999;
 height: 240px;
}
.float-leftbox {
 float:left;
 margin-right: 10px;
 margin-bottom: 10px;
}
.float-leftbox2 {
 float:left;
 margin-bottom: 10px;
}

.rightbox {
 text-align: right;
 padding: 10px 10px 10px 0;
}
.rightbox2 {
 margin-left: auto;
 width: 100%;
 text-align: right;
}
.rightboxs {
 text-align: right;
 color: #CCCCCC;
 font-size: xx-small;
}
.font90 {
 font-size: 90%;
 line-height: 1.5em;
 font-weight: normal;
}
.font10px {
 font-size: 10px;
 line-height: 1.5em;
}
.large {
 font-size: large;
 line-height: 1.6em;
}
.medium {
 font-size: medium;
 line-height: 1.5em;
}
.small {
 font-size: small;
 line-height: 1.5em;
 font-weight: normal;
}
.xsmall {
 font-size: x-small;
 line-height: 1.5em;
}
.font_brown { color: #990000; }
.font_brownb { font-weight: bold; color: #804040;}
.font_green { color: #008080; }
.font_greenb { color: #008080;  font-weight: bold;}
.font_orenge { color: #FF6600; }
.font_orengeb { color: #FF6600;  font-weight: bold;}
.font_red { color: #ff3300; }
.font_redb { color: #ff3300;  font-weight: bold;}
.font_blue { color: #0000FF; }
.font_blueb { color: #0066ff;  font-weight: bold;}

.font_none a {
 text-decoration: none;
}

img { border:none; }
.img_waku , .pict img{
 padding: 5px;
 border-top: 1px solid #ccc;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #ccc;
}
.img_waku_left {
 padding: 5px;
 margin: 3px 10px 3px 0;
 border-top: 1px solid #ccc;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #ccc;
 float: left;
 clear: both;
}
.img_waku_right {
 padding: 5px;
 margin: 0 0 5px 10px;
 border-top: 1px solid #ccc;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #ccc;
 float: right;
 clear:both;
}

.img_right {
 float: right;
 margin: 5px;
 clear:both;
}


.img_left {
 float: left;
 margin: 0px 10px 5px 0;
 clear:both;
}
.img_kage {
 border-right-width : 2px;
 border-bottom-width : 2px;
 border-right-style : solid;
 border-bottom-style : solid;
 border-right-color : #C0C0C0;
 border-bottom-color : #C0C0C0;
}
.img_kage_right {
 border-right-width : 2px;
 border-bottom-width : 2px;
 border-right-style : solid;
 border-bottom-style : solid;
 border-right-color : #C0C0C0;
 border-bottom-color : #C0C0C0;
 float: right;
 margin: 5px;
 clear:both;
}
.img_kage_left {
 border-right-width : 2px;
 border-bottom-width : 2px;
 border-right-style : solid;
 border-bottom-style : solid;
 border-right-color : #C0C0C0;
 border-bottom-color : #C0C0C0;
 float: left;
 margin: 0px 10px 5px 0;
 clear:both;
}
.img_kage_left2 {
 float: left;
 margin: 5px 10px 5px 0;
 clear:both;
 border-top: 1px solid #D9D9D9;
 border-right: 3px solid #D9D9D9;
 border-bottom: 3px solid #D9D9D9;
 border-left: 1px solid #D9D9D9;
}
.img_ma_r { margin-right: 10px; }

.ten_hr {
 border-top-width : 1px;
 border-top-style : dashed;
 border-top-color : gray;
 border-bottom-width : 2px;
 border-bottom-style : solid;
 border-bottom-color : white;
 width : 100%;
 text-align : center;
}

.waku_sen {
 padding: 0.3em 1em;
 border: 1px solid #ccc;
 width : 95%;
 margin: 1em 0.5em;
}
.waku_ten {
 padding : 7px;
 margin : 1em 3px;
 width : 95%;
 border: 1px dashed #828282;
}
.waku_uesita {
 padding : 7px;
 margin : 1em 5px;
 width : 95%;
 border-top: 1px dashed #828282;
 border-bottom: 1px dashed #828282;
}
.waku_gray {
 background-color : #f6f6f6;
 padding : 5px;
 margin : 1em 5px;
 width : 97%;
 border-top: 1px solid #999999;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
 border-left: 3px solid #999999;
}
.waku_gray2 {
 background-color : #f6f6f6;
 padding : 7px;
 margin : 1em 5px;
 width : 97%;
 border: 1px solid #828282;
}
.waku_gray3 {
 background-color : #f6f6f6;
 padding : 7px;
 margin : 1em 5px;
 width : 95%;
 line-height : 1.5;
 border-left: 2px solid #999999;
}
.waku_good {
 background-color : #FFFAF4;
 padding : 10px;
 margin : 1em auto;
 width : 95%;
 border: 1px solid #FF6600;
}
.waku_good2 {
 padding : 10px;
 margin : 2em auto 1em;
 width : 95%;
 border: 1px solid #57C86B;
 clear: both;
 color: #666666;
}
.waku_good2 h4 {
 font-size: 100%;
 padding: 5px 5px 5px 1em;
 border: 1px solid #57C86B;
}

.waku_2 {
 width:49%;
 margin:0 0 10px 0;
 float:left;
}
.waku_2_gray {
 width:48%;
 margin:10px 0;
 float:left;
 text-align: center;
 font-weight: bold;
 padding: 5px;
 border: 1px solid #999999;
 background: #F6F6F6;
}
.waku_2_1 {
 width:46%;
 margin:5px 3px;
 float:left;
 text-align: center;
 padding: 5px;
 border: 1px dotted #999999;
}

.waku_3 {
 width:30%;
 margin:5px 3px;
 float:left;
 text-align: center;
 padding: 5px;
 border: 1px dotted #999999;
}
.waku_4 {
 width:22%;
 margin:2px;
 float:left;
 text-align: center;
 padding: 5px;
 border: 1px dotted #999999;
 height: 140px;
}

.paginate {
 text-align: center;
 clear: both;
 margin-top: 10px;
}
.searchform {
 background: #FFFFFF;
 text-align: center;
 margin: 1em 5px;
 padding-bottom: 5px;
}

/**** 楽yan--*/

#loading1212547496{
	position: absolute;
	text-indent: -9999px;
}
.rakuyan br { line-height: 0px; }
.r-main1{
 margin-top: 5px;
 padding: 5px 0px 10px 5px;
 border-right: 1px dashed #999999;
 border-left: 1px dashed #999999;
 border-bottom: 1px dashed #999999;
}
.r-sub1{ text-align: center; }
.r-sub2 , .r-sub3{
 font-size: x-small;
 font-weight: normal;
 text-align: left;
}
.r-tit1{
 color: #804040;
 text-align: center;
}
