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

* {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

body {
	height: 100%;
	font-size: 100%;
	text-align: center;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS PGothic",Osaka,sans-serif;
	background: url(../image/background.jpg) repeat-x;
}

td,tr,th {
	font-size: 90%;
}

a, a:link {
	color: #002da0 !important;
	text-decoration: none;
}

a:visited {
	color: #4A78E9 !important;
}

a:hover {
	text-decoration: underline !important;
	}

h1,h2,h3,h4,h5,h6,blockquote,dt {
	font-weight: bold;
	margin: 0;
	text-align: left;
}

h1 {
	font-size: 200%;
	margin-left: 15px;
}

h1.title {
	font-size: 110%;
	background : url(../image/midashi.png) no-repeat;
	padding: 0 0 10px;
	margin-left: 0;
}

h2 {
	font-size: 110%;
	background : url(../image/midashi.png) no-repeat;
	padding: 0 0 15px 15px;
}

h3 {
	font-size: 100%;
	background : url(../image/icon.png) no-repeat;
	padding: 0 0 15px 25px;
}

h4,h5,h6 {
	font-size: 90%;
}


p,select {
	margin: 0;
	font-weight: normal;
}

blockquote,dt {
	margin: 0 10px 8px 10px;
}

blockquote span,dt span,h4 span {
	background:url(../image/submenu-icon.png) no-repeat left center;
	padding-left:14px;
}

blockquote p,dd {
	line-height: 120%;
	margin: 0px 15px 15px 15px;
}

ul,ol {
	margin: 0 0 0 24px;
	list-style-position: outside;
}

ul.menu {
	display: block;
	width: 148px;
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
	text-align: left;
}

ul.menu li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #AEAEAE;
}

p.content-main {
	display: block;
	margin: 0 0 35px;
	padding;
}