@charset "utf-8";
/* layoutCSS Document */
html {
	/*background: #7ECEF4;*/
	background: #fff;
}
body {
	text-align: center;
	background: #7ECEF4;
	line-height: 140%;
	min-width: 1000px;
}

#top { background: #fff; }

a{
overflow:hidden;
outline:none;
}
.crearboth {
	clear: both;
}


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}




#contents #wrapper {
	/* background: url(../images/contents_head.gif) no-repeat center top; */
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


/*----------------------------------------*/
/* #headerArea
/*----------------------------------------*/

#headerArea {
	height: 80px;	
	background-color:rgba(255,255,255,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-8 */
	zoom:1;
}

#headerArea section {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#headerArea #sect {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#headerArea h1 {
	width: 232px;
	height: 56px;
	position: absolute;
	top: 10px;
	left: 0;
}

#headerArea h1 a {
	background: url("../images/sprite_header.png") no-repeat;
	width: 232px;
	height: 56px;
	background-position: -10px -10px;
	display: block;
}

#headerArea .txtOnair {
	background:url("../images/sprite_header.png") no-repeat;
	width:237px;
	height:14px;
	background-position:-10px -76px;
	position: absolute;
	top: 10px;
	left: 260px;
}

#headerArea h1 a,
#headerArea .txtOnair {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#contNav {
	display: block;
	position: absolute;
	top: 30px;
	left: 260px;
	height: 80px;
}

#contNav ul {
	letter-spacing: -0.4em; /* hack */
	text-align: left;
	width: 720px;
}

#contNav ul li {
	display: inline-block;
	letter-spacing: 0em; /* hack */
	*display: inline; /* for IE6,7 */
	*zoom:1; /* for IE6,7 */
	vertical-align: top;
	margin-right: 8px;
}

#contNav ul li:last-child {	margin-right: 0; }

#contNav ul li a,
#contNav ul li span {
	display: block;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 80px;
	border-radius: 8px;
	padding: 5px 0px;
}

#contNav ul li a {
	color: #fff;
	background-color: #00A0E9;
	border: solid 3px #231815;
}

#contNav ul li span {
	color: #fff;
	background-color: #ccc;
	border: solid 3px #999;
}

#contNav ul li a:hover {
	color: #fff;
	background-color: #e16da5;
	-moz-opacity: 1;
	opacity: 1;
}

#contents #pageArea {
	float: left;
	width: 665px;
	padding-left: 10px;
}

#contents #sideArea {
	float: right;
	width: 310px;
	text-align: left;
	padding-top: 18px;
}
#contents #sideArea #ad {
	padding-bottom: 10px;
}
#contents #sideArea #twitter {
	background: url(../images/twitter_rep.gif) repeat-y;
	width: 300px;
	margin-bottom: 10px;
}
#contents #sideArea #twitter h2 {
	display: none;
}
#contents #sideArea #twitter .btn {
	background: url(../images/twitter_head.gif) no-repeat center top;
	text-align: left;
	padding-top: 40px;
	padding-left: 147px;
	padding-bottom: 10px;
}
#contents #sideArea #twitter .btn a {
	background: url(../images/twitter_btn.gif) no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 92px;
}
#contents #sideArea #twitter .tweet {
	background: url(../images/twitter_foot.gif) no-repeat center bottom;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contents #sideArea #twitter .twtr-hd{
	display: none;
}
#contents #sideArea #twitter .twtr-ft{
	display: none;
}
#contents #sideArea #twitter .text {
	font-size: 77%;
}
#contents #sideArea #facebook {
	background: url(../images/facebook.gif) no-repeat;
	height: 200px;
	width: 300px;
	font-size: 11px;
}
#contents #sideArea #facebook h2 {
	display: none;
}
#contents #sideArea #facebook .link a {
	text-indent: -9999px;
	display: block;
	height: 35px;
	margin-left: 70px;
}

#contents #sideArea #facebook .page {
	padding-left: 70px;
}
#contents #sideArea #zippeibanner{
	padding-bottom: 10px;
}

#contents #sideArea #mocosbanner,
#contents #sideArea #mocosbannerCS{
	padding-bottom: 10px;
}


#contents #return {
	background: url(../images/contents_footer.gif) no-repeat;
	height: 84px;
	text-align: right;
	width: 665px;
}
#contents #return a {
	background: url(../images/btn_return.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 107px;
	margin-right: 25px;
	margin-left: auto;
}
#contents #return span {
	display: none;
}

#contents #returnNews {
	background: url(../images/contents_footer2.gif) no-repeat;
	height: 84px;
	text-align: right;
	width: 665px;
	padding-top: 10px;
}
#contents #returnNews a {
	background: url(../images/btn_return2.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 107px;
	margin-right: 25px;
	margin-left: auto;
}
#contents #returnNews span {
	display: none;
}



#wrapper {
	text-align: left;
}

#wrapper.mokomichi {
	position: relative;
	text-align: left;
	background-color: #ccccce;
	background-image: url(../mokomichi/images/img_bg-mokomichi_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper #contHeader {
	height: 400px;
	width: 100%;
	background-image: url(../images/img_bg-main.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#wrapper #contHeader h1,
#wrapper #contHeader p { 
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*-----------------------
#contWrapper
-----------------------*/

#contWrapper {
	width: 100%;
	padding-top: 33px;
	background-color: #fff;
}

#contWrapper .structure {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	zoom: 1;
}

#contWrapper #main {
	float: left;
	width: 640px;
	padding-bottom: 40px;
}

#contWrapper #sub {
	float: right;
	width: 320px;
}

footer {
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
	background-image: url(../images/img_bg-main-bottom.png);
	background-repeat: repeat-x;
	background-position: center top;
}

footer .bg {
	padding-top: 260px;
	vertical-align: top;
	margin: 0px;
	background-image: url(../images/img_bg-footer.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}

footer small {
	display: block;
	background-color: #edf3f3;
	border-top: 3px solid #231815;
	line-height: 30px;
	text-align: center;
	height: 30px;
}


#contWrapper #main h2 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contWrapper #main .recently h2,
#contWrapper #main .archive h2 {
	line-height: 25px;
	height: 25px;
	margin: 0 10px 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	background-image: url(../images/image_icon-cloud.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	border-bottom: 3px solid #e16da5;
}

#contWrapper #main .recently { margin-bottom: 30px; }

#contWrapper #main .recently time {
	font-size: 16px;
	display: block;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}

#contWrapper #main .movie { margin: 10px; }

#contWrapper #main .recently h3 {
	font-size: 24px;
	margin: 10px;
}

#relatedLinks {
	letter-spacing: -0.4em; /* hack */
	margin: 10px;
	padding-left: 0px;
}

#relatedLinks li {
	display: inline-block;
	letter-spacing: 0em; /* hack */
	*display: inline; /* for IE6,7 */
	*zoom:1; /* for IE6,7 */
	margin-right: 10px;
}

#relatedLinks li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 130px;
	line-height: 30px;
	height: 30px;
	padding-left: 30px;
	background-color: #71bb48;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#relatedLinks #btnRecipe a { background-image: url(../mokomichi/images/icon_recipe.png); }
#relatedLinks #btnBacknumber a { background-image: url(../mokomichi/images/icon_backnumber.png); }


#sub #ad {
	margin-right: 10px;
	margin-left: 10px;
}

#sub .banner { margin: 10px; }

#contWrapper #main h3 a { color: #231815; }

#contWrapper #main .archive .entry {
	overflow: hidden;
	margin: 0px 10px;
	_zoom: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
}

#contWrapper #main .archive .entry figure {
	float: left;
	width: 220px;
}

#contWrapper #main .archive .entry time {
	margin-right: 0px;
	margin-left: 240px;
	font-size: 16px;
	display: block;
	font-weight: bold;
}

#contWrapper #main .archive .entry h3 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}

#contWrapper #main figure img {
	border: 3px solid #231815;
	display: block;
}

#contWrapper #main .innerLink {
	border-top: 2px solid #e16da5;
	margin: 10px;
	text-align: right;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contWrapper #main .innerLink a { color: #231815; }

#contWrapper #main .innerLink a:after {
	content: "▲";
}

#contWrapper #main .post .postHeader {
	margin: 0 10px 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #e16da5;
}

#contWrapper #main .post .ingredients {
	width: auto;
	margin: 40px 10px 10px;
	overflow: hidden;
	_zoom: 1;
}

#contWrapper #main .post .ingredients figure { float: left; }

#contWrapper #main .post .ingredients p {
	font-size: 14px;
	line-height: 180%;
	margin-top: 0px;
	margin-left: 280px;
}
#contWrapper #main .post .recipe { margin: 10px; }

#contWrapper #main .post .recipe p {
	font-size: 14px;
	line-height: 200%;
	margin-top: 0px;
}

#contWrapper #sub #nod {
	margin: 10px;
}

#contWrapper #sub #nod h2 {
	background-image: url(../mokomichi/images/img_title-nod.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	width: 300px;
	margin: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#contWrapper #sub #nod .post {
	padding: 10px;
	border-bottom: solid 1px #999;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ccc;
	overflow: hidden;
	_zoom: 1;
}

#contWrapper #sub #nod .post figure { float: left; }

#contWrapper #sub #nod .post figure img {
	border: 2px solid #999;
	display: block;
}

#contWrapper #sub #nod .post h3 {
	font-size: 14px;
	margin: 0 0 0 150px;
}

#contWrapper #sub #nod .post h3 a {
	color: #231815;
}

#contWrapper #sub #nod .post time {
	display: block;
	font-size: 12px;
	margin: 0 0 0 150px;
}
