@charset "UTF-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, td, th {
	text-decoration:none;
	font-size:12px;
	*font-size: small;
	*font: x-small;
	font-family:Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	color:#555;
	line-height:1.7;
	letter-spacing:1px
}

html {
	overflow-y:scroll;
}

ul,li {
	list-style:none;
}

img,fieldset {
	border:0;
}

a {
	color: #666;
	text-decoration:none;
}
	
a:hover {
	color: #f60;
	text-decoration:none;
}

/*-----------------------------------------------
 __header_
-----------------------------------------------*/
#header {
	width: 770px;
	margin-left: 30px;
	background-color: white;
}

#header h1 {
	float: left;
	padding: 10px 0 7px;
}

#header h2 {
	float: right;
	padding-top: 25px;
	padding-right: 5px;
}

/*-----------------------------------------------
 __footer_
-----------------------------------------------*/

#footer {
	padding: 18px 0 18px 30px;
	text-align: left;
	background: url(../img/footer_bg.gif) repeat-x;
}

#footer p  {
	font-size: 86%;
	color: #666;
}
/*-----------------------------------------------
 __main_
-----------------------------------------------*/

#main {
	width: 800px;
	clear: both;
	background-color: white;
}


