@charset "Shift-JIS";

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

/* セレクタ */
body {
	margin: 0px;
	padding: 0px;
	}
div {
	color: #033;
	font-family: "Verdana", "Osaka","ＭＳ ゴシック","ヒラギノ角ゴ 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;
	}

/* セレクタ */

table {
	border-collapse: separate;
	border-spacing: 2px;
	}
table.list {
	table-layout: fixed;
	width: 160px;
	border-collapse: separate;
	border-spacing: 2px;
	}
table.list td {
	text-align: center;
	font-size: 80%;
        padding: 4px 6px;
	border-style: solid;
	border-color: #fff;
	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/button_p.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: 150%;
	color: #033;
	}	/* 標準フォントの小サイズ */
.com_in {
	padding: 0px 0px 0px 20px;
	font-size: 90%;
	line-height: 130%;
	color: #033;
	}	/* Margin */

.title {
	padding: 50px 0px 0px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #06f;
	}
.red {
	color: #f00;
	}

.blue {
	color: #30C;
	font-weight: 600;
	}
.blue2 {
	color:#06c;
	line-height:150%;
	}
.small {
	font-size: 80%;
	}
.strong {
	color: #f00;
	font-weight: 600;
	}
.bold {
	font-weight: 600;
	}
.line { line-height:150%; }

/* レイアウト */


#layout {
	margin: 60px 20px 0px 50px;
	padding: 0px;
	width: 660px;
	}

/* フッター */
.footer {
	margin: 16px 10px 0px 10px;
	padding: 0px 0px 0px 30px;
	border-top: 1px dashed #088;
	text-align: center;
	}

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