@charset "utf-8";

/* 基本設定 */
body {
	margin:0;
	padding:0;
	color:#333;
	font-family:verdana, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:100%;;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	line-height:1.4;
	background:#0C0004;
}

a {
	color:#551A8B;
	text-decoration:none;
}


a:link {
	color:#551A8B;
}

a:visited {
	color:#551A8B;
}

a:hover {
	color:#333;
}

br {
	letter-spacing:normal;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:88%;
}

p {
	margin:0;
	font-size:75%;
}
em {
	font-weight:bold;
	font-style:normal;
}

strong {
	font-weight:bold;
	color:#FF6535;
}

ins {
	text-decoration: underline;
}

del {
	color:#999;
	text-decoration: line-through;
}


ul,ol {
	margin:0;
	padding:1em 0;
	padding-left:40px;
	font-size:75%;
}

dl{
	margin:0;
	padding:1em 0;
	font-size:75%;
	
}

th,td {
	font-weight:normal;
	font-size:75%;
	text-align:left;
}


address {
	margin:0;
	padding:0;
	color:#333;
	font-style:normal;
	font-weight:normal;
	font-size:75%;
}

#top {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:left;
}

#header {
	position:relative;
	width:860px;
	height:100px;
	padding:0 20px;
	background:#fff url(image/bg_header.gif) no-repeat;
}

#pankuzu {
	text-align: left;
	width: 890px;
	font-size: 10px;
	padding: 10px 0px 10px 10px;
	background:#FFF6D9;
}

#wrap {
	width: 900px;
	background:#FFF6D9;
	float: left;
}

#menu {
	width: 230px;
	float: left;
	background:#FFF6D9;
}

#contents {
	width:600px;
	padding:0 20px;
	background:#FFF6D9;
	float: left;
}

#footer {
	width:860px;
	height:100px;
	padding:0 20px;
	background:#fff url(image/bg_footer.gif) no-repeat;
	clear: both;
}


#header h1 {
	display:inline;
	position:relative;
	top:30px;
	left:30px;
	font-size:30px;
}

#menu h2 {
	font-size: 18px;
	margin-bottom:2px;
	padding-top: 30px;
	padding-left: 20px;
	border-bottom: 3px double #FF6535;
	color: #FF6535;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	padding-top: 3px;
	padding-right:20px;
}

#menu li a {
	font-size: 12px;
	padding-left:15px;
}

#menu li a:hover {
	background:url(image/mark.gif) top left no-repeat;
	text-decoration: underline;
}


#contents h2 {
	font-size: 18px;
	margin-bottom:2px;
	padding-top:30px;
	padding-left: 5px;
	border-bottom:3px double #FF6535;
	color:#FF6535;
}

#contents a {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	padding: 0px 20px 0px 10px;
}

#contents a:hover {
	text-decoration: underline;
}

#contents .message {
	font-size: 14px;
	line-height: 130%;
	padding: 5px 30px 10px 15px;
}

#footer address {
	padding-top:30px;
	font-size:70%;
	text-align:center;
}

