@charset "utf-8";
/**************************************************************************************************
Initialization
**************************************************************************************************/
body,div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,td,th,
pre,code,
form,fieldset,legend,input,textarea,
p,blockquote {
	margin					: 0;
	padding					: 0;
}
body {
	font-size				: small;
}
table {
	border-collapse			: collapse;
	border-spacing			: 0;
}
	table td {
		font-size			: 12px;
		line-height 		: 150%;
	}

fieldset,img {
	border					: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style				: normal;
	font-weight				: normal;
}
ol,ul { 
	list-style				: none;
}
caption,th {
	text-align				: left;
}
input, textarea, select {
	font-family				: inherit;
	font-weight				: inherit;
	font-size				: 100%;
}
h1,h2,h3,h4,h5,h6 { 
	font-size				: 100%;
}
img {
	vertical-align			: top;
}


/**************************************************************************************************
CLEARFIX CLASS
**************************************************************************************************/
.Clearfix:after {
	display					: block;
	clear					: both;
	height					: 0;
	content					: "";
	overflow				: hidden;
}
.Clearfix {
	overflow				: hidden;
}
/* FOR MAC IE \*/
* html .Clearfix {
	height					: 1%;
	overflow				: visible;
}
.Clearfix {
	display					: block;
}
/* END OF FOR MAC IE */


/* LINK
-------------------------------------------------------------------------------------------------*/
a:link,
a:active,
a:visited {
	color					: #003366;
	text-decoration			: none;
}
a:hover,
a:focus {
	color					: #003366;
	text-decoration			: underline;
}

/* Mouseover */
a:hover img.Mouseover,
a:focus img.Mouseover {
	opacity					: 0.7;
	filter					: alpha(opacity=70);
	-moz-opacity			: 0.7;
}


/* OUTLINE
-------------------------------------------------------------------------------------------------*/
body {
	line-height				: 1;
}
#Container {
	width					: 794px;
	margin					: 0 auto;
}

table.TblProduct {
	width			: 100%;
	margin			: 0 0 15px;
}
	table.TblProduct td,
	table.TblProduct th {
		padding			: 0 15px 5px 0;
	}
	table.TblProduct td.ProductImg {
		width:187px;
		text-align:center;
		vertical-align:top;
	}
	table.TblProduct th {
		width:150px;
		padding:0;
		font-size:12px;
	}
/* CONTENTS
-------------------------------------------------------------------------------------------------*/
div.ContentsSake {
	width:544px;
	padding			: 1em 15px 0 0;
	float:right;
}
	div.ContentsSake h3 {
		padding:0 0 5px;
	}
div.ContentsImg {
	width:220px;
	float:left;
}

div.ImgSake {
	height			: 800px;
}

.ProdcutsDescription {
	padding:0 0 10px;
}


dl.NoticeSake {
	margin-bottom:1em;
}

.PageTop {
	text-align		: right;
	padding			: 0 0 15px;
}
/* Footer
-------------------------------------------------------------------------------------------------*/
#Footer {
	padding			: 14px 0 5px;
	background		: #3F3F3F;
	text-align		: center;
	line-height		: 1.4;
	letter-spacing:1px;
	color			: #FFF;
	font-size		: 11px;
}
#FooterScript {
	display:none;
	height:0;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
/* Common Class
-------------------------------------------------------------------------------------------------*/
.FontRed {
	color:#FF0000;
}
