@charset "utf-8";

* {
margin:0;
padding:0;
}

html {
	overflow-y: scroll;
}

body {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,Helvetica,Arial,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 11px;
	line-height: 1;
	background-image: url(background.jpg);
	background-position: 0px 0px;
	background-color: #FFF;
	background-repeat: repeat-x;
	color:#FFF;
}

img {
	border: none;
}


/*  header
----------------------------------------------------------------------------*/
#header {
	height:36px;
	width:1000px;
	margin: 0 auto 0;
	position: relative;
}

#logo {
	width: 116px;
	height: 21px;
	padding: 7px 0 0 10px;
}

#menu {
	text-align:right;
	padding-top:10px;
	width:600px;
	position: absolute;
	top: 0;
	left: 398px;
}

#wrapper {
	padding-bottom: 85px;
}

/*  links
----------------------------------------------------------------------------*/

a:link 		{ color: #FFF; text-decoration: none; }
a:visited	{ color: #FFF; text-decoration: none; }
a:hover		{ color: #FFF; text-decoration: underline; }
