@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

.wrap {
	display: block;
	width: 800px;
}

a:link {
	color:#E4AB06;
	text-decoration:underline;
}

a:visited {
	color:#E4AB06;
	text-decoration:underline;
}

a:hover {
	color:#E4AB06;
	text-decoration:none;
}

a:active {
	color:#E4AB06;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------ヘッダー-----*/

h1 {
	display: none;
}

.logo {
	width: 800px;
	background-image: url(../img/img_logo.gif);
	background-repeat: no-repeat;
	height: 59px;
	display: block;
	margin-top: 22px;
}

/*--------------------------------------------------------------------------------コンテンツ-----*/

.main {
	width: 800px;
	margin-top: 15px;
}

.sidenavi {
	width: 200px;
	float: left;
}

.sidettl {
	margin: 0px;
	padding: 0px;
}

.sidebox {
	width: 180px;
	background-image: url(../img/bg_01.gif);
	background-repeat: repeat-y;
	padding: 10px;
	text-align: left;
}

.sidebox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sidebox li {
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.boxbg {
	width: 200px;
	background-image: url(../img/img_01.gif);
	background-repeat: no-repeat;
	display: block;
	height: 8px;
	margin-bottom: 15px;
}

.content {
	width: 560px;
	border: 1px solid #D4D4D4;
	float: right;
	text-align: left;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.date {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin-top: 15px;
}

h3 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 0px;
	color: #333333;
}

/*--------------------------------------------------------------------------------コンテンツ-----*/

.footer {
	height: 20px;
	background-color: #8E8E8E;
	clear: both;
}

.copy {
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 5px;
	text-align: right;
	width: 800px;
}

/*--------------------------------------------------------------------------------テキスト-----*/

.txt_medium_0 { font-size: 12px; line-height: 110%; color: #333333; }
.txt_medium_1 { font-size: 12px; line-height: 130%; color: #333333; }
.txt_medium_2 { font-size: 12px; line-height: 150%; color: #333333; }
.txt_medium_3 { font-size: 12px; line-height: 170%; color: #333333; }
.txt_medium_4 { font-size: 12px; line-height: 190%; color: #333333; }
