@charset "UTF-8";

/*
======== table of content. =================================

summary:基本設定・ワイヤーフレームCSS定義


- INDEX NAVI

============================================================


/*----------------------------------------------------------
 HEADER
----------------------------------------------------------*/

/**
 * Top Flash
 */
#top_swf {
	width: 930px;
	height: 332px;
	overflow: hidden;
}


/*----------------------------------------------------------
 MAIN
----------------------------------------------------------*/

/**
 * Index Contents
 */
#index_contents {
	width: 890px;
	margin: 0 auto;
}

#index_contents .left {
	width: 200px;
}

#index_contents .right {
	width: 670px;
}
