@charset "UTF-8";

/*----------------------------------------------------	
	Reset
----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}

/*----------------------------------------------------	
	Body
----------------------------------------------------*/

body {
	background: #FFFFFF;
	font-size: 75%;
	font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"CI",Meiryo,"lr oSVbN","MS PGothic",Sans-Serif;
	color: #323232;
	line-height: 1.5;
	text-align: center;
}

html>/**/body {
 	font-size: 12px;
}

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: #1F915D;
	text-decoration: underline;
}

a:hover {
	color: #8EC357;
	text-decoration: underline;
}
