@charset "utf-8";

/***********************************************/
/* 広貫堂　「広貫堂のくすりづくり」ページ用CSS */
/***********************************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");

/* INDEX以外のページ　左メニュー用CSS読み込み */
@import url("leftmenu.css");

/* ブログページ用CSS読み込み */
@import url("blog.css");

/***** 「広貫堂のくすりづくり」ページ用CSS *****/
/****************/
/* 信頼性保証室 */
/****************/
#guaran_style1{
	font-size:110%;
	width:500px;
	padding:10px;
	padding-left:58px;
	border:1px solid #CCCCCC;
}
* html #guaran_style1{/* IE6印刷バグ対策 */
	width:499px;
}


/**********/
/* 委受託 */
/**********/
.ijutaku_tdimg{
	border:1px solid #CCCCCC;
}
.ijutaku_link{
	padding-top:8px;
	padding-bottom:8px;
}
.ijutaku_link02{
	padding-top:8px;
}

/* 081114追加　医薬品受託のページ */
#iju_bg{
	background-image:url(../_images/medicine/i_jutaku/index/index_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#iju_left{
	width:425px;
	float:left;
}
#iju_right{
	width:125px;
	margin-left:20px;
	float:left;
}


/******************/
/* 施設・設備紹介 */
/******************/
/* 各工場紹介 */
.factory_top{
	padding-bottom:3px;
}
.factory_middle{
	padding:3px 0px;
}
.factory_bggray{
	padding:5px 10px 7px;
	background-color:#EEEEEE;
}
.factory_topanorama_line{
	padding-bottom:12px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:15px;
}

/* 各工場の設備紹介 */
#fac_pagelink{
	margin-top:5px;
}
#fac_pagelink a{
	color:#006666;
}
#fac_pagelink a:hover{
	color:#006666;
}
.fac_txt01{
	padding-bottom:8px;
}

#f_leftbox, #f_rightbox {
	width: 280px;
	float: left;
}
#f_leftbox {
	padding-right: 10px;
}
#f_leftbox .title, #f_rightbox .title {
	width:270px;
	height:30px;
	padding-left:10px;
	background-image:url(../_images/common/title01_bg.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:120%;
	color:#990000;
	line-height:30px;
}

