@charset "Shift_JIS";/* コメント内で日本語を使用しても文字化けを起こさないためにCharaSetを指定します。 */
/*@import"debug.css"; デバッグ用のスタイルシートなどを読み込む場合に使用します。*/

/* ========================== Format ========================== */
/* kill 'Browser standard style' */
/* ブラウザがデフォルトで持っているStyleを一旦解除します */
body,
h1,h2,h3,h4,h5,h6,
p,dl,dt,dd,ul,ol,li,
form,select,option,address,pre,
strong,em{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

/* ========================== Re-definition ========================== */

/* 内容を記述する要素に一括してfont-sizeを指定します。 */
p,
dt,dd,pre,ul,ol,li,
select,textarea,input{
	font-size:12px;
	/*\*/ /*/  font-size:x-small;  /* MacIE */
	
	line-height:140%;
}



/* 要素の再定義 
a{text-decoration: underline;}
a:link {color:#000000;}
a:visited {color:#000000;}
a:active {color:#000000;}
*/
strong{font-weight:bold;}

ul{padding-left: 2em;}
ol{padding-left: 3em;}

img{
	border:none;
	background-position: center;
}
/* th,td{vertical-align:top;}*/


/* 汎用クラスの定義 
.clearLeft{clear:left;}
.clearRight{clear:right;}
.clearBoth{clear:both;}*/
