/* ページ全体 */
body{
	font-family: "ＭＳ Ｐゴシック","Osaka",sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

a{ text-decoration: none; }
a:link { color: #000033; }
a:visited { color: #000033; }
a:hover { color: #CC3366; text-decoration: underline; }
a:active { color: #CC3366; }

#color_w{
	background-color: #FFFFFF;
}

#color_g{
	background-color: #CCCCCC;
}

#color_b{
	background-color: #0033FF;
}

#color_2b{
	background-color: #0066FF;
}

#page{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #FFFFFF;
}
/* ページ全体　終わり */

/* ＴＯＰテキスト部 */
h1{
	width: 820px;
	height: 20px;
	background: #FFFFFF;
	color: #999999;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 80%;
	text-align: center;
}

/* ＴＯＰテキスト部　終わり */

/* タイトルバナー部 */
h2 {
	width: 780px;
	height: 110px;
	margin: 0;
	padding: 5px 0 0 0;
	background: #0033FF url(../img/title_780.jpg) no-repeat;
	color: #333333;
	text-align: center;
	overflow: hidden;
	font-size: 80%;
}
/* タイトルバナー部　終わり */

/* タイトルバナーの下全部 */
#contents_b{
	width: 820px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../img/bg_820.gif) repeat-y;
	text-align: center;
}
/* タイトルバナーの下全部　終わり */

/* コンテンツ全部 */
#contents{
	width: 780px;
	margin: 0 20px 0 20px;
	padding: 0;
	background-color: #CCCCCC;
	text-align: left;
}
/* コンテンツ全部　終わり */

/* 左メニュー部 */
#left_nabi{
	float: left;
	background-color: #CCCCCC;
	width: 180px;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

#menu{
	width:180px;
	margin: 0;
	padding: 0;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li{
	margin: 0;
	list-style: none;
}

#menu li a{
	list-style: none;
	background-image: url(../img/left_b_180_43.jpg);
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 43px;
	padding: 0 0 0 40px;	
}

#menu li a:hover{
	color: #333333;
	background-image: url(../img/left_r_180_43.jpg);
}
/* 左メニュー部　終わり */

/* 右コンテンツ部 */
#main{
	float: right;
	background-color: #FFFFFF;
	width: 600px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.main_title{
	background: url(../img/main-title.gif) no-repeat;
	color: #666666;
	font-size: 100%;
	line-height: 25px;
	margin: 20px 0px 0px 25px;
	padding: 0px 0px 0px 25px;
}

ul.main{
    list-style: none;
	margin: 50px 0 0 50px;
	padding: 0;
}
ul.main li{
    background: url(../img/square.gif) no-repeat 0 5px;
    list-style: none;
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	margin: 0 0px 20px 0px;
	padding: 0 0 0 20px;
}

.tel{
	color: #CC3366;
	font-size:80%;
	font-weight: bold;
	margin: 80px 0 0 0;
	padding: 0 0 0 130px;
}

.tel_num{
	background-image: url(../img/tel.gif);
	background-repeat: no-repeat;
	color: #666666;
	font-size: 180%;
	font-weight: bold;
	line-height: 180%;
	margin: 0 0 80px 70px;
	padding: 0 0 0 40px;
}

.table_01 {
	width: 500px;
	margin: 30px 0px 50px 40px;
	padding: 0px;
	border-collapse: collapse;
	border-top: 1px #999999 solid;
	border-right: 1px #999999 solid;
}
.table_01 th {
	width: 100px;
	padding: 20px 5px 20px 0;
	text-align: center;
	vertical-align: middle;
	color: #333333;
	background-color: #EEEEEE;
 	border-bottom: 1px #999999 solid;
	border-left: 5px #CC3366 solid;
}
.table_01 td {
	padding: 20px 5px 20px 10px;
	color: #333333;
	border-bottom: 1px #999999 solid;
	border-left: 3px #CCCCCC solid;
	line-height: 150%
	}

.map{
	margin: 20px 0 20px 40px;
}
/* 右コンテンツ部　終わり */

/* フッター部 */
#foot{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/footer_g.gif) repeat-x;
}

.foot_text{
	color: #333333;
	font-size: 80%;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 150%;
	text-align: center;
}
/* フッター部　終わり */

