@charset "shift_jis";

/*------------------------------------------------------------------------------
	Kyowa-Takkyu - CSS Modules Import
	Date: 2009-03-11
------------------------------------------------------------------------------*/

#content{
	padding:20px 0 0;
	text-align:left;
}
#content *{
	line-height:1.5;
}

#footNav{
	padding-left:25px;
}

h1{
	padding:0 25px 20px
}
h2{
	padding-top: :0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 45px
}

.messagebox{
	padding:10px 27px 0 27px;
	background:url(/takkyu/images/news_line.gif) top center no-repeat;
}

*html .messagebox{
	width:700px;
	padding:10px 27px 0 27px;
	background:url(/takkyu/images/news_line.gif) top center no-repeat;
	margin-left: 24px;
}

.box{
	margin-left:24px;
	margin-bottom:20px;
	padding-bottom:20px;
}
.box table{
	margin:0 27px;
}
.box th{
	background:#e5e5e5;
	text-align:center;
	padding:3px 15px;
	white-space:nowrap;
	border-bottom:3px solid #fff;
}
.box td{
	text-align:left;
	padding:3px 15px;
	border-bottom:3px solid #fff;
}
.box .ti{
	color:#ff4d00;
	font-weight:bold;
	padding:10px 27px 10px;
	line-height:1.5;
}
p.lead{
	padding:0 25px 50px;
}
p.lead_l55{
	padding:0 55px 30px;
}

.float_obj {
	float: left;
	margin-right: 20pt;
	margin-bottom: 20pt;
}


