/* 基本的な要素のmarginとpaddingを0にする */
body,div,/* block要素 */
h1,h2,h3,h4,h5,h6,/* 見出し要素 */
dl,dt,dd,ul,ol,li,/* リスト */
p,blockquote,pre,cite,code,caption,/* テキストエリア */
form,fieldset,legend,input,textarea,select,option,label/* 入力フォームやラベル等 */
	{
	margin: 0; padding: 0;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	}

/* ↓テキスト関連のデザイン */
body {
	line-height:1.4em; /* 基準に基づいた行間 1em=文字の高さ */
	letter-spacing:0.05em; /* 基準に基づいた文字間 1em=文字の高さ */
	}


#container {
	padding: 10px 5px 5px 15px; height:155px;
	}


.title,
.title2 {
	margin-bottom:14px; height:20px;
	}

.title img,
.title2 img {
	display:none;
	}


.title p,
.title2 p {
	font-size:16px;
	line-height:20px;
	font-weight:bold !important;
	vertical-align:left;
	padding:0;
	}


.text,
.text2 {
	height:126px; overflow-y:scroll;
	}



/* IE6以下でpng表示 */
img { behavior: url(../js/iepngfix.htc);}
