
body {
	color: #333333;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #F0F0F0;
	background-image: url(image/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: none;
}

h1 {
	padding: 0px;
	margin: 20px 0px;
	font-size: 22pt;
	color: #ffffff;
}


h2 {
	font-size: 14px;
	color: #ffffff;
	margin: 0px 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 0px;
}

h2 a:link {
	color: #4AD3D3;
}
h2 a:visited {
	color: #4AD3D3;
}
h2 a:hover {
	color: #4AD3D3;
	text-decoration: none;

}
h2 a:active {
	color: #4AD3D3;
}

#hed {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
	width: 760px;
}

#header {
	background-color:#336699;
	height:199px;
	width: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background-image: url(image/nc.gif);
	background-repeat: no-repeat;
}

/* *************** ボックス領域 *************** */

#main {
	font-size: 11pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: auto;
}

/* *************** コンテンツ領域 *************** */

#content {
	width: 548px;
	padding: 0px 0px 10px;
	margin: 40px 0px 0px 0px;
	float: left;
}

#content h2 {
	font-size: 16px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000099;
	border-left-color: #000099;
	padding-left: 8px;
	padding-bottom: 2px;
}

#content h3 {
	font-size: 14px;
}

.place {margin-bottom:40px;}

.sequel {
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-bottom:30px;
}

.title_1 {
	font-size:16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 3px;
}

/* *************** 右側サイドメニュー領域 *************** */

#sidebar {
	width: 196px;
	height: auto;
	margin: 20px 0px 0px 0px;
	float:right
}

.site_title {
font-size:14px;
border-right:2px solid #7a7a7a;
border-bottom:4px solid #535353;
border-left:1px solid #999;
background:#000066;
padding:3px 0px 3px 8px;
color:#FFFFFF;
margin:0px;
}

#sidebar dl {
margin:0px;
}

#sidebar dt { /* カテゴリー名 */
font-size:13px;
background:#eeeeee;
color:#595959;
font-weight:bold;
margin: 0px;
padding:3px 3px 2px 8px;
border-right:2px solid #7a7a7a;
border-bottom:4px solid #535353;
border-left:1px solid #999;
}


#sidebar dd {
font-size:12px;
margin:3px 0px;
}

#sidebar dd a{
text-decoration:none;
display:block;
padding:3px 0px 3px 20px;
border-bottom:1px dashed #999;
background:url(image/ikon.gif) no-repeat 0px 3px;
}


#sidebar dd a:hover { /* エントリー名(hover時) */
background-color:#ffffe5;
}

/* *************** フッター領域 *************** */

#footer {
	font-size: 12px;
	background-color: #888D91;
	text-align: center;
	margin: 0px;
	display: block;
	text-decoration: none;
	clear: both;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
}

#footer a{
	color: #FFFFFF;
}

.tope {
	margin: 12px;
	font-size: 12px;
	text-align: center;
	clear: both;
}

#desc {
	line-height:1.4em;
	background:#FFFFFF;
	border-bottom:#666 solid 4px;
	border-right:#595959 solid 3px;
	border-top:#e6e6e6 solid 1px;
	border-left:#d9d9d9 solid 1px;
	padding:10px 12px;
	margin-bottom: 50px;
}
