/*---- Base style ----*/
img{
	border: 0;
}

*{
	margin: 0;
	padding: 0;
}

/*---- Header style ----*/
#header{
	width: 950px;
	margin:10px 0 0;
}

/*---- TOP style ----*/
#shadow{
	width:735px;
	*width:740px;
	height:534px;
	background:url(../cmn_img/top_bg_01.gif) left top no-repeat;
	padding:2px 0 5px 5px;
}


#backnumber {
	width: 137px;
	height: 470px;
	margin-left:9px;
	/*overflow: scroll;*/
}

#backnumber table img {
	margin-bottom: 15px;
}

/*---- Contents style ----*/
#mainBox{
	width:950px;
}

#content{
	width:950px;
	border-top:11px solid #690004;
	padding:18px 0 0;
}

.cText{
	margin:8px 0 0;
}

.lContent{
	width:739px;
	background:url(../cmn_img/ind01_bg_01.gif) left top repeat-y;
}

.rContent{
	width:207px;
	height:100%;
	background:url(../cmn_img/ind01_bg_02.gif) left top repeat-y;
}

.issLogo{
	background:url(../cmn_img/bg_rightbox.gif) left bottom no-repeat;
	height:100%;
}

/*---- Footer ----*/
#footer{
	margin:6px 0 0;
}

