@charset"UTF-8";


/*************** common ***************/
body {
	color: #333333;
	line-height: 1.5;
	font-size: 10px;
	_font-size: 62.5%;/*IE6*/
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo", "ＭＳ Ｐゴシック";
}
	/*IE7*/
*:first-child+html body{
		font-size: 62.5%;
}


* {
	margin: 0;
	padding: 0;
}
img {
border: 0;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	
/*基本リンク設定*/
a, area{outline: 0 transparent;
text-decoration: none;
outline-style:none;}
a:link{
	color:#336699;
}
a:visited{color:#336699;}
a:hover{color:#FF0033;}
a:active{color:#FF0033;}



address {
	height: 30px;
	font-style: normal;
	font-size: 10px;
_font-size: 1em;
text-align:center;	
clear:both;
padding-top:10px;}
/*IE7のみ*/
*:first-child+html address {
		font-size: 1em;
}
/*#indexbox {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
text-align:center;}*/


/*************** text関係 ***************/
p{font-size:1.2em;
	text-align:justify;/*文字両端揃え*/
	text-justify:distribute;/*IEのみ*/
	word-break:break-all;	/*英語は単語の途中でも強制改行　日本語は標準*/
}

p .cap{
	font-size:0.83em;
}/*p内にspanで指定する時*/
.cap{font-size:1.0em;}/*p自体を指定する時*/


.txt8 {
	font-size: 0.8em;
	line-height: 1.2;
}
.txt10 {
	font-size: 1em;
	line-height: 1.3;
	}
.txt12 {
	font-size: 1.2em;
}
.txt14 {
	font-size: 1.4em;
}
.txt16 {
	font-size: 1.6em;
}
.sub {
	font-size: 8px;vertical-align:baseline
}
.super {
	font-size: 8px;vertical-align:super
}



.gray{color:#CCCCCC;}

