@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: auto;
}

a {
	text-decoration: none;


}

a:link {
	text-decoration: none;

}


a:visited {
	text-decoration: none;

}

a:hover {
	text-decoration: line-through blink;

}



#container {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#menu {
	height: 30px;
	width: 900px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	display: block;
}


#menu ul {
	text-align: right;
}

#menu li {
	display: inline;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#menu a {
	color: #3366FF;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	letter-spacing: 0.2em;
}

#menu a:hover {
	color: #FF6633;
}

#header {
	margin: 0px;
	height: 200px;
	width: 960px;
	padding: 0px;
	background-image: url(../jpg/header_link.jpg);
}
#contents {
	display: block;
	float: left;
	width: 960px;
}
#contents p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	letter-spacing: 0.4em;
	margin-left: 50px;
	text-decoration: none;
}
#contents a {
	text-decoration: none;
	color: #006699;
}
#contents a:hover {
	color: #FF9933;
}



#footer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	width: 960px;
	text-align: center;
	color: #000000;
	height: 50px;
	padding-bottom: 10px;
	clear: both;
	padding-top: 20px;
	background-image: url(../jpg/footer.jpg);
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-left: 25px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 20px;
	padding-bottom: 5px;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 24px;
	color: #669966;
	letter-spacing: 5px;
	display: block;
	padding-top: 10px;
	margin-left: 25px;
	padding-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
