@charset "UTF-8";
/* CSS Document */


/*-----------Font Setting-------------*/

body {
		font-size: 14px;
		font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
		color: #333333;
}

/* for WinIE6*/

* html body {
	font-size: 75%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
a:link {
		color: #0000EE;
}
a:visited {
		color: #551A8B;
}
a:hover {

}
a:active {
		text-decoration: none;
}
.imgover {
}



 /* IE以外のモダンWEBブラウザ向けの指定 */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

 /* IE7及びMac版IE5向けの指定 */

.clearfix {display:inline-block;}

 /* IE6以前向けの指定 */

/* Hides from IE-mac ¥*/
*html.clearfix{height:1%;}
.clearfix {display:block;}


/* End hide from IE-mac */





/*-----------Other-------------*/


table {border-collapse:collapse;}



table td {
vertical-align: top;
}

table th {
text-align: left;
font-weight: normal;
white-space: nowrap;
vertical-align: top;
}

table caption {
display: none;
}





/*-----------Other-------------*/

.clear {
		clear: both;
		font-size: 1px;
		line-height: 1px;
}
img {
		border-style: none;
}

hr {
		display: none;
}


* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
