@charset "utf-8";

/* トップページ */
a {
	text-decoration: none;
}

h1 {
	position: absolute;
	top: 28px;
	left: 23px;
}

#wrapper {
	background: none;
}

#mainimage {
	width: 900px;
	padding: 4px 0 15px 0;
}

#content {
	float: none;
	border: none;
	margin-left: 25px;
	width: 850px;
}

#leftcolumn {
	float: left;
	width: 640px;
}

#pdtarea {
	background: url(../../img/ind_pdtbox_bg.gif) no-repeat;
	width: 640px;
	height: 189px;
	margin-bottom: 18px;
}

#pdtarea dl {
	margin-left: 10px;
}

#pdtarea dt {
	padding: 9px 0 9px 0;
}

#pdtarea dd {
	float: left;
	width: 105px;
}

#recarea h2 {
	padding-bottom: 16px;
}

.recbox {
	position: relative;
	float: left;
	width: 201px;
	font-size: 10px;
	background: #eee;
	margin-right: 18px;
}

.last {
	width: 202px;
	margin-right: 0 !important;
}

.recbox img {
	float: left;
	width: 80px;
}

.recbox h3 {
	float: right;
	width: 105px;
	font-size: 10px;
	line-height: 150%;
	padding: 3px 5px 0 0;
}

.recbox h3:after {
	content: "";
	display: block;
	clear: both;
	height: 27px;
	overflow: hidden;
}

.recbox h3 a {
	color: #555;
	font-weight: normal;
}

.recbox p.dtl a {
	position: absolute;
	bottom: 7px;
	left: 91px;
	display: block;
	text-align: right;
	padding-right: 10px;
	background: url(../img/arw_gy.gif) no-repeat right center;
	text-decoration: none;
	font-size: 10px;
}

#rightcolumn {
	float: right;
	width: 197px;
}

#inqbox {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	background: url(../../img/ind_inqbox_bg.gif) repeat-y;
	color: #555;
	height: 160px;
	margin-bottom: 13px;
	height: 160px;
}

#inqbox p.txt {
	display: block;
	margin-left: 20px;
}

#inqbox p img {
	margin-left: 9px;
}

#abtbox {
	position: relative;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	background: url(../../img/ind_abtbox_bg.gif) repeat-y;
	height: 160px;
	font-size: 12px;
	line-height: 150%;
}

#abtbox ul {
	margin: 0 0 0 9px;
}

#abtbox ul li {
	background: url(../img/arw_tri_bl.gif) no-repeat 0 0.5em;
	padding-left: 10px;
}

#abtbox ul li a{
	color: #555;
}

/* IE6 */
* html #abtbox ul li {
	height: 1%;
}
/**/


#abtimg {
	position: absolute;
	top: 49px;
	left: 91px;	
}

#inqbox h2, #abtbox h2 {
	padding: 0 0 8px 9px;
}

#tpnews {
	clear: both;
	border-bottom: solid 1px #e5e5e5;
	font-size: 12px;
}

#tpnews h2 {
	padding-top: 15px;
}

#tpnews dl {
	margin: 10px 0 20px 0;
}

#tpnews dt {
	float: left;
	text-indent: 7px;
	color: #373737;
	padding: 5px 0;
}

#tpnews dd {
	padding: 5px 0 5px 125px;
	color: #051f62;
}

#tpbnr {
	clear: both;
	padding-top: 21px;
	text-align: center;
}

#tpbnr li {
	float: left;
	margin-right: 18px;
	margin-bottom:10px;
}

#tpbnr li.last {
	margin-right: 0;
}
	
	
	
	