@charset "utf-8";
/* CSS Document */
/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(%)
10px : 77%
11px : 85%
12px : 92%
13px : 100%
14px : 107%
15px : 114%
16px : 122%
17px : 129%
18px : 136%
19px : 144%
20px : 152%
21px : 159%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197%
*/

* {
	margin: 0px;
	padding: 0px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #222222;


}
body {
	text-align: center;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,div {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
h2 {
	font-size: 122%;
	line-height: 130%;
}
h3 {
	margin-bottom: 0.5em;
}
h4 {
	font-size: 107%;
	margin-bottom: 0.1em;
	line-height: 140%;
	color: #FF6600;
}
h5 {
	font-size: 92%;
	margin-bottom: 0.3em;
	line-height: 140%;
	
}
h6 {

}
p {
	line-height: 1.5;
	font-size: 92%;
	margin-bottom: 0.8em;

}
ul,ol,li {
	list-style: none;
}
a {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}

address {
	font-style:normal;
}
hr {
	display: none;

}
img {
	border-style: none;
	vertical-align: bottom;
}
strong {
	color: #FF3399;
}

table {

}
th {
	text-align: left;
}
td {
	text-align: left;
}
/* IE 6 or sooner */
* html body {
	font-size: 75%;
}
/* IE 6 以前でtableへフォントサイズの継承がうまくいかない問題を回避 */
table {
	font-size:inherit;
	font:100%;
}
/* IE 6 全般でpreやcodeの等幅フォントのサイズが小さくなるのを回避 */
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
a:focus{
outline:none;
}

html{
overflow-y:scroll;
}

hr{
display:none;

}
/*//////////////////////////////////////////////*/

.clearfix:after{
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
overflow:auto;
}

.clearfix {
display: inline-block;
min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix{
height: 1%;
}
.clearfix{
display: block;
}
/* End hide from IE-mac */



/*--------------------
.clearfix{
overflow:hidden;
}

---------*/








