* {
	margin: 0px;
	padding: 0px;
	}	

body {
	font-size: 0.75em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 170%;
	color: #666666;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-x;
	}
a{
	color:#8BB728
	}
a:hover{
	color:#CCCC00
	}
a:visited, a:active, a:focus{
	color:#336600
	}
	
	
#container {
	width: 780px;
	margin: 50px auto 35px;
	}
#site-id {
	float: left;
}

#g-navi  {
	float: right;
	margin-top: 10px;
}

#navigation {
	margin-top: 72px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}
#navigation ul {
	margin: 0px;
	list-style-type: none;
}
#navigation li {
	display: inline;
	margin-right: 20px;
	float: left;
}
#contents {
	clear: left;
	background-image: url(../images/common/bg-contents.gif);
	background-repeat: no-repeat;
	background-position: 200px top;
	margin-top: 60px;
}
#contents-index {
	clear: left;
	margin-top: 60px;
	width: 643px;
	margin-right: auto;
	margin-left: auto;
}
#contents-index p img {
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
}
#contents-index p.cloud {
	text-align: center;
	margin-top: 15px;
}
#copyright {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
}
#footer img {
	float: right;
}
#footer {
	clear: both;
	margin-top: 70px;
	margin-bottom: 30px;
	width: 100%;
}


#secondery {
	width: 200px;
	margin-top: 20px;
	float: left;
}
#primary {
	width: 520px;
	margin-top: 20px;
	float: right;
}
#primary h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #8BB728;
	margin-bottom: 20px;
}
#primary h4 {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/common/icon-circle.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
}
#primary p {
	margin-bottom: 15px;
}
#primary h2 {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#primary h5 {
	font-size: 1em;
	color: #8BB728;
}
#primary ol {
	margin-bottom: 15px;
	margin-left: 30px;
}
#primary table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 15px;
}
#primary table th {
	font-weight: normal;
	background-color: #F7FBEC;
}
#primary table th,
#primary table td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
#contents #primary .left {
	float: left;
	clear: both;
}
#primary .block p {
	width: 310px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#primary .block {
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	display: block;
	clear: both;
}
#primary a.block:hover {
	background-color: #DBEEAE;
}

.clear {
	clear: both;
}
