@charset "utf-8";
/*////////////////////////////////////////////////////////////
/*module.css*/


/*--------------------------------------------------------------
	1. グローバルナビゲーション
	2. トピックパス
	3. カテゴリーメニュー
	4. 文字スタイル
---------------------------------------------------------------*/


/*--------------------------------------------------------------
	1. グローバルナビゲーション
---------------------------------------------------------------*/
ul#navUtilty{
	width: 320px;
	height: 19px;
	min-height: 19px;
	text-align: right;
	padding: 6px 0 5px 671px;
	clear: both;
}

ul#navUtilty li{
	float: left;
}

ul#navUtilty li.contact{
	padding: 0 20px 0 0;
}

ul#navUtilty li.question{
	padding: 0 20px 0 0;
}

ul#navGlobal {
	width: 770px;
	/*734*/
	height: 65px;
	min-height: 65px;
	padding: 0 0 10px 193px;
	_padding: 0 0 0 193px;
}

ul#navGlobal li {
	float: left;
	display: block;
}

ul#navGlobal li a {
	width: 127px;
	height: 65px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

ul#navGlobal li.about a {
	width: 128px;
	height: 65px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

ul#navGlobal li.download a {
	width: 128px;
	height: 65px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

/* a */
ul#navGlobal li.about a{	background: url(../img/share/globalnav.jpg) no-repeat 0px 0px;}
ul#navGlobal li.products a{	background: url(../img/share/globalnav.jpg) no-repeat -128px 0px;}
ul#navGlobal li.nutrition a{	background: url(../img/share/globalnav.jpg) no-repeat -255px 0px;}
ul#navGlobal li.give a{ background: url(../img/share/globalnav.jpg) no-repeat -382px 0px;}
ul#navGlobal li.quality a { background: url(../img/share/globalnav.jpg) no-repeat -509px 0px;}
ul#navGlobal li.download a { background: url(../img/share/globalnav.jpg) no-repeat -636px 0px;}

/* hover */
ul#navGlobal li.about a:hover{	background: url(../img/share/globalnav.jpg) no-repeat 0px -65px;}
ul#navGlobal li.products a:hover{	background: url(../img/share/globalnav.jpg) no-repeat -128px -65px;}
ul#navGlobal li.nutrition a:hover{	background: url(../img/share/globalnav.jpg) no-repeat -255px -65px;}
ul#navGlobal li.give a:hover{ background: url(../img/share/globalnav.jpg) no-repeat -382px -65px;}
ul#navGlobal li.quality a:hover { background: url(../img/share/globalnav.jpg) no-repeat -509px -65px;}
ul#navGlobal li.download a:hover { background: url(../img/share/globalnav.jpg) no-repeat -636px -65px;}

/* fix */
ul#navGlobal li.about_fix a{ width: 128px; background: url(../img/share/globalnav.jpg) no-repeat 0px -130px;}
ul#navGlobal li.products_fix a{	background: url(../img/share/globalnav.jpg) no-repeat -128px -130px;}
ul#navGlobal li.nutrition_fix a{	background: url(../img/share/globalnav.jpg) no-repeat -255px -130px;}
ul#navGlobal li.give_fix a{ background: url(../img/share/globalnav.jpg) no-repeat -382px -130px;}
ul#navGlobal li.quality_fix a { background: url(../img/share/globalnav.jpg) no-repeat -509px -130px;}
ul#navGlobal li.download_fix a { width: 128px; background: url(../img/share/globalnav.jpg) no-repeat -636px -130px;}


/*------------------------------------------------------------
	2. トピックパス
-------------------------------------------------------------*/
#Path {
	background: url(../img/share/tp_bg.gif) no-repeat;
	height: 28px;
	min-height: 28px;
}

ul#topicPath {
	padding: 7px 0 0 195px;
	color: #007436;
}

ul#topicPath {
	color: #342b09;
	font-size: 11px;
}

ul#topicPath li {
	float: left;
	display: inline;
	line-height: 110%;
}

*html ul#topicPath li {
	line-height: 120%;
}

ul#topicPath li.home {
	padding: 0 5px 0 0;
}

/* リンク設定 */
ul#topicPath li a {
	padding-right: 15px;
	background: url(../img/share/tp_slash.gif) no-repeat right center;
}

ul#topicPath li a:link {
	color:#007436;
}

ul#topicPath li a:hover {
	color:#007436;
	text-decoration: underline;
}

ul#topicPath li a {
	color:#007436;
}

ul#topicPath li.nonelink {
	padding-right: 15px;
	background: url(../img/share/tp_slash.gif) no-repeat right center;
}


/*------------------------------------------------------------
	3. カテゴリーメニュー
-------------------------------------------------------------*/
#categoryMenu {
	height: 45px;
	min-height: 45px;
	background: url(../img/share/content_bg.gif) repeat-y;
}

#categoryMenu .inner {
	width: 960px;
	height: 45px;
	min-height: 45px;
	background: url(../img/share/tp_border.gif) no-repeat right 0;
	padding: 0 10px 0 0;
}

#categoryMenu .inner h2.tit {
	padding: 12px 0 0 29px;
	float: left;
}

#categoryMenu .inner ul#menu {
	padding: 15px 0 0 0;
	float: right;
}

#categoryMenu .inner ul#menu li{
	padding: 0 15px 0 0;
	float: left;
}

#categoryMenu .inner ul#menu li.last{
	padding: 0 0 0 0;
}

#categoryMenu .inner ul#menu li.fix{
	padding: 0 0 3px 0;
	background: url(../img/share/categoryMenu_border_fix.gif) repeat-x 0 18px;
}

#categoryMenu .inner ul#menu li.fix_nonelast{
	padding: 0 0 3px 0;
	margin-right: 15px;
	background: url(../img/share/categoryMenu_border_fix.gif) repeat-x 0 18px;
}

/* リンク設定 */
.inner ul#menu a {
	color: #333;
	text-decoration: none;
}
.inner ul#menu a:link {
	color: #333;
	text-decoration: none;
}
.inner ul#menu a:visited {
	color: #333;
	text-decoration: none;
}
#categoryMenu .inner ul#menu li.fix a:hover{
	color: #007e3a;
}
#categoryMenu .inner ul#menu li.fix_nonelast a:hover{
	color: #007e3a;
}
.inner ul#menu li a:hover {
	color: #ff794a;
	text-decoration: none;
}
.inner ul#menu a:active {
	color: #333;
	text-decoration: none;
}


/*------------------------------------------------------------
	4. 文字スタイル
-------------------------------------------------------------*/
.mb5 { margin-bottom: 3px; } .mb10 { margin-bottom: 10px; }.mb15 { margin-bottom: 15px; }.mb20 { margin-bottom: 20px; }.mb30 { margin-bottom: 30px; }

.small { 
	font-size: 85%;
}

.blod {
	font-weight: bold;
	font-size: 12px;
}

span.green {
	color: #007436;
}

span.red {
	color: #ff0000;
}