* {
	margin: 0;
	padding: 0;
}

body {
	background: #16216c;
	color: #ffffff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	line-height:170%;
}

h1,h2 {
	clear: both;
}


em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

small {
	font-size: 10px;
	line-height:160%;
}

#container {
	width: 720px;
	height: auto;
	margin: 10px auto;
	background: #fffbe8;
	color: #111;
}

#menu {
	width:720px;
	height:24px;
	padding-top: 100px;
	background: #16216c url(./img/topban.jpg)  no-repeat top;
}

#main {
	width: 455px;
	float: left;
	margin: 5px;
	color: #111;
	font-size:12px;
}

#sub {
	width: 240px;
	margin: 10px 5px 5px 0;
	padding:4px;
	float: right;
	border: solid 1px #ccc;
	background: #fff;
	color: #115;
	font-size:11px;
}

#footer {
	width:720px;
	height:125px;
	clear: both;
	background: #16216c url(./img/footban.jpg)  no-repeat top;
}

#menu ul {
	list-style:none;
}	

#menu li {
	width:88px;
	height:24px;
	float:left;
	margin:0 1px;
	background:url('img/tag-b.jpg') #fffbe8;
	color:#ff7;
	text-align:center;
}	

#menu li a {
	text-decoration: none;
	color:#333;
}	

#menu li a:hover {
	text-decoration: none;
	color:#fff;
}	

#menu .here {
	background:url('img/tag-a.jpg') #fffbe8;
	color:#00f;
}

#main h1 {
	margin-top: 5px;
	padding-left:5px;
	font-size:18px;
	background: #16216c;
	color: #fff;
	border-top:solid 2px #fa0;
	border-bottom:solid 2px #a00;
}

#main h2 {
	margin-top: 10px;
	padding-left:5px;
	font-size:16px;
	background: #fff;
	color: #0d5fff;
	border-top:solid 2px #fa0;
	border-bottom:solid 2px #fa0;
}

#main p {
	padding-left:10px;
}

#main ul {
	padding-left:25px;
}

#main .title {
	width: 125px;
	float: left;
	padding-left:15px;	
	color: #119;
	font-weight: bold;
}

#main .contents {
	width: 310px;
	float: left;
}

#sub h2 {
	margin-top: 10px;
	font-size:14px;
	color: #0d5fff;
	text-decoration: underline;
}

#sub img {
	margin-top: 10px;
}
	
