@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font:14px/1.6 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	*font-size:small; /* IE 7 */
	*font:x-small; /* IE 6以下 */
	background:#FFFFFF;
	}
	
html { overflow-y: scroll; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td,img{margin:0;padding:0;}

li{list-style:none;}

img { border:0px; }

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


h3{ font-size:130%; line-height:180%; font-weight:bold; text-align:center;}
h4{ font-size:118%; line-height:180%; text-decoration:underline;}
h5{ font-size:118%; line-height:180%;}

p.left{ text-align:left;}
p.right{ text-align:right;}

#rules_in{ width:680px; padding:10px; font-size:85%;}

#rules_in p{ margin:0.2em auto 0.8em;}

.bold{ font-weight:bold;}
p.indent{ text-indent:1.2em;}
p.indent2{ padding-left:2em;}
p.sub_tit{ padding-left:2em; font-size:108%;}

p.indent3{ text-indent:-1em;}

dl.box{ width:670px; border:double 3px #333333; margin-bottom:20px;}
dl.box dt{ width:12em; float:left; clear:both; text-indent:1em;}
dl.box dd{ margin-left:13.5em;}

dl.box2{ width:670px; border:solid 1px #333333; margin-bottom:20px;}
dl.box2 dt{ width:8em; float:left; clear:both; text-indent:1em;}
dl.box2 dd{ margin-left:9.5em;}

dl.box3{ width:670px; border:solid 1px #333333; margin-bottom:20px; font-weight:bold;}
dl.box3 dt{ width:18em; float:left; clear:both; text-indent:1em;}
dl.box3 dd{ margin-left:18.5em;}

dl.box:after,
dl.box2:after,
dl.box3
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

dl.box,
dl.box2,
dl.box3
{display:inline-block;} /*IE7およびMacIE5向け*/

* html dl.box
* html dl.box2,
* html dl.box3
{height:1%;}

dl.box2,
dl.box3
{display:block;}

dl.box2,
dl.box3
{overflow:hidden;}
/*DWデザインビュー向け　公開時には削除*/