@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:url("../img/common/background.jpg") repeat-x;
	font-size:74.5%;
	font-family:verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif;
	color:#494949;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#494949;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:100%;
	border-top:solid 1px #dcdcdc;
}

#footer_box {
	width:880px;
	margin:0 auto 30px auto;
	padding-top:10px;
	border-top:solid 2px #dcdcdc;
	font-size:0.8em;
	color:#494949;
}

#footer ul {
	width:250px;
	margin:0 auto 5px;
	float:left;
}

#footer ul li {
	display:inline;
	padding-left:20px;
}

#footer p#copyright {
	width:630px;
	float:left;
	margin-bottom:0;
	text-align:center;
}