@charset "UTF-8";


/* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.2em;
}


/* 文書本体 (body) */

body {
	background-color: #eff1d6;
}


/* リンクテキスト (a) */

a:link {
	border-style: none;
	color: #d42436;
	text-decoration: none;
}

a:visited {
	color: #b61f2e;
	text-decoration: none;
}

a:hover {
	color: #f86e6e;
}

a:active {
	text-decoration: underline;
}


/* 画像 (img) */
img {
	border: 0;
}


#page {
	background: #ffffff;
	margin: 0 auto 0 auto;
	width: 810px;
	text-align: left;
}



/* ヘッダー */

div#header {
	background: url(../images/bg_header.gif);
	margin: 0;
	padding: 8px 20px 0px 20px;
	height: 60px;
}

div#siteLogo {
	float: left;
	margin: 2px 0px 0px 0px;
}


/* ブログナビゲーション */

div#navBlog {
	position: relative; right:-31px;
	position: relative; top:-9px;
	height: 25px;
}

div#navBlog ul {
	margin: 6px 1px 0 0;
}

div#navBlog li{
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1em;
	text-indent: -9999px;
}

div#navBlog li a{
	display: block;
	height: 25px;
	background: url(../images/blogmenu.gif) no-repeat;
}



div#navBlog li#menuB1 a{
	width: 68px;
	background-position: 0px 0px;
}

div#navBlog li#menuB1 a:hover{
	background-position: 0px -25px;
}


div#navBlog li#menuB2 a{
	width: 79px;
	background-position: -68px 0px;
}

div#navBlog li#menuB2 a:hover{
	background-position: -68px -25px;
}


div#navBlog li#menuB3 a{
	width: 84px;
	background-position: -147px 0px;
}

div#navBlog li#menuB3 a:hover{
	background-position: -147px -25px;
}


div#navBlog li#menuB4 a{
	width: 125px;
	background-position: -231px 0px;
}

div#navBlog li#menuB4 a:hover{
	background-position: -231px -25px;
}


div#navBlog li#menuB5 a{
	width: 102px;
	background-position: -356px 0px;
}

div#navBlog li#menuB5 a:hover{
	background-position: -356px -25px;
}



div#navBlog h2 {
	height: 0px;
	display: none;
}



/* メインナビゲーション */

div#navMain {
	clear:both;
	background: url(../images/bg_main.gif);
	height: 28px;
	padding: 1px 20px 2px 20px;
}

div#navMain ul {
	font-size: 26px;
	height: 1em;
}

div#navMain ul li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	font-size: 26px;
	line-height: 1em;
	text-indent: -9999px;
}

div#navMain li a{
	display: block;
	height: 26px;
	background: url(../images/mainmenu.gif);
}

div#navMain li#menu1 a{
	width: 130px;
	background-position: 0px 0px;
}

div#navMain li#menu1 a:hover{
	background-position: 0px -26px;
}


div#navMain li#menu2 a{
	width: 170px;
	background-position: -130px 0px;
}

div#navMain li#menu2 a:hover{
	background-position: -130px -26px;
}


div#navMain li#menu3 a{
	width: 98px;
	background-position: -300px 0px;
}

div#navMain li#menu3 a:hover{
	background-position: -300px -26px;
}


div#navMain li#menu4 a{
	width: 120px;
	background-position: -398px 0px;
}

div#navMain li#menu4 a:hover{
	background-position: -398px -26px;
}


div#navMain li#menu5 a{
	width: 92px;
	background-position: -518px 0px;
}

div#navMain li#menu5 a:hover{
	background-position: -518px -26px;
}


div#navMain li#menu6 a{
	width: 85px;
	background-position: -610px 0px;
}

div#navMain li#menu6 a:hover{
	background-position: -610px -26px;
}


div#navMain li#menu7 a{
	width: 75px;
	background-position: -695px 0px;
}

div#navMain li#menu7 a:hover{
	background-position: -695px -26px;
}



div#navMain h2 {
	height: 0px;
	display: none;
}





/* ユーザー支援ナビゲーション*/

div#navAssist {
	font-size: 11px;
	margin-left: 380px;
	position: relative; top: -15px;
}

div#navAssist ul li {
	list-style-type: none;
	display: inline;
}

div#navAssist h2 {
	height: 0px;
	display: none;
}

div#textSize {
	display: inline;
	color: #7e7e7e;
	top: 2px;
	position: relative;
	margin-top: 2px;
	padding-top: 2px;
}

div#textSmall {
	display: inline;
	padding: 1px;
	color: #555555;
	border: 1px solid #7e7e7e;
	float: none;
	margin: 2px;
}

div#textDefault {
	display: inline;
	padding: 1px;
	color: #fff;
	border: 1px solid #7e7e7e;
	float: none;
	margin: 2px;
	background-color: #7e7e7e;
}

div#textLarge {
	display: inline;
	padding: 1px;
	color: #555555;
	border: 1px solid #7e7e7e;
	float: none;
	margin: 2px;
}


div#textSmall:hover {
	background: #f86e6e;
	color: #ffffff;
	border: 1px solid #f86e6e;
}

div#textDefault:hover {
	background: #f86e6e;
	color: #ffffff;
	border: 1px solid #f86e6e;
}

div#textLarge:hover {
	background: #f86e6e;
	color: #ffffff;
	border: 1px solid #f86e6e;
}




div#navSkip {
	height: 0px;
	display: none;
}



/* メイン */

div#main {
	background: url(../images/bg_main2.gif);
	clear: both;
	overflow: auto;
	margin: 0;
	padding: 1px 20px 20px 20px;
}


/* メイングラフィック */
div#topGraphic {
	height: 250px;
	padding: 0px;
	margin: 0 1px 5px 0;
}

div#mainGraphic {
	height: 180px;
	padding: 0px;
	margin: 0 1px 15px 0;
}



/* サイドブロック */

div#side {
	float: right;
	display: block;
	width: 220px;
	height: 180px;
	margin: 0px 0;
	padding: 0px;
	background: #8bd779;
}


/* サイドメニュー */

div#sideMenu{
	vertical-align: text-bottom;
	margin-top: 5px;
}

div#sideMenu ul{
	vertical-align: bottom;
	width: 210px;
	margin: 0 5px 0px 5px;
	list-style-type: none;
}

div#sideMenu li{
	display: block;
	background: url(../images/bg_sidemenu.gif);
	padding: 3px 0px 4px 30px;
	border-top: 1px dotted #fff;
	margin-bottom: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 1.3em;
	list-style-type: none;
}

div#sideMenu li a{
	color: #fff;
	font-size: 12px;
	line-height: 1.2em;
}

div#sideMenu li:hover{
	Gcolor: #222;
	background: url(../images/bg_sidemenu_on.gif);
	backGground: #f86e6e;
}




.sideMenuTitle{
	font-family: "Hiragino Kaku Gothic Std", sans-serif;
	font-weight: bold;
	color: #444444;
	font-size:11px;
	padding-bottom: 5px;
}


/* サイドメニュー 検索 */

div#sideSearch {
	font-size: 12px;
	line-height: 1.2em;
	list-style-type: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div#sBtn{
	display: inline;
}






/* サイドメニュー イベント　テーマ */

div#sideThema li{
	background-color: #b5f0b3;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-left: 3px solid #b55a4d;
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 2px;
	list-style-type: none;
}

div#sideThema li:hover{
	background-color: #f86e6e;
	color: #ffffff;
}


/* サイドメニュー meta */
div#sideMeta li{
	font-size: 10px;
	line-height: 1.2em;
	padding-bottom: 2px;
	padding-left: 6px;
	list-style-type: none;
}

div#sideMeta li:hover{
	background-color: #f86e6e;
	color: #ffffff;
}



/* ページ内リンク */

div#anchorLlink{
	float: right;
	width: 250px;
	margin: 0px 0px 15px 8px;
	padding: 3px 3px 5px 3px;
	background-color: #f5f5f5;
	color: #444;
	font-size: 12px;
	line-height: 1.3em;
}


div#anchorLlink ol{
	margin: 4px 0 0px 15px;
}

div#anchorLlink li{
	padding: 2px 0px 2px 0px;
	border-top: 1px dotted #5f65cf;
	margin: 0 5px 5px -5px;
	color: #444;
	font-size: 11px;
	line-height: 1.2em;
	list-style-type: decimal;
	list-style-position: inside;
}

div#anchorLlink li a{
	border-width: 0px;
	border-style: none;
	color: #444;
	font-size: 11px;
	line-height: 1.3em;
}

div#anchorLlink li:hover{
	background: #fc7373;
	color: #686868;
}




/* コンテンツ 全体＆タイトル　*/

div#contents {
	width: 510px;
	margin: 10px 0 0 20px;
	padding: 0 0 20px 0;
}


div#positionNav {
	font-size: 10px;
	margin-left: 20px;
	text-indent: -100em;
}

div#contents h1{
	color: #48800B;
	font-size: 24px;
	line-height: 1.1em;
	margin-bottom: 30px;
	font-weight: bold;
	text-indent: -9999px;
}

div#contents h2{
	padding-top: 2px;
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 40px;
	font-family: "Hiragino Kaku Gothic Std", sans-serif;
	color: #48800B;
	font-size: 18px;
	line-height: 1.3em;
	padding-bottom: 2px;
	font-weight: bold;
	border-top: 1px dotted #48800B;
}

div#contents h2.nonline{
	font-family: "Hiragino Kaku Gothic Std", sans-serif;
	color: #48800B;
	font-size: 18px;
	line-height: 1.1em;
	padding-bottom: 20px;
	font-weight: bold;
	border-top: 0px;
	margin-top: 0px 0 50px 0;
}

div#contents h2 a{
	color: #48800B;
}

div#contents h2 .leadtext {
	padding-top: 0px;
	margin-top: 0px;
	color: #48800B;
	font-size: 11px;
	line-height: 1.8em;
}

div#contents .meta{
	font-size: 10px;
	margin: 2px 0 25px 0;
	text-align: right;
}

div#contents h3{
	color: #eb687a;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 25px;
	width: 510px;
	padding-top: 2px;
}

div#contents a{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

div#contents a.btn{
	border-bottom: none;
}

div#contents Ga:visited{
	color: #48800B;
}


.blogimage {
	margin: 5px 10px;
}


/* コンテンツ 本文　*/

div#contents p{
	color: #333333;
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 40px;
}


div#Gcontents ul{
	width: 400px;
	margin: 0;
}

div#Gcontents ul li{
	padding: 4px;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 2px;
	list-style-type: none;
}

div#Gcontents ul li:hover{
	background-color: #f86e6e;
	color: #ffffff;
}

div#contents form{
	color: #222222;
}

div#contents tr{
	height: 30px;
}

.level2{
	padding-left: 20px;
}

.formText{
	font-size: 12px;
	line-height: 1.7em;
}

.sub{
	color: #666666;
	font-size: 11px;
	line-height: 1.4em;
	padding-left: 30px;
	padding-bottom: 40px;
}

.aboutlist li{
	list-style-position: outside;
	list-style-type: disc;
	font-size: 12px;
	line-height: 1.2em;
	margin-left: 20px;
	margin-bottom: 8px;
}


/* 脚注関係 */

.footnote{
	float: right;
	position: relative; right: -230px;
	margin-left: -200px;
	margin-bottom: 10px;
	width: 180px;
	background: #eff1d6;
	padding: 10px;
	font-size: 11px;
	line-height: 1.5em;
}

.footnote h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #529209;
	margin-bottom: 18px;
}

#hanamaru-gaiyo h5{
	min-height: 35px;
	margin-top: 10px;
	padding-left: 35px;
	background-image: url(../images/bg_hanamaru_footnote.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #529209;
	margin-bottom: 4px;
}



#contents .footnote p{
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 18px;
}

.footnote a {
	color: #418100;
}



/* 写真関係 */

.photoR{
	float: right;
	margin: 0 0 10px 10px;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}

.photoL{
	float: left;
	margin: 0 10px 10px 0;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}

.photo{
	display: block;
	margin: 5px 0 10px 0;
	padding: 5px 0;
	font-size: 11px;
	text-align: left;
	line-height: 1.2em;
	color: #888;
}

.caption75{
	display: block;
	width: 75px;
	float: left;
	margin: 0 10px 5px 0;
	padding-top: 6px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}

.caption160{
	display: block;
	width: 160px;
	float: left;
	margin: 0 10px 5px 0;
	padding-top: 6px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}

.caption160R{
	display: block;
	width: 160px;
	float: right;
	margin: 0 10px 5px 0;
	padding-top: 6px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}


.caption200{
	display: block;
	width: 200px;
	float: left;
	padding-top: 6px;
	font-size: 11px;
	text-align: left;
	color: #888;
	margin: 0 10px 5px 0;
	line-height: 1.3em;
}

.caption200R{
	display: block;
	width: 200px;
	float: right;
	margin: 0 0px 5px 10px;
	padding-top: 6px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}


.caption500{
	display: block;
	width: 500px;
	margin: 10px 0;
	padding-top: 6px;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	color: #888;
}

/* リスト要素：注釈リスト*/

ul.cautionlist {
	margin: -30px 30px 40px 40px;
	padding: 0px 0 0 0px;
}

ul.cautionlist li{
	display: block;
	padding: 0 0 0px 16px;
	margin: 0 0 4px 0;
	color: #aa5555;
	font-size: 11px;
	line-height: 1.3em;
	background-image: url(../images/kome.gif);
	background-repeat: no-repeat;
	list-style: none;
	list-style-position: outside;
}



/* リスト要素：発言リスト*/

ul.commentlist {
	margin: 0 30px 60px 40px;
	padding: 0px 0 0 0px;
}

ul.commentlist  li{
	display: block;
	padding: 0 0 0px 0px;
	margin: 0 0 18px 0;
	font-size: 12px;
	color: #327200;
	line-height: 1.5em;
	background-repeat: no-repeat;
	list-style: none;
	list-style-position: outside;
}

.name {
	display: block;	
	margin: 2px 0 0 0;
	font-size: 11px;
	text-align: right;
	font-style: italic;
	color: #327200;
}


/* リスト要素：定義リスト*/

dl {
	margin: 0 30px 60px 0px;
	padding: 0px;
}

dt {
	margin: 30px 0 8px 20px;
	font-size: 13px;
	font-weight: bold;
	color: #529209;
	line-height: 1.3em;
	list-style: none;
	list-style-position: outside;
}

dd {
	margin: 0 0 30px 40px;
	padding-top: 2px;
	font-size: 12px;
	line-height: 2em;
	color: #666;
}

dd a{
	color: #529209;
}

dd a:visited{
	color: #529209;
}

dd a:hover{
	color: #f97e7e;
}


/* リスト要素：発言リスト定義型*/

dl.comment {
	margin: 0 30px 60px 40px;
	padding: 0px;
}

dl.comment dt {
	margin: 30px 0 8px -20px;
	font-size: 13px;
	font-weight: bold;
	color: #529209;
	line-height: 1.3em;
	list-style: none;
	list-style-position: outside;
}

dl.comment dd {
	display: inline;
	margin: 0 0 30px 0px;
	padding-top: 2px;
	font-size: 12px;
	line-height: 2em;
	color: #666;
	border-top: 1px solid #cdcdcd;
}


/* 陽子・林対談*/

.voiceYoko{
	background-image: url(../images/bg_voiceYoko.gif);
	background-repeat:  no-repeat;
	color: #333333;
	font-size: 12px;
	line-height: 1.8em;
	padding: 6px 100px 20px 90px;
	margin-bottom: 0px;
}

.voiceYokoEnd{
	background-image: url(../images/bg_voiceYokoEnd.gif);
	background-repeat:  no-repeat;
	height: 15px;
	margin-bottom: 40px;
}



.voiceHayashi{
	background-image: url(../images/bg_voiceHayashi.gif);
	background-repeat:  no-repeat;
	color: #333333;
	font-size: 12px;
	line-height: 1.8em;
	padding: 6px 100px 20px 90px;
	margin-bottom: 0px;
}

.voiceHayashiEnd{
	background-image: url(../images/bg_voiceHayashiEnd.gif);
	background-repeat:  no-repeat;
	height: 15px;
	margin-bottom: 40px;
}



.voiceIwabuchi{
	background-image: url(../images/bg_voiceIwabuchi.gif);
	background-repeat:  no-repeat;
	color: #333333;
	font-size: 12px;
	line-height: 1.8em;
	padding: 6px 100px 20px 90px;
	margin-bottom: 0px;
}

.voiceIwabuchiEnd{
	background-image: url(../images/bg_voiceIwabuchiEnd.gif);
	background-repeat:  no-repeat;
	height: 15px;
	margin-bottom: 40px;
}




.zukanPhoto{
	margin: 2px 8px 2px 8px;
	vertical-align: middle;
}


/* コラム*/

.column {
	width: 85%;
	background: #faffe6;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.8em;
	color: #444;
	overflow: auto;
	overGflow-x: hidden;
	overGflow-y: auto;
}

#contents .column h4{
	color: #48800B;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 10px;
}


/* 花まる農家コラム*/

.column-hanamaru {
	background-repeat: no-repeat;
	background-image: url(../images/bg_column_hanamaru.gif);
	color: white;
	width: 480px;
	backGground: #488014;
	margin: 25px 0px 0px 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.6em;
	overflow: auto;
	overGflow-x: hidden;
	overGflow-y: auto;
}

.column-hanamaruEnd {
	background-repeat: no-repeat;
	background-image: url(../images/bg_column_hanamaruEnd.gif);
	width: 500px;
	height: 15px;
	margin: 0px 0 20px 0;
}

#contents .column-hanamaru h2{
	color: #fff;
	line-height: 1.3em;
	border-top: none;
	margin: 0 0 12px　0;
}

#contents .column-hanamaru h2 .leadtext{
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


#contents .column h4{
	color: #48800B;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 10px;
}



/* テーブル*/

.tableText {
	color: #333;
	background: #fff;
	padding: 2px;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
}

.tableText th{
	color: #000;
	background: #eee;
	border-top: 1px solid #333;
	padding: 3px;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
}

.tableText td{
	color: #333;
	background: #fff;
	border-top: 1px solid #333;
	padding: 3px;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: text-top;
}



/* コメント関係 */

.feedback{
	font-size: 0px;
	margin: 2px 0 0 0;
	text-align: right;
	display: none;
}


/* フォーム関係 */

.inputForm td{
	font-size: 12px;
	line-height: 1.3em;
	padding: 4px;
}


/* トップページコンテンツ */

div#topContents {
	width: 510px;
	margin: 10px 0 0 20px;
	padding: 0 0 20px 0;
}

div#topContents h2{
	margin: 0;
}

div#topContents h2:hover{
	background-color: #f86e6e;
}

div#topContents p{
	font-size: 11px;
	line-height: 1.3em;
	margin: 0 0 10px 0;
}

div#topContents ul li{
	padding: 2px;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 2px;
	list-style-type: none;
}

div#topContents ul li:hover{
	background-color: #f86e6e;
	color: #ffffff;
}



/* 文末アクション */

div#action{
	width: 380px;
	margin: 60px 0 0px 5px;
	padding: 8px 10px 30px 110px;
	background: url(../images/bg_action.gif);	
	backGground-color: #ffdddd;
	color: #fafafa;
	font-size: 12px;
	line-height: 1.3em;
}

div#action a{
	color: #fdf04d;
}

div#actionEnd{
	width: 500px;
	height: 15px;
	margin: 0px 0 10px 5px;
	padding: 0px;
	background: url(../images/bg_actionEnd.gif);
}



/* 文末コーナー内リンク */

div#cornerlink{
	width: 300px;
	margin: 60px 0 5px 5px;
	padding: 4px 10px 16px 6px;
	background-color: #b3eae9;
	color: #5f65cf;
	font-size: 12px;
	line-height: 1.3em;
}

div#cornerlink ul{
	margin: 10px 0 0px 15px;
	list-style-type: none;
}

div#cornerlink li{
	dGisplay: block;
	bGackground: url(../images/bg_sidemenu.gif);
	padding: 3px 0px 4px 0px;
	border-top: 1px dotted #5f65cf;
	margin-bottom: 3px;
	color: #5f65cf;
	font-size: 11px;
	line-height: 1.3em;
	list-style-type: none;
}

div#cornerlink li a{
	color: #5f65cf;
	font-size: 11px;
	line-height: 1.3em;
}

div#cornerlink li:hover{
	background: #eee;
	backGground: #eebbbb;
}



/* フッター */

div#footer {
	background: url(../images/bg_main.gif);
	clear:both;
	margin: 0;
	padding: 18px 0px 10px 20px;
	font-size: 11px;
	line-height: 1.3em;
}

div.footmenu {
	float: right;
	padding-right: 30px;
	text-align: right;
	line-height: 1.3em;
}

div#footerEnd {
	background: url(../images/bg_footer.gif);
	height: 20px;
}

div#credit {
	height: 0px;
	overflow: hidden;
}



/* カート関係 */

div#cartHeader {
	background: url(../images/bg_header2.gif);
	margin: 0;
	padding: 8px 20px 0px 20px;
	height: 60px;
}

select {
	margin-bottom: 5px;
}

div#member1 {
	width: 500px;
	background: url(../images/bg_member1.gif);
	background-repeat:  no-repeat;
	margin: 0 0 30px 0;
	padding: 50px 10px 35px 30px;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}

div#member2 {
	width: 500px;
	background: url(../images/bg_member2.gif);
	background-repeat:  no-repeat;
	margin: 0 0 30px 0;
	padding: 50px 10px 35px 30px;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}


div#video1 {
	width: 500px;
	background: url(../images/bg_video1.gif);
	background-repeat:  no-repeat;
	margin: 0 0 30px 0;
	padding: 50px 10px 35px 30px;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}

div#video2 {
	width: 500px;
	background: url(../images/bg_video2.gif);
	background-repeat:  no-repeat;
	margin: 0 0 30px 0;
	padding: 50px 10px 35px 30px;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}

div#video3 {
	width: 500px;
	background: url(../images/bg_video3.gif);
	background-repeat:  no-repeat;
	margin: 0 0 30px 0;
	padding: 50px 10px 35px 30px;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}

div#video4 {
	width: 500px;
	background: url(../images/bg_video4.gif);
	background-repeat:  no-repeat;
	margin: 0 0 30px 0;
	padding: 50px 10px 35px 30px;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}

div#video5 {
	width: 500px;
	background: url(../images/bg_video5.gif);
	background-repeat:  no-repeat;
	margin: 0 0 30px 0;
	padding: 50px 10px 35px 30px;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}
	
div#arigato1 {
	width: 500px;
	background: url(../images/bg_arigato1.gif);
	background-repeat:  no-repeat;
	margin: 0 0 30px 0;
	padding: 70px 10px 35px 30px;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}

div#arigato2 {
	width: 500px;
	background: url(../images/bg_arigato2.gif);
	background-repeat:  no-repeat;
	margin: 0 0 30px 0;
	padding: 70px 10px 35px 30px;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}

div#arigato3 {
	width: 500px;
	background: url(../images/bg_arigato3.gif);
	background-repeat:  no-repeat;
	margin: 0 0 30px 0;
	padding: 70px 10px 35px 30px;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}

div#pamph {
	width: 500px;
	background: url(../images/bg_pamph.gif);
	background-repeat:  no-repeat;
	margin: 0 0 30px 0;
	padding: 70px 10px 35px 30px;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}


.shiftL {
	margin: 0 0 10px 30px;
	font-size: 11px;
	line-height: 1.6em;
}

div#consumerInfo {
	width: 500px;
	background: url(../images/bg_form_info.gif);
	padding: 40px 10px 35px 10px;
	text-align: left;
}

div#consumerInfo th{
	width: 100px;
	padding: 2px 2px 2px 2px;
	text-align: right;
	font-size: 11px;
	line-height: 1.1em;
	font-weight: normal;
	vertical-align: text-top;
}

div#consumerInfo td{
	padding: 2px;
	text-align: left;
	font-size: 11px;
	line-height: 1.1em;
	font-weight: normal;
}

table#send {
	width: 470px;
	background: #ddd;
	margin: 10px 10px 30px 10px;
	padding: 6px 10px 25px 10px;
	text-align: left;
}

.preview {
	width: 250px;
	background: url(../images/bg_preview.gif);
	margin: 10px 0 20px 5px;
	padding: 6px 0px 15px 10px;
	text-align: left;
	font-size: 11px;
	line-height: 1.6em;
	font-weight: bold;
}

.preview a{
	text-align: left;
	font-size: 11px;
	line-height: 1.6em;
	font-weight: bold;
	margin-left: 60px;
}

table.shopItem {
	width: 400px;
}

table.shopItem th{
	width: 130px;
	text-align: left;
	padding-left: 6px;
	vertical-align: text-center;
	font-size: 11px;
	line-height: 1.3em;
	font-weight: normal;
}

table.shopItem td{
	vertical-align: text-center;
}

table.shopItem td select{
	margin: 0px 4px;
}




/* ブログ関係 */

#content h2.date{
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	border-top-width: 0px;
	border-bottom-color: #b1b1b1;
	border-bottom-style: solid;
	border-bottom-width: 1px;

	margin-top: 5px;
	font-size: 11px;
	text-align: right;
	color: #b1b1b1;
}


#content h3.title{
	border-bottom-color: white;
	border-bottom-style: none;
	padding-top: 0px;
	margin-top: 4px;
	border-bottom-width: 0px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 24px;
	line-height: 24px;
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic Std", sans-serif;
	font-weight: bold;
	color: #48800B;
}


#content h3.title a{
	border-bottom-color: white;
	border-bottom-style: none;
}


#content .blogbody .text{
	line-height: 1.6em;
	font-size: 14px;
}


#content .blogbody .text a{
	line-height: 1.6em;
}


#content .blogbody .posted{
	margin-bottom: 70px;
	margin-top: 10px;
	color: #b1b1b1;
	font-size: 10px;
}


#content .navi{
	margin-bottom: 15px;
	font-size: 14px;
}


#blogsidebar{
	float: right;
	position: relative; right: -230px;
	margin-left: -200px;
	margin-bottom: 10px;
	width: 200px;
	font-size: 11px;
	line-height: 1.5em;
}


#contents #blogsidebar .sidetitle{
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.5em;
	color: #48800B;
}


#contents #blogsidebar .side{
	margin-bottom: 40px;
	font-size: 11px;
	line-height: 1.7em;
}


#contents #blogsidebar .side a{
	border-bottom-style: none;
}

