@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	font: 12px "ＭＳ Ｐゴシック", Osaka;
	line-height: 140%;
	letter-spacing: 120%;
	color: #333333;
}

body {
	background: url(../images/bg.gif) repeat-y center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border:none;
}

h2 {
	margin: 0px;
}

a{
	text-decoration: none;
	color: #CC4400;
}

a:hover{
	text-decoration: underline;
}

.clear {
	clear: both;
}


/*------------- ヘッダ -------------*/
#header {
	width: 800px;
	margin: 0px auto;
}

.title {
	width: 800px;
	height: 72px;
	margin: 0px;
}

.titlelogo {
	width: 300px;
	float: left;
	padding-top: 2px;
	padding-left: 0px;
	text-align: left;
}

.titlelogo h2 {
	color: #FF6600;
	font-size: 10px;
}

.searchwin {
	width: 400px;
	float:right;
	margin-right: 5px;
	text-align: right;
}

.searchwin form{
	height:25px;
	margin-top: 40px;
}

.searchwin input {
	font-size: 10px;
}

.searchwin .textarea{
	width: 200px;
	height:15px;
	border:1px solid #CCCCCC;
}

/*------------- Navi -------------*/

#navi{
	width: 800px;
	padding-bottom: 8px;
	background: #FF9900;
	margin: 0px auto;
}

div#navi ol{
	width:800px;
	height:20px;
	position:relative;
	list-style: none;
}
div#navi ol li{
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	background: url(../images/navibutton.gif) no-repeat #FFCC33 left top;
	overflow: hidden;
}

div#navi ol li a{
	text-decoration:none;
	display:block;
	width:114px;
	height:20px;
}

div#navi ol li#gn01 a,
div#navi ol li#gn02 a{
	text-decoration:none;
	display:block;
	width:115px;
	height:20px;
}


li#gn01 {left:0px; width:115px;}
li#gn02 {left:115px; width:115px;}
li#gn03 {left:230px; width:114px;}
li#gn04 {left:344px; width:114px;}
li#gn05 {left:458px; width:114px;}
li#gn06 {left:572px; width:114px;}
li#gn07 {left:686px; width:114px;}


li#gn01 a:link,li#gn01 a:visited {background:transparent url(../images/navibutton.gif) no-repeat 0px 0px;}
li#gn02 a:link,li#gn02 a:visited {background:transparent url(../images/navibutton.gif) no-repeat 0px -60px;}
li#gn03 a:link,li#gn03 a:visited {background:transparent url(../images/navibutton.gif) no-repeat 0px -120px;}
li#gn04 a:link,li#gn04 a:visited {background:transparent url(../images/navibutton.gif) no-repeat 0px -180px;}
li#gn05 a:link,li#gn05 a:visited {background:transparent url(../images/navibutton.gif) no-repeat 0px -240px;}
li#gn06 a:link,li#gn06 a:visited {background:transparent url(../images/navibutton.gif) no-repeat 0px -300px;}
li#gn07 a:link,li#gn07 a:visited {background:transparent url(../images/navibutton.gif) no-repeat 0px -360px;}


li#gn01 a:hover, li#gn01 a:focus {background:transparent url(../images/navibutton.gif) no-repeat 0px -20px; color:#FFFFFF; text-decoration:none;}
li#gn02 a:hover, li#gn02 a:focus {background:transparent url(../images/navibutton.gif) no-repeat 0px -80px; color:#FFFFFF; text-decoration:none;}
li#gn03 a:hover, li#gn03 a:focus {background:transparent url(../images/navibutton.gif) no-repeat 0px -140px; color:#FFFFFF; text-decoration:none;}
li#gn04 a:hover, li#gn04 a:focus {background:transparent url(../images/navibutton.gif) no-repeat 0px -200px; color:#FFFFFF; text-decoration:none;}
li#gn05 a:hover, li#gn05 a:focus {background:transparent url(../images/navibutton.gif) no-repeat 0px -260px; color:#FFFFFF; text-decoration:none;}
li#gn06 a:hover, li#gn06 a:focus {background:transparent url(../images/navibutton.gif) no-repeat 0px -320px; color:#FFFFFF; text-decoration:none;}
li#gn07 a:hover, li#gn07 a:focus {background:transparent url(../images/navibutton.gif) no-repeat 0px -380px; color:#FFFFFF; text-decoration:none;}


li#gn01.home { 
	background: 0px -40px url(../images/navibutton.gif);
	width:115px;
	height:20px;
}

li#gn02.food { 
	background: 0px -100px url(../images/navibutton.gif);
	width:115px;
	height:20px;
}

li#gn03.fashion { 
background: 0px -160px url(../images/navibutton.gif);
 width:114px;
 height:20px;
}

li#gn04.lifestyle { 
background: 0px -220px url(../images/navibutton.gif);
 width:114px;
 height:20px;
}

li#gn05.syokuiku { 
	background: 0px -280px url(../images/navibutton.gif);
	width:114px;
	height:20px;
}

li#gn06.column { 
	background: 0px -340px url(../images/navibutton.gif);
	width:114px;
	height:20px;
}

li#gn07.recommend { 
	background: 0px -400px url(../images/navibutton.gif);
	width:114px;
	height:20px;
}

/*------------------------- パンくず -------------------------*/
.topic_path{
	width: 790px;
	margin:0px auto;
	padding:5px;
	text-align: left;
	border-bottom:1px dotted #999999;
}
.topic_path,
.topic_path a{
	font-size: 10px;
}

/*------------------------- コンテンツエリア -------------------------*/
#mainfield {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
}
.mainfield_end {
	clear: both;
}

/*------------------------- メインエリア -------------------------*/

/*------------------------- サブエリア -------------------------*/

/*-------- コンテンツ一覧 --------*/
.cIndex_s{
	width:200px;
	margin:5px 0px 8px 0px;
}

.cIndex_s ul{
	width:180px;
	margin:8px auto;
	list-style:none;
}

.cIndex_s ul li{
	text-align: left;
	background:url("../images/dot.gif") no-repeat left center;
	padding:2px 0px 2px 10px;
	line-height:120%
}

/*-------- メルマガバナー --------*/
.mlma_registration {
	padding-top: 15px;
}

/*------------------------- フッタ -------------------------*/
#footer {
	clear: both;
	width: 800px;
	padding-top:5px;
	margin: 5px auto;
	border-top:1px dotted #999999;
}
#footer li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer img{
	vertical-align:middle;
}
#footer a{
	color:#666666;
}
.copy {
	padding:15px;
}


/*------------------------- ブログ -------------------------*/
#area2 h2 {
	margin-bottom:10px;
}
#area2 .post {
	background:#e9e0d3 url(../images/blog/post_bottom.gif) no-repeat bottom right;
	width:538px;
	padding:10px 16px 20px 16px;
	margin:0 auto 20px;
}

#area2 .post h3 {
	background:url(/images/blog/title_bg.gif) no-repeat;
	text-align:left;
	padding:10px 0 10px 30px;
	margin:0 0 5px 0;
}
#area2 .post h3 a{
	color:#633b00;
	font-size:14px;
	font-weight:bold;
	width:240px;	
}

#area2 .post p.other{
	margin:0 0 10px 0;
	text-align:left;
	padding:0 5px;
	text-align:right;
}

#area2 .post .entry	{
	text-align:left;
	width:528px;
	padding:0 5px 20px 5px;
	background:url(/images/blog/entry_bg.gif) no-repeat bottom;
	margin:0 0 10px;
}

/*#area2 .post .postmetadataCategory {
	padding:0 5px;
	float:left;
}*/

#area2 .post .postmetadataComment {
	padding:0 5px;
	float:right;
}

#area2 .post_end {
	clear:both;
}

#area2 #comments {
	text-align:left;
	border-left:#a67c3f solid 5px;
	margin:0 0 0 20px;
	padding:0 0 0 20px;
}

/*#area2 .commentlist {
	margin:20px 0 0 0;
}*/

/*#area2 .commentlist li {
	list-style:none;
	text-align:left;
	margin:20px 20px 50px 20px;
}*/

#area2 #commentform {
	text-align:left;
	margin:0 auto;
}

#area2  #respond h3 {
	text-align:left;
	border-left:#a67c3f solid 5px;
	margin:0 0 20px 20px;
	padding:0 0 0 20px;
}

/*2009.7.15 堀江追加*/

textarea#comment {
	width: 400px;
	height: 7em;
}

#area2 .box1{
	width: 60px;
	float: left;
	padding:5px 0;
	text-align:right;
}

#area2 .box2{
	width: 400px;
	float: left;
	padding:5px 0;
}

#area2 .box3{
	width: 528px;
	margin:0 auto;
	text-align: center;
	padding-bottom:5px;
}

#area2  #respond h4 {
	text-align:left;
	width:528px;
	background-color:#CBBAA6;
	font-size:12px;
	color:#000000;
	padding:5px 0 5px 10px;
	margin:30px 0 10px 0;
}

#area2 .post .postmetadataCategory {
	padding:0 0 10px 0;
	text-align:left;
	width:538px;
	float:left;
	background:url(/images/blog/entry_bg.gif) no-repeat bottom;
}

#area2 .commentlist li {
	list-style:none;
	text-align:left;
	margin:0;
	background:url(/images/blog/entry_bg.gif) no-repeat bottom;
	padding:15px 0;
}

#area2 .commentlist {
	margin:10px 0 0 0;
}