/* 全体の設定 */
* {
	padding:0px;
	margin:0px;
}

p {
	text-indent: 1em;
	padding: 2px;
	margin: 5px 10px 20px 10px;
}

li {
	margin-left:1.5em;
}

body {
	text-align:	center;
	background-color: #f0f0f0;
	background-image: url("./images/body_back.png");
}

body div{
	text-align:	left;
	margin: 0 auto;
	border-color:#e0e0e0;
}



div.container {
	margin-top: 3px;
	margin-bottom: 20px;
	width: 732px;
}

a {
	font-weight:bold;
	font-family:sans-serif;
	text-decoration:none;
	color: #303080;
}

a:hover {
	background-color:#000080;
	color:#ffff00;
 }

/* トップタイトル */
div.title {
	height:64px;
}

/* メイン */
div.main {
	width: 520px;
	margin: 10px 0px 10px 8px;
	float: right;
	border-style:solid;
	border-width: 1px;
	border-color: #3030a0;
	background-color: #f8f8ff;
}

h2.main {
	letter-spacing: 2px;
	padding: 3px 0px;
	color: #ffffff;
	border-style:solid;
	border-width: 2px;
	border-color: #0000ff;
	background-color:#000080;
	text-align: center;
}

h3 {
	font-size: 16px;
	width: 60%;
	margin: 20px 10px;
	padding: 3px 0px;
	border-width: 1px 0px;
	border-style: solid;
	color: #603030;
	text-align: center;
	background-color: #f0f0e0;
	border-color: #808030;
}
/* 左側 */
div.left_col {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
}

/* メニュー */
div.menu {
	width: 200px;
	line-height: 2.5em;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url("./images/blackboard.png");
	background-repeat: no-repeat;
	background-position: 30px 220px;
	background-color:#f0f0f0;
	border-style: solid;
	border-width: 1px;
	border-color: #80f000;
}

h1.menu {
	text-align:center;
	font-size: 18px;
	width: 100%;
	height: 32px;
	border-style:solid;
	border-width: 1px 0px 1px 0px;
	color: #008080;
}

div.qanda {
	line-height: 2.5em;
	padding-left: 20px;
}

/* ニュース関連 */
div.news_top{
	width: 370px;
	height:10px;
	background-image: url("./images/news_back_top.png");
	background-position:bottom;
	background-repeat: no-repeat;
}

div.news_tail{
	width: 370px;
	height:10px;
	background-image: url("./images/news_back_tail.png");
	background-position:top;
	background-repeat: no-repeat;
}

div.news_list{
	padding:0px;
	width:370px;
	background-image: url("./images/news_back.png");
}

