html {
	overflow-y: scroll;
}



body {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #CCFFCC;
}

a {
	text-decoration: underline;
	color: #0000CC;

}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}


.clear {
	clear: both;
}

img {
	border: none;
}

.red {
	color: #FF0000;
}


.gray {
	color: #999999;
}


/************container******************/

#container {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}


/************header**************************/

#header {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header .logo {
	float: left;
	width: 125px;
	margin-left: 0px;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	background-image: url(../images/h1title.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999pt;
	margin: 0px;
	height: 60px;
	width: 440px;
}

#header .logoh1 {
	float: left;
	width: 440px;
	margin-left: 30px;
	display: inline;
}

/*-------メニューロールオーバーCSS------*/

#navi {
	width: 125px;
	height: 24px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	text-align: center;
}

#navi ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 125px;
}

#navi li {
	float: left;
	width: 125px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	display:block;
}

#navi li.menu1b{
	background:url(../images/btn-blog.gif) no-repeat center center;
	font-size: 80%;
	line-height: 120%;
	color: #1D3994;
	text-decoration: none;
	padding-top: 6px;
	width: 125px;
}

#navi li a{
	display:block;
	width:125px;
	height:22px;
	text-decoration: none;
	color: #1D3994;
}

#navi li a:hover {
	background-color:transparent;
	text-decoration: underline;

}

/**************************************************/

#menu {
	width: 750px;
	height: 24px;
	margin: 0px auto;
	background-position: center center;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;

}

#menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 750px;
}

#menu li {
	float: left;
	width: 125px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	display:block;
}

#menu li.menu1b{
	background:url(../images/menu-off.gif) no-repeat center center;
	font-size: 80%;
	line-height: 120%;
	color: #336699;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#menu li.menu2b{
	background:url(../images/menu-ov.gif) no-repeat center top;
	font-size: 80%;
	line-height: 120%;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0px;
}

#menu li a{
	display:block;
	text-decoration: none;
	color: #1D3994;
	margin: 0px;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li a:hover img{
	visibility:hidden;
}



/*****************contents*************************/


.topbar {
	background-color: #ccffff;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/catch1.gif);
	text-indent: -9999pt;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center center;
}

.topbar2 {
	background-color: #ccffff;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/catch2.gif);
	text-indent: -9999pt;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}

.topbar3 {
	background-color: #ccffff;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/title01.gif);
	text-indent: -9999pt;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}

.topbar4 {
	background-color: #ccffff;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/title02.gif);
	text-indent: -9999pt;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}

.topbar5 {
	background-color: #ccffff;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/title03.gif);
	text-indent: -9999pt;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}

.topbar6 {
	background-color: #ccffff;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/title04.gif);
	text-indent: -9999pt;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}

#mainimg {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#container .area {
	background-color: #EDF2FC;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container .area p {
	font-size: 80%;
	line-height: 120%;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 5px;
}

#wn {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	background-color: #FFFF99;
}

#wn p {
	font-size: 80%;
	line-height: 150%;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 10px;
}

#pagetop {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding-bottom: 2px;
}

#pagetop2 {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	background-color: #CCFFCC;
	padding-bottom: 2px;
}

#kakudai {
	font-size: 80%;
	line-height: 160%;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/**************footer*****************/

#footer {
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #9FB7D4;
	padding-top: 5px;
}

#footer p {
	font-size: 80%;
	line-height: 160%;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 5px;
}

#footer p a {
	text-decoration: underline;
	color: #1d3994;
}

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


#list {
	background-color: #CCFFCC;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#listbox {
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#listbox .l-left {
	background-color: #FFFF99;
	float: left;
	width: 360px;
	margin-top: 0px;
	margin-left: 0px;
	display: inline;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#listbox .l-right {
	background-color: #FFFF99;
	float: right;
	width: 360px;
	margin-top: 0px;
	margin-right: 0px;
	display: inline;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#listbox .p-left {
	float: left;
	width: 360px;
	margin-top: 5px;
	margin-left: 0px;
	display: inline;
	margin-bottom: 10px;
}

#listbox .p-right {
	float: right;
	width: 360px;
	margin-top: 5px;
	margin-right: 0px;
	display: inline;
}

#listbox .txt-right {
	background-color: #FFFFFF;
	float: right;
	width: 360px;
	margin-top: 5px;
	margin-right: 0px;
	display: inline;
	padding-bottom: 5px;
	margin-bottom: 2px;

}

#listbox p {
	font-size: 75%;
	line-height: 120%;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.list-title01 {
	font-size: 85%;
	line-height: 120%;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #000000;

}

#listbox .l-left p {
	font-size: 75%;
	line-height: 130%;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

#listbox .txt-right p {
	font-size: 75%;
	line-height: 130%;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.detail-title01 {
	font-size: 90%;
	line-height: 120%;
	color: #000000;
	background-color: #FFFF99;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}

#contents {
	background-color: #FFFF99;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

/************table***************/

.tbl-area {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.tbl-area td {
	font-size: 75%;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 5px 3px;
}

.tbl-com {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.tbl-com td {
	font-size: 75%;
	line-height: 110%;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.tbl-com th {
	font-size: 75%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

.tbl-link {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;

}

.tbl-link01 {
	float: left;
	margin-top: 0px;
	margin-left: 20px;
}

.tbl-link02 {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
}

.tbl-link td {
	font-size: 75%;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 3px 3px 3px 5px;
}

.tbl-link01 td {
	font-size: 75%;
	line-height: 130%;
	color: #000000;
	margin: 0px;
	padding: 5px;
}

.tbl-link02 td {
	font-size: 75%;
	line-height: 130%;
	color: #000000;
	margin: 0px;
	padding: 5px;
}

.tbl-link th {
	font-size: 85%;
	line-height: 110%;
	color: #0000CC;
	margin: 0px;
	padding: 5px;
}

.tbl-link01 th {
	font-size: 85%;
	line-height: 110%;
	color: #0000CC;
	margin: 0px;
	padding: 5px;
}

.txt-formh3 {
	font-size: 110%;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
	background-color: #FFCC99;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.tbl-con {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.tbl-con td {
	font-size: 75%;
	line-height: 110%;
	color: #000000;
	margin: 0px;
	padding: 5px;
	white-space: nowrap;
}

.tbl-con th {
	font-size: 75%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
.comment {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border: 1px solid #333333;
	width: 358px;
}

#map_toiawase {
	font-size: 80%;
	line-height: 160%;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.f-left {
float:left;
}

.f-right {
float:right;
}

.ml50 {
margin-left:50px;
}

.mr20 {
margin-right:20px;
}
