@charset "utf-8";

/*-----------------------------------------------
body
-----------------------------------------------*/

* {
	margin: 					0px;
	padding: 					0px;
}

body {
	letter-spacing: 0.1em;
	text-align:justify;
	color: #333;
}

div,p,form,map
{
	margin				: 0;
	padding				: 0;
}

ul li {
	margin: 					0px;
	padding: 					0px;
}

ul {
	list-style-type:			none;
}

img {
   vertical-align:bottom
}
a img {
    border-style:none;
}

.clearfix:after {	/*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clearfix {
	min-height: 1px;	/*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
.center {
	text-align: center;
}


/*-----------------------------------------------
font
-----------------------------------------------*/

.f12{
	font-size: 75%;
}
.f10{
	font-size: 63%;
}
.bold{
	font-weight: bold;
}

.big{
	font-size: 115%;
	line-height: 1.8em;
}
.bigger{
	font-size: 129%;
	line-height: 2em;
}
.small{
	font-size: 86%;
	line-height: 1.4em;
}
.u_line {
	text-decoration: underline;
}
.strong {
	color: #ffde00;
	font-weight: bold;
}
.mark {
	background-color: #ffe400;
	color: #000;
	font-weight: bold;
}
.r_mark {
	background-color: #ffe400;
	color: #c90000;
}
.red {
	color:#FF3300;
	font-weight:bold;
}


/*-----------------------------------------------
link
-----------------------------------------------*/
a:hover img {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;7
}
a:link {
    color: #002aff;
}
a:visited {
    color: #6c00ff;
}
a:hover {
    color: #FF0000;
}
a:active {
    color: #FF0000;
}
.none {
	text-decoration: none;
}

/*-----------------------------------------------
余白設定
-----------------------------------------------*/
.u_10{
	margin-bottom: 10px;
}
.u_20{
	margin-bottom: 20px;
}
.u_30{
	margin-bottom: 30px;
}


/*-----------------------------------------------
layout
-----------------------------------------------*/

#header{
	background-color: #faf7eb;
}
#header .left {
	float: left;
	width: 128px;
}
#header .bottle {
	float: left;
	width: 422px;
	text-align: right;
}
#header .right {
	float: left;
	width: 400px;
}

#menu {
	background-image: url(../images/menu_bg.jpg);
	height: 35px;
	background-repeat: repeat-x;
}
#menu ul li {
	float: left;
}


.box_950{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.contbox {
	margin-bottom: 15px;
}

#contents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents-left {
	float: left;
	width: 200px;
	margin-right: 20px;
}
#main {
	float: left;
	width: 730px;
}
#item_main {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#navi_protein {
	background-image: url(../images/navi_protein.jpg);
	background-repeat: no-repeat;
	height: 48px;
}
#navi_mega {
	background-image: url(../images/navi_mega.jpg);
	background-repeat: no-repeat;
	height: 48px;
}
#navi_stretch {
	background-image: url(../images/navi_stretch.jpg);
	background-repeat: no-repeat;
	height: 48px;
}


.navi {
	margin-top: 5px;
}
.navi a {
	height: 48px;
	display: block;
	padding-left: 49px;
	font-size: 12px;
}
.navi .middle {
	height: 48px;
	display: block;
}
/* 縦中央に */
.navi .middle {
	display: table-cell;
	vertical-align: middle;
}
/* IE 6 */
* html .navi .middle {
	display: inline;
	zoom: 1;
}
/* IE 7 */
*:first-child+html .navi .middle {
	display: inline;
	zoom: 1;
}
/*\*//*/
	* html .navi .middle  {
	display: inline-block;
}
/**/
.brown {
	color: #1f1008;
}
.orange {
	color: #ff7e00;
}
.info_box {
	border: 1px solid #dfdcce;
	margin-top: 5px;
	font-size: 75%;
}
.info_box ul {
	margin: 8px;
}
.info_box ul li {
	background-image: url(../images/icon.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-bottom: 6px;
}
#page_top {
	margin-top: 20px;
}

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer_02 {
	background-color: #f4eecb;
	margin-top: 5px;
}
#footer_03 {
	padding: 10px;
}
#footer_03 ul {
	font-size: 63%;
	float: left;
	width: 520px;
	margin-right: 10px;
}
#footer_03 ul li {
	float: left;
}
#footer_03 .keisen {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-right: 5px;
	padding-right: 5px;
}
#footer hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ffc600;
}

#copyright {
	font-size: 75%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}
