@charset "Shift-JIS";

/* 背景の色 */
.leftcolor {
	background: #ff9;
	}
.rightcolor {
	background-color: #fff;
	background-image: url(../images/bk_3w.jpg);
	}

/* セレクタ */
body {
	margin: 0px;
	padding: 0px;
	}
div {
	color: #033;
	font-family: meiryo,Verdana,"ヒラギノ角ゴ Pro W3";
	}

/* リンク */
a:link, a:visited {
	text-decoration: none;
	color: #008080;
	font-weight: bold;
	}
a:hover, a:focus {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
	}

/* セレクタ */
h2 {
	color: #ffffff;
	font-size: 100%;
	background-color: #99DAF5;
	border-color: #fff;
	border-style: none;
	border-width: 1px 0px 1px 0px;
	margin-bottom: 0px;
	margin-top: 1em;
	padding: 3px;
}

h3 {
	padding-left: 2px;
	font-weight: bold;
	font-size: 100%;
	font-weight: bold;
	margin: 1.5em 0px 0px;
	}

h6.sp {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size:14px;
	color:#666;
	}

table {
	border-collapse: separate;
	border-spacing: 2px;
	}
table.list {
	table-layout: fixed;
	width: 160px;
	border-collapse: separate;
	border-spacing: 2px;
	}
table.list td {
	font-size: 80%;
	padding: 4px 6px;
	text-align:center;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 0 1px 0;
	}
blockquote {
	font-size: 80%;
	line-height: 200%;
	margin: 0px 0px 0px 20px;
	}

ul {
	margin-top: 1em;
	margin-left: 3em;
	margin-right: 3em;
	font-size: 90%;
	line-height: 130%;
	}

li {
	list-style-positin: inside;
	list-style-image: url(../images_05/button_gy.gif);
	margin-bottom: 2px;
	}

hr {
	border-style: solid;
	border-color: #088;
	border-width: 1px;
	}

hr.stop {
	border-style: dashed;
	border-color: #ccc;
	border-height: 1px;
	margin: 0px 30px;
	}

/* コメント */
.menu {
	border-style: solid;
	border-color: #69c;
	border-width: 0px 1px 1px 0px;
	padding: 3px;
	}
.com {
	font-size: 80%;
	line-height: 120%;
	color: #033;
	}	/* 標準フォントの小サイズ */
.com2 {
	font-size: 12px;
	line-height: 120%;
	color: #666;
	}	/* コメントの灰色文字 */
.com3 {
	font-size: 12px;
	line-height: 150%;
	color: #666;
	}	/* コメントの灰色文字 */
.com90 {
	font-size: 90%;
	line-height: 120%;
	color: #033;
	}	/* 標準フォントの小サイズ */
.com91 {
	font-size: 80%;
	line-height: 120%;
	padding: 2px 0px 0px 20px;
	color: #033;
	}	/* j-topのトピックス項目*/
.title {
	margin: 2px 0px 0px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #06c;
	}
.title2 {
	margin: 2px 0px 0px 30px;
	font-size: 18px;
	font-weight: bold;
	}
.red {
	color: #f00;
	}
.teal {
	color: #008080;
	}
.green {
	color: #008080;
	font-weight: 600;
	}
.blue {
	color: #06c;
	font-weight: 600;
	}
.small {
	font-size: 80%;
	}
.strong {
	color: #f00;
	font-weight: 600;
	}
.bold {
	font-weight: 600;
	}
.lineheight {
	line-height: 200%;
	}

/* レイアウト */


#layout {
	margin: 0px;
	padding: 0px;
	}

#header {
	margin: 10px;
	padding: 0px;
	}
#navi {
	position: absolute;
	top: 54px;
	left: 0px;
	width: 170px;
	padding: 12px 0px 0px 8px;
	border-right: 5px solid #088;
	}

#contents {
	margin: 20px 0px 0px 200px;
	width: 680px;
	padding: 0px;
	}

/* フッター */
.footer {
	text-align: center;
	font-size: 80%;
	margin: 16px 10px 0px 10px;
	border-top: 1px dashed #088;
	clear: both;
	}

.copyright {
	font-size: 12px;
	margin: 0px;
	padding: 12px 20px 20px 20px;
	border-top: 1px solid #088;
	text-align: center;
	}