@charset "utf-8";
/*基本装飾*/

body {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3","細明朝体";
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1em;
}
.font70 {
	font-size: 70%;
	line-height: 1.2em;
}
.font80 {
	font-size: 80%;
}
.font90 {
	font-size: 90%;
}
.font100 {
	font-size: 100%;
}
.font110 {
	font-size: 110%;
}
.font120 {
	font-size: 120%;
}
.font130 {
	font-size: 130%;
}
.font140 {
	font-size: 140%;
}
.font160 {
	font-size: 160%;
}
.font160g {
	font-size: 160%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.indent20 {
	text-indent: 20px;
}

.font70left {
	text-align: left;
	display: block;
	float: left;
	font: 70%/1.2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
.red {
	color: #CC0000;
}

/*クリアフィックス*/
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*MACIE向け ¥*/
*html .clearfix{
	height: 1%;
}
.clearfix {
	display: block;
}
/*MACIE向けここまで*/

/*末尾アイコン*/
a[href$='.pdf'] {
	background-image: url(../images/iconpdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 37px;
	padding-bottom: 5px;
	padding-left: 0;
}
a[href$='.xls'] {
	background-image: url(../images/iconxls.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 37px;
	padding-bottom: 5px;
	padding-left: 0;
}
a[href$='.doc'] {
	background-image: url(../images/icondoc.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 37px;
	padding-bottom: 5px;
	padding-left: 0;
}

/*構造*/
#wrapper {
	font-size: 100%;
	height: 600px;
	width: 960px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -500px;
	background-image: url(../images/hp_bg.gif);
	background-repeat: repeat-y;
	display: block;
}
.fontred150 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FF0000;
	font-size: 150%;
}
.button1 {
	background-image: url(../images/button.gif);
	display: block;
	height: 31px;
	width: 160px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	background-repeat: no-repeat;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 814px;
	height: 600px;
	margin-left: 140px;
}
#header {
	width: 100%;
	text-align: right;
	height: 28px;
	letter-spacing: 3px;
	text-decoration: none;
	font-size: 150%;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#main {
	width: 100%;
	height: 537px;
}
#footer {
	height: 30px;
	width: 100%;
	text-align: right;
	font-size: 70%;
	line-height: 1.2em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
#navibox {
	background-color: #000000;
	height: 100%;
	width: 142px;
	float: left;
	background-image: url(../images/navi_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#contents {
	background-color: #FFFFFF;
	height: 537px;
	width: 672px;
	float: right;
}

/*通常のコンテンツバック*/
#popular {
	height: 532px;
	width: 660px;
	float: right;
	background-image: url(../images/bg_contents.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
}
#popular_none {
	height: 527px;
	width: 660px;
	float: right;
	background-image: none;
	background-color: #FFFFFF;
	padding-top: 5px;
}


/*酪農家*/
#popular_farm {
	height: 537px;
	width: 660px;
	float: right;
	background-image: url(../images/bg_farm.jpg);
	background-repeat: repeat;
}


/*会社概要*/
#popular_comp {
	height: 537px;
	width: 660px;
	float: right;
	background-image: url(../images/bg_contents.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}



/*共通の装飾*/
.subtitle1 {
	display: block;
	height: 1.2em;
	width: 570px;
	margin-left: 20px;
	font-size: 150%;
	background-image: url(../images/title_under.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 20px;
	clear: both;
	padding-top: 5px;
}
#pricebox {
	width: 260px;
	position: relative;
	height: 110px;
}
#pricebox .price {
	float: left;
	position: absolute;
	bottom: 0px;
}
#pricebox .image {
	width: 80px;
	float: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.subtitle2 {
	display: block;
	height: 40px;
	width: 570px;
	margin-left: 20px;
	padding: 10px 0px 0px 0px ;
	font-size: 150%;
	background-image: url(../images/title_under.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
}
.subtitle3 {
	display: block;
	
	width: 570px;
	margin-left: 20px;
	padding: 10px 0px 0px 0px ;
	font-size: 150%;
	
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
}

/*日記*/
#nikki {
	height: 440px;
	width: 600px;
	margin-left: 20px;
	overflow: auto;
	padding-right: 20px;
}
.CommentField  {
	font-size:  90%;
	line-height: 1.5em }

.CommentName  {
	font-size:     80%;
	line-height: 1.5em;
	margin-top:     10px;
	padding-top:    5px;
	padding-bottom: 5px;
	border-top:     1px dotted maroon;
	border-bottom:  1px dotted maroon }


.CommentMsg {
	font-size:     80%;
	text-indent: 1em }

