@charset "utf-8";

*{
	margin:0;
	padding:0;
}

html {
	scrollbar-face-color:#333;
}

body{
	color: #fff;
	background-color:#00719D;

	font: 12px arial,sans-serif;
	text-align:center;
	line-height: 1.5;
}


/*よく使うもの*/
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}
.layoutCenter{
	margin: 0 auto;
}
.textCenter{
	text-align: center;
}
.textRight{
	text-align: right;
}
.textLeft{
	text-align: left;
}
img{
	border: none;
}


/*リンク*/
a {

}
a:link {
	color : #ccc;
}
a:visited {
	color : #ccc;
}
a:hover {
	color : #ff0000;
}
a:active {
	color : #9933ff;
}




#container{
	text-align:left;
}

#header{
	width:586px;
	margin:0px auto;
}

#header span{
	display: none;
}

#header h1{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

#header h1 a{
	display:block;
	width: 425px;
	height:42px;
	background : url(../img/tel.gif) no-repeat;
}

#header table{
	width: 100%;
}


/* 沖縄 */
#header2{
	width:586px;
	margin:0px auto;
}

#header2 span{
	display: none;
}

#header2 h1{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

#header2 h1 a{
	display:block;
	width: 425px;
	height:42px;
	background : url(../img/tel2.gif) no-repeat;
}

#header2 table{
	width: 100%;
}





.wtd{
	width: 53px;
	text-align: center;
}


#box1{
	width:592px;
	margin:0px auto;
}

#box1_1{
	width:592px;
	height:6px;
	background : url(../img/box1_1.gif) no-repeat;
	font-size: 0;
}

#box1_2{
	width:592px;
	background : url(../img/box1_2.gif) repeat-y;
}

#box1_3{
	width:592px;
	height:10px;
	background : url(../img/box1_3.gif) no-repeat;
	font-size: 0;
}


#footer{
	width:586px;
	margin:0px auto;
	text-align: center;
}

.b{
	font-weight: bold;
	color: #cc0000;
}


#left_box{
	float: left;
	width:242px;

}

#right_box{
	width:319px;
	margin-left:252px;

}


#menu{
	width:188px;
	height:127px;
	margin:0px auto;
}

#nav {
	background : url(../img/menu1.gif) no-repeat;
	width:188px;
	height:127px;
}
#nav span {
	display: none;
}
#nav li {
	float:left;
	list-style:none;
	display:inline;
}
#nav01 li,
#nav01 a {
	display:block;
	width:188px;
	height:25px;
}
#nav02 li,
#nav02 a {
	display:block;
	width:188px;
	height:25px;
}
#nav03 li,
#nav03 a {
	display:block;
	width:188px;
	height:25px;
}
#nav04 li,
#nav04 a {
	display:block;
	width:188px;
	height:25px;
}
#nav05 li,
#nav05 a {
	display:block;
	width:188px;
	height:25px;
}

#nav01 a.this,
#nav01 a:hover {
	background : url(../img/menu2.gif) no-repeat 0px 0px;
}
#nav02 a.this,
#nav02 a:hover {
	background : url(../img/menu2.gif) no-repeat 0px -25px;
}
#nav03 a.this,
#nav03 a:hover {
	background : url(../img/menu2.gif) no-repeat 0px -50px;
}
#nav04 a.this,
#nav04 a:hover {
	background : url(../img/menu2.gif) no-repeat 0px -75px;
}
#nav05 a.this,
#nav05 a:hover {
	background : url(../img/menu2.gif) no-repeat 0px -100px;
}



#box2{
	width:229px;
	margin-left:13px;
	padding:10px 0;
}

#box2_1{
	width:229px;
	height:6px;
	background : url(../img/box2_1.gif) no-repeat;
	font-size: 0;
}

#box2_2{
	width:229px;
	background : url(../img/box2_2.gif) repeat-y;
}

#box2_3{
	width:229px;
	height:8px;
	background : url(../img/box2_3.gif) no-repeat;
	font-size: 0;
}




#box3{
	width:319px;
	padding:10px 0;
}

#box3_1{
	width:319px;
	height:8px;
	background : url(../img/box3_1.gif) no-repeat;
	font-size: 0;
}

#box3_2{
	width:319px;
	background : url(../img/box3_2.gif) repeat-y;
}

#box3_3{
	width:319px;
	height:8px;
	background : url(../img/box3_3.gif) no-repeat;
	font-size: 0;
}

#box3_2 p{
	padding:6px;
}


#box2_2 p{
	padding:10px;
}




#box4{
	width:555px;
	margin:0px auto;
	padding:10px 0;
}

#box4_1{
	width:555px;
	height:10px;
	background : url(../img/box4_1.gif) no-repeat;
	font-size: 0;
}

#box4_2{
	width:555px;
	background : url(../img/box4_2.gif) repeat-y;
}

#box4_3{
	width:555px;
	height:10px;
	background : url(../img/box4_3.gif) no-repeat;
	font-size: 0;
}

#box4_2 p{
	padding:3px;
}


table.sys{
	width:400px;
	margin:20px auto;
	border-collapse:collapse;
	border-spacing:0;
	border:solid 1px #333;
}
table.sys th{
	width:100px;
	border:solid 1px #333;
	padding:10px;
	background-color:#000;
}
table.sys td{
	border:solid 1px #333;
	padding:10px;
	background-color:#000;
}


table.rec{
	width:500px;
	margin:20px auto;
	border-collapse:collapse;
	border-spacing:0;
	border:solid 1px #333;
}
table.rec th{
	width:100px;
	border:solid 1px #333;
	padding:10px;
	background-color:#000;
}
table.rec td{
	border:solid 1px #333;
	padding:10px;
	background-color:#000;
}




.big{
	font-size: 20px;
	font-weight: bold;
	color: #cc0000;
}


ul{
	margin-left:20px;
}


.comment{
	width:450px;
	margin:0px auto;
	padding:10px 0;
	text-align: center;
}



