@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;	font-size:100%;}
body {
	background-color: #FFF;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	position:relative;
	margin: 0 auto; 
	width: 980px;
}

#contents {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	width: 916px;
	background-color: #FFF;
	background-image: url(../images/border-top.jpg);
	background-repeat: no-repeat;
	height: 185px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 355px;
	float: left;
	height: 464px;
	margin: 0px;
	padding: 0px;
}
h1 a{
	display: block;
	margin: 0px;
	padding: 0px;
}

#right {
	width: 465px;
	background-color: #FFF;
	background-image: url(../images/border-right.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 464px;
}

#right img {
	margin-top: 365px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 69px;
}


.head_link01 {
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 800px;
}

.head_link02 {
	margin: 0;
	height: 30px;
	width: 100px;
	position: absolute;
	left: 810px;
	top: 145px;
}

#left {
	width: 96px;
	background-color: #FFF;
	background-image: url(../images/border-left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 464px;
}

#container:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}



/* メニュー
------------------------------------------------------------- */
#menu {
	width: 916px;
	height: 51px;
	background-color: #FFF;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 32px;
	top: 649px;
}

ul#btn {
	position: relative;
	padding: 0;
	width: 760px;
	height: 51px;
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul#btn li {
	position: absolute;
	display: block;
	width: 151px;
	height: 51px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

ul#btn a {
	display: block;
	width: 151px;
	height: 51px; 
	text-decoration: none;  /*　■firefoxなどで線が表示されないようにする　*/
}

/*　■ボタン　現在いるページ　*/
ul#btn li#home {
	left: 9px;
	background: url(../images/menu.jpg) no-repeat 0 -51px;
}

ul#btn li#diary {
	left: 151px;
	background: url(../images/menu.jpg) no-repeat -151px -51px;
}

ul#btn li#drink {
	left: 304px;
	background: url(../images/menu.jpg) no-repeat -304px -51px;
}

ul#btn li#recruit {
	left: 453px;
	background: url(../images/menu.jpg) no-repeat -453px -51px;
}

ul#btn li#access {
	left: 604px;
	background: url(../images/menu.jpg) no-repeat -604px -51px;
}


/*　■ボタン　ニュートラル　*/
ul#btn li#home a {
	background: url(../images/menu.jpg) no-repeat 0 0;
}

ul#btn li#diary a {
	left: 151px;
	background: url(../images/menu.jpg) no-repeat -151px 0;
}

ul#btn li#drink a {
	left: 304px;
	background: url(../images/menu.jpg) no-repeat -304px 0;
}

ul#btn li#recruit a {
	left: 453px;
	background: url(../images/menu.jpg) no-repeat -453px 0;
}

ul#btn li#access a {
	left: 604px;
	background: url(../images/menu.jpg) no-repeat -604px 0;
}

/*　■ボタン ホバー　*/
ul#btn li#home a:hover {
	left: 9px;
	background: url(../images/menu.jpg) no-repeat 0 -51px;
}

ul#btn li#diary a:hover {
	left: 151px;
	background: url(../images/menu.jpg) no-repeat -151px -51px;
}

ul#btn li#drink a:hover {
	left: 304px;
	background: url(../images/menu.jpgf) no-repeat -304px -51px;
}

ul#btn li#recruit a:hover {
	left: 453px;
	background: url(../images/menu.jpg) no-repeat -453px -51px;
}

ul#btn li#access a:hover {
	left: 604px;
	background: url(../images/menu.jpg) no-repeat -604px -51px;
}

#footer {
	width: 916px;
	position: absolute;
	left: 32px;
	top: 700px;
	color:#333333;
	text-align:right;
	padding-top:20px;
	font-size: x-small;
}
