@charset "euc-jp";

/* ------------------------------------------------------------
 現代ギター社　reset　CSS
 更新日:08/01/30
 
 0:reset
 1:font reset
 
 *ブラウザごとのスタイルをリセットするためのCSS
 *原則として可変禁止
------------------------------------------------------------- */

/* 
0:reset
----------------------------*/


* { 
	margin:0;
	padding:0;
}



fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

/* 
0:font reset
----------------------------*/

body {
font-size: 13px;
*font-size: 81.25%; /*for IE6,IE7*/
*font: x-small;/*for 互換モードIE*/
font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka,sans-serif;
}

table {
font-size:inherit;
font:100%;
}

select, input, textarea {
font:99%;
}

body * {
line-height:1.3;
}