@charset "Shift_JIS";

/*--------------------------------------
@Share Style
---------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #EBEAEA;
	color: #333333;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}
p {
	margin:0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*--------------------------------------
@Link Color
---------------------------------------*/
a {
	color: #271F08;

}
a:link {
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}

/*--------------------------------------
@container
---------------------------------------*/
#container {
	margin: 0;
	text-align: center;
}

/*--------------------------------------
@Original Style
---------------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 800px;
}
h1 {
	background-color: #394D59;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.contents {
	background-color: #FFF;
	text-align: left;
	padding: 15px;
	border: 1px solid #DADDD0;
	margin-top: 15px;
	line-height: 120%;
}
h2 {
	background-color: #D1D2CF;
	padding: 5px;
	font-size: 14px;
	color: #394D59;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #394D59;
}
table.list {
	width:100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
td {
	font-size: 12px;
}


td.l_title {
	text-align:center;
	font-weight: bold;
	padding:2px 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #394D59;
	}


td.r_title {
	text-align:center;
	font-weight: bold;
	padding:2px 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}



td.l {
	border-bottom: 1px #d4d8c6 dotted;
	text-align: left;
	width: 150px;
	padding:4px 20px 3px;
	}


td.r {
	border-bottom: 1px #d4d8c6 dotted;
	text-align: left;
	width: 510px;
	padding:4px 20px 3px;
	}

.footer {
	padding-top: 20px;
	padding-bottom: 60px;
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
	color: #323231;
}
