@charset "utf-8";

*	{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", san-self;
}

body, h1, h2, h3, h4, h5, h6, address, p, ul, li	{
	margin:0;
	padding:0;
	list-style:none;
}

/* 互換モード用フォント指定
--------------------------------------------------*/
body{font-size:12px;}
* html body{ font-size:75%;}
*:first-child html body{ font-size:75%;}

table,input,textarea{font-size:100%;}

/* フッター下付け用css
--------------------------------------------------*/
html{height:100%}
/*\*/ 
body{height:100%}
/* */

/* フロート解除用css
--------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* for IE7 \*/
*+html .clearfix { display: inline-block; }
/* */

/* フロート解除ここまで 
--------------------------------------------------*/

/* base css
--------------------------------------------------*/
.ov	{}
.alphafilter	{}

.img	{
	font-size:1px;
	line-height:1;
}

hr	{display: none;}

em,strong	{
font-weight: bold;
font-style:normal;
}

/* リンク画像 */
a img	{border: 0;}

/* リンクテキスト */
a:link,
a:visited	{
	color:#639C00;
	text-decoration:underline;
}
a:hover	{
	color:#639C00;
	text-decoration:none;	
}

/* base cssここまで
--------------------------------------------------*/
