@charset "UTF-8";

/* 初期 */
* {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
}

body {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	background: #ffffff;
}

br {
	letter-spacing: normal;
}

a {
	color: #ff9900;
	text-decoration: underline;
}

a:hover {
	color: #cc3300;
	text-decoration: underline;
}

img {
	border: 0;
}

#top {
	width: 950px;
	margin: 0 auto;
	background: #fff;
	border-top: 5px solid #ff6600;
	border-bottom: 5px solid #ff6600;
}

#header {
	width: 950px;
	background: #fff;
}


#header h1 {
	margin: 0;
	padding: 0 10px;
	font-size: 2em;
	color: #000000;
	line-height: 80px;
}

#header h1 a {
	color: #993300;
}

#header h1 a:hover {
	color: #ffcc99;
	text-decoration: underline;
}

#contents {
	clear: both;
	width: 950px;
	margin-top: 10px;
}

#pankuzu {
	color: #000000;
	text-align: left;
	font-size: 14px;
	border-top: 5px solid #ff6600;
	padding: 15px 0px 3px 10px;
}

#sub {
	float: left;
	width: 280px;
	margin: 0 10px 30px 0;
}

#sub .section {
	background: #DEDDD0;
}

#sub h2 {
	padding: 5px 5px 5px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background: #cc6600;
}

#sub ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#sub li {
	list-style-type: none;
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 20px;
	background: #DEDDD0 url(images/bg_list.gif) 0 4px no-repeat;
}

#sub li a {
	color: #000000;
	text-decoration: underline;
}

#sub li a:hover {
	color: #ffffff;
}

#sub table {
	margin: 0 0 20px 10px;
}

#sub .guide {
	padding-top: 5px;
}

#main {
	float: left;
	margin: 0 10px 30px 10px;
	width: 640px;
}

#main h2 {
	margin-bottom: 5px;
	padding: 2px 2px 2px 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	border-left: 5px solid #ff9933;
	background: url(images/bg_h2.gif);
}

#main .twit {
	font-size: 16px;
	padding: 3px 30px 5px 15px;
	line-height: 140%;
}

#main a {
	color: #ff9900;
	font-size: 16px;
	text-decoration: underline;
	line-height: 140%;
	font-weight: bold;
}

#main a:hover {
	border: 0;
	color: #cc3300;
	text-decoration: underline;
}

#main .replace {
	background-color: #EFEFCF;
	margin: 15px 30px 15px 15px;
	padding: 10px 5px 10px 10px;
}

#main .replace a {
	line-height: 150%;
}

#footer {
	position: relative;
	clear: both;
	text-align: center;
	font-size: 14px;
	width: 950px;
	padding: 10px 0 10px 0;
}




