@charset "utf-8";

/*--------------------------------------------
	＿Settings
--------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

*html {
	height: 1%;   /* for IE6 */
}

html {
	overflow-y: scroll;
}

a {text-decoration: underline;}
a:link {color: #518ca8; text-decoration: underline;}
a:visited {color: #518ca8; text-decoration: underline;}
a:active {color: #ffb000; text-decoration: underline;}
a:hover {color: #ffb000; text-decoration: underline;}

body {
	color: #444444;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS UIゴシック", "MS UI Gothic", sans-serif;
	line-height: 1.7em;
	background-color: #fafafa;
	background-image: url(img_bg.jpg);
	background-repeat: repeat;
}



/*--------------------------------------------
	＿Layout
--------------------------------------------*/

#wrapper {
	width: 500px;
	margin: 50px auto;
}
