@charset "utf-8";
/*---------------------------------------------------*/
/* 初期設定
-----------------------------------------------------*/
body {
	color: #555;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #7606C8 url(../images/moder.png) repeat-x fixed center;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
strong {
	font-weight: bold;
	color: #0083d7;
}
em {
	color: #666666;
	font-style: italic;
	font-size: 113%;
}
#frame {
	width: 1275px;
	margin: 0 auto;
}
header.namae {
	height: 70px;
	line-height: 70px;
	text-align: right;
	background: #000 url(../images/logo.png) no-repeat 20px center;
	margin: 20px 0 5px;
}
header.namae h1{
}
header.namae h1 a{
	display: block;
	padding-right: 20px;
	text-decoration: none;
	color: #7606C8;
}
#mainContent {
	margin-bottom: 5px;
	padding: 20px 0 0;
	background: url(../images/bg.png) repeat-y center top;
}
article {
	width: 980px;
	float: right;
	display: inline;
}
article section {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 20px;
}
#sidebar {
	width: 260px;
	float: left;
	display: inline;
	margin-left: 15px;
}
footer {
	background: #000000;
	color: #7606C8;
	line-height: 30px;
	margin-bottom: 20px;
	clear: both;
}
.img {
	margin-bottom: 10px;
}
div.caution p {
	background: #eeeeee;
	padding: 10px;
}
#frame #mainContent article section div {
	margin: 30px;
}
article section h5 {
	text-decoration: underline;
}

/*---------------------------------------------------*/
/* CONTENT
-----------------------------------------------------*/
article header h2{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #853B4A;
	line-height: 50px;
	border: 1px solid #7606C8;
	width: 920px;
	margin: 0px 0px 15px 30px;
}
article h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted;
	color: #853B4A;
}
article h3       {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #563784;
	border-style: none;
	padding: 0px;
}
article h4 ,#frame #mainContent article section div h2{
	font-weight: bold;
	font-size: 14px;
}
article p, article table {
	margin-bottom: 15px;
}
#frame #mainContent article section blockquote {
	padding-left: 35px;
	border-left-width: 5px;
	border-left-style: double;
	margin: 20px 0px 20px 150px;
}
article ol {
	list-style: decimal;
	margin-bottom: 15px;
	padding-left: 25px;
}
article ul {
	margin-bottom: 15px;
}
article ul li {
	margin-bottom: 5px;
	list-style: disc;
	margin-left: 20px;
}
article dl {
	margin-bottom: 15px;
}
article dl dd {
	padding: 3px 0;
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
}
article dl dt {
	font-weight: bold;
}
article div.base table {
	margin-bottom: 15px;
	border: 1px solid #666666;
	width: 100%;
}
article section table th {
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	color: #fff;
	background: #006699;
	border: 1px solid #666666;
}
article section table td {
	text-align: left;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #666666;
}
/*---------------------------------------------------*/
/* MENU
-----------------------------------------------------*/
#sidebar h2 {
	background: #4F0051;
	color: #6F6B00;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#sidebar nav {
	margin-bottom: 20px;
}
#sidebar ul, #sidebar dl {
	width: 100%;
}
#sidebar ul li, #sidebar ul dt, #sidebar ul dd {
	text-align: left;
	margin-bottom: 15px;
}
#sidebar nav dt {
	margin: 0;
	padding: 0;
	font-size: 13px;
	margin-bottom: 2px;
	text-align: left;
	background: #4F0051;
}
#sidebar nav dl dt a {
	color: #6F6B00;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#sidebar nav dl dt a:hover {
	background: #2C1F32;
}
#sidebar nav dd {
	margin: 0;
	padding: 0;
	font-size: 13px;
	margin-bottom: 2px;
	text-align: left;
}
#sidebar nav dd a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
}
#sidebar nav dd a:hover {
	background: #181818;
}
#sidebar a.mari {
	display: block;
	margin-bottom: 20px;
}
/*---------------------------------------------------*/
/* 解除
-----------------------------------------------------*/
p:after, ul:after, div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clea:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clea {
	zoom: 1;
}
