
div#container , div#sub_container{
	width : 768px ;
}

div#header_area{
	width : 768px ;
}

div#container_2{
	width : 577px ;
	float : left ;
}


/* サブサイドバー */
div#links{
	width : 190px ;
	float : right ;
}

/* メインサイドバー */
div#links-left{
	width : 197px ;
	float : left ;
}

/* コンテンツ */
div#content{
	width : 384px ;
	float : right ;
}

/*　フッター　*/
div#footer{
	width : 768px ;
}


/* ■サブページ用■  */

div#sub_container div#content{
	width : 570px ;
	border-right-width : 0 !important ;
}

div#sub_container div#links{
	display : none ;
}

div#sub_container div#container_2{
	width : 768px ;
}

