@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff;
	background-image:url(main_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	color:#666666;
	font-size:small;
	margin: 0px;
	padding: 0px;
}

/* 画像リンク時、ボーダーを消す */
a img {border-style:none;}

/* 回り込み解除 */
.clear{clear:both;}

/* 余白設定 */
h1,h2,h3,h4,h5,h6,p,li{ margin:0; padding:0;}

/* ボタン余白設定 */
ol , ul {
margin:0px;
padding:0px;
}
ul li img{vertical-align:bottom;}


/* ヘッダー //////////////////////////////////////////////////////////// */

#header{
	width:760px;
	height:70px;
	border-bottom:1px solid #999999;
}

#header .rogo{
	width:145px;
	text-align:right;
	float:left;
	padding-top:20px;
}

#header .header_btn{
	float:right;
	padding-right:13px;
}

#header .header_btn .annai{
	margin-top:10px;
	margin-left:150px;
	font-size:12px;
	line-height:120%;
}

/* ヘッダーボタン設定 */
#header .header_btn ul{margin-top:5px;}
#header .header_btn ul li{list-style-type:none; float:left; margin-right:10px;}

/* ホーム */
.header_btn01{
	list-style-type:none;
	text-align:center;
	width:73px;
	height:18px;
	background:url(top_img/header_btn01o.gif) no-repeat left top;
}
.header_btn01 a { 
	display:block;
	width:73px;
	height:18px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.header_btn01 a:hover { 
	text-indent:-9999px;
}

/* 会社概要 */
.header_btn02{
	list-style-type:none;
	text-align:center;
	width:73px;
	height:18px;
	background:url(top_img/header_btn02o.gif) no-repeat left top;
}
.header_btn02 a { 
	display:block;
	width:73px;
	height:18px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.header_btn02 a:hover { 
	text-indent:-9999px;
}

/* 交通アクセス */
.header_btn03{
	list-style-type:none;
	text-align:center;
	width:90px;
	height:18px;
	background:url(top_img/header_btn03o.gif) no-repeat left top;
}
.header_btn03 a { 
	display:block;
	width:90px;
	height:18px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.header_btn03 a:hover { 
	text-indent:-9999px;
}

/* お問い合せ */
.header_btn04{
	list-style-type:none;
	text-align:center;
	width:90px;
	height:18px;
	background:url(top_img/header_btn04o.gif) no-repeat left top;
}
.header_btn04 a { 
	display:block;
	width:90px;
	height:18px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.header_btn04 a:hover { 
	text-indent:-9999px;
}

/* ナビゲーションボタン //////////////////////////////////////////////////////////// */

#navi{
	width:761px;
	height:71px;
	border-bottom:1px solid #999999;
}

#navi ul{margin:0px;}
#navi ul li{
	list-style-type:none;
	height:71px;
	float:left;
	background:url(top_img/btn_bg.gif) repeat-x top left;
	border-right:1px solid #999999;
}

/*マウスオーバー処理*/
#navi ul li a:link, a:visited{
	background-image:none;
}
#navi ul li a:hover, a:active{
	background:url(top_img/btn_bg_o.gif) repeat-x top left;
}

/* 中央メインコンテンツ //////////////////////////////////////////////////////////// */
#contents{
	width:760px;
	background:url(top_img/right_bg.jpg) repeat-y bottom right;
}

#contents .contents_left{
	float:left;
	width:460px;
	padding:20px 0px;
}

#contents .contents_right{
	float:right;
	width:294px;
	padding:20px 0px;
}

#contents .contents_right .banner{
	width:240px;
	margin-left:47px;
}

#contents .contents_right .rireki{
	width:215px;
	margin-left:68px;
	margin-top:15px;
}

/* フッター //////////////////////////////////////////////////////////// */
#footer{
	width:760px;
	border-top:1px solid #999999;
}

#footer .footer_navi{
	margin:10px;
	width:740px;
	height:30px;
	background-image:url(top_img/footer_bg.gif);
}

#footer .footer_navi ul{margin-left:10px;}
#footer .footer_navi ul li{
	list-style-type:none;
	margin:10px;
	float:left;
}

/* ホーム */
.footer_btn01{
	list-style-type:none;
	text-align:center;
	width:45px;
	height:12px;
	background:url(top_img/footer_btn01o.gif) no-repeat left top;
}
.footer_btn01 a { 
	display:block;
	width:45px;
	height:12px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.footer_btn01 a:hover { 
	text-indent:-9999px;
}

/* 会社概要 */
.footer_btn02{
	list-style-type:none;
	text-align:center;
	width:58px;
	height:12px;
	background:url(top_img/footer_btn02o.gif) no-repeat left top;
}
.footer_btn02 a { 
	display:block;
	width:58px;
	height:12px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.footer_btn02 a:hover { 
	text-indent:-9999px;
}

/* 交通アクセス */
.footer_btn03{
	list-style-type:none;
	text-align:center;
	width:81px;
	height:12px;
	background:url(top_img/footer_btn03o.gif) no-repeat left top;
}
.footer_btn03 a { 
	display:block;
	width:81px;
	height:12px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.footer_btn03 a:hover { 
	text-indent:-9999px;
}

/* プライバシー */
.footer_btn04{
	list-style-type:none;
	text-align:center;
	width:130px;
	height:12px;
	background:url(top_img/footer_btn04o.gif) no-repeat left top;
}
.footer_btn04 a { 
	display:block;
	width:130px;
	height:12px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.footer_btn04 a:hover { 
	text-indent:-9999px;
}

/* お問い合わせ */
.footer_btn05{
	list-style-type:none;
	text-align:center;
	width:69px;
	height:12px;
	background:url(top_img/footer_btn05o.gif) no-repeat left top;
}
.footer_btn05 a { 
	display:block;
	width:69px;
	height:12px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.footer_btn05 a:hover { 
	text-indent:-9999px;
}

/* コピーライト */
#copyright{
	text-align:right;
	width:750px;
	padding-bottom:20px;
}















