@charset "shift_jis";

/* ------------------------------------------
	**** I N D E X ****
	
	- トップページ設定 -
	
	１．フラッシュ格納エリア
	２．リード文エリア
	３．コンテンツエリア
 ------------------------------------------ */

/* ------------------------------------------
	１．フラッシュ格納エリア
 ------------------------------------------ */
#flashContent {
	width: 934px;
	height: 316px;
	}
/* ------------------------------------------
	２．リード文エリア
 ------------------------------------------ */
#top_read {
	margin: 23px 0 0;
	width: 934px;
	height:90px;
	background: url(../img/top_ct_bg.jpg) no-repeat -11px 0;
	}
	#top_read h2,
	#top_read p {
		display:none;
	}
/* ------------------------------------------
	３．コンテンツエリア
 ------------------------------------------ */
#ct_column {
	margin: 21px 0 0;
	width:934px;
	height: 220px;
	}
/* カラム左側 */
	#ct_column #extcl_left {
		width:474px;
		height: 220px;
		float:left;
		background:url(../img/top_ct_bg.jpg) no-repeat -11px -111px;
		}
		
		/* -------更新の手順------- */
		#ct_column #extcl_left dl {
			margin: 10px 34px 15px 20px;
			}
			#ct_column #extcl_left dl dt#extcl_left_ttl {
				margin: 0 0 0 -33px;
				width:328px;
				height: 65px;
				background: url(../img/top_ct_bg.jpg) no-repeat 2px -121px;
				text-indent: -9999px;
				position:relative;
				}
			#ct_column #extcl_left dl dd p {
				margin: 14px 0 0;
				font-size: 13px;
				color: #333;
				line-height: 1.6;
				}
				#ct_column #extcl_left dl dd p#extcl_left_ink {
					/* margin: 20px 0 0;  */
					margin: 10px 0 0; 
					text-align:right;
					}
					#ct_column #extcl_left dl dd p#extcl_left_ink a {
						color: #0071c6;
						}
						
/* カラム右側 */
	#ct_column #extcl_right {
		padding: 0 0 0 1px;
		width:459px;
		height: 220px;
		float:left;
		}
		
		/* -------リンクボタン01（左カラム）------- */
		#ct_column #extcl_right ul li#extcl_right_btn01_1 {
			float:left;
			margin-bottom:15px;
			}
			#ct_column #extcl_right ul li#extcl_right_btn01_1 a {
				display:block;
				width:237px;
				height: 102px;
				background: url(../img/top_ct_bg.jpg) no-repeat -486px -111px;
				text-indent: -9999px;
				}
				
		/* -------リンクボタン01（右カラム）------- */
		#ct_column #extcl_right ul li#extcl_right_btn01_2 {
			float:left;
			margin-bottom:15px;
			}
			#ct_column #extcl_right ul li#extcl_right_btn01_2 a {
				display:block;
				width:222px;
				height: 102px;
				background: url(../img/top_ct_bg.jpg) no-repeat -723px -111px;
				text-indent: -9999px;
				}
				
		/* -------リンクボタン02（左カラム）------- */
		#ct_column #extcl_right ul li#extcl_right_btn02 {
			float:left;
			}
			#ct_column #extcl_right ul li#extcl_right_btn02 a {
				display:block;
				width:237px;
				height: 102px;
				background: url(../img/top_ct_bg.jpg) no-repeat -486px -229px;
				text-indent: -9999px;
				}
				
		/* -------リンクボタン03（右カラム）------- */
		#ct_column #extcl_right ul li#extcl_right_btn03 {
			float:left;
			}
			#ct_column #extcl_right ul li#extcl_right_btn03 a {
				display:block;
				width:222px;
				height: 102px;
				background: url(../img/top_ct_bg.jpg) no-repeat -723px -229px;
				text-indent: -9999px;
				}


