@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body{
	background: #C9C9C9 url(../img/common/bg.gif) repeat;
	font:12px/1.5em  'Lucida Grande','Hiragino Kaku Gothic Pro',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",'sans-serif';
	color: #393326;
	letter-spacing: 0.1em;
}

h1 img {
	margin:0 0 15px;
}

h2 {
	float: left;
	height: 24px;
	margin: 15px 0 10px;
}

h3 {
	margin:25px 0 10px;
	color: #393326;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}

h4 {
	color: #393326;
	font-size: 14px;
	line-height:1.1em;
	margin-bottom: 10px;
}

h5 {
	margin: 10px 0 5px;
	color: #393326;
	font-size: 13px;
	font-weight: bold;
}

h6 {
	margin-bottom: 10px;
	color: #393326;
	font-size: 12px;
	margin-bottom: 10px;
}

img {
	border: none;
}

a:link {
	color: #CC3300;
	text-decoration: underline;
}

a:visited {
	color: #993300;
	text-decoration: underline;
}

a:hover {
	color: #993300;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

ul {
	list-style: none;
}

span.none {
	display: none;
}

/*.clearfix {
	height: 1%;
}*/

.clearfix {
	clear:both;
	display:block;
	margin:0;
	padding:0;
	width:auto;
	height:1px;
	font-size:1px;
	line-height:1px;
	}


.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*.clearboth {
	clear: both;
}*/

.clearboth {
	clear:both;
	display:block;
	margin:0;
	padding:0;
	width:auto;
	height:1px;
	font-size:1px;
	line-height:1px;
	}
