@charset "shift_jis";

/***　基本リセット　***/

html{ overflow-y:scroll; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
margin:0;
padding:0;
}

img{
border:0; 
vertical-align:bottom;
}

/***　段落タグリセット　***/
li {
list-style:none;
}
/***　その他リセット　***/

/*--------------------------------------------------------
　デフォルトセル間隔リセット（ON）
--------------------------------------------------------*/
table {  
border-collapse: collapse;  
border-spacing: 0;  
}

/*--------------------------------------------------------
　フォントリセット設定（12px基本）
--------------------------------------------------------*/
body{
margin: 0px;
padding: 0px;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";/*メイリオはXPにデフォルトで入っていないため*/
font-size: 13px;/*13pxに注意、フォントサイズは下記で％指定*/
line-height: 1.4;/*個別に指定しても可なるべく単位を使わない*/
*font-size: small;/*IE6専用*/
color: #333333;
background: url(../img/common/body_bg.png) repeat-x left top;
}
table p{/*テーブル内でIEのみテキストサイズが狂うのを回避*/
font-size:100%;
}
p,dt,dd,ol,h1,h2,h3,h4,h5,table,input,textarea{
font-size:93%;/*ここでフォントサイズ一括指定、状況に応じて変更「93%=12px」参考↓
10pixel	= 77%
11pixel	= 85%
12pixel	= 93%
13pixel	= 100%
14pixel	= 108%
15pixel	= 116%
16pixel	= 123.1%
17pixel	= 131%
18pixel	= 138.5%
19pixel	= 146.5%
20pixel	= 153.9%
21pixel	= 161.6%
22pixel	= 167%
23pixel	= 174%
24pixel	= 182%
25pixel	= 189%
26pixel	= 197%
*/
}
.clear{
clear: both;
font-size: 0;
line-height: 0;
height: 0px;
visibility: hidden;
zoom:1;
}
a {
	color: #2D9416;
}

a:link {
	color: #2F9F17;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

a:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.hr{
	background:
}
