@charset "utf-8";
#wrap {
	width: 810px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}


body,td,th {
	font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, HGPｺﾞｼｯｸ, Osaka;
	font-size: 14px;
	color: #333;
}


body {
	background-image: url(../images/slash.png);
}


a:link {
	color: #333;
	text-decoration: none;
}


a:visited {
	color: #069;
	text-decoration: none;
}


a:hover {
	color: #C33;
	text-decoration: underline;
}


a:active {
	color: #C33;
	text-decoration: none;
}



#sidebar {
	float: left;
	height: auto;
	width: 215px;
	background-color: #FFF;
}



.logo {
	height: 160px;
	width: 210px;
	background-color: #FFF;
}



.menu {
	height: auto;
	width: 210px;
}



.main {
	float: right;
	height: auto;
	width: 585px;
	background-color: #FFF;
}



.header {
	height: 160px;
	width: 583px;
	background-color: #FFF;
}



#content {
	height: auto;
	width: 568px;
}



#footer {
	clear: both;
	height: 44px;
	width: 810px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	line-height: 1.6em;
	background-color: #FFF;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
}



h1 {
	padding-left: 5px;
	border-left-color: #C36;
	border-left-style: solid;
	border-left-width: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}


h2, h3 {
	padding: 3px;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #F0F0F0;
}


#ron {
	padding-right: 20px;
	padding-left: 20px;
}


ol#lr {
	list-style-type: lower-roman;
}


#wrap .main #ron .daitori {
	text-align: right;
}

