/* CSS Document */

/* 
--------------------------------------------------------------------------------------------------------------------------
基本スタイルシート

制作者：清水豊
更新日：2008年9月22日
--------------------------------------------------------------------------------------------------------------------------
目次：

1.基本構造
2.ヘッダー
3.コンテンツ
4.サブ
5.メイン（main.cssに記載）
6.フッター
-------------------------------------------------------------------------------------------------------------------------- */
/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,pタグの
マージン、パディングを0pxにする
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
	margin:0px;
	padding:0px;
}
a img {
	border:0;
	}
body {
	font-family:Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:1.8;
	text-align: center;
	background: #F8F8FA;
}
/*-----divの大枠START----------------------------------------------------------------------------------*/
hr{
	margin-top: 0px;
	margin-bottom: 0px;
}
div#allbg{
	width:820px;
	margin: auto;
	height: auto;
	background: #FFFFFF url(../img/shadowbg.jpg) repeat-y 0px 0px;
}
div#all {
	background: #FFFFFF;
	width:800px;
	margin: auto;
	height: auto;
	text-align: left;
	}
div#header{
	background: #FFFFFF;
	width:800px;
	height: 100px;
	position: relative;
	border-bottom: 1px solid #FF9900;
}
div#footer{
	text-align: center;
	background: #FF9900;
	width: 800px;
	clear: both;
	color: #FFFFFF;
}
div#content{
	height: auto;
	min-height:550px;	
}
/*-----divの大枠END----------------------------------------------------------------------------------*/
/*-----div#headerSTART----------------------------------------------------------------------------------*/
#topbar{
	height: 15px;
	width: 800px;
	line-height: 15px;
	color: #FFFFFF;
	background: #FF9900;
	text-indent: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}
h1{
	position: absolute;
	left: 20px;
	top: 30px;
}
#help{
	position: absolute;
	left: 540px;
	top: 20px;
}
#header_form{
	position: absolute;
	left: 580px;
	top: 52px;
}

/*-----div#header--END----------------------------------------------------------------------------------*/
/*-----div#footerSTART----------------------------------------------------------------------------------*/
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
	background: #FF9900;
}
/*-----div#footer--END----------------------------------------------------------------------------------*/
/*-----div#contentSTART----------------------------------------------------------------------------------*/
#pagenavi{/*パンくずリスト--------------------------------*/
	height: 15px;
	width: 800px;
	line-height: 15px;
	text-indent: 20px;
	margin-bottom: 3px;
	margin-top: 2px;
}
div#sub{
	float: left;
	width: 175px;
	margin-bottom: 20px;
}
div#main{
	float: left;
	width: 625px;
	margin-bottom: 20px;
}
/*sub内内容START-------------------------------------*/
.subnavi{
	list-style: url(../img/subnavi.gif);
	margin-left: 40px;
}
.subnavi a{
	text-decoration: none;
	color: #999999;
	background: #FFFFFF;

}
.subnavi a:hover{
	color: #FF3300;
	text-decoration: none;
	background: #FFFFFF;

}
li#navi_home{
	height: 46px;
	width: 171px;
	list-style: url(none) none;
	background: url(../img/navi1.jpg) no-repeat left top;
	line-height: 46px;
	font-weight: bold;
	color: #333333;
	display: block;
	text-indent: 67px;
	margin-left: 3px;
}
li#navi_home a{
	height: 46px;
	width: 171px;
	list-style: url(none) none;
	background: url(../img/navi1.jpg) no-repeat left top;
	line-height: 46px;
	font-weight: bold;
	color: #333333;
	display: block;
	text-decoration: none;
}
li#navi_home a:hover {
	color: #0000FF;
	background: url(../img/navi1.jpg) no-repeat left top;
	height: 46px;
	width: 171px;
	display: block;
}
li#navi_company{
	height: 46px;
	width: 171px;
	list-style: url(none) none;
	background: url(../img/navi2.jpg) no-repeat left top;
	line-height: 46px;
	font-weight: bold;
	color: #333333;
	display: block;
	text-indent: 60px;
	margin-left: 3px;
}
li#navi_company a{
	height: 46px;
	width: 171px;
	list-style: url(none) none;
	background: url(../img/navi2.jpg) no-repeat left top;
	line-height: 46px;
	font-weight: bold;
	color: #333333;
	display: block;
	text-decoration: none;
}
li#navi_company a:hover {
	color: #0000FF;
	background: url(../img/navi2.jpg) no-repeat left top;
	height: 46px;
	width: 171px;
	display: block;
}
li#navi_gyomu{
	height: 46px;
	width: 171px;
	list-style: url(none) none;
	background: url(../img/navi3.jpg) no-repeat left top;
	line-height: 46px;
	font-weight: bold;
	color: #333333;
	display: block;
	text-indent: 60px;
	margin-left: 3px;
}
li#navi_gyomu a{
	height: 46px;
	width: 171px;
	list-style: url(none) none;
	background: url(../img/navi3.jpg) no-repeat left top;
	line-height: 46px;
	font-weight: bold;
	color: #333333;
	display: block;
	text-decoration: none;
}
li#navi_gyomu a:hover {
	color: #0000FF;
	background: url(../img/navi3.jpg) no-repeat left top;
	height: 46px;
	width: 171px;
	display: block;
}
li#navi_form{
	height: 46px;
	width: 171px;
	list-style: url(none) none;
	background: url(../img/navi4.jpg) no-repeat left top;
	line-height: 46px;
	font-weight: bold;
	color: #333333;
	display: block;
	text-indent: 60px;
	margin-left: 3px;
}
li#navi_form a{
	height: 46px;
	width: 171px;
	list-style: url(none) none;
	background: url(../img/navi4.jpg) no-repeat left top;
	line-height: 46px;
	font-weight: bold;
	color: #333333;
	display: block;
	text-decoration: none;
}
li#navi_form a:hover {
	color: #0000FF;
	background: url(../img/navi4.jpg) no-repeat left top;
	height: 46px;
	width: 171px;
	display: block;
}
#news{
	width: 156px;
	border: 1px solid #FF9900;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 10px;
	overflow: auto;
	height: 275px;

}
.news_title{
	font-weight: bold;
	color: #FF9900;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background: url(../img/newsmark.gif) no-repeat;
	height: 15px;
	width: 100px;
	line-height: 15px;
	text-indent: 20px;
}
.news_title a{
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.news_p{
	text-align: right;
	margin-right: 10px;
}
.rss-box-aruk{
	margin-top: 10px;
	margin-left: 10px;
}
.rss-box-aruk .rss-items{
	list-style: none;
}
.rss-box-aruk .rss-items li{
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
.rss-box-aruk .rss-items li a{
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #333333;
}
/*sub内内容END---------------------------------------*/
/*main内内容START-------------------------------------------*/
#top_title{
	margin-left: 40px;
}
.main_title{
	font-size: 100%;
	border-bottom: 1px solid #FF9900;
	height: 20px;
	width: 400px;
	background: #FFFFFF url(../img/main_title.gif) no-repeat 5px 0px;
	text-indent: 30px;
	color: #FF9900;
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: left;
}
.sub_title{
	font-size: 100%;
	width: 400px;
	background: #FFFFFF url(../img/sub_title.jpg) no-repeat 5px 5px;
	text-indent: 25px;
	color: #FF9900;
	margin-left: 90px;
	margin-bottom: 10px;
	height: 20px;
	margin-top: 20px;
}
.setsumei_p{
	width: 500px;
	margin-left: 70px;
	color: #333333;
	background: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
.setsumei_p_red{
	width: 500px;
	margin-left: 70px;
	color: #CC0000;
	background: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*---------------flashplayer のためのものstart---------------------------*/
#top_flash{
	background: #FFFFFF;
	border-bottom: 1px solid #FF9900;
}
.flaplayer_all{
	width: 300px;
	border: 1px solid #333333;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.flaplayer_title{
	font-size: 90%;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background: #07182A;
	height: 15px;
	width: 300px;
	text-align: center;
}
.fla_p1{
	width: 120px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.fla_p2{
	font-size: 80%;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
/*---------------flashplayer のためのものEND---------------------------*/

.setsumei_table{
	width: 500px;
	margin-left: 60px;
}
.setsumei_table th{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 340px;

}
.setsumei_table td{
	width: 140px;

}
.company_table{
	width: 500px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-collapse:collapse;
}
.company_table th{
	background: #FFE6A8;
	text-align: center;
	font-weight: normal;
	width: 120px;
	border: 1px solid #FF9900;
}
.company_table td{
	padding-left: 30px;
	border: 1px solid #FF9900;
}

.gyomu_table{
	margin-left: 50px;
}
.gyomu_table th{
	font-weight: bold;
	text-align: center;
	color: #333333;

}
.gyomu_p{
	margin-left: 30px;
}
.asiba_title{
	margin-top: 30px;
	margin-left: 70px;
}
.asiba_title2{
	margin-top: 30px;
	margin-left: 70px;
	margin-bottom: 30px;
}
/*main内内容-END--------------------------------------------*/
/*写真拡大START----------------------*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
	}
	
/*写真拡大＿＿END----------------------*/
.etc_title{
	margin-top: 30px;
	margin-left: 70px;
	margin-bottom: 20px;
}
.sitemap_dl{/*サイトマップdl---------------------------*/
	margin-left: 100px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.sitemap_dl dt{/*サイトマップdt---------------------------*/
	font-weight: bold;
	color: #FF9900;
}
/*個人情報保護START------------------------------------*/
#pri_div{
	width: 700px;
	margin-left: 50px;
	margin-bottom: 20px;
}
#pri_div h3{
	text-indent: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #FF9900;
	color: #FF9900;
	background: #FFFFFF;

}
#pri_div h4{
	text-indent: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #666666;
	background: #FFFFFF;
}
#pri_div ul{
	list-style: square;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;

}
#pri_div p{
	margin-top: 5px;
	margin-bottom: 5px;
}
/*個人情報保護--END------------------------------------*/
/*お問合せSTART------------------------------------*/
.form1{
	width: 700px;
	margin-left: 50px;
}
.form1 th{
	font-weight: normal;
	color: #000000;
	background: #E5EDFA;
	border: 1px solid #E0DFE3;
	width: 145px;
	text-align: center;
}
.form1 td{
	border: 1px solid #E0DFE3;
	padding: 5px 10px 5px 15px;
}
table.form2 td{
	border-width: 0px;
	border-style: none;
}
.text1{
	height: 200px;
	width: 500px;
}
.ff1{
	font-size: 95%;
}
.ff2{
	font-size: 90%;
	color: #FF3300;
}
.ff3{
	font-weight: bold;
}
p.form_p{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 350px;
}
/*お問合せ--END------------------------------------*/
/*---トップページニュース---*/
#news_main{
	height: 180px;
	width: 420px;
	overflow: auto;
	border: 1px solid #999999;
	margin-left: 70px;
}
#news_table{
	border-collapse:collapse;
}
#news_table th{
	width: 100px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #999999;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#news_table td{
	border-bottom: 1px solid #999999;
	width: 320px;
	text-align: left;
	vertical-align: top;
}
#news_table td a{
	color: #666666;
	text-decoration: none;

}
/*---トップページニュース---*/
/*-----div#content--END----------------------------------------------------------------------------------*/
