@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;
	font-color: #323232;
	line-height: 1.5;
	letter-spacing: 0.07em;
	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;
}

.text-red {
	color: #CC0000;
}

.text-bold {
	font-weight: 700;
}

/*----------------------------------------------------	
	Link Color
----------------------------------------------------*/

a {
	color: #323232;
	text-decoration: underline;
}

a:hover {
	color: #5D2509;
	text-decoration: underline;
}
