@charset "utf-8";
/* CSS Document */

/* ----------------------- Browser Default Initialization */  
html {  
    overflow-y: scroll;  
}  
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,  
pre, form, fieldset, input, textarea, p, blockquote, th, td {  
    margin: 0;  padding: 0;  
}  
address, caption, cite, code, dfn, em, strong, th, var  {  
    font-style: normal;  
}  
table   {  
    border-collapse: collapse;  border-spacing: 0;  
}  
caption, th {  
    text-align: left;  
}  
q:before ,q:after   {  
    content: '';  
}  
object, embed   {  
    vertical-align: top;  
}  
hr, legend  {  
    display: none;  
}  
h1, h2, h3, h4, h5, h6  {  
    font-size: 100%;  
}  
img, abbr, acronym, fieldset    {  
    border: 0;  
}
li  {  
    list-style-type: none;  
}  
  
/* ----------------------- Basic Style */  
/* ------------ Font Style */  
body {  
    font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    background: #FFF;  
    color: #333;  
    font-size: 80%;  
    line-height: 150%;  
}  
  
* + html body {  
    font-family: "メイリオ","Meiryo";  
}

.bold {
	font-weight:bold;
}
.large {
	font-size:145%;
}
.big {
	font-size:130%;
}
.green {
	color:#666600;
}
.red {
	color:#990033;
}
  
/* ------------ A Style */  
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #036;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#wraper #mainContents a:link {
	text-decoration: underline;
	color: #333;
}
#wraper #mainContents a:visited {
	text-decoration: underline;
	color: #333;
}
#wraper #mainContents a:hover {
	text-decoration: underline;
	color: #036;
}
#wraper #mainContents a:active {
	text-decoration: underline;
	color: #333;
}
a {
	outline:none;
	overflow:hidden;
}

/* ------------ Align Style */
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.valignTop {
	vertical-align:top;
}
.nowrap {
	white-space:nowrap;
}

/* ------------ Float Style */
.floatLeft {
	float:left;
}
.floatimgLeft {
	float:left;
	padding-right: 1em;
}
.floatRight {
	float:right;
}
.floatimgRight {
	float:right;
	padding-left: 1em;
}
.clear {
	clear:both;
}

/* ------------ Padding Style */

.paddingLeft15 {
	padding-left:15px;
}
.paddingTop20 {
	padding-top:20px;
}
.paddingTop25 {
	padding-top:25px;
}

/* ------------ Magin Style */
.marginLeft10 {
	margin-left:10px;
}
.marginTop10 {
	margin-top:10px;
}
.marginTop20 {
	margin-top:20px;
}
.marginTop1em {
	margin-top:1em;
}

/* ------------ 共通 */

body {
	background: url(../images/common/back.gif) repeat;
}
#naviBack {
	background: url(../images/common/bar_back.png) repeat-x;
	height: 45px;
	width: 100%;
	position: absolute;
	top: 57px;
	margin: 0px;
	padding: 0px;
	left: 0px;
}

#wraper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* ------------ Header Style */

#header {
	margin: 0px;
	padding: 0px;
	height: 102px;
	width: 950px;
}
#wraper #header .logo {
	margin: 0px;
	padding: 0px;
	height: 83px;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #999;
}

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

#wraper #header .navi {
	height: 45px;
	width: 720px;
	position: absolute;
	left: 220px;
	top: 57px;
}
#wraper #header .navi ul {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 720px;
}
#wraper #header .navi ul li {
	text-align: center;
	white-space: nowrap;
	margin: 0px;
	padding: 15px 0px;
	float: left;
	width: 144px;
}
#wraper #header .now {
	color: #036;
}

/* ------------ Maincontents Style */

#wraper #mainContents {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 530px;
	position: absolute;
	line-height: 180%;
	top: 102px;
	left: 220px;
}
#wraper #mainContents h1 {
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 25px;
	width: 500px;
}
#wraper #mainContents h2 {
	margin-left: 15px;
	text-align: center;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #036;
	background: url(../images/common/h2_back.png) repeat;
	font-size: 110%;
	font-weight: normal;
}
#wraper #mainContents h3 {
	margin-left: 15px;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #036;
	background: url(../images/common/h3_back.png) repeat;
	font-size: 110%;
	font-weight: normal;
	text-align: center;
}

#wraper #mainContents .conBox {
	margin: 0px;
	padding: 0px 0px 20px 15px;
	float: left;
	width: 250px;
}
#wraper #mainContents .conBox img {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#wraper #mainContents .conBox p {
	padding: 10px;
}

#wraper #mainContents .pageTop {
	margin-left: 15px;
	text-align: right;
	padding: 20px 20px 10px 0px;
	border-bottom: 1px solid #444;
	margin-bottom: 50px;
	width: 500px;
}

/* ------------ Maincontents Table Style */

#wraper #mainContents table {
	margin: 5px 0px 0px 30px;
	padding: 0px;
	width: 400px;
}
#wraper #mainContents table tr td {
	padding: 10px;
}

/* ------------ Sidecontents Style */

#wraper #sideContents {
	margin: 0px;
	padding: 0px 0px 50px;
	width: 220px;
	position: absolute;
	top: 102px;
	left: 0px;
	text-align: center;
}

/* ------------ Sidecontents Table Style */

#wraper #sideContents table {
	width: 99%;
	margin-top: 25px;
	border-bottom: 1px solid #E4CB99;
	font-size: 85%;
	line-height: 140%;
}
#wraper #sideContents table tr th {
	padding: 5px;
	border-top: 1px solid #E4CB99;
	border-right: 1px solid #E4CB99;
	border-left: 1px solid #E4CB99;
	text-align: center;
	font-weight: normal;
}
#wraper #sideContents table tr td {
	padding: 5px;
	border-top: 1px solid #E4CB99;
	border-right: 1px solid #E4CB99;
	border-left: 1px solid #E4CB99;
	text-align: left;
}

/* ------------ Linkbox Style */

#wraper #linkBox {
	margin: 0px;
	padding: 25px 0px 0px;
	width: 180px;
	position: absolute;
	top: 102px;
	left: 770px;
}
#wraper #linkBox p {
	padding: 10px 0px;
	font-size: 85%;
	line-height: 140%;
}


/* ------------ Footer Style */

#footer {
	background: #F5DE9B repeat-x;
	margin: 0px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

/*lightbox*/
#lightbox{
	padding: 15px;
	background: #000000;
	}
#lightboxDetails{
	font-size: 80%;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; color:#FFFFFF; text-align:left;}
#keyboardMsg{ float: right; }
#closeButton{
	right: 5px;
	bottom: 6px;
}

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url("../recipe/images/overlay.png"); }
/*#overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}
*/
* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../recipe/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../recipe/images/overlay.png", sizingMethod="scale");
	}

