@charset "iso-8859-1";
/* amanofoods.co.jp CSS for Common*/



/* INDEX of CSS
-------------------------------------------------
 o Initialize
 o Common class
	o Wrapper
	o Container
	o CategoryNavi
	o Main
	o Header
	o Contents
 o Footer
------------------------------------------------- */




/* Initialize
------------------------------------------------- */
body, h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, img, div, caption {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: none;
	vertical-align: baseline;
}

h3, h4 {
	font-weight: normal;
}

ul, ol{
	list-style-type: none;
}

a:link    {color: #D58C3C; text-decoration: underline;}
a:active  {color: #D58C3C; text-decoration: underline;}
a:visited {color: #D58C3C; text-decoration: underline;}
a:hover   {color: #D58C3C; text-decoration: none;}



/* Common class
------------------------------------------------- */
.floatLeft  {float: left;}
.floatRight {float: right;}
.clearer    {clear: both;}
.verticalTop {vertical-align: top;}
.verticalBottom {vertical-align: bottom;}

/* clearfix hack */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Wrapper
------------------------------------------------- */
#Wrapper{
	width: 100%;
	text-align: center;
}



/* Container
------------------------------------------------- */
#Container {
	width: 800px;
	margin: 0 auto;
}



/* CategoryNavi
------------------------------------------------- */
#categoryNavi {
	float: left;
	width: 175px;
	text-align: left;
	margin-top: 20px;
}

#categoryNavi #logo {
	margin-bottom: 20px;
}

#categoryNavi #categoryWrapper dt {
	height: 16px;
	background: url(../images/common/navi_line.gif) no-repeat left bottom;
	margin: 15px 0 0 0;
}

#categoryNavi #categoryWrapper dd {
	margin-bottom: 10px;
}

#categoryNavi #categoryWrapper dd li {
	width: 170px;
	background: url(../images/common/navi_dotline.gif) no-repeat left bottom;
}

#categoryNavi #categoryWrapper dd li#category04 {
	background: url(../images/common/navi_line.gif) no-repeat left bottom;
}

#categoryNavi #categoryWrapper dd li a {
	display: block;
	margin: 8px 0 0 0;
	padding: 0 0 9px 37px;
	border: none;
}

#categoryNavi #categoryWrapper dd li#category06 a {
	display: block;
	margin: 9px 0 0 0;
	padding: 0 0 11px 37px;
	border: none;
}

#categoryNavi #categoryWrapper li#category01 a {background: url(../images/common/navi_aboutImg.jpg) no-repeat;}
#categoryNavi #categoryWrapper li#category02 a {background: url(../images/common/navi_technologiesImg.jpg) no-repeat;}
#categoryNavi #categoryWrapper li#category03 a {background: url(../images/common/navi_productsImg.jpg) no-repeat;}
#categoryNavi #categoryWrapper li#category04 a {background: url(../images/common/navi_qualityImg.jpg) no-repeat;}

#categoryNavi #categoryWrapper li#category01 a:hover {background: url(../images/common/navi_aboutImg_over.jpg) no-repeat;}
#categoryNavi #categoryWrapper li#category02 a:hover {background: url(../images/common/navi_technologiesImg_over.jpg) no-repeat;}
#categoryNavi #categoryWrapper li#category03 a:hover {background: url(../images/common/navi_productsImg_over.jpg) no-repeat;}
#categoryNavi #categoryWrapper li#category04 a:hover {background: url(../images/common/navi_qualityImg_over.jpg) no-repeat;}

#categoryNavi #categoryWrapper dd li#category01 ul.subMenu li a { background: none; margin: 0; padding: 0; display: inline;}
#categoryNavi #categoryWrapper dd li#category02 ul.subMenu li a { background: none; margin: 0; padding: 0; display: inline;}
#categoryNavi #categoryWrapper dd li#category03 ul.subMenu li a { background: none; margin: 0; padding: 0; display: inline;}
#categoryNavi #categoryWrapper dd li#category04 ul.subMenu li a { background: none; margin: 0; padding: 0; display: inline;}

#categoryNavi #categoryWrapper dd li ul.subMenu {
	padding-bottom: 10px;
}

#categoryNavi #categoryWrapper dd li ul.subMenu li {
	background: none;
}

#categoryNavi #catalogue {
	width: 168px;
	margin-top: 20px;
	border: 1px solid #CCC;
	padding: 10px 0;
}

#categoryNavi #catalogue dt {
	text-align: center;
}

#categoryNavi #catalogue dt a {
	display: block;
	margin: 0 0 2px 0;
	_margin: 0 0 7px 0;
	padding: 0;
	border: 0;
}

#categoryNavi #catalogue dd {
	text-align: right;
	margin: 0 10px 0 0;
}

#categoryNavi #bannerWrapper {
	width: 170px;
	margin: 10px 0 20px 0;
}



/* Main
------------------------------------------------- */
#Main {
	float: right;
	width: 580px;
	text-align: left;
	background: url(../images/common/headBg.gif) no-repeat left top;
}



/* Header
------------------------------------------------- */
#Header {
	margin-bottom: 20px;
}

#Header p.floatLeft {
	margin-top: 33px;
}

#Header div.floatLeft {
	margin-left: 35px;
}

/* Contents
------------------------------------------------- */
#breadMenu {
	font-size: 10px;
	color: #999999;
	background: url(../images/common/breadMenuBg.gif) no-repeat 0px 15px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

#breadMenu a {
	text-decoration:none;
	color: #999999;
	margin: 0;
	padding: 0;
}

h1 {
	border: 1px solid #C5C5C5;
	margin: 0;
	padding: 9px 0 8px 10px;
}

h1 img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}


#contentBorderTop {
	font-size: 1px;
	margin-top: 20px;
}

#contentBorderBottom img {
	vertical-align: top;
}

#contentWrapper {
	min-height: 555px;
	_height: 525px;
	background: url(../images/common/contentBorder.gif) repeat-y;
	padding: 20px;
}

/* Footer
------------------------------------------------- */
#Footer {
	width: 100%;
	border-bottom-width:1px 0px;
	margin-top:30px;
}

#Footer address {
	width:800px;
	text-align:right;
	margin: 0 auto;
}

#ContactUs {
	text-align:right;
}



