@charset "Shift_JIS";
/* body 
----------------------------------------------------------- */
body {
	font: 80%/1.4 Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', san-serif;
}
/*
 margin,padding 指定
----------------------------------------------------------- */
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,address,
ol,ul,li,dl,dt,dd,span,table,th,td,form,fieldset,caption,hr,br  
{
	margin:  0;
	padding: 0;
    }

/*
 font 指定
----------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	/*font-weight: normal;*/
}
address,strong,em,cite {
	font-style: normal;
	font-weight: normal;
}
/*
floatの回り込み解除を親要素で処理
----------------------------------------------------------- */
/*
IE用
----------------------- */
div {
	zoom: 100%;
}
/*
firefox,opera用
----------------------- */
div:after {
	content: "."; /* 新しい要素を作る */
	display: block;/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear {
	clear: both;
}
/*
印刷非表示
---------------------*/
.img_url,
#menu,
#yurai1,
#counter,
#bnr,
#kodawari1,
#access1,
#up,
#img_tonpooh_page,
.ptint_none {
	display:none;
}
/*
配置
---------------------- */
.print_left {
	float: left;
	margin: 0px 5px 0px 0px;
}
.access2 dd {
	padding-left: 20px;
}
.menu1 li,
.menu2 li {
	margin: 0px 0px 0px 30px;
}
.kodawari {
	float: left;
	width: 50%;
}
/*
印刷時のみ表示
---------------------*/
#print {
	margin: 0px 0px 10px 0px;
	color: #F00;
}
/*
太字
---------------------*/
#kodawari2 dt,
.access2 dt,
.type dt {
	font-weight: bold;
}
/*
 注目要項
----------------------- */
.txt_attention,
.txt_setumei,
.tukemen,
.setumei
.type dt,
.type dd {
	margin: 0px 0px 0px 30px;
	color:#00C
}
/*
リンクのURIを表示する記述
---------------------*/
.print_url/a:after {
	content:" ( "attr( href ) " )";
	color: #000;
}
