@charset "utf-8";


@import "top.css";
@import "comm.css";

/* リセット */
body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd {
	padding:0px;
	margin:0px;
	}
img {
	vertical-align:bottom;
	}
address {
	font-style: normal;
}


#logo {
	behavior: expression(IEPNGFIX.fix(this));
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	background: #EBEAE2;
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #F9F8EF;
	background-position: center top;
	color:#666;
}


#container{
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#main {
	margin: 10px 0;
	position: relative;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*文字サイズ*/
body.fontL {
	font-size:120%;
	line-height: 120%;	
}
body.fontM {
	font-size:100%;
	line-height: 100%;	
}
body.fontS {
	font-size:80%;
	line-height: 80%;	
}

/*パンくず*/
#conts .pan {
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
#conts .pan a {}
#conts .pan a:hover {}


/*アップボタン*/
#conts .up {
	margin-top: 10px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
	height: 140px;
	padding-top: 10px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	}
#header #logo {
	float: left;
	height: 115px;
	width: 420px;
	background-image:url(../images/logo.png);
}
#header #logo a {
	height: 115px;
	width: 420px;
	display:block;
	}
#header_side {
	float: right;
	width: 520px;
	text-align:right;
	font-size:10px;
	line-height:12px;
}
#header_side h1 {
	font-size:10px;
	line-height:12px;
	color:#C66;
	}
#header_menu {
	padding-top: 10px;
}
#header_menu ul {
	list-style-type: none;
	}
#header_menu li {
	float: right;
	padding-left: 10px;
}
#fontsize {
	padding-top: 10px;	
	}
#fontsize ul {
	list-style-type: none;
}
#fontsize li {
	float: right;
	padding-left: 5px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 720px;
	float: left;
	font-size:0.9em;
	line-height:1.5em;
}



/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 220px;
	
	position: relative;
	float: right;
	color: #fff;
}


.sidebar-menu {
	background-image: url(../images/menu_bg.png);
	padding-top: 55px;
	margin-top: 10px;
	height: 350px;
	background-repeat: no-repeat;
		}
.sidebar-menu ul {
	list-style: none;
	margin-left: 20px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background-color: #E3E2DB;
	padding-bottom: 20px;
	background-image: url(../images/footer_bg.gif);
	font-size: 12px;
	line-height: 20px;
	color:#963;
	background-repeat: no-repeat;
	background-position: center top;

	}
#footer .footer_comm {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}	
#footer .address {
	float: left;
	width: 540px;
	text-align: left;
	padding-top: 60px;
	padding-left: 10px;
}
#footer .address a {
	text-decoration: none;
	color: #993;
}
#footer .address a:hover {
	text-decoration: none;
	color: #933;
}
#footer .copy {
	float: right;
	width: 400px;
	padding-top: 100px;
	text-align: right;
}
#footer .copy img {
	margin-right: 10px;
}

