@charset "Shift_JIS"; 		/* 文字コードセット */

/*///目次/////////////////////////////

1.全体構造
2.ヘッダ
3.ナビゲーション
4.コンテンツ
5.汎用スタイルシート
6.トップページ
11.フッター

////目次 終了/////////////////////////*/

/* 全体構造
---------------------------------------------------- */
* {margin: 0px;padding: 0px;} /* 各ブラウザの独自解釈をリセット */

body{ 
	color:#333333;
	background: url(../images/back.jpg) repeat-x #ffffff;
	text-align:center; /* IE5.5以前用中央揃え */
	font-size: 0.8em; /* 基本フォントサイズ */
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5em; /* 基本の行間 */
}



html{overflow:scroll;}

a{ outline:none; }
a img{ border:none;background:transparent;}

a:link {text-decoration: none;color: #0000ff;}
a:visited {text-decoration: none;color: #0000ff;}
a:hover {text-decoration: underline;color: #0000ff;}
a:active {text-decoration: none;color: #0000ff;}


/* 基本ページ幅 */

#wrapper{
	width:856px;
	margin:0px auto;
	background:url(../images/wrapper-back.jpg) no-repeat;
}

#container{
	width:850px;
	margin:0px auto;
	text-align:justify;
	text-justify: inter-ideograph;
	background:#ffffff;
}
	
#content {
	width: 810px;
	margin:0px auto;
	padding:20px;
	text-align:left;
}

#right-content {
	width: 598px;
	float:right;
}

/* ヘッダ
---------------------------------------------------- */
#header {
	color: #666666;
	width: 850px;
	height:100px;
	background-image: url(../images/header.jpg);
	margin:0px auto;
}

h1 a {
	display:block;
	height:100px;
	width:340px;
	text-indent:-9999px;
	float:left;
}

/* ヘッダナビゲーション
---------------------------------------------------- */

#head-navigation{list-style:none;float:right;width:415px; margin:67px 20px 0px 0px; display:inline;}

#head-navigation li a{text-decoration:none;float: left;}

#head-navigation li {list-style-type: none;display: block;float: left;}

#head-navigation strong {visibility: hidden;} /* ナビゲーション文字の非表示 */

#head-navi01 a{width:55px;background:url(../images/head-navi01a.jpg) no-repeat ; height:13px;}
#head-navi02 a{width:68px;background:url(../images/head-navi02a.jpg) no-repeat ; height:13px;}
#head-navi03 a{width:68px;background:url(../images/head-navi03a.jpg) no-repeat ; height:13px;}
#head-navi04 a{width:92px;background:url(../images/head-navi04a.jpg) no-repeat ; height:13px;}
#head-navi05 a{width:132px;background:url(../images/head-navi05a.jpg) no-repeat ; height:13px;}

#head-navi01 a:hover{width:55px;background:url(../images/head-navi01b.jpg) no-repeat ; height:13px;}
#head-navi02 a:hover{width:68px;background:url(../images/head-navi02b.jpg) no-repeat ; height:13px;}
#head-navi03 a:hover{width:68px;background:url(../images/head-navi03b.jpg) no-repeat ; height:13px;}
#head-navi04 a:hover{width:92px;background:url(../images/head-navi04b.jpg) no-repeat ; height:13px;}
#head-navi05 a:hover{width:132px;background:url(../images/head-navi05b.jpg) no-repeat ; height:13px;}

#head-navi01-on a{width:55px;background:url(../images/head-navi01b.jpg) no-repeat ; height:13px;}
#head-navi02-on a{width:68px;background:url(../images/head-navi02b.jpg) no-repeat ; height:13px;}
#head-navi03-on a{width:68px;background:url(../images/head-navi03b.jpg) no-repeat ; height:13px;}
#head-navi04-on a{width:92px;background:url(../images/head-navi04b.jpg) no-repeat ; height:13px;}
#head-navi05-on a{width:132px;background:url(../images/head-navi05b.jpg) no-repeat ; height:13px;}

/* ナビゲーション
---------------------------------------------------- */

#navigation{list-style:none;float:left;height: auto;width: 192px;}

#navigation li a{text-decoration:none;float: left;}

#navigation li {list-style-type: none;display: block;float: left;}

#navigation strong {visibility: hidden;} /* ナビゲーション文字の非表示 */

#navi01 a{width:192px;background:url(../images/navi01a.jpg) no-repeat ; height:36px;}
#navi02 a{width:192px;background:url(../images/navi02a.jpg) no-repeat ; height:36px;}
#navi03 a{width:192px;background:url(../images/navi03a.jpg) no-repeat ; height:36px;}
#navi04 a{width:192px;background:url(../images/navi04a.jpg) no-repeat ; height:36px;}
#navi05 a{width:192px;background:url(../images/navi05a.jpg) no-repeat ; height:36px;}
#navi06 a{width:192px;background:url(../images/navi06a.jpg) no-repeat ; height:43px;}
#navi07 a{width:192px;background:url(../images/navi07a.jpg) no-repeat ; height:52px;}

#navi01 a:hover{width:192px;background:url(../images/navi01b.jpg) no-repeat ; height:36px;}
#navi02 a:hover{width:192px;background:url(../images/navi02b.jpg) no-repeat ; height:36px;}
#navi03 a:hover{width:192px;background:url(../images/navi03b.jpg) no-repeat ; height:36px;}
#navi04 a:hover{width:192px;background:url(../images/navi04b.jpg) no-repeat ; height:36px;}
#navi05 a:hover{width:192px;background:url(../images/navi05b.jpg) no-repeat ; height:36px;}
#navi06 a:hover{width:192px;background:url(../images/navi06b.jpg) no-repeat ; height:43px;}
#navi07 a:hover{width:192px;background:url(../images/navi07b.jpg) no-repeat ; height:52px;}

#navi01-on a{width:192px;background:url(../images/navi01b.jpg) no-repeat ; height:36px;}
#navi02-on a{width:192px;background:url(../images/navi02b.jpg) no-repeat ; height:36px;}
#navi03-on a{width:192px;background:url(../images/navi03b.jpg) no-repeat ; height:36px;}
#navi04-on a{width:192px;background:url(../images/navi04b.jpg) no-repeat ; height:36px;}
#navi05-on a{width:192px;background:url(../images/navi05b.jpg) no-repeat ; height:36px;}
#navi06-on a{width:192px;background:url(../images/navi06b.jpg) no-repeat ; height:43px;}
#navi07-on a{width:192px;background:url(../images/navi07b.jpg) no-repeat ; height:52px;}

/* コンテンツ
---------------------------------------------------- */

h2{text-indent: -9999px;clear: both;}

#p01-01{background:url(../images/p01-01.jpg); width:598px;height:71px;}

#p01-02 a{background:url(../images/p01-02.jpg); width:184px;height:109px; display:block;}
#p01-02{background:url(../images/p01-02.jpg); width:184px;height:109px; display:block;}
#p01-02 a:hover{background:url(../images/p01-02-on.jpg); width:184px;height:109px; display:block; text-decoration:none;}
#p01-02 strong{ visibility:hidden;}

#p01-03 a{background:url(../images/p01-03.jpg); width:184px;height:109px; display:block;}
#p01-03{background:url(../images/p01-03.jpg); width:184px;height:109px; display:block;}
#p01-03 a:hover{background:url(../images/p01-03-on.jpg); width:184px;height:109px; display:block; text-decoration:none;}
#p01-03 strong{ visibility:hidden;}

#p01-04 a{background:url(../images/p01-04.jpg); width:184px;height:109px; display:block;}
#p01-04{background:url(../images/p01-04.jpg); width:184px;height:109px; display:block;}
#p01-04 a:hover{background:url(../images/p01-04-on.jpg); width:184px;height:109px; display:block; text-decoration:none;}
#p01-04 strong{ visibility:hidden;}

#p01-05{background:url(../images/p01-05.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}
#p01-06{background:url(../images/p01-06.jpg); width:192px;height:45px;text-indent: -9999px;clear: both;}
#p01-06{background:url(../images/p01-06.jpg); width:192px;height:44px;text-indent: -9999px;clear: both;}
#p01-07{background:url(../images/p01-07.jpg); width:192px;height:44px;text-indent: -9999px;clear: both;}
#p01-08{background:url(../images/p01-08.jpg); width:192px;height:44px;text-indent: -9999px;clear: both;}
#p01-09{background:url(../images/p01-09.jpg); width:192px;height:44px;text-indent: -9999px;clear: both;}
#p01-10{background:url(../images/p01-10.jpg); width:192px;height:37px;text-indent: -9999px;clear: both;}

#p02-01{background:url(../images/p02-01.jpg); width:598px;height:51px;text-indent: -9999px;clear: both;}
#p02-02{background:url(../images/p02-02.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}
#p02-03{background:url(../images/p02-03.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}

#p03-01{background:url(../images/p03-01.jpg); width:598px;height:51px;text-indent: -9999px;clear: both;}
#p03-02{background:url(../images/p03-02.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}
#p03-03{background:url(../images/p03-03.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}
#p03-04{background:url(../images/p03-04.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}

#p03-05{background:url(../images/p03-05.jpg); width:287px;height:136px;text-indent: -9999px;}
#p03-06{background:url(../images/p03-06.jpg); width:287px;height:136px;text-indent: -9999px;}
#p03-07{background:url(../images/p03-07.jpg); width:287px;height:136px;text-indent: -9999px;}
#p03-08{background:url(../images/p03-08.jpg); width:287px;height:136px;text-indent: -9999px;}

#p04-01{background:url(../images/p04-01.jpg); width:598px;height:51px;text-indent: -9999px;clear: both;}
#p04-02{background:url(../images/p04-02.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}
#p04-03{background:url(../images/p04-03.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}

#p05-01{background:url(../images/p05-01.jpg); width:598px;height:51px;text-indent: -9999px;clear: both;}

#p06-01{background:url(../images/p06-01.jpg); width:598px;height:51px;text-indent: -9999px;clear: both;}
#p06-02{background:url(../images/p06-02.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}
#p06-03{background:url(../images/p06-03.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}
#p06-04{background:url(../images/p06-04.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}
#p06-05{background:url(../images/p06-05.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}

#p07-01{background:url(../images/p07-01.jpg); width:598px;height:51px;text-indent: -9999px;clear: both;}
#p07-02{background:url(../images/p07-02.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}

#p08-01{background:url(../images/p08-01.jpg); width:598px;height:51px;text-indent: -9999px;clear: both;}

#p09-01{background:url(../images/p09-01.jpg); width:598px;height:51px;text-indent: -9999px;clear: both;}
#p09-02{background:url(../images/p09-02.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}
#p09-03{background:url(../images/p09-03.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}
#p09-04{background:url(../images/p09-04.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}
#p09-05{background:url(../images/p09-05.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}

#p10-01{background:url(../images/p10-01.jpg); width:598px;height:51px;text-indent: -9999px;clear: both;}

#p11-01{background:url(../images/p11-01.jpg); width:598px;height:51px;text-indent: -9999px;clear: both;}

#p12-01{background:url(../images/p12-01.jpg); width:598px;height:51px;text-indent: -9999px;clear: both;}
#p12-02{background:url(../images/p12-02.jpg); width:598px;height:65px;text-indent: -9999px;clear: both;}


/* 汎用スタイルシート
---------------------------------------------------- */

.red{ color:#FF0000;}

.blue{ color:#297bb5;}

#page-top {
	clear:both;
	width:810px;
	text-align:right;
	margin:0px auto;
	padding-top:20px;
}

.clear{ clear:both;}

/* トップページ
---------------------------------------------------- */

#main{ width:598px; height:259px;}

.p01-02-box{
	width:184px;
	float:left;
	margin:20px 20px 0px 0px;
	border:1px solid #ccc;
	background:#e8f5fe;
}

.p01-02-box p{
	padding:5px;
	font-size:80%;
}

.p01-03-box{
	width:184px;
	float:left;
	margin:20px 20px 0px 0px;
	border:1px solid #ccc;
	background:#fef3d8;
}

.p01-03-box p{
	padding:5px;
	font-size:80%;
}

.p01-04-box{
	width:184px;
	float:left;
	margin:20px 0px 0px 0px;
	border:1px solid #ccc;
	background:#f4f2fe;
}

.p01-04-box p{
	padding:5px;
	font-size:80%;
}

.p01-left-p{ float:left; padding-left:10px;}

.p01-img-right{ float:right; padding-right:10px;}

#wn-table {width: 192px; margin:0px auto;}

.icon {width:15px; text-align:left; vertical-align:middle; padding:5px 0px 5px 5px; border-bottom:1px dotted #cccccc;}

.day {width:172px; text-align:left; vertical-align:top; padding:5px 0px;border-bottom:1px dotted #cccccc;}



/* 不二榮の業務と有資格
---------------------------------------------------- */

.p02-h4{
	border-left:4px solid #297bb5;
	border-bottom:1px dotted #cccccc;
	width:584px;
	text-indent:5px;
	background:#f9f9f9;
	padding:3px 0px;
	margin:10px auto 0px auto;
	font-size:100%;
}

.p02-p{ padding:15px 5px;}

.work-dl{ width:598px; margin:0px auto 0px auto;}

.work-dt{
	width:593px;
	border-left:5px solid #fac801;
	margin:10px 5px 10px 0px;
	text-indent:10px;
	background:#f9f9f9;
	padding:3px 0px;
}

.work-dd{ margin-bottom:20px;border-bottom:1px solid #dddddd; padding:5px 0px 10px 0px;}

/* 解体工事と流れ
---------------------------------------------------- */

.p03-top-p{ border:1px dotted #cccccc; background:#f9f9f9; padding:5px; text-align:right;}

.p03-left-box{ width:287px;float:left; border:1px solid #cccccc; margin-bottom:20px;}

.p03-left-box p{ font-size:80%;padding:5px;}

.p03-right-box{ width:287px; float:right; border:1px solid #cccccc;margin-bottom:20px;}

.p03-right-box p{ font-size:80%;padding:5px;}
#p03-button-box{ width:558px; margin:0px auto;}

#p03-button01 a{float:left;background:url(../images/p03-button01.jpg); width:247px; height:61px;display:block;text-decoration:none;}
#p03-button01 a:hover{float:left;background:url(../images/p03-button01-on.jpg); width:247px; height:61px; display:block;text-decoration:none;}
#p03-button01 strong{ visibility:hidden; }

#p03-button02 a{float:right; background:url(../images/p03-button02.jpg); width:247px; height:61px;display:block;text-decoration:none;}
#p03-button02 a:hover{float:right;background:url(../images/p03-button02-on.jpg); width:247px; height:61px;display:block;text-decoration:none;}
#p03-button02 strong{ visibility:hidden; }

.p03-h4{
	border-left:4px solid #297bb5;
	border-bottom:1px dotted #cccccc;
	width:584px;
	text-indent:5px;
	background:#f9f9f9;
	padding:3px 0px;
	margin:10px auto 0px auto;
	font-size:100%;
}

.p03-p{ padding:15px 5px;}

.p03-left-p{ padding:15px 5px;width:340px; float:left;}

.p03-img-right{ float:right; padding:15px 0px 20px 0px;}

.p03-yajirushi{ text-align:center; clear:both;}

.free-contact-p{ clear:both;background:#f9f9f9; border:1px dotted #cccccc; width:576px; padding:10px; margin-top:20px;}


/* 外構・土木工事
---------------------------------------------------- */
.p04-left-p{ padding:0px 0px 20px 0px;width:340px; float:left;}

.p04-left-p02{ padding:53px 0px 20px 0px;width:340px; float:left;}

.p04-img-right{float:right; padding:0px 0px 20px 0px;}

.p04-02-p{ font-size:110%; font-weight:bold;background:#f9f9f9; border:1px dotted #cccccc; width:576px; padding:10px;}

.p04-img-left{ padding-top:10px;}

/* 施工例
---------------------------------------------------- */

.cl-page-change{ width:586px; padding:5px;background:#f9f9f9; border:1px dotted #cccccc; margin-top:20px;}

.cl-box{ padding-bottom:20px; border-bottom:5px solid #297bb5;}

.cl-h3{
	border-left:4px solid #297bb5;
	border-bottom:1px dotted #cccccc;
	width:594px;
	text-indent:5px;
	background:#f9f9f9;
	padding:3px 0px;
	margin:20px auto 0px auto;
	font-size:100%;
}

.cl-photo-table{ width:594px;text-align:center; margin-top:15px;}

.cl-photo01{ width:199px; padding:15px 0px;}

.cl-photo02{ width:200px;}

.cl-photo03{ width:199px;}

.cl-photo-p{ text-align:left; padding:0px 10px; vertical-align:text-top;}

.cl-table{ width:596px; margin:20px auto 0px auto;border-collapse:collapse;  }

.cl-td-01{width:86px;background:#e8f5fe;padding:5px;border:1px solid #cccccc;border-collapse: collapse;}

.cl-td-02{width:188px;padding:5px;border:1px solid #cccccc;border-collapse: collapse;}

.cl-td-03{width:86px;background:#e8f5fe;padding:5px;border:1px solid #cccccc;border-collapse: collapse;}

.cl-td-04{width:462px;padding:5px;border:1px solid #cccccc;border-collapse: collapse;}

.cl-detail-link{ text-align:right; padding-top:20px;}

.cl-detail-bottom-p{ text-align:center; padding-top:20px;}


/* レンタル事業
---------------------------------------------------- */
.p06-table{ float:left;width:336px;border-collapse:collapse; margin-bottom:20px;}

.p06-td-01{width:326px;background:#e8f5fe;padding:5px;border:1px solid #cccccc;border-collapse: collapse;}

.p06-td-02{width:158px;background:#f9f9f9;padding:5px;border:1px solid #cccccc;border-collapse: collapse;}

.p06-td-p{width:326px;padding:5px;border:1px solid #cccccc;border-collapse: collapse;}

.p06-img-right{ float:right; margin-bottom:20px;}


/* 不二榮の取組み姿勢とスタッフ達
---------------------------------------------------- */
.p07-h4{
	border-left:4px solid #297bb5;
	border-bottom:1px dotted #cccccc;
	width:590px;
	text-indent:5px;
	background:#f9f9f9;
	padding:3px 0px;
	margin:10px auto 15px auto;
	font-size:100%;
	clear:both;
}

.p07-right-p{padding:0px 0px 20px 0px;width:340px; float:right;}

.p07-img-left{float:left; padding:0px 0px 20px 0px; padding-left:2px;}


/* 用語集
---------------------------------------------------- */
.p08-h3{
	border-left:4px solid #297bb5;
	border-bottom:1px dotted #cccccc;
	width:590px;
	text-indent:5px;
	background:#f9f9f9;
	padding:3px 0px;
	margin:10px auto 15px auto;
	font-size:100%;
	clear:both;
}

.p08-box{ width:574px;background:url(../images/p08-back.jpg); border:1px solid #cccccc; padding:10px; margin-bottom:30px;}

.p08-box p{ float:left; width:450px;}

.p08-img-right{ float:right;}




/* 会社概要
---------------------------------------------------- */

.p09-left-p{padding:0px 0px 20px 0px;width:340px; float:left;}

.p09-img-right{ float:right;}

.company-table{
	width:598px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin:0px auto 20px auto;
}

.company-table th {
	width:90px;
	border-right:1px solid #dddddd;
	padding:5px 10px 5px 15px;
	background:url(../images/p09-icon.jpg) no-repeat;
	background-position:2px 8px;
	vertical-align:text-top;
	text-align:left;
} 

.company-table td {padding:5px 10px 5px 5px;}

.p09-h4{
	border-left:4px solid #297bb5;
	border-bottom:1px dotted #cccccc;
	width:590px;
	text-indent:5px;
	background:#f9f9f9;
	padding:3px 0px;
	margin:10px auto 15px auto;
	font-size:100%;
	clear:both;
}

.map{ margin-bottom:10px;}

.p09-map-p{ text-align:right;} 

/* 採用情報
---------------------------------------------------- */

.p10-left-p{padding:0px 0px 20px 0px;width:340px; float:left;}

.p10-img-right{ float:right; padding-bottom:20px;}

#p10-left-box{ float:left; width:299px;}

.p10-h3-left {
	width:285px;
	background:#297bb5;
	color:#ffffff;
	font-size:110%;
	border-left:4px solid #297bb5;
	border-bottom:1px solid #0a6aae;
	text-indent:5px;
	margin-bottom:10PX;
	padding:3px 0px;
}

#p10-right-box{ float:right;width:298px; border-left:1px solid #cccccc;}

.p10-h3-right {
	width:284px;
	float:right;
	background:#297bb5;
	color:#ffffff;
	font-size:110%;
	border-left:4px solid #297bb5;
	border-bottom:1px solid #0a6aae;
	text-indent:5px;
	margin-bottom:10PX;
	padding:3px 0px;
}

.p10-dl-left{ width:289px; padding-bottom:10px; float:left;}

.p10-dt-left{
	width:284px;
	font-weight:bold;
	border-left:5px solid #666666;
	background:#f3f3f3;
	margin:0px 0px 10px 0px;
	text-indent:5px;
}

.p10-dd-left{width:289px;margin-bottom:10px;border-bottom:1px solid #dddddd; padding-bottom:10px;}

.p10-dl-right{ width:288px; padding-bottom:10px; float:right;}

.p10-dt-right{
	width:283px;
	font-weight:bold;
	border-left:5px solid #666666;
	background:#f3f3f3;
	margin:0px 0px 10px 0px;
	text-indent:5px;
}

.p10-dd-right{width:288px;margin-bottom:10px;border-bottom:1px solid #dddddd; padding-bottom:10px;}


/* お問い合わせ
---------------------------------------------------- */

.p11-h3{
	border-left:6px solid #333333;
	border-bottom:1px dotted #cccccc;
	width:592px;
	text-indent:5px;
	padding:3px 0px;
	margin:20px auto 15px auto;
	font-size:100%;
}

.contact-table {
	width:598px;
	margin:0px auto;
}
.main {
	padding:3px 20px 3px 20px;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	background-color:#f9f9f9;
	line-height:170%;
	background-image:url(../images/contact-list.jpg);
	background-position:left;
	background-repeat:repeat-y;
	width:180px;
	text-align:left;
}

.sub {
	padding:3px 0 3px 10px;
	border-bottom:2px solid #FFFFFF;
	background-color:#f9f9f9;
	line-height:170%;
	text-align:left;
}

.form00-on{width:150px;ime-mode: active;}
	
.form00-off{width:150px;ime-mode: inactive;}

.form01-on{width:250px;ime-mode: active;}

.form01-off{width:250px;ime-mode: inactive;}

.form02-on{width:300px;ime-mode: active;}

.form03-on{width:80px;ime-mode:inactive;}

.form02-off{width:300px;ime-mode: inactive;}
	
.form03{width:350px;ime-mode:active;height:100px}

.form04-on{width:40px;ime-mode:inactive;}

.form-month{width:30px;ime-mode: active;}

.form-year{width:40px;ime-mode: inactive; margin-top:5px;}

.year-selesct{ margin-top:5px;}

#submit-button{ text-align:center; margin-top:20px;}

/* プライバシーポリシー
---------------------------------------------------- */

.p12-h4{
	border-left:4px solid #297bb5;
	border-bottom:1px dotted #cccccc;
	width:590px;
	text-indent:5px;
	background:#f9f9f9;
	padding:3px 0px;
	margin:20px auto 15px auto;
	font-size:100%;
	clear:both;
}
 
/* フッター
---------------------------------------------------- */

#footer-link {
	text-align:left;
	font-size:80%;
	clear:both;
	background:#f9f9f9;
	border-top:1px solid #dddddd;
}

#footer-link ul{padding:5px 0px 5px 5px;}

#footer-link li{display:inline;padding:0px 15px;border-right:1px solid #ccc;}

#footer-link li a{color:#333;}

#footer-link .nobd{border-right:none;}

#footer{ background:url(../images/footer.jpg) ; width:850px; height:32px; margin:0px auto;}
#footer p{ visibility: hidden;}