@charset "euc-jp";

* {
	margin: 0;
	padding: 0;
}
header, nav, section, article {
	display: block;
}

a:link, a:visited {
	color: inherit;
}
a:hover, a:active {
	color: inherit;
	text-decoration: none;
}

body {
	background: url(../images/background.png) 40px 0 repeat;
	padding: 40px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	font-family: Verdana, Arial, 'MS UI Gothic', Tahoma;
	color: #67625a;
}
header {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
header h1 {
	width: 157px;
	height: 35px;
	margin-left: 10px;
	margin-bottom: 5px;
	background: url(../images/logo.png) 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header p {
	margin-left: 10px;
}
header img {
	margin-left: -10px;
}
header nav#menu {
	text-align: center;
}
header nav#menu h2 {
	margin-left: 9px;
	margin-right: 10px;
	background: url(../images/mesh.png) 0 0 repeat #ff8ac9;
	padding: 8px 16px;
	text-align: left;
	line-height: 16px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}
header nav#menu ul {
	list-style-type: none;
	margin: 0 auto;
	font-size: 0;
}
header nav#menu li {
	display: inline-block;
	width: 196px;
	margin-top: -1px;
	margin-left: -1px;
	text-align: left;
	font-size: 16px;
}
header nav#menu li a {
	display: block;
	border: 1px #ff8ac9 solid;
	padding: 8px 13px;
	background: #ffffff;
	text-decoration: none;
	color: #ff43a9 !important;
}
header nav#menu li a:hover {
	background: #ffd0e9;
}
header nav#common ul {
	list-style-type: none;
	margin-left: 10px;
}
header nav#common li {
	display: inline-block;
	padding-right: 13px;
}
header nav#common li.now {
	color: #000000;
}

section {
	width: 800px;
	margin: 40px auto;
	text-align: left;
	font-size: 0;
}
section h1 {
	margin-left: 9px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 16px;
	background: url(../images/mesh.png) 0 0 repeat #ff9600;
	border: 4px #ffffff solid;
	line-height: 16px;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}
section article {
	padding: 12px 16px;
	font-size: 13px;
}
section article h2 {
	border-bottom: 1px #ff9600 dashed;
	padding: 0 16px 8px 16px;
	line-height: 16px;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
section dl {
	margin-bottom: 10px;
	padding: 8px 12px;
	line-height: 20px;
}
section dt {
	display: inline;
	border-bottom: 1px #b3b1ad solid;
	padding: 6px;
}
section dd {
	margin-top: -19px;
	margin-bottom: 10px;
	margin-left: 60px;
}
section dl.long dd {
	margin-left: 120px;
}

section.column article {
	display: inline-block;
	width: 400px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
}
section.column article h1 {
	background: url(../images/mesh.png) 0 0 repeat #33312d;
	padding: 8px 16px;
}
section.column article p {
	padding: 0 16px 0 24px;
}
section.column ul {
	list-style-type: circle;
	margin-left: 16px;
	padding-left: 24px;
}

section.table article {
	clear: right;
}
section.table article h1 {
	background: url(../images/mesh.png) 0 0 repeat #33312d;
	padding: 8px 16px;
}
section.table article p {
	padding: 0 16px 0 24px;
}
section.table article dl {
	padding-left: 24px;
}
section.table ul {
	list-style-type: circle;
	margin-left: 16px;
	padding-left: 24px;
}

*.notify {
	color: #33cc66;
}
*.question {
	color: #3366cc;
}
*.thumb {
	float: right;
}