/*全体*/
a:visited   {color:#666666}
a:hover     {color:#800000}

body, blockquote, h1, h2, h3, h4, h5, h6, p{
margin:0;
padding:0;
font-family:"ms pゴシック","ヒラギノ角ゴ Pro W3","Osaka";
}

body{
text-align:center;
background-color:ffffff;
}

/*テキスト右に回りこみ*/
.img_l{
float:left;
margin-right:1em;
}

.clear_l{
clear:both;
}

div.att3 {
	margin: 0px 10px 10px 10px;
	padding: 10px;
	border: 1px #999999 solid;
	text-align:left;
}


/*流れ下矢印の太字等に*/
.big{
font-size:140%;
font-weight:bold;
}

/*字・頭下げ*/
.p{
margin-top:1em;
text-indent:1em;
}

/*フラットなp*/
.pf{
text-indent:1.5em;
}

.mar{margin:1em 0em;}
.red{color:#cc0000;}
.blue{color:"0000cc";}
.s{font-size:80%;}
.b{font-weight:bold;}

h1{
font-size:180%;
margin-top:0.4em;
line-height:110%;
border-bottom:1px double;
}

hr{
margin:0.1em;
}

h2{
font-size:160%;
margin-top:20px;
}

h3{
font-size:140%;
margin-top:1em;
margin-bottom:0.5em;
border-left:10px solid #0033cc;
border-bottom:1px solid #0033cc;
padding:0.2em 0.5em;
line-height:120%;
}

h4 {
	font-size: 100%;
	color: #333333;
	border-left: 5px #666666 solid;
 border-bottom: 1px #999999 dotted;
	padding: 3px 0px 3px 12px;
 margin: 1em 0em;
}

h5{
font-size:100%;
margin:0.5px;
}

blockquote{
margin:0px 20px;
}

/*全体*/

#box{
width:650px;
margin:0 auto;
text-align:left;
}

/*１枚ページ*/
#full{
width:100%;
margin-top:1em;
line-height:130%;
}

/*へッダー*/
#hed{
font-size:80%;
line-height:110%;
background-color:#eaf3fd;
padding:4px;
text-align:right;
}

/*フッダー*/
#foot{
font-size:80%;
}

.f2{
background-color:#eaf3fd;
text-align:right;
}

img{
float:left;
margin-right:0.5em;
}

/* 定義リスト */
dl {
	margin-top: 1em;
	margin-bottom: 1em;
}
dt {
 font-weight:bold;
 margin-top: 1em;
}
dd {
	padding-left: 40px;
}