﻿@charset "UTF-8";

/* #####################################################################*/
/*        　                                                            */
/*      ●フッターのＣＳＳです。  　                                    */
/*      1-1.フッターエリア	    　                              　　    */
/*      1-2.フッターメニュー　              		                    */
/*      1-3.フッターメニューリンク　　　   　                           */
/*      1-4.会社情報　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*      1-5.コピーライト+ボトムのバックグラウンド                   　　*/
/*        　                                                            */
/* #####################################################################*/

/* ===================================================================== */
/*      1.フッタ                                                         */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      1-1.フッターエリア　　　　　　　                                 */
/* --------------------------------------------------------------------- */
#footerArea {
	width: 1000px;
	height: auto;
	font-size: 80%;
	color: #666666;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #FFF;
}

#siteMap{
	width: 1000px;
	height: 120px;
	display: block;
	clear: both;
	margin: 20px auto 10px;
	}
#siteMap div.section1, #siteMap div.section2, #siteMap div.section3,#siteMap div.section4,#siteMap div.section5,#siteMap div.section6{
	width: 165px;
	float: left;

	}

#siteMap dl dt{
	font-size: 100%;
	color: #069;
	font-weight: bold;
	text-align: left;
	}
#siteMap dl dt a{
	color: #09C;
	}
#siteMap dl dd{
	font-size: 80%;
	color: #969696;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	line-height: 1.5em;
	}
#siteMap dl dd a{
	color: #999;
	}
/* ---------------------------------------------------------------------- */
/*      1-2.フッターメニュー　　　　　　   　                             */
/* ---------------------------------------------------------------------- */
#footermenu{
	width: 980px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C8;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D0C8;
	margin-right: auto;
	margin-left: auto;
}

#footermenu a:link, #footermenu a:visited{

}

#footermenu a:hover{
}

#footermenu ul{
	margin-top: 8px;
}
	
#footermenu li, #footermenu a.li {
	float: left;
	font-size: 80%;
	padding-right: 25px;
	padding-left: 15px;
	background-image: url(../images/foootermenu_gray.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}



/* ---------------------------------------------------------------------- */
/*      1-4.会社情報　　　　　　　　　　                                  */
/* ---------------------------------------------------------------------- */
#companyinfo{
	margin-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}
	
#companyinfo ul{
	}

#companyinfo ul li {
	padding-right: 15px;
	margin-bottom: 2px;
	list-style-type: none;
	text-align: left;
	font-size: 80%;
}

/* ---------------------------------------------------------------------- */
/*      1-5.コピーライト+ボトムのバックグラウンド                         */
/* ---------------------------------------------------------------------- */

#copyrights {
	text-align: right;
	list-style-type: none;
	color: #333;
	height: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 840px;
	background-image: url(../images/background_btm.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}

#copyrights ul{
	margin-left: 0px;
	width: 800px;
	margin-right: 40px;
	}

#copyrights ul li {
	display: block;
	color: #333;
	padding-top: 5px;
	font-size: 70%;
	list-style-type: none;
}
