@charset "utf-8";
/* CSS Document */

/* 全体、大枠の設定 */
h1, h2, h3, h4, p, ul, li, ol, blockquote, form, img, table, dl, dt, dd, p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	border-style: none;
}
body {
	margin: 0px;
	padding: 0px;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #2d4d9f;
}
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bothclear {
	clear: both;
}

/* 大枠 */
#wrapper {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー */

#header {
	position: relative;
	clear: both;
	height: 143px;
}
#line {
	height: 3px;
	background: #FF54C0;
}
#description {
	color: #003399;
	height: 20px;
	display: block;
	background: #FFFFFF;
	line-height: 17px;
	text-indent: 10px;
	width: 500px;
	float: left;
}
#menulink {
	height: 20px;
	margin-right: 10px;
	float: right;
	width: 250px;
}
#menulink li {
	float: right;
	width: 70px;
	line-height: 20px;
	text-align: center;
}
#menulink a {
	text-decoration: none;
	color: #CC3399;
}
#menulink a:hover {
	text-decoration: underline;
}



/* メイン */

#contents {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 570px;
	float: right;
}
#main h1 {
	background: url(../images/itilebg.gif) repeat-x;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #FC0EA3;
	line-height: 30px;
	text-align: center;
}
#main h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 10px;
	border-left: 15px solid #FF33CC;
	text-indent: 5px;
	clear: both;
}
#main p {
	line-height: 16px;
}


/* トップに戻る */
.pagetop {
	text-align: right;
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.pagetop a {
	color: #666666;
}

/* サイドバー */
#contents #sidebar {
	float: left;
	width: 210px;
	background: url(../images/side_bg.gif) repeat-x top;
	height: 400px;
}
#sidebar ul {
	color: #3333CC;
	font-weight: bold;
}
#sidebar li {
	list-style-type: none;
	line-height: 25px;
	text-indent: 10px;
}
#sidebar li a {
	color: #3333CC;
	text-decoration: none;
	display: block;
}
#sidebar li a:hover {
	background: #39A7DC;
	color: #CAFFFF;
}
#sidebar #PR {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 18px;
	margin-top: 350px;
}
#sidebar #PR a {
}
#sidebar #PR a:hover {
	text-decoration: underline;
}
#category {
	margin-top: 20px;
}
.sublist {
	padding-left: 20px;
}
.backno a {
	color: #0066FF;
	line-height: 25px;
	border-top: 1px dashed #99FFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #99FFFF;
	border-bottom-color: #99FFFF;
	border-left-color: #99FFFF;
	text-indent: 10px;
	padding-top: 10px;
	margin-top: 20px;
	display: block;
}


/* パンくず */

#topicpath a {
	height: 30px;
	color: #525252;
	line-height: 30px;
	margin-left: 10px;
}

/* ページ先頭へ */

.toppage {
	clear: both;
	line-height: 50px;
	padding-left: 440px;
}


/* フッター */

#footer {
	color: #666666;
	clear: both;
	border-top: 6px solid #FF67F6;
	background: #E6E9F0;
	line-height: 16px;
	padding: 0px 10px 10px;
	text-align: center;
}
* html #footer { /* IE 4～6 */
	padding: 0px 10px 10px 10px;
}
*:first-child+html #footer { /* IE 7 */
	padding: 0px 10px 10px 10px;
}
