/* MAC IEのみ適応\*//*/ 
body {font-size:16px;} 
/**/



/*初期設定*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	background-image: url(../img/shadow_bg.gif);
	background-repeat: repeat-y;
	background-position: 800px 0px;
}



h1,h2,h3,h4,h5,p,dl,dt,dd,ul,ol,li,form{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}




.clear {
	clear: both;
}


hr {
	display: none;
}




/************各ページ共通設定************/

/*外枠の設定*/
#container {
	height: auto;
	width: 801px;
}
#main {
	background-image: url(../img/shadow_bg.gif);
	background-repeat: repeat-y;
	background-position: 160px 0px;
}

#left {
	height: auto;
	width: 160px;
	float: left;
}
#right {
	height: auto;
	width: 641px;
	float: right;
}


#foot {
	background-color: #DDDDDD;
	height: 50px;
	font-size: 63%;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	padding-top: 5px;
	vertical-align: top;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 780px;
	padding-bottom: 0px;
	margin: 0px;
}




/*レフトナビ設定*/

#navi {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/navi_bg.jpg);
	vertical-align: top;
	height: 800px;
	float: right;
	width: 160px;
	
}



#navi #navi01 {
	height: 67px;
	margin-left: 24px;
}

#navi #navi02 {
	height: 47px;
	margin-left: 58px;
}


#navi #navi03 {
	height: 35px;
	margin-left: 58px;
}


#navi #navi04 {
	height: 41px;
	margin-left: 58px;
}


#navi #navi05 {
	height: 46px;
	margin-left: 58px;
}
#navi #navi06 {
	height: 127px;
	margin-left: 58px;
}



/*メインコンテンツ（右側）設定*/

#contents {
	padding-right: 20px;
	padding-left: 29px;
}


#pankuzu {
	background-image: url(../img/shadow_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 640px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


#pankuzu ul {
	height: auto;
	margin: 0px;
	padding-top: 1px;
	padding-left: 300px;
}


#pankuzu li {
	float: left;
	padding: 0px;
	margin-left: 20px;
}


/*


a {
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

*/


h2 {
	margin-top: 17px;
}

h3 {
	margin-bottom: 34px;
}


h4 {
	margin-bottom: 25px;
}





/*戻るボタン*/



.back {
	margin-bottom: 23px;
	margin-left: 487px;
}
.pageback {
	font-size: 75%;
	color: #000000;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: right;
}
.margin-down {
	padding-bottom: 180px;
}

