@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #666;
	background:url(images/bg_top.gif) repeat-x;
	background-color: #FFF;
	text-align: left;
}
a {
	color: #09F;
	text-decoration: none;
	font-weight: 800;
	font-size: 15px;
}
a:hover {
	color:#F00;
	text-decoration:underline;
}
#wrap {
	width: 100%;
	background: url(images/sidebar.gif) repeat-y;
}
#contents {
	width:780px;
	padding-top: 80px;
}
#main {
	float:left;
	width: 626px;
	text-align: center;
	display:inline;
}
#sidebar {
	float: left;
	width: 154px;
	display:inline;
}
#sidebar ul{
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
#sidebar li{
	line-height:2.5em;
	list-style-type: none outside;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar li a {
	outline:none;
	padding-left:30px;
	display:block;
	background-color:#FFF;
}
#sidebar li a:hover {
	color:#FFF;
	background-color:#F30;
	text-decoration:none;
	font-size: 20px;
}
#footer {
	text-align:center;
	background: url(images/bg_bottom.gif) repeat-x;
	font-size: 11px;
	color: #999;
	padding-top: 10px;
	padding-bottom: 50px;
}
.prof {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	text-align: left;
}
.prof ul {
	list-style-type: square;
	padding-left: 20px;
}
.prof li {
	margin-bottom: 5px;
}
h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #F00;
}
.top_img {
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
