@charset "utf-8";

/*reset*/
*
{
	margin:0;
	padding:0;
}


body
{
	font-size: 90%;
	line-height: 1.5em;
	color: #000;
	text-align: center;
	margin: 0;
	background : #ffe8f3 url(../image/background.png) repeat-y;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS PGothic",Osaka,sans-serif;
}

#ah1
{
	font-size: 210%;
	line-height:1em;
	color: #63363d;
	padding:20px;
}

#ah2,#ah3,#ah4
{
	margin:1em 0;
}

#ah2 
{
	color:#fff;
	font-size:120%;
	padding-left:0.5em;
	background : url(../image/midashi.png) no-repeat;
}

#ah3 
{
	font-size:110%;
	padding-left:1.5em;
	background : url(../image/icon.png) no-repeat left center;
	border-bottom:2px dotted #fff;
}

#ah4
{
	font-size: 100%;
	line-height:1.5em;
	height:1.5em;
	color:#63363d;
	padding-left:0.3em;
	border-top:1px solid #63363d;
	border-bottom:1px solid #63363d;	
}


/*link*/
a:link,a:visited
{
	color : #090;
}

a:hover
{
	text-decoration: none;
	color: #cfe808;
}

/*list*/
ul
{
	margin: 0 0 0 2em;

}

ul li
{
	margin: 0.5em 0;
}

/*clear*/
.clear
{
	clear: both;
}

/*table*/
dl {
	width:auto;
	border-top:thin dotted #63363d;
	border-left:thin dotted #63363d;
	border-right:thin dotted #63363d;
	background:#fff;
	margin-bottom:1.5em;
}


dt {
	color:#63363d;
	float: left;
	margin:0 1em 0;
	padding: 10px 0;	
	font-weight: bold;
	line-height: 150%; 
	display: inline;
}


dd {
	padding: 10px 0;
	line-height: 150%;
	border-bottom: dotted thin #63363d;
}