/* 全体指定 */

body {
	margin: 0;
	padding: 0;
	background-image:url(../img/01c.gif);
}

a {
	text-decoration: none;
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.cl {
	clear: both;
}

/* hタグ */

h1,
h2,
h3,
h4,
h5,
h6 {
	width: 470px;
	height: 40px;
	padding-left: 50px;
	font-size: 16px;
	color: #FF0000;
	line-height: 40px;
	letter-spacing: 3px;
	background: url(../img/heading.gif) no-repeat;
	border-bottom: solid 1px #FF0000;
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
	content: "★";
}

/* サイト */

#site {
	width: 800px;
	margin: 10px auto 0 auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* ヘッダー */

#header {
	width: 800px;
	display: table;
}

#header #head-img {
	width: 800px;
	height: 250px;
	display: table;
}

#header #head-img #navi {
	width: 150px;
	height: 200px;
	margin: 20px 0 0 0;
	display: table;
}

#header #head-img ul {
	width: 150px;
	margin: 50px 0 0 0;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
}

#header #head-img ul li {
	width: 120px;
	margin: 10px 0;
	padding-left: 20px;
	color: #FF3300;}

#header ul a:link,
#header ul a:visited {
	width: 100%;
	display: block;
	color: #3366FF;
}

#header ul a:hover {
	text-decoration: underline;
}

/* コンテンツ */

#content {
	width: 800px;
	float: left;
	padding-top: 10px;
	margin-top: 20px;
	color: #666666;
}

/* テキスト */

#content #text {
	width: 530px;
	float: right;
	padding: 0 10px;
	padding-bottom: 20px;
	background: #FFFFFF;
	border: solid 2px #FF0000;
}

#content #text img {
	margin: 0 10px;
}

#content #text .topic{
	width: 90%;
	padding: 2%;
	margin: 10px auto 10px auto;
	font-size: 11px;
	border: dotted 2px #FF9999;
}

#content #text .topic p{
	color: #FF6633;
	font-size: 12px;
	margin: 10px 0;
	line-height: 20px;
}

#content #text strong,
#content #text em {
	color: #FF6699;
	font-size: 13px;
}

#content #text p,
#content #text dd {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 20px 0;
	padding-left: 10px;
}

#content #text table,
#content #text div {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 25px;
}

#content #text ul,
#content #text ol {
	margin: 10px 0 10px 30px;
	color: #6699FF;
	font-size: 12px;
	letter-spacing: 2px;
}

#content #text ul li {
	margin: 10px 0 0 20px;
	list-style-type: disc;
}

#content #text ol li {
	margin: 10px 0 0 20px;
	list-style-type: decimal;
}

#content #text dl {
	font-size: 12px;
	border-bottom: dotted 1px #FF6699;
	width: 90%;
	margin: 0 auto;
}

#content #text dt {	
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	color: #FF6699;
	margin-left: 5px;
	padding-left: 10px;
	border-left: solid 5px #FF6699;
}

/* メニュー */

#content #navi {
	width: 240px;
	float: left;
}

#content #menu {
	width: 236px;
	float: left;
	background: #FFFFFF;
	border: solid 2px #FF0000;
}

#content #navi #menu-logo {
	width: 236px;
	float: left;
}


#content #navi ul{
	width: 210px;
	float: left;
	color: #FF0000;
	font-size: 13px;
	line-height: 20px;
	margin: 0px 0 0 20px;

}

#content #navi ul li {
	width: 200px;
	padding-left: 10px;
	margin: 15px 0;
	list-style-type: disc;
}

#content #navi ul a:link,
#content #navi ul a:visited {
	width: 100%;
	display: block;
	color: #FF0000;
	font-weight: bold;
}

#content #navi ul a:hover {
	color: #0066FF;
	text-decoration: underline;
}

#content #link {
	width: 236px;
	float: left;
	background: #FFFFFF;
	border: solid 2px #FF0000;
	margin-top: 20px;
}

#content #link strong{
	color: #0066FF;
}

#content #link p{
	width: 80%;
	font-size: 12px;
	margin: 0 auto;
	line-height: 25px;
}

/* フッター */

#footer {
	clear: both;
	width: 796px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 10px 0;
	
}

#footer p {
	margin: 20px auto 0 auto;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	letter-spacing: 1px;
	background: #FFFFFF;
	border: solid 2px #FF0000;
}

/* 追加 */

/*
#content a:link, 
#content a:hover,
#content a:visited,
#content a:active {
	color: #666666;
	text-decoration:none;
}*/