@charset "utf-8";
/*　(C) Copyright SHOEISHA.Co.,Ltd. 2010 */

/*reset*/
*
{
	margin:0;
	padding:0;
}


body
{
	font-size: 90%;
	line-height: 1.5em;
	color: #000;
	text-align: center;
	margin:30px 0 0 0;
	background : #ccccce url(../image/background.jpg) repeat-x;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS PGothic",Osaka,sans-serif;
}

h1
{
	color: #666;
	font-size: 130%;
	line-height:1.5em;
	margin:1em 0;
	padding-left:1.5em;
	background : url(../image/midashi.png) no-repeat;
	background-position: 0px;
}

h2,h3 
{
	font-size: 130%;
	line-height:1.5em;
	margin:1em 0;
	padding-left:1.5em;
	background : url(../image/midashi.png) no-repeat left bottom;
}

h2
{
	border-bottom: #666 1px solid;
}

h3 
{
	border-bottom: #666 1px dotted;
}

h4
{

	font-size:110%;
	color:#666;
	margin:1em 0 0 0;
	padding:0.3em;
	border-top:#999 1px solid;
	border-right:#999 1px solid;
	border-left:#999 1px solid;
	background : url(../image/midashi2.png) repeat-x;
}

/*link*/
a, a:link {
	color: #002da0;
	text-decoration: none;
	}

a:visited {
	color: #4A78E9;
}

a:hover {
	text-decoration: underline;
	}

/*list*/
ul
{
	margin: 0 0 0 2em;

}

ul li
{
	margin: 0.5em 0;
}

/*clear*/
.clear
{
	clear: both;
}

/*table*/
dl {
	width:auto;
	background:#EAEAEA;
	border:#999 1px solid;
	margin-bottom:1.5em;
}

dt {
	color:#666;
	float: left;
	margin:0 1em 0;
	padding: 10px 0;	
	font-weight: bold;
	line-height: 150%; 
	display: inline;
}

dd {
	margin:0 1.5em 0;
	padding: 10px 0;
	line-height: 150%;
}
