@charset "utf-8";
/*共通設定*/
*{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}
img{
	border:0;
}
h1,.main,ul.global_navi,.c_left{
	margin:0 auto;
}
body,.global_navi li{
	margin:0;
}
body,.main,.global_navi li,ul.global_navi{
	padding:0;
}
body,.global_navi li{
	text-align:center;
}
h1{
	text-align:left;
}
.copyright{
	font-size:13px;
	line-height:18px;
}
/*ボディ部分*/
body{
	background:#F6E9D6 url(../images/bg1.jpg) no-repeat top center;
}
h1{
	width:900px;
}
h1 img{
	margin:20px 0 73px 60px;
}
.main{
	background:url(../images/bg2.jpg) no-repeat top center;
}
/*ボタン部分*/
ul.global_navi{
	width:840px;
	list-style-type:none;
	padding:2px 30px;
	height:40px;
	border-bottom:2px solid #000;
}
.global_navi li{
	width:140px;
	float:left;
}
.global_navi a{
	width:140px;
	display:block;
	height:33px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-2000px;
}
.top{
	background-image:url(../images/b_top.gif);
}
a:hover.top{
	background-image:url(../images/b_top2.gif);
}
.gallery{
	background-image:url(../images/b_gallery.gif);
}
a:hover.gallery{
	background-image:url(../images/b_gallery2.gif);
}
.dairy{
	background-image:url(../images/b_dairy.gif);
}
a:hover.dairy{
	background-image:url(../images/b_dairy2.gif);
}
.me{
	background-image:url(../images/b_me.gif);
}
a:hover.me{
	background-image:url(../images/b_me2.gif);
}
.results{
	background-image:url(../images/b_results.gif);
}
a:hover.results{
	background-image:url(../images/b_results2.gif);
}
.contact{
	background-image:url(../images/b_contact.gif);
}
a:hover.contact{
	background-image:url(../images/b_contact2.gif);
}
/*コンテンツ部分*/
.c_left{
	clear:left;
	width:898px;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#FFF;
}
.copyright{
	clear:left;
	color:#333333;
}
a{
	color:#996600;
	text-decoration:none;
}
a:hover{
	color:#999900;
	text-decoration:underline;
}