@charset "utf-8";

/*========== モジュール読み込み ==========*/
@import "clearfix.css";
@import "default.css";


/*========== 汎用フォント==========*/
.font10 {
	font-size: 10px;
	line-height: 16px;
}
.font11 {
	font-size: 11px;
	line-height: 17px;
}
.font12 {
	font-size: 12px;
	line-height: 18px;
}
.font14 {
	font-size: 14px;
	line-height: 20px;
}

/*========== 汎用クリア ==========*/
.floatClear { clear: both;}

/*========== CommonStyles ==========*/
body {
	width: 100%;
	background: #faedd6;
	text-align: center;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	font-size: 100%;
	text-align: left;
}


/*========== HeaderStyles ==========*/
#header {
	width: 930px;
	height: 66px;
}

.headLeft { /*===== ヘッダロゴ =====*/
	width: 244px;
	float: left;
}
.headLeft h1 {
	width: 234px;
	height: 66px;
	margin: 0 0 0 10px;
}

.itownText {
	width: 347px;
    float: left;
}
.itownText p {
	color: #555;
    margin: 36px 0 0;
	font-size: 10px;
}
.itownText p a {
	color: #555;
    text-decoration: none;
}
.itownText p a:hover {
	color: #555;
    text-decoration: underline;
}

.bookmarkBtn {
	width: 132px;
    float: left;
}
.bookmarkBtn p { margin: 29px 0 0;}


.headRight { /*===== ヘッダ検索ボックス =====*/
	width: 207px;
	float: right;
}
.headRight .headerForm {
	width: 194px;
	margin: 12px 0 0 0;
}
.headRight .headerForm .formBox { width: 194px;}

.headRight .headerForm .formBox .formLeft {
	width: 145px;
	float: left;
}
.headRight .headerForm .formBox .formLeft input {
	color: #bdbdbd;
	width: 135px;
	height: 20px;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #c4c4c4;
	line-height: 20px;
}
.headRight .headerForm .formBox .formRight {
	width: 49px;
	float: right;
}

/*========== GlobalNavigationStyles ==========*/
ul#gnaviBox {
	width: 904px;
	height: 40px;
	margin: 0 10px;
	padding: 3px;
	list-style-type: none;
}
ul#gnaviBox li {
	width: 114px;
	list-style-type: none;
	float: left;
}
ul#gnaviBox li.last { width: 106px;}

/*========== LeftMenuStyles ==========*/
#rightCol {
	width: 267px;
	float: left;
}
#rightBox { width: 267px;}


/* ----- 旬の話題枠　2010.11.29 ----- */
/* ----- 旬の話題枠　2010.10.21 ----- */
.hottopicBody {
	width: 267px;
	min-height: 170px;
	height: auto !important;
 	height: 170px; 
	margin-bottom: 20px;
	background: url(../images/common/hottopic_box_bg.gif) left top repeat-y;
}
.hottopicBody .hottopicBox {
	background: url(../images/common/hottopic_box_bottom.gif) left bottom no-repeat;
}
.hottopicBody .hottopicBox .hottopicInnerBox {
	background: url(../images/common/hottopic_box_top.gif) left top no-repeat;
}
.hottopicBody .hottopicBox .hottopicInnerBox ul.hottopic {
	color: #2f1700;
	width: 211px;
	margin: 0 28px;
	padding: 72px 0 65px;
	list-style-type: none;
}
.hottopicBody .hottopicBox .hottopicInnerBox ul.hottopic li {
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 120%;
	list-style-type: none;
}

/*
#hottopic {
	width:267px;
	height:173px;
	background:url("/images/common/hottopic.gif") no-repeat;
	margin-bottom:8px;
}

#hottopic p {
	padding:62px 25px 0px 28px;
	line-height:1.5em;
}

#hottopic img {
	width:13px;
	height:13px;
	border:0px;
	margin-right:2px;
	vertical-align:middle;
}
*/

.enqBody { /* 右カラム　アンケート*/
	width: 267px;
	margin-bottom: 20px;
	background: url(../images/common/enq_box_bg.gif) left bottom repeat-y #fff;
}
.enqBox {
	min-height: 348px;
	height: auto !important;
/*	height: 348px;*/
	background: url(../images/common/enq_box_bottom.gif) left bottom no-repeat;
}

.enqInnerBox {
	width: 223px;
	margin: 0 22px 0;
	padding: 3px 0 25px;
}

.enqTheme {
	color: #2f1700;
	margin-bottom: 21px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
.enqSelect {
	width: 223px;
	margin-bottom: 10px;
	/*background: url(../images/common/enq_btn_bg.gif) right bottom no-repeat;*/
}
.enqSelectInput {
	color: #2f1700;
	width: 223px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
}

.enqSelect .enqBtn {
	margin: 0;
	text-align: center;
}
.enqSelect .enqBtn p {
	margin: 10px 0 0;
	padding: 0 0 6px;
}

.enqComment { /* コメント */
	margin: 21px 0 10px;
}
.enqComment .enqCommentTitle {
	color: #2f1700;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
}
.enqComment .enqCommentNotice {
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 14px;
}
.enqComment textarea {
	width: 211px;
	height: 100px;
	padding: 5px;
	border: 1px solid #c4c4c4;
}

.enqResult {
	color: #2f1700;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
table.enqResultTable {
	width: 213px;
	margin: 0 5px;
	padding: 0;
	text-align: left;
}
table.enqResultTable tr td {
	margin-bottom: 3px;
	font-size: 10px;
	line-height: 16px;
}
table.enqResultTable tr td.enqResultText { color: #2f1700;}


.rankBody { /* 右カラム　ランキング */
	width: 267px;
	margin-bottom: 20px;
	background: url(../images/common/rank_box_bg.gif) left bottom repeat-y;
}
.rankBody .rankBox {
/*	min-height: 290px;*/
	height: auto !important;
/* 	height: 269px; */
	background: url(../images/common/rank_box_bottom.gif) left bottom no-repeat;
}
.rankBody .rankBox ul.rankInnerBox {
	color: #2f1700;
	width: 211px;
	margin: 0 28px;
/*	padding-bottom: 35px;*/
	list-style-type: none;
}
.rankBody .rankBox ul.rankInnerBox li {
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 120%;
	list-style-type: none;
}
.rankBody .rankBox ul.rankInnerBox li strong {
	color: #f2950b;
}


.rightBannerReporter { /* 右カラム　バナー */
	margin-bottom: 8px;
}

.rightBannerQuo { /* Quoカード*/
	margin-bottom: 10px;
}

.rightBanner { margin: 0 3px 10px 4px;}
.rightBannerEnd { margin: 0 3px 20px 4px;}

.qrCode { /* 右カラム QRコード*/
	color: #806d56;
}
.qrCode img { margin-bottom: 10px;}

.qrTitle {
	margin: 0 3px 8px;
	font-size: 10px;
	line-height: 15px;
}
.qrText {
	margin: 0 3px 0;
	padding-left: 1em;
	font-size: 9px;
	line-height: 13px;
	text-indent: -1em;
}

/*========== MainContentsBodyStyles ==========*/
#mainContentsBody {
	width: 910px;
	margin: 20px 10px 0;
}
#mainCol {
	width: 643px;
	padding: 0;
	float: left;
}
#mainCol h2 { margin: 0;}

.mainContentsBox { /* メインカラム */
	width: 615px;
	margin: 0;
}

/*========== CautionStyles ==========*/
#caution {
	width: 910px;
	margin: 10px 0 30px;
}
#caution p {
	width: 880px;
	margin: 16px 15px 19px;
	font-size: 10px;
	line-height: 16px;
}
#caution p a {
	color: #555;
	text-decoration: underline;
}
#caution p a:hover {
	color: #999;
	text-decoration: none;
}

/*========== FooterStyles ==========*/
#footer {
	width: 930px;
	margin: 19px 0;
	text-align: center;
	overflow: visible;
}
#footer p.footerLink {
	color: #2f1700;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: bold;
}
#footer p.copyright {
	color: #2f1700;
	font-size: 12px;
	line-height: 18px;
}
p.kouhyou {
	font-size:11px;
	margin:15px 0px 0px 15px;
}

/*========== PageTopButtonStyles ==========*/
.pageTopBtn {
	padding-top: 30px;
	text-align: right;
}

/*========== TopicPathStyles ==========*/
#topicPath {
	color: #2e1700;
	width: 894px;
	margin: 0 8px;
	font-size: 10px;
	font-weight: bold;
}

/*========== LinkListIconStyles ==========*/
.iconChildcare { background: url(../images/common/icon_childcare.gif) left top no-repeat;}
.iconKitchen { background: url(../images/common/icon_kitchen.gif) left top no-repeat;}
.iconHousework { background: url(../images/common/icon_housework.gif) left top no-repeat;}
.iconAge { background: url(../images/common/icon_age.gif) left top no-repeat;}
.topPickupBlog { background: url(../images/top_hiroba_idea_point.gif) left top no-repeat;}
.hirobaColumn { background: url(../square/images/hiroba_column_point.gif) left top no-repeat;}
.iconSearch { background: url(../images/common/icon_search.gif) left top no-repeat;}
.iconPc { background: url(../images/common/icon_pc.gif) left top no-repeat;}
.iconPencil { background: url(../images/common/icon_pencil.gif) left top no-repeat;}
.iconNote { background: url(../images/common/icon_note.gif) left top no-repeat;}
.iconChick { background: url(../images/common/icon_chick.gif) left top no-repeat;}
.iconBud { background: url(../images/common/icon_bud.gif) left top no-repeat;}
.iconTulip { background: url(../images/common/icon_tulip.gif) left top no-repeat;}
.iconClip { background: url(../images/common/icon_clip.gif) left top no-repeat;}
.iconTree { background: url(../images/common/icon_tree.gif) left top no-repeat;}

/*========== wu ==========*/
.rank_001 {
	margin: 0 35px 0 0;
	padding: 0 0 30px 0;
	text-align: right;
	overflow: hidden;
}

/*========== blog list(new,rank) ==========*/
.blogListBox {
	padding: 0 0 5px 0 ;
	clear: both;
}
.blogListBox h4 { float: left;}
.blogListBox .blogList { text-align: right;}

.blogListBox .blogList ul {
	font-size: 13px;
	padding-top: 2px;
}
.blogListBox .blogList li {
	display: inline;
padding: 3px 5px 3px 0;
}
.blogListBox .blogList li a { text-decoration: underline;}

.blogListBox .blogList .current {
	color: #F85D8D;
font-weight: bold;
padding: 3px 8px 1px;
	background: #fff;
}

.blogListBox .blogList .innerLine {
	font-size: 17px;
	vertical-align: middle;
	color: #000;
padding: 0 2px;
}

/*========== blog pageNavi ==========*/
div.blogPageNavi {
	font-size: 12px;
	text-align: right;
	margin: 8px 0;
	color: #313031;
}
div.blogPageNavi a {
	padding: 0 3px;
	margin: 0 1px;
	text-decoration: underline;
}
div.blogPageNavi a:hover, div.blogPageNavi a:active {}

div.blogPageNavi span.current {
	font-size: 16px;
	font-weight: bold;
	margin: 0 2px;
	padding: 1px 6px;
	color: #F85D8D;
	background: #fff;
}
/*========== UserInsight（アクセス解析ツール）デザイン崩れ回避用 CSS ==========*/
#id_shellfish, #id_bivalves{ position: absolute; }

