A:link {
	color: #003366;
}
A:visited {
	color: #990000;
}
A:active {
	color: #ff0000;
}
A:hover {
	color: #ff0000;
}

body {
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	background-image: url(../images/common/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ================== 文字 ================== */
.note {
	text-indent: 0em;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
em {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
	font-style: normal;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin: 10px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin: 5px;
}
th {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
blockquote {
	margin-top: 0px;
	margin-left: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	margin: 5px;
	text-indent: 1em;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 120%;
}
p.n {
	text-indent: 0em;
}
ul,ol {
	font-size: 14px;
	margin-top: 0px;
	line-height: 130%;
}
div.m {
	margin: 5px;
	font-size: 14px;
	line-height: 120%;
}

/* ================= ボタン ================= */
.Bt {
	font-size       : 16px;
	font-family     : "Times New Roman", Times, serif;   /* 文字フォント*/
	font-weight     : bold;
	color           : #ffffff;
	cursor          : hand;
	background-color: #666666;
	border-top      : 1px double #333333;
	border-bottom   : 1px double #333333;
	border-left     : 1px double #333333;
	border-right    : 1px double #333333;
}

.Bt2 {
	font-size       : 16px;
	font-family     : "Times New Roman", Times, serif;   /* 文字フォント*/
	font-weight     : bold;
	color           : #333333;
	cursor          : hand;
	background-color: #ffffff;
	border-top      : 1px double #333333;
	border-bottom   : 1px double #333333;
	border-left     : 1px double #333333;
	border-right    : 1px double #333333;
}

/* ================== 段組 ================== */
#maincontents {
	width: 770px;
}
#leftheader {
	width: 385px;
	height: 20px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	vertical-align: middle;
	background-color: #666666;
}
#rightheader {
	width: 385px;
	height: 20px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	background-color: #666666;
}
#title {
	width: 770px;
}
#navigation {
	width: 180px;
	float: left;
	margin: 0px;
	background-color: #666666;
}
#content {
	width: 590px;
	float: right;
	margin: 0px;
	background-color: #ffffff;
}
#footer{
	clear: both;
	background-color: #ffffff;
	width: 770px;
}
.comment {
	width: 580px;
	margin: 5px;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
}

/* ============ ナビゲーションバー ============ */
.category {
	margin: 3px;
	color: #ffffff;
}

#navbar {
	width: 175px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

ul#navbar li {
	width: 175px;
	float: left;
	text-align: left;
}

ul#navbar li a {
	display: block;
	width: 175px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	background-color: #666666;
	color: #ffffff;
}

ul#navbar li a:hover {
	background-color: #eeeeee;
	color: #000000;
}

ul#navbar li span {
	display: block;
	width:auto;
	padding: 4px;
	text-decoration: none;
	background-color: #666666;
	color: #ffffff;
}

ul#navbar li div {
	display: block;
	width: 175px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
}

/* ボタン */
#button {
	width: 100px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

ul#button li {
	width: 100px;
	float: left;
	text-align: center;
	border: 1px solid #666666;
}

ul#button li a {
	display: block;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	background-color: #999999;
	color: #ffffff;
}

ul#button li a:hover {
	background-color: #eeeeee;
	color: #000000;
}


