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

.body
{
	margin-top:40px;
	margin-bottom:10px;
	background-image:url("images/Main_BG_Gradation.jpg");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6C6C6C;
}

.Container
{
	width:825px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	border:none;
}

.Logo_Top
{
	width:auto;
	height:55px;
	background-image:url(images/kado.jpg);
	background-repeat:no-repeat;
}
.Main_Menu
{
	height:60px;
}

.Title_Field
{
	padding-left:20px;
	padding-top:0px;
	padding-bottom:10px;
	background-image:url(images/Center_Line.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.Logo_Left
{
	padding-left:30px;
	padding-top:10px;
	float:left;
	width:110px;
}

.Main_Field
{
	width:650px;
	float:right;
	padding-left:30px;
	background-position:bottom right;
	background-repeat:no-repeat;
}

.Story_Box
{
    text-align:justify;
	
}

.Story_Box_Lineup
{
	width:600px; 
	height:84px;
	margin-bottom:20px; 
	float:left;
	background-image:url(images/Under_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.Story_Box_Lineup_All
{
	width: 600px;
	height:75px;
	margin-bottom:35px; 
	background-image:url(images/Under_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.Story_Box_Ingredient
{
    text-align:justify;
	border-bottom:1px #C0C0C0 solid; 
	border-left: 1px #C0C0C0 solid;	
    width: 600px; 
	margin-bottom: 20px;
	padding-left:5px;
}
.Base_Story
{
	color:#6C6C6C;
	line-height:16px;
}
.Base_Story_bed
{
	color:#6C6C6C;
	line-height:18px;
}
.Base_Story_professional
{
	line-height:18px;
	
}
.Base_Image
{
	border:none;
}

.Table_indent
{
	padding:5px 5px 5px 5px; 
	
}

.Footer
{
	clear: both;
	padding-top:10px;
	padding-bottom:30px;
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
}
