@charset "utf-8";

@import url("share/default.css");
@import url("share/fonts.css");

body {
	background-image: url(../img/base/bg_body.gif);
}
a {
	color: #7FBF10;
}
a:hover {
	color: #FC7F3B;
}
#bg_line {
	background-image: url(../img/base/bg_line.gif);
	background-repeat: repeat-x;
	height: 202px;
}

p {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 823px;
	margin-right: auto;
	margin-left: auto;
}
#middlearea{
	width:800px;
	background-image: url(../img/base/m_area02.gif);
	padding: 0 13px 0 10px;
	overflow: hidden;
}
#contents {
    float: right;
	width: 600px;
}
#kado {
	background-image: url(../img/base/m_area01.gif);
	height: 11px;
	width: 823px;
}
label {
	margin-left: 5px;
	cursor: pointer;
}

h1 {
	font-size: 12px;
	color: #FFFFFF;
}


.breadcrumbs {
	padding: 5px;
	width: 869px;
	background-color: #e0edfb;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
}

/* *******************************
	サイドバー
******************************** */

#sidebar {
	background-color: #f2e8cd;
	float: left;
	width: 180px;
	padding: 10px 5px 10px 5px;
}
#sidebar li {
	margin-bottom: 5px;
}
#sidebar #info {
	background-image: url(../img/base/info_bg.gif);
	height: 186px;
	width: 170px;
	padding-left: 10px;
	padding-top: 50px;
}
#sidebar #info p {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 140%;
}

/* *******************************
	ヘッダ部分
******************************** */

#header {
	height: 70px;
}
#header li {
	float: left;
}

/* *******************************
	フッタ部分
******************************** */

#footer {
	width: 823px;
	height: 65px;
	text-align: center;
	background-image: url(../img/base/footer_bg.gif);
	padding-top: 30px;
	clear: both;
	margin:0 auto 10px auto;
}
#footer li {
	margin-right: 15px;
	float: left;
}
.copy {
	font-weight: bold;
	margin-top: 10px;
	clear: both;
}
#footer li a {
	color: #333333;
	text-decoration: underline;
}
#footer li a:hover {
	color: #333333;
	text-decoration: none;
}


/* --------------
マージン
-------------- */

.mgt05 {
	margin-top: 5px!important;
}
.mgt10 {
	margin-top: 10px!important;
}
.mgt15 {
	margin-top: 15px!important;
}
.mgl10 {
	margin-left: 20px!important;
}

/* --------------
カラー
-------------- */
.clr01 {
	color: #f32100;
	font-weight: bold;
}

/* --------------
レイアウト
-------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clear {
	clear: both;
}
.unline {
	padding-bottom: 5px;
	border-bottom: 1px solid #c9c9c9;
}

/* --------------
Table
-------------- */

.table01 {
	width: 100%;
	border-left: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	border-collapse: collapse;
}
.table01 tbody th,
.table01 tbody td {
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.table01 tbody th {
	font-weight: bold;
	text-align: left;
}
.table01 tbody td {
	background: #fff;
	text-align: left;
}
.table01 tbody .thm { padding: 7px 7px; }
.table01 tbody .tdm { padding: 7px 7px; }
.table01 tbody .thm2 { padding: 4px 4px; }
.table01 tbody .tdm2 { padding: 4px 4px; }
.table01 .tal { text-align: left!important; }
.table01 .tar { text-align: right!important; }
.table01 .tac { text-align: center!important; }
