
body {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.clear {
	clear: both;
}

img {
	border: none;
}

a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.red {
	color: #FF0000;
}

.green {
	color: #99CC00;
}

.gray {
	color: #666666;
}

/**********全体********************/

#container {
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

/************ヘッダー***************/

#header {
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	font-size: 75%;
	line-height: 120%;
	font-weight: normal;
	color: #555555;
	text-align: left;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#header .logo {
	float: left;
	height: 55px;
	width: 220px;
	margin-top: 0px;
	margin-left: 0px;
}

/****************コンテンツ***********/

#contents {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top01 {
	height: 400px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}


/***********メニューロールオーバー*********/

#menu-box{
	width: 760px;
	height: 60px;
	margin: 0px auto;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-left: 1px;
	padding-bottom: 0px;
}

#menu {
	width: 752px;
	height: 45px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}

#menu ul{
	padding: 5px 0px 0px;
	margin: 0px;
	list-style-type: none;
	width: 752px;
	height: 45px;
}

#menu li {
	float: left;
	padding: 0px;
	margin: 0px;
	display:block;
	height: 45px;
}

#menu li img {
	padding: 0px;
	margin: 0px;
	display:block;
}

#menu li.menu1b {
	background:url(../images/menu1b.gif) no-repeat;
	float: left;
	width: 125px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	display:block;
}

#menu li.menu1b a{
	display:block;
	width:125px;
	height:45px;
}

#menu li.menu2b {
	background:url(../images/menu2b.gif) no-repeat;
	float: left;
	width: 125px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	display:block;
}

#menu li.menu2b a{
	display:block;
	width:125px;
	height:45px;
}

#menu li.menu3b {
	background:url(../images/menu3b.gif) no-repeat;
	float: left;
	width: 125px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	display:block;
}

#menu li.menu3b a{
	display:block;
	width:125px;
	height:45px;
}

#menu li.menu4b {
	background:url(../images/menu4b.gif) no-repeat;
	float: left;
	width: 125px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	display:block;
}

#menu li.menu4b a{
	display:block;
	width:125px;
	height:45px;
}

#menu li.menu5b {
	background:url(../images/menu5b.gif) no-repeat;
	float: left;
	width: 125px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	display:block;
}

#menu li.menu5b a{
	display:block;
	width:125px;
	height:45px;
}

#menu li.menu6b {
	background:url(../images/menu6b.gif) no-repeat;
	float: left;
	width: 125px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	display:block;
}

#menu li.menu6b a{
	display:block;
	width:125px;
	height:45px;
}

#menu li a:hover {
	background:transparent;
}

#menu li a:hover img{
	visibility:hidden;
}

/************コンテンツメイン*****************/

#main {
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main02 {
	width: 740px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#main .left-side {
	float: left;
	width: 375px;
	margin-top: 0px;
	margin-left: 0px;
	display: inline;
	margin-bottom: 5px;
}

#main .right-side {
	float: right;
	width: 375px;
	margin-top: 0px;
	margin-right: 0px;
	display: inline;
	margin-bottom: 5px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

#main .left-side p {
	font-size: 75%;
	line-height: 160%;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

#main .right-side p {
	font-size: 75%;
	line-height: 160%;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.line01 {
	background-image: url(../images/line01.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.pht-lf {
	float: left;
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.pht-rh {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.pht-lf02 {
	float: left;
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 18px;
}

.txt-douga {
	color: #99CC00;
	text-align: center;
	margin: 0px;
	padding: 5px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

#pagetop {
	width: 760px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}

#container .btm {
	height: 20px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main02 p {
	font-size: 85%;
	line-height: 170%;
	color: #444444;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
}

.h3-title {
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/subtitle-bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	margin: 10px 0px 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 25px;
}

.h2-sp10 {
	margin-bottom: 10px;
}

#main02 .pwaku {
	background-image: url(../images/waku02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main02 .pwaku01 {
	margin: 0px;
	height: 20px;
	width: 620px;
}

.pht-lf03 {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.pht-rh03 {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
}

.h2-sp20 {
	margin-top: 20px;
}

#main02 ul {
	text-align: left;
	list-style: none;
}

#main02 li {
	font-size: 85%;
	line-height: 150%;
	color: #444444;
	margin: 0px;
	padding: 5px;
	list-style: url(../images/icon01.gif) none;
}

#main02 .contact {
	text-align: right;
	width: 740px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#main02 .sign {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main02 .sign p {
	font-size: 85%;
	line-height: 150%;
	color: #555555;
	text-align: right;
}

/*************フッター*************/

#footer {
	background-color: #82c228;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p {
	font-size: 75%;
	line-height: 140%;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}

#footer p a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer p a:hover {
	color: #FF6600;
	text-decoration: underline;
}


/************テーブル************/

.tbl-gtc {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.txt-gtc {
	font-size: 75%;
	line-height: 150%;
	color: #555555;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.pht-sp3 {
	padding: 3px;
}

.txt-gtc2 {
	font-size: 75%;
	line-height: 150%;
	color: #555555;
	margin: 0px;
	padding: 5px;
}

.pht-lf04 {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.tbl-hyo {
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.txt-hyo01 {
	font-size: 75%;
	line-height: 120%;
	color: #333333;
	background-color: #f0f0f0;
	margin: 0px;
	padding: 5px;
}

.txt-hyo02 {
	font-size: 75%;
	line-height: 120%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}

.txt-hyo01b {
	font-size: 75%;
	line-height: 120%;
	color: #333333;
	background-color: #f0f0f0;
	margin: 0px;
	padding: 5px 5px 5px 7px;
	border: 1px solid #FFFFFF;
}

.pht-lfmap {
	float: left;
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}

/*--------------2010/7/14----------------------*/
.top-text{
	font-size: 75%;
	line-height: 160%;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.mb38{margin-bottom:38px;}