/* Tag -------------------------------*/
	* {
		margin:0px;
		padding:0px;
		font-size:12px;
	}

	body {
		background-color:#FFC;
		align:center;
		margin:0px;
		padding:0px;
	}


/* Wraper -------------------------------*/

	#StWraper {
		width:730px;
		padding:0px 5px 0px 5px;
		margin:0px auto;
		background-color:#FFF;
		border-left:1px solid #999;
		border-right:1px solid #999;
		}

/* Header -------------------------------*/
	#StHeader {
			width:730px;
			background-image:url(images/cmn_head02.gif);
			background-repeat:repeat-x;
			position:relative;
			margin-bottom:5px;
		}
	#StHeader H1 a {
			display:block;
			width:202px;
			height:59px;
			background-image:url(images/cmn_head01.gif);
			text-indent:-10000px;
		}
	#StHeaderCopy {
			position:absolute;
			display:block;
			top:15px;
			left:218px;
			width:316px;
			height:40px;
			background-image:url(images/cmn_head03.gif);
			text-indent:-10000px;
		}
	#StHeaderInfo {
			position:absolute;
			display:block;
			top:15px;
			left:556px;
			width:172px;
			height:42px;
			background-image:url(images/cmn_head04.gif);
			text-indent:-10000px;
		}

/* Body -------------------------------*/
	#StBody {
			width:730px;
			margin-bottom:5px;
			background-image:url(images/cmn_sideBG.gif);
			background-repeat:repeat-y;
		}
			#StBody:after {
					content:".";
					display:block;
					height:0;
					clear:both;
					visibility:hidden;
				}
			#StBody {
					display:inline-table;
				}
			/*IE-mac\*/
			* html #StBody {height:1%;}
			#StBody{display:block;}
			/*Ie-mac*/

/* BodyLeft -------------------------------*/
	#StBodyLeft {
			float:left;
			width:200px;
		}
	#LeftNaviA {
			background-color:#FFF;
			padding-bottom:7px;
		}
		#LeftNaviA li {
				list-style-type:none;
				margin-bottom:2px;
			}
		#LeftNaviA a{
				display:block;
				width:200px;
				height:41px;
				text-indent:-10000px;
				background-repeat:no-repeat;
			}
		#LeftNaviA01 a {background-image:url(images/cmn_side01.gif);}
		#LeftNaviA02 a {background-image:url(images/cmn_side02.gif);}
		#LeftNaviA03 a {background-image:url(images/cmn_side03.gif);}
		#LeftNaviA04 a {background-image:url(images/cmn_side04.gif);}
		#LeftNaviA05 a {background-image:url(images/cmn_side05.gif);}
		#LeftNaviA06 a {background-image:url(images/cmn_side06.gif);}
		#LeftNaviA07 a {background-image:url(images/cmn_side07.gif);}
		#LeftNaviA08 a {background-image:url(images/cmn_side08.gif);}

	#LeftNaviB {
			background-color:#FFF;
			padding-bottom:7px;
		}
		#LeftNaviB li {
				list-style-type:none;
				margin-bottom:2px;
			}
		#LeftNaviB a{
				display:block;
				width:200px;
				text-indent:-10000px;
				background-repeat:no-repeat;
			}
		#LeftNaviB01 a {background-image:url(images/cmn_side09.jpg);height:84px;}
		#LeftNaviB02 a {background-image:url(images/cmn_side10.jpg);height:89px;}

	#StBodyLeft p {
			width:180px;
			margin:5px auto 15px auto;
			border:1px solid #FFF;
			padding:5px;
		}

	#LeftNaviC {
			margin-bottom:10px;
		}
		#LeftNaviC li {
				list-style-type:none;
				margin-bottom:2px;
			}
		#LeftNaviC a{
				display:block;
				width:200px;
				text-indent:-10000px;
				background-repeat:no-repeat;
			}
		#LeftNaviC01 a {background-image:url(images/cmn_side11.gif);height:32px;}

	#LeftNaviD {
			margin-bottom:0px;
		}
		#LeftNaviD li {
				list-style-type:none;
				margin-bottom:0px;
				border-bottom:2px solid #FFF;
			}
		#LeftNaviD a{
				display:block;
				width:200px;
				text-indent:-10000px;
				background-repeat:no-repeat;
			}
		#LeftNaviD01 a {background-image:url(images/cmn_side12.gif);height:25px;}

	#LeftNaviE {
			margin-bottom:10px;
			background-color:#FFF;
			padding:0px 0px 15px 15px;
		}
		#LeftNaviE li {
				list-style-type:none;
				margin-bottom:0px;
			}



/* BodyRight -------------------------------*/
	#StBodyRight {
			float:right;
			width:525px;
		}



/* Footer -------------------------------*/
	#StFooter {
			width:730px;
			position:relative;
		}
	#StFooterNavi {
			background-color:#FDB933;
			text-align:center;
			padding-top:5px;
			margin-bottom:50px;
			height:17px;
		}
	#StFooter h5 {
			top:35px;
			left:0px;
			position:absolute;
			display:block;
			width:276px;
			height:22px;
			background-image:url(images/cmn_foot01.gif);
			text-indent:-10000px;
		}
	#StFooterInfo {
			top:30px;
			left:300px;
			position:absolute;
			border-left:1px solid #999;
			padding:3px 10px 3px 30px;
		}
	#StFooterCopyright {
			background-image:url(images/cmn_foot02.gif);
			background-repeat:repeat-x;
			height:18px;
			text-align:center;
			padding-top:2px;
			color:#FFF;
		}
