@charset "Shift_JIS";         /* 文字コードの設定 */

/* CSSによる縦型ナビゲーション */

#v_navi {
	margin: 0;
	background:#e3e3e3;
	float: left;
	width: 180px;
}

#v_navi ul {
	text-indent: 0px;
}

#v_navi li {
	color:#666;
	margin:0;
	display:block;
	list-style-type: square;
	font-size: small;
	line-height: 2em;
}

#v_navi li a {
	color:#666;
}

#v_navi li a:hover {
	color:#306;
}

.top_title {
	margin:0;
	padding:10px;
	font-style: normal;
	text-align: center;
	font-size: medium;
	background-color: #cce;
}

.top_title strong{
	font-size:larger;
	font-weight: bold;
	letter-spacing: 1em;
}

#contents_wrap {
}

#catch {
	font-size: xx-large;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	border-color: #cccc00;
	margin: 0;
	padding: 0;
}

#right_contents {
	text-align: center;
	float: none;
	margin: 0 0 0 180px;
	padding: 0;
}

#bunsyou {
	background-color: #ffc;
	padding: 0.5em 2em;
	margin: 0;
	font-size: small;
}

