@charset "utf-8"

/*	グローバルナビ これを入れないとFFのレイアウトが崩れます */
#globalnavi{
	width:720px;
	height:40px;
	background-image:url(../img/common/header_gnavi_bg.gif);
	background-repeat: no-repeat;
}

/*	サブナビ */
#subnavi{
	width:720px;
	height:305px;
}

#subnavi #left{
	width:420px;
	height:305px;
	float:left;
}

#subnavi #right_top{
	width:300px;
	height:150px;
	float:left;
}

#subnavi #right_bottom{
	width:300px;
	height:155px;
	float:left;
}


/* 3. 本体
-----------------------------------------------	*/
#conts{
	width:720px;
	margin-top: 5px;
}

#conts .title{
	width:720px;
	height:32px;
	background:url(../img/common/conts_title_bg2.gif) no-repeat;
}

#conts .box{
	float: left;
	width:690px;
	margin-left: 15px;
}

#conts .pictCenter{
	float: center;
	clear:both;
	margin-left: 10px;
	}

#conts .pictRight{
	float: right;
	clear:both;
	}
	
#conts .pictRight p{
font-size:12px;
text-align:right;
margin:0px;
	}

#conts hr{
visibility:hidden;
clear:both;
width:720px;
}


/* 4 フッター
-----------------------------------------------	*/
#footer{
	width:720px;
}

#footer #navi{
	width: 720px;
	height: 40px;
	background-image: url(../img/common/footer_navi_bg.gif);
}

#footer #copy{
	width:720px;
	height:50px;
}
