* {
	margin: 0;
	padding: 0;
}

a {
	color: #006;
	text-decoration: none;
}

a:hover { text-decoration: none;}

body {
	margin: 30px 0 0 0;
	color: #336;
	line-height: 1.5;
	text-align: center;
}

html {
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6,
p {
	margin: 0 0 10px;
}

h1 {
	font-size: 2.4em;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

h1 a {
	background-color: #f0f0ff;
	padding: 0.1em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	margin-bottom: 0;
}

hr {
	margin-bottom: 0.2em;
	color: #FF6F6F;
}

ul {
	list-style-type: circle;
}

img {
	border: 0;
}

.inner {
	padding: 10px;
	overflow: hidden;
}

#sub .inner {
	border: 1px solid #669;
}

#main .inner {
	border: 1px solid #669;
}

#container {
	width: 796px;
	margin: 0 auto;
	text-align: left;
}

#header {
	color: #0000FF;
	background-image: url(main.jpg);
	height: 284px;
	width: 796px;
}

#contents {
	float: left;
	width: 100%;
}

#main {
	float: right;
	width: 546px;
	background: #FFF;
}

#sub {
	float: left;
	width: 250px;
	background: #FFFFDD;
	font-size: 12px;
}
#sub ul {
	margin: 10px;
	padding: 10px;
}
#sub li {
}
#sub li a {
	color: #660000;
}

#footer {
	height:42px; text-align:center;
	clear:both;					/*回り込みを解除する*/
	background-repeat:no-repeat;			/*背景画像を繰り返さない*/
	background-color:#cccccc;			/*フッタ部分の背景色*/
}

