body{
	text-align:center;
	background:#FFF url(../images/bg.jpg) repeat-x;
}
*{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}
.top{
	margin:0 auto;
	width:770px;
	background:url(../images/bg_line.png) repeat-y center;
}
/*共通設定*/
body,.s_navi li,.s_navi ul,.s_navi ol{
	margin:0;
}
body,.top,.s_navi,.s_navi li,.s_navi ul,.s_navi ol,.im_top,#index h2{
	padding:0;
}
/*ページ上部*/
h1{
	padding:0 20px;
	text-align:right;
	font-weight:lighter;
	font-size:12px;
	line-height:40px;
	margin:0 0 10px 0;
}
h1 img{
	float:left;
}
#index .left_column,#toi .content *,#gaiyo .content *,#news .content *,
#access .content *,#gallery .content *{
	font-size:14px;
	line-height:20px;
}
/*グローバルナビゲーション*/
.s_navi{
	margin:0 0 0 30px;
	width:480px;
	float:left;
	border-top:1px solid #666666;
}
.s_navi li{
	list-style-type:none;
	float:left;
}
.s_navi ul{
	float:right;
}
.s_navi ol{
	clear:both;
}
.s_navi a{
	display:block;
	background-repeat:no-repeat;
	background-position:right;
	overflow:hidden;
	text-indent:-9999px;
}
.s_navi ul a{
	width:95px;
	margin:10px 15px;
	height:21px;
}
.s_navi ol a{
	width:120px;
	height:44px;
	margin:10px 0;
}
.bt_access{
	background-image:url(../images/bt_access.jpg);
}
.bt_access:hover,#access .bt_access{
	background-image:url(../images/bt_access_f2.jpg);
}
.bt_toi{
	background-image:url(../images/bt_toi.jpg);
}
.bt_toi:hover,#toi .bt_toi{
	background-image:url(../images/bt_toi_f2.jpg);
}
.bt_top{
	background-image:url(../images/bt_top.jpg);
}
.bt_top:hover,#index .bt_top{
	background-image:url(../images/bt_top_f2.jpg);
}
.bt_gaiyo{
	background-image:url(../images/bt_gaiyo.jpg);
}
.bt_gaiyo:hover,#gaiyo .bt_gaiyo{
	background-image:url(../images/bt_gaiyo_f2.jpg);
}
.bt_gallery{
	background-image:url(../images/bt_gallery.jpg);
}
.bt_gallery:hover,#gallery .bt_gallery{
	background-image:url(../images/bt_gallery_f2.jpg);
}
.bt_news{
	background-image:url(../images/bt_news.jpg);
}
.bt_news:hover,#news .bt_news{
	background-image:url(../images/bt_news_f2.jpg);
}
/*コンテンツ部分*/
.im_top{
	margin:0 0 10px 0;
}
.content{
	clear:left;
	width:722px;
	margin:10px auto;
	text-align:left;
}
/*index.htmlの設定*/
#index h2{
	margin:10px 0;
}
#index .left_column{
	float:left;
	width:400px;
	margin-right:22px;
}
#index .right_column{
	width:300px;
	float:left;
}
#index .left_column dl{
	width:400px;
	height:187px;
	padding-bottom:10px;
	overflow:auto;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
#index .left_column dt{
	background:url(../images/bt_s.jpg) no-repeat left;
	padding:10px 20px;
	margin:0;
}
#index .left_column dd{
	padding:0 0 10px 20px;
	margin:0;
	border-bottom:1px dashed #ccc;
}
#index .right_column ol{
	margin:0;
	padding:0;
	list-style-type:none;
}
#index .right_column li{
	padding:5px 0;
	margin:0;
}
/*gaiyo.htmlの設定*/
#gaiyo .content th,#access .content th{
	text-align:left;
	white-space:nowrap;
}
#gaiyo .content table,#access .content table{
	width:100%;
}
#gaiyo .im_map,#access .im_map{
	text-align:right;
}
/*news.htmlの設定*/
#news .content dt,#gallery .content dt{
	background:url(../images/bt_s.jpg) no-repeat left;
	padding:5px 20px;
	margin:0;
}
#news .content dd,#gallery .content dd{
	padding:5px 10px 10px 40px;
	margin:0;
	border-bottom:1px dotted #CCC;
}
/*gallery.htmlの設定*/
#gallery .content dd{
	height:200px;
}
#gallery dd img{
	float:right;
	margin-left:20px;
}
/*inquiry.htmlの設定*/
#toi form{
	width:700px;
	margin:10px auto;
}
#toi th{
	white-space:nowrap;
}
#toi textarea,#toi table{
	width:100%;
}
#toi form p{
	text-align:right;
}
#toi input[type="submit"]{
	margin:0 5px;
	padding:0;
}
/*著作権部分*/
.copyright{
	clear:left;
	background:url(../images/bg_btm.jpg) no-repeat top center;
	text-align:right;
	font-size:10px;
	color:#333;
	padding:40px 20px;
}