@charset "UTF-8";

/* ------------------------------------------------------------
	0. All
------------------------------------------------------------ */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */


body {
	background: #fdf325;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.6;
	background: url(../img/top/bg_repeat.jpg) repeat;
}

a:link {
	color: #000000;
	text-decoration: underline;
	background: #FFFF00;
}

a:visited {
	color: #000000;
	text-decoration: underline;
	background: #FFFF00;
}

a:hover,
a:active  {
	color: #FFFFFF;
	text-decoration: none;
	background: #FF0000;
}

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

/*  2-1. Inline-level Elements
------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

fieldset {
	border: none;
}

input, textarea, select, label {
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/*  2-2. Block-level Elements
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}

hr {
	display: none;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

pre, code {
	font-family: monospace;
}

ul, ol {
	list-style: none;
}

/*  2-3. Table
------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}


/* TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
	Lauout
LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */

body {
	text-align: center;
}

div#outerLeft {
	background: url(../img/top/bg_left-trans.png) top left no-repeat;
}

div#outerRight {
	background: url(../img/top/bg_right-trans.png) top right no-repeat;
}

div#inner {
	background: url(../img/top/bg_aitai-trans.png) top center no-repeat;
	
}

div#wrapper {
	width: 906px;
	margin: 0 auto;
	text-align: left;
	
}

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */

div#header {

}

div#header a:link{
	background: none !important;
}

div#header a:visited{
	background: none !important;
}

/* tagline
------------------------------------------------- */
div#header p#tagline {

}

/* siteName
------------------------------------------------- */
div#header #siteName {

}

/* navGlobal
------------------------------------------------- */
div#header ul#navGlobal {

}

div#header ul#navGlobal li {

}

/* navUtility
------------------------------------------------- */
div#header ul#navUtility {

}

/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */

/* main
------------------------------------------------- */

div#content {
	background:#FFFFFF;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-top: 3px solid #000000;
}


/* ------------------------------------------------------------
	> topPage
------------------------------------------------------------ */

div#content div.main{
	position: relative;
	width: 900px;
	height: 347px;
	background:url(../img/top/main_img.jpg) no-repeat;
}

div#content div.main p.bt_present{
	position: absolute;
	top: 228px;
	left: 24px;
}

div#content div.main h2{
	text-indent: -9999px;
}

div#content div.hitokoto{
	padding: 15px 0px 0px 20px;
	margin-bottom: 20px;
}

div#content div.hitokoto p.ttl_hitokoto{
	margin-bottom: 15px;
}

div#content div.hitokoto div.z_hitokoto{
	position: relative;
	background: url(../img/top/img_okayamasan.gif) no-repeat;
	width: 860px;
	height: 100px;
}

div#content div.hitokoto div.z_hitokoto p.z_txt{
	position: absolute;
	top: 20px;
	left: 150px;
	width: 680px;
}

div#content div.nav{
}

div#content div.howTo{
	padding: 10px 0px 0px 20px;
}

div#content div.howTo h3{
	margin-bottom: 15px;
}

div#content div.howTo ul.howToRange{
	margin-bottom: 20px;
}

div#content div.howTo ul.howToRange li{
	display: inline;
}

div#content div.howTo ul.howToRange li img{
	border: none;
	vertical-align:top;
}


/* ------------------------------------------------------------
	> recipePage
------------------------------------------------------------ */

div#content div.mainRecipe{
	position: relative;
	width: 900px;
	height: 347px;
	background:url(../img/recipe/main_recipe_img.jpg) no-repeat;
}

div#content div.mainRecipe h2{
	text-indent: -9999px;
}

div#content div.cook{
	padding: 15px 0px 0px 20px;
	margin-bottom: 20px;
}

div#content div.cook p.ttl_cook{
	margin-bottom: 15px;
}

div#content div.cook div.z_cook{
	position: relative;
	background: url(../img/recipe/img_saitousan.gif) no-repeat;
	width: 860px;
	height: 100px;
}

div#content div.cook div.z_cook p.z_txt{
	position: absolute;
	top: 20px;
	left: 150px;
	width: 680px;
}

div#content div.col{
	padding: 10px 0px 0px 20px;
	margin-top: 10px;
}

div#content div.col h3{
	margin-bottom: 15px;
}

div#content div.col div.colLink{
	position: relative;
	height: 138px;
	width: 860px;
	background: url(../img/recipe/bg_col.gif) top no-repeat;
}

div#content div.col div.colLink p.colTxt{
	position: absolute;
	top: 25px;
	left: 340px;
	width: 490px;
	line-height: 1.8em;
}

div#content div.recipe{
	padding: 10px 0px 0px 20px;
	margin-top: 15px;
	width: 860px;
}

div#content div.recipe h3{
	margin-bottom: 15px;
}

div#content div.recipe div.recipeNav{
	float: right;
	width: 420px;
}

div#content div.recipe div.recipeNav a:link{
	background: none !important;
}

div#content div.recipe div.recipeNav a:visited{
	background: none !important;
}



div#content div.recipe p.imgRecipe{
	float: left;
}

div#content div.recipe div.recipeNav img{
	margin-bottom: 12px;
}

div#content div.recipeDetail{
	clear: both;
	padding: 20px 0px 0px 20px;
}

div#content div.recipeDetail p.lead{
	width: 860px;
	margin: 20px 0px;
}

div#content div.ftrPresent{
	position: relative;
	margin-left: 20px;
	width: 860px;
	height: 154px;
	background: url(../img/recipe/bg_bt_present.gif) top no-repeat;
}

div#content div.ftrPresent p.bt_present_ftr{
	position: absolute;
	top: 29px;
	left: 264px;
}

/* ------------------------------------------------------------
	> presentPage
------------------------------------------------------------ */

div#content div.mainOubo{
	width: 900px;
	height: 344px;
	background:url(../img/oubo/main_oubo_img.gif) no-repeat;
}

div#content div.mainOubo h2{
	text-indent: -9999px;
}

div#content div.period{
	padding: 20px 0px 0px 20px;
}

div#content div.period h3{
	margin-bottom: 20px;
}

div#content div.period div.contPeriod{
	position: relative;
	background: url(../img/oubo/bg_period.gif) top no-repeat;
	height: 166px;
}

div#content div.period div.contPeriod p{
	position: absolute;
	width: 680px;
	top: 20px;
	left: 150px;
	line-height: 1.5em;
}

div#content div.period div.contPeriod p span.st{
	color: #FF0000;
	font-size: 110%;
	font-weight: bold;
}

div#content div.period div.contPeriod p span.nr{
	color: #333333;
	font-size: 90%;
}

div#content div.oubo{
	padding: 30px 0px 0px 20px;
	margin-bottom: 20px;
}

div#content div.oubo h3{
	margin-bottom: 20px;
}

div#content div.oubo div.contOubo{
	position: relative;
	background: url(../img/oubo/bg_oubo.gif) top no-repeat;
	height: 410px;
}

div#content div.oubo div.contOubo p{
	position: absolute;
	width: 680px;
	top: 20px;
	left: 150px;
	line-height: 1.5em;
}

div#content div.oubo div.contOubo p span.st{
	color: #FF0000;
	font-size: 110%;
	font-weight: bold;
}

div#content div.oubo div.contOubo p span.nr{
	color: #333333;
	font-size: 90%;
}

div#content div.ftrPresent2{
	position: relative;
	margin-left: 20px;
	width: 860px;
	height: 154px;
	background: url(../img/oubo/bg_bt_present2.gif) top no-repeat;
}

div#content div.ftrPresent2 p.bt_present_ftr2{
	position: absolute;
	top: 9px;
	left: 255px;
}

div#content div.ftrLogo{
	position: relative;
	background: url(../img/common/bg_ftr_logo.gif) top center no-repeat;
	width: 860px;
	height: 90px;
}

div#content div.ftrLogo p.logo_td{
	position: absolute;
	top: 24px;
	left: 46px;
}

div#content div.ftrLogo p.logo_zackzack{
	position: absolute;
	top: 24px;
	left: 319px;
}

div#content div.ftrLogo p.logo_market{
	position: absolute;
	top: 24px;
	left: 556px;
}




/* ------------------------------------------------------------
	> columPage
------------------------------------------------------------ */

div#content div.mainColum{
	width: 900px;
	height: 390px;
	background:url(../img/colum/main_colum_img.gif) no-repeat;
}

div#content div.mainColum h2{
	text-indent: -9999px;
}

div#contente div#flashArea {
	width: 900px;
	height:709px;
	margin: 0 auto;
	zoom: 1;
}


/* sub
------------------------------------------------- */
div#content div#sub {
	float: right;
	width: 250px;
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */

div#footer {
	width: 850px;
	margin: 15px auto 5px;
}

div#footer a.external {
	padding-right: 0;
}

/* kayacProject
------------------------------------------------- */
div#footer dl#kayacProject {
	font-size: 85%;
}

div#footer dl#kayacProject dt {
	float: left;
	width: 120px;
}

div#footer dl#kayacProject dd {
	margin-left: 120px;
}

div#footer dl#kayacProject dd ul li {
	float: left;
	margin: 0 10px 3px 0;
	white-space: nowrap;
}


div#footer dl#kayacProject dd ul li.caution a:link{
	background: #FF0000;
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer dl#kayacProject dd ul li.caution a:visited{
	background: #FF0000;
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer dl#kayacProject dd ul li.caution a:hover{
	background: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}




/* copyright
------------------------------------------------- */
div#footer p#copyright {
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: 85%;
	padding-bottom: 20px;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

div#content:after,
div#footer dl#kayacProject dd ul:after,
div#header ul#navGlobal:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
div#content,
div#footer dl#kayacProject dd ul,
div#header ul#navGlobal {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html div#content,
* html div#footer dl#kayacProject dd ul,
* html div#header ul#navGlobal {
    height: 1%;
}
div#content,
div#footer dl#kayacProject dd ul,
div#header ul#navGlobal {
    display: block;
}
/* End hide from IE-mac */


/* TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
	module
LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */

/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */

/* Title
------------------------------------------------- */

/* List
------------------------------------------------- */


/* ------------------------------------------------------------
	2. Common Module
------------------------------------------------------------ */

p.logo{
	text-align: right;
	margin-right: 10px;
	margin-bottom: 15px;
}

h1.tagline{
	text-align: center;
	margin-bottom: 20px;
}

div.content{
	padding: 40px 30px;
}

h2.ttlAbout{
	margin-bottom: 20px;
}

p.paragraph01{
	margin-bottom: 20px;
}

p.btnUssy{
	margin-top: 45px;
}

/* Form
------------------------------------------------- */


/* Pager
------------------------------------------------- */

/* ------------------------------------------------------------
	80. Lightbox
------------------------------------------------------------ */

div#lbBack {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

div#lbWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	padding-top: 100px;
}

div#lbContent {
	position: relative;
	width: 650px;
	margin: 0 auto;
	padding: 20px;
	border: 5px solid #666;
	background: #fff;
	text-align: left;
}

div#lbContent p.btnClose {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

div#lbContent h2 {
	margin-bottom: 10px;
}

/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.group {
	display: inline-block;
}

/* exclude MacIE5 \*/
* html .group {
	height: 1%;
}

.group{
	display: block;
}
/* end: exclude MacIE5 */