@charset "utf-8";
/* CSS Document */

body {
	background-color: #F9FAFC;
	background-image: url(../images/back_main.jpg);
	background-repeat: repeat-x;
}
img.news {
	padding-left: 1px;
	margin-bottom: 20px;
}
#main #section_01 {
	float: left;
	margin-right: 12px;
	margin-left: 1px;
}
#main #section_02 {
	float: left;
	margin-right: 12px;
}
#main #section_03 {
	float: left;
}

#main #section_01,#main #section_02,#main #section_03 {
	width: 169px;
	padding: 5px;
	border: 1px solid #d2d2d2;
	background-image: url(../images/top/jigyou_txt_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	height: 255px;
}

#main #section_01 h3,#main #section_02 h3,#main #section_03 h3 {
	text-indent: -9999px;
}
#main #section_01 h3 a,#main #section_02 h3 a,#main #section_03 h3 a {
	display: block;
}
#main #section_01 h3 {
	background-image: url(../images/top/peputide.gif);
	height: 27px;
	width: 167px;
	margin-left: 1px;
}
#main #section_02 h3 {
	background-image: url(../images/top/iyakuhin.gif);
	height: 27px;
	width: 167px;
	margin-left: 1px;
}
#main #section_03 h3 {
	background-image: url(../images/top/kenkousozai.gif);
	height: 27px;
	width: 167px;
	margin-left: 1px;
}

#main #section_01 img,#main #section_02 img,#main #section_03 img {
	margin-top: 5px;
}
#main #section_01 p,#main #section_02 p,#main #section_03 p  {
	line-height: 1.7em;
	font-size: 11px;
	padding: 4px;
}

/******************** 更新情報のテーブル ************************/
#main #news_table {
	border: 1px solid #D2D2D2;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#main #news_table table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#main #news_table table th,#main #news_table table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#main #news_table tr.bottom th,#main #news_table tr.bottom td {
	border-bottom-style: none;
}

#main #news_table a {
	color: #2A5A70;
}
#main #news_table a:hover {
	color: #F39700;
}
