@charset "utf-8";

/****************************************/
/* 広貫堂-中国語版　TOPページ用CSS      */
/****************************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");



/***** TOPページ用CSS *****/
#index_main{
	width:780px;
	background-color:#FFFFFF;
	height:100%;
}
#top_main_img{
	width:780px;
	height:200px;
}

/*** index_info ***/
#index_info{
	padding:25px 50px 0px;
}

/*** 共通タイトル ***/
.top_title01{
	width:315px;
	height:31px;
	padding:0px 0px 0px 15px;
	margin-bottom:1px;
	font-size:18px;
	font-weight:bold;
	background-image:url(../_images/top/toptitle_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.top_title02{
	width:320px;
	height:20px;
	padding:0px 0px 0px 10px;
	color:#666666;
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	background-image:url(../_images/top/subtitle_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

/*** 共通BOX ***/
.top_info_box{
	width:330px;
	padding-bottom:7px;
}
.top_info_box02{
	width:330px;
	padding-bottom:15px;
}
	.info_box_ul01{
		padding-top:7px;
	}
	.info_box_ul02{
		float:left;
	}
	.info_box_li{
		list-style:none;
		/*padding-left:10px;*/
		margin-left:20px;
		margin-bottom:3px;
		line-height:100%;
		list-style-image:url(../_images/common/en_read_arrow.jpg);
		list-style-position:outside;
	}
	.info_box_li a{
		color:#990000;
		text-decoration:none;
	}
	.info_box_li a:hover{
		color:#000000;
		text-decoration:underline;
	}
	/* 各BOX背景image */
	#info_box_bg01{
		min-height:84px;
		_height:84px;
		background-image:url(../_images/top/topimg03.jpg);
		background-position:right top;
		background-repeat:no-repeat;
	}
	#info_box_bg02{
		min-height:43px;
		_height:43px;
		background-image:url(../_images/top/topimg05.jpg);
		background-position:right top;
		background-repeat:no-repeat;
	}
	#info_box_bg03{
		min-height:112px;
		_height:112px;
		background-image:url(../_images/top/topimg06.jpg);
		background-position:right top;
		background-repeat:no-repeat;
	}

/*** index_info左（Producing Medicines at Kokandoなど） ***/
#index_info_l{
	width:330px;
	float:left;
	padding:0px 17px 0px 0px;
}


/*** index_info右（Operationsなど） ***/
#index_info_r{
	width:330px;
	float:left;
}
	/* 画像左寄せ */
	.top_img_left{
		float:left;
		padding-right:7px;
	}


