/*-------------------------------------------------------


-------------------------------------------------------*/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333333;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	text-align: center;
	line-height: 1.4em;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	background-color: #CCDBBC;
}

img {
	border: none;
}

strong {
	color: #FF6600;
}

.none{
	display: none;
}

blockquote {
	margin-top: -5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
}

pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-top: -5px;
	margin-left: 40px;
	margin-right: 40px;
	overflow: scroll;
}


#wrap {
	background-image: url(img/bg-main-content-sub.jpg);
        background-position : 0px 331px;
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

/* 
---------------------------------------------------------------------- */
#bunner {
	background-image: url(img/header02.gif);
	padding-top: 30px;
	padding-left: 20px;
	height:50px;
	background-color: #FFFFFF;
}

#bunner h1 {
	font-size: 30px;
	float:left;
	margin-top:10px;
}

#bunner a {
	text-decoration: none;
	color: #7DC116;
}
#bunner a:hover {
	color: #FF0000;
}
#bunner ul {
	padding:0 12px 0 0;
	height:34px;
	float:right;
	position: relative;
	list-style-type:none;
}
#bunner ul li {
	float:left;
	color:#999;
}
#bunner ul li a{
	font-size:14px;
	list-style-type:none;
}

/* 
---------------------------------------------------------------------- */
#image {
	margin:0px 0px 0px 0px;
	background-image: url(img/bunner.jpg);
/*
	background-position: center center;
	background-repeat: no-repeat;
*/
	background-repeat: repeat;
	text-indent: -9999px;
	height: 250px;
	clear:all;
}


/* 
---------------------------------------------------------------------- */
#content {
	font-size: 75%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9F9F9F;
	margin-bottom: 0;
	width: 508px;
	float: left;
}

#content a {
	text-decoration: none;
	color: #FF0000;
}
#content a:link {
	color: #003399;
}
#content a:link:hover,
#content a:link:active {
	text-decoration: underline;
	color: #FF0000;
}
#content a:visited {
	color: #003399;
}
#content a:visited:active,
#content a:visited:hover {
	color: #FF0000;
}

#content .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}

#content h2 {
	font-size: 100%;
	background-image: url(img/h2bg01.gif);
	background-position: 20px center;
	margin: 10px 0;
	padding: 6px 0 6px 30px;
}

#content h3 {
	font-size: 100%;
	background-image: url(img/h3bs01.jpg);
	background-position: 20px center;
	margin-top: 10px 5px;
	padding: 6px 0 6px 40px;
}

#content dt {
        padding: 0 0 0 5px;
}

#content p {
	margin-top: 8px;
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 8px;
}

#content .imageleft{
	padding-right: 10px;
	float: left;
}


#content .imageright{
	padding-left: 10px;
	float: right;
}

#content li {
	margin-bottom: 5px;
	list-style-type: square;
}


/* 
---------------------------------------------------------------------- */
#right-area {
	font-size: 80%;
	line-height: 140%;
	width: 240px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}


#right-area .pad {
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#right-area a {
	text-decoration: none;
	color: #003366;
}

#right-area a:link {
	text-decoration: none;
	color: #003366;
}

#right-area a:link:hover {
	text-decoration: none;
	color: #FF0000;
}

#right-area a:link:active {
	text-decoration: none;
	color: #FF0000;
}

#right-area a:visited {
	text-decoration: none;
	color: #003366;
}

#right-area a:visited:hover {
	text-decoration: none;
	color: #FF0000;
}

#right-area a:visited:active {
	text-decoration: none;
	color: #FF0000;
}

#right-area h2 {
	font-size: 100%;
	color: #5A0000;
	background-image: url(img/h2bs01.gif);
	background-repeat: no-repeat;
	margin: 10px 0;
	padding: 6px 0 6px 10px;
	clear: both;
}

#right-area h3 , #right-area h3{
	font-size: 100%;
	color: #333333;
	padding-top: 2px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}

#right-area p{
	margin-top: 3px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 

#right-area input,
#right-area label  {
	margin-left: 10px;
}

#right-area ul {
	margin-top: 0;
	margin-left: 15px;
	padding-left: 0;
	margin-right: 0px;
	list-style-type: none;
}

#right-area li a {
	text-decoration: none;
	color: #003366;
	text-align: left;
}

#right-area li li {
	text-indent: 5px;
}

#right-area li a:hover {
	text-decoration: none;
	color: #336699;
}

#right-area img{
	margin-top: 10px;
	border-style: none;
	margin-bottom: 10px;
}






#powered {
	font-size: 75%;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}

#footer {
	background-image: url(img/footer.gif);
	background-position: center bottom;
	margin-top: 1px;
	padding: 15px;
	clear: both;
}

address {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
}
