@charset "utf-8";

/* default */

* {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* html */

body {
	background-image: url(imges/bg.gif);
	font-family: "ＭＳ Ｐゴシック";
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #0099CC;
	text-decoration: underline;
}

img {
	border-style: none;
}

/* content */

#page {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(imges/page-bg.png) repeat-y top;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#hd {
	height: 200px;
	width: 760px;
	background: url(imges/head-bg.jpg) #0066CC;
	margin-bottom: 10px;
	clear: both;
	position: relative;
}

#hd .title,.description {
	display: none;
}

.uad {
	text-align: center;
	margin-bottom: 5px;
	clear: both;
	position: relative;
	height: 15px;
	width: 760px;
	margin-top: 5px;
}

.mad {
	height: 280px;
	width: 336px;
	text-align: left;
	margin-bottom: 20px;
}

#content {
	clear: both;
	width: 760px;
	position: relative;
	margin-bottom: 10px;
}

#content #main {
	width: 450px;
	float: left;
	text-align: left;
	letter-spacing: 1px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}

#content #main .pan {
	margin-bottom: 20px;
	text-align: left;
	font-size: 12px;
}

#content #main .mt {
	height: 30px;
	width: 433px;
	font-size: 14px;
	background-image: url(imges/mt-bg.png);
	padding-left: 17px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}

#content #main .section {
	margin-bottom: 20px;
	width: 450px;
}

#content #main .section p {
	line-height: 18px;
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
}

#content #main .section .mu {
	margin-bottom: 10px;
}

#content #main .section .mu li {
	list-style-type: decimal;
	margin-left: 25px;
	font-size: 12px;
	line-height: 24px;
}

#content #side {
	float: right;
	width: 200px;
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
}

#content #side .st {
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
	font-size: 14px;

}

#content #side .st a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#content #side .st a:hover {
	text-decoration: underline;
}

#content #side .su {
	margin-bottom: 10px;
}

#content #side .su li {
	line-height: 24px;
	list-style-type: none;
	font-size: 12px;
	color: #333333;
	background: url(imges/li-bg.png) no-repeat left center;
	padding-left: 17px;
}

#content #side .parts {
	text-align: left;
	width: 200px;
	margin-bottom: 10px;
}

#ft {
	padding: 10px;
	font-size: 10px;
	color: #333333;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	clear: both;
	position: relative;
}
