@import "navi.css";

/* 100%,90%,85% */

dl,dt,dd,ul,li {
	margin:0px;
	padding:0px;
}


HTML {
	overflow-y: scroll;
	background :#ffffff;
}

BODY {
	margin:		0px;
	padding:	0px;
	font-family:osaka,"ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Arial", "Verdana","sans-serif";
	/*font-size:0.72em;*/
	font-size:12px;
	color: #000000;
	line-height:1.4;
	background:#ffffff url(../images/bg.gif) repeat-y center top;
}

IMG {
	margin:0px;
	padding:0px;
	border:0px;
}


IFRAME {
	margin:0px;
	padding:0px;
}


a:link		{color: #886666; text-decoration: none;}
a:visited	{color: #886666; text-decoration: none;}
a:hover		{color: #886666; text-decoration: underline;}
a:active	{color: #886666; text-decoration: underline;}




#header {
	width:800px;
	height:110px;
	margin-right:auto;
	margin-left:auto;
	color: #000000;
	background:#ffffff;
	background-image: url("../images/header.bg.gif");
	background-repeat: no-repeat;
}

#headerTop {
	width:800px;
	height:180px;
	margin-right:auto;
	margin-left:auto;
	
	color: #000000;
	background:#ffffff;
	background-image: url("../images/header.bg.top.gif");
	background-repeat: no-repeat;
}


#headerCopy {
	font-size:10px;
	color: #000000;
	font-weight:normal;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	top:8px;
	left:18px;
}

#headerBanner A{
	display:block;
	float:right;
	width:289px;
	height:79px;
	margin:0px;
	padding:0px;
	position:relative;
	top:20px;
	right:19px;
	text-indent:-9000em;
	text-decoration:none;
	overflow:hidden;
	background: url("../images/banner/megamisyo-01.gif") no-repeat left top;
	
}

#headerBannerNormal A{
	display:block;
	float:right;
	width:289px;
	height:79px;
	margin:0px;
	padding:0px;
	position:relative;
	top:20px;
	right:19px;
	text-indent:-9000em;
	text-decoration:none;
	overflow:hidden;
	background: url("../images/banner/megamirecipe.gif") no-repeat left top;
	
}


#headerBannerBN A{
	display:block;
	float:right;
	width:289px;
	height:79px;
	margin:0px;
	padding:0px;
	position:relative;
	top:20px;
	right:19px;
	text-indent:-9000em;
	text-decoration:none;
	overflow:hidden;
	background: url("../bn/images/headerbanner.gif") no-repeat left top;
	
}

#headerBannerSP A{
	display:block;
	float:right;
	width:289px;
	height:79px;
	margin:0px;
	padding:0px;
	position:relative;
	top:20px;
	right:19px;
	text-indent:-9000em;
	text-decoration:none;
	overflow:hidden;
	background: url("../special/nabe/images/headerbanner-nabe.gif") no-repeat left top;
}




#footer {
        clear: both;
	width:764px;
	margin:0px;
	padding:18px;
	margin-right:auto;
	margin-left:auto;
}
#footer address {
	text-align:right;
	color: #663333;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	width:764px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}



#footerMenu {
	text-align:center;
	font-size:10px;
	color: #000000;
	font-weight:normal;
	width:764px;
	height:20px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	background: url("../images/footer.bg.gif") no-repeat top center;
}

#footerMenu ul {/*mac override*/
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 0px;
}
#footerMenu li {
	display:inline;
	color: #ffffff;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	_padding:0px 0px 0px 5px;
	border-right:1px solid #ffeeee;
}

#footerMenu li.last {
	font-size:10px;
	display:inline;
	color: #ffffff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	border-right:0px;
}

#footerMenu a {
	margin:0px;
	padding:0px;
}

#footerMenu li a:link	{color: #ffffff; text-decoration: none;}
#footerMenu li a:visited{color: #ffffff; text-decoration: none;}
#footerMenu li a:hover	{color: #ffffff; text-decoration: underline;}
#footerMenu li a:active	{color: #ffffff; text-decoration: underline;}





.antiIE {
	/*IEバグ回避*/
	/*IEにおいてテキストが重複はみ出しするバグを回避する為ダミータグで囲います。*/
	/*CSS指定は不要ですが、バグ回避のタグであることを明示しました。*/
	margin:0px;
	padding:0px;
}




.container {
	clear:both;
	width:752px;
	min-height:500px;
	_height:500px;
	padding:6px;
	margin-right:auto;
	margin-left:auto;
	background:#ffffff;
}
.containerMain {
        float:left;
	width:578px;
	margin:0px;
	padding:0px;
}
.containerMainLeft {
        float:left;
	width:185px;
	margin:0px 6px 0px 0px;
	padding:0px;
}
.containerMainCenter {
        float:left;
	width:381px;
	margin:0 0 0 0px;
	padding:0 0 0 6px;
}


.containerRight {
        float:right;
	width:168px;
	margin:0px;
	padding:0px;
}

.containerRight IMG {
	margin:0px 0px 6px 0px;
}

.containerTail {
	clear:both;
	margin:0px;
	padding:0px;
	font-size:1px;
	height:1px;
	overflow:hidden;
}


.titleline,.titlelineMR,.titlelineRF,.titlelineCR,.titlelinePZ {
	width:546px;
	height:38px;
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 32px;
	color:#f64d74;
	column-spacing:0.2em;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	background: url("../images/titleline.bg.gif") no-repeat top left;
}

.titlelineMR {
	background: url("../images/titleline.bg.mr.gif") no-repeat top left;
}
.titlelineRF {
	background: url("../images/titleline.bg.rf.gif") no-repeat top left;
}
.titlelineCR {
	background: url("../images/titleline.bg.lt.gif") no-repeat top left;
}
.titlelinePZ {
	background: url("../images/titleline.bg.pz.gif") no-repeat top left;
}

.titlelineS {
	width:80%;
	margin:0px 0px 0px 0px;
	padding:16px 0px 0px 0px;
	color:#f64d74;
	column-spacing:0.2em;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
}

.lead {
	width:514px;
	margin:0px 0px 0px 0px;
	padding:0px 32px 0px 32px;
}

.lead IMG {
	margin:6px 6px 6px 0px;
}








/************ 女神レシピ カテゴリ一覧 ************/


.megamiRecipeCategoryList {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}

.megamiRecipeCategoryList ul {
	clear:both;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.megamiRecipeCategoryList li {
	height:13px;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#4d2323;
	margin:0px 3px 5px 0px;
	padding:0px 1em 0px 1em;
	background:url("../images/mr_pointer.gif") no-repeat left top;
}
.megamiRecipeCategoryList li.themeline {
	width:109px;
	height:13px;
	display:block;
	float:left;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	color:#ffffff;
	margin:0px 5px 5px 0px;
	padding:0px 0px 0px 0px;
	background:url("../images/theme00.gif") no-repeat left top;
}
.megamiRecipeCategoryList li.themeline IMG{
	margin:0px;
	padding:0px;
}
.megamiRecipeCategoryList.last{
	clear:both;
	height:1px;
	font-size:1px;
	margin:0px;
	padding:0px;
}

.megamiRecipeCategoryList li a:link	{color: #4d2323; text-decoration: none;}
.megamiRecipeCategoryList li a:visited	{color: #4d2323; text-decoration: none;}
.megamiRecipeCategoryList li a:hover	{color: #4d2323; text-decoration: underline;}
.megamiRecipeCategoryList li a:active	{color: #4d2323; text-decoration: underline;}










/*** present Banner ***/

.presentBannerTest {
	width:168px;
	margin:0 0 6px 0;
	padding:0;
	background: url("../images/banner/banner-present.bg.gif") repeat-y top center;
	border-bottom: 1px solid #ff6600;
	line-height:1.1em;
	position:relative;
	left:14px;
}
.presentBanner {
	width:168px;
	margin:0 0 6px 0;
	padding:0;
	background: url("../images/banner/banner-present.bg.gif") repeat-y top center;
	border-bottom: 1px solid #ff6600;
	line-height:1.1em;
}
.presentBanner H6{
	display:block;
	width:168px;
	height:39px;
	margin:0;
	padding:0;
	background: url("../images/banner/banner-present.header.gif") no-repeat top center;
	text-indent:-9000em;
	text-decoration:none;
	overflow:hidden;
}
.presentBannerItem {/*mac override for safari*/
	font-weight:bold;
	width:158px;
	margin:0;
	padding:0 5px 5px 5px;
}

.presentBannerItem STRONG{
	color:#ff0000;
}
.presentBannerItem a:link	{color: #000000; text-decoration: none;}
.presentBannerItem a:visited	{color: #000000; text-decoration: none;}
.presentBannerItem a:hover	{color: #000000; text-decoration: underline;}
.presentBannerItem a:active	{color: #000000; text-decoration: underline;}

.presentBanner .Yokoi{
	height:26px;
	overflow:hidden;
}

.presentBanner .Yokoi {
	position:relative;
	top:-6px;
}
.presentBannerItemLogoYokoi {
	margin:0;
	padding:0;
	position:relative;
	top:6px;
}



/*** project Banner ***/

.projectBanner {
	width:166px;
	margin:18px 0 6px 0;
	padding:0;
	background:#fccacf;
	border: 1px solid #f84e74;
	line-height:1.1em;
}

.projectBannerItem {/*mac override for safari*/
	font-weight:bold;
	width:156px;
	margin:0;
	padding:5px;
}

.projectBannerItem STRONG{
	color:#ff0000;
}
.projectBannerItem a:link	{color: #000000; text-decoration: none;}
.projectBannerItem a:visited	{color: #000000; text-decoration: none;}
.projectBannerItem a:hover	{color: #000000; text-decoration: underline;}
.projectBannerItem a:active	{color: #000000; text-decoration: underline;}


.amazonBanner {
	margin:0;
	padding:0px 0 0 0;
	/*padding:9px 0 0 0;*/
}



/*** collaboration Banner ***/
.collaboration {
	background:#f5f5d7 url("../images/banner/banner-collaboration.bg.gif") no-repeat top right;
	margin:0 0 6px 0;
	padding:18px 8px 8px 8px;
}

/*** advertisement Banner ***/
.advertisement {
	/*dec8ba f5f5d7*/
	background:#dec8ba url("../images/banner/banner-advertisement.bg.gif") no-repeat top right;
	margin:0 0 6px 0;
	padding:18px 8px 8px 8px;
}





/*** lightbox1 ***/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../js/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../js/lightbox/white.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../js/lightbox/overlay.png", sizingMethod="scale");
}

