@charset "UTF-8";

/*----------------------------------------------------	
	Reset
----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}

/*----------------------------------------------------	
	Body
----------------------------------------------------*/

body {
	background: url(../img/common/back.gif) repeat;
	font-size: 75%;
	font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"CI",Meiryo,"lr oSVbN","MS PGothic",Sans-Serif;
	color: #3d3d3d;
	line-height: 1.7;
	letter-spacing: 0.1em;
	text-align: center;
}

html>/**/body {
 	font-size: 12px; /* IE以外のブラウザ */
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img { 
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}

/*----------------------------------------------------	
	Link Color
----------------------------------------------------*/

a {
	color: #3d3d3d;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

