* {
	margin: 0;
	padding: 0;
	line-height:1.2em;
}

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

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #000000;
}

strong, em {
	font-weight: normal;
	font-style: normal;
}

h2 {
	height: 22px;
	background-color: #E6E6E6;
	display: block;
	font-size: 14px;
	padding-left: 10px;
	line-height: 22px;
	vertical-align: middle;
	color: #000000; 
}

h3 {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 20px;
	font-weight:normal;
}

ul{
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 20px;
	font-weight:normal;
	list-style-type:none;
}

body {
	background-color: #CCCCCC;
	font-size: 13px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
}

#container{
	left: 50%;
	position: absolute;
	margin-left: -350px;
	top: 0px;
	background-color:#FFFFFF;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	width: 700px;
}

#header{
	display: block;
	width: 100%;
}

#title{
	text-align:left;
	display: block;
	background-image: url(header.jpg); 
	background-repeat: no-repeat;
	height: 140px;
	width: 700px;
	color: #333333; 
}
#hnavi {
	font-size: 11px;
	height: 28px;
	padding-left: 10px;
	background-color:#CCCCCC;
}
#hnavi li {
	display: inline;
}

#hnavi li a, #hnavi li a:visited{
	color:#FFFFFF;
}

#title h1 {
	font-size: 20px;
	color: #000000;
	padding-top: 50px;
	padding-left: 20px;
}

#title .hdcc {
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	color: #000000;
}

#pankuzu {
	padding:10px 0 10px 10px;
	height: 25px;
}

#pankuzu li {
	display: inline;
	list-style-type: none;
	font-size: 13px;
}

#pankuzu strong {
	color: #000000;
	font-weight: bold;
}

#body {
	padding-right: 10px;
	padding-left: 10px;
}

#contents {
	display: block;
	width: 435px;
	float: right;
	margin-bottom: 10px;
}

#contents p {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 20px;
}

#contents dl {
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 16px;
}

#contents dd {
	padding-left: 15px;
	margin:4px 0 16px 0;
}

#navi {
	width: 235px;
	display: block;
	margin-right: 10px;
	float: left;
}

.menu {
	padding-left: 15px;
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-right: 20px;
}
.pr {
	padding-top: 8px;
	padding-left: 15px;
	list-style-type: none;
	font-size: 11px;
	padding-right: 20px;
	color:#000000;
}
.pr a {
	font-weight: normal;
	text-decoration: none;
	color:#333333;
}


#footer {
	height: 60px;
	clear: both;
	text-align: center;
	display: block;
	background-color: #E6E6E6;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	width: 700px;
}

#footer .copy {
	padding-top: 30px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}
.pr a:visited {
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}