@import url(common.css);

/*ローカルナビ*/
div#localnavi {
	width: 181px;
}

div.m-header {
	padding-bottom: 10px;
}

div#add_1 {
    padding: 10px;
	font-size: 12px;
	position: relative;
	bottom: -10px;
	color:#333333;
	margin-bottom: 20px;
}

div#add_2 {
    padding: 10px;
	font-size: 12px;
	position: relative;
	bottom: -10px;
	color:#333333;
	margin-bottom: 20px;
}

ul.menu,
ul.menu li ul {
	margin: 0px;
	padding: 0px;
}

ul.menu li{
	list-style: none;
}

/*メイン*/
div#main-content {
	width: 555px;
	text-align: left;
}

#content {
    text-align: left;
}

h3,
h4 {
	margin-bottom: 10px;
}


div.section {
	/*text-align:right*/
	padding-bottom: 30px;
}

div.section p {
	margin: 0px 10px;
}

/*div.section p {
	margin: 0px 10px;
	text-align: left;
}*/

.h_bg {
	height: 12px;
	background: url(../business/img/h_bg.gif) no-repeat;
	font-size:14px;
	padding-left: 40px;
	color: #FFFFFF;
}

.left_bg {
	width: 10px;
	background: url(../business/img/left_bg.gif) repeat-y;
}

.about_main {
	padding: 5px;
}

.right_bg {
	width: 10px;
	background: url(../business/img/right_bg.gif) repeat-y;
}

.f_bg {
	height: 12px;
	background: url(../business/img/f_bg.gif) no-repeat;
	text-align: right;
	padding-right: 10px;
}

div.table {
	padding-bottom: 10px;
}

.next {
	padding-bottom: 8px;
	text-align: center;
}
.clear {
	margin-top: 20px;
}

dl {
	margin: 0px 10px;
}

dl.gaiyou {
	width: 255px;
	float: left;
}

.text11{
	font-size: 11px;
	color:#CC0000;
}

.campaign {
	color: #FF0000;
	font-weight: bold;
	font-size: 120%;
}

div.list table {
	border: 1px solid #dff0e6;
	border-collapse: inherit;
	margin: 5px;
}

div.list table th {
	padding: 7px;
	text-align: center;
	background: #dff0e6;
}

div.list table td {
	padding: 7px;
}

div.list table tr.even td{
	background: #f0f6f4;
}

a.list_link:link,
a.list_link:visited{
	color:#003399;
	text-decoration: underline;
}
