@charset "utf-8";
/* CSS Document */

/*
-----------------------------
 reset.css
-----------------------------
*/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6{
	font-size:0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height:0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size:12px;
	line-height: 1;
	/*font-family:"meiryo","ＭＳ Ｐゴシック","MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";*/
	color: #152c0b;
	letter-spacing:0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, a img {
	border: 0;
	line-height:0;
	font-size:0;
}

.clear{
	clear: both;
}
/*リセットここまで*/

#contents{
	width:960px;
	margin:0 0 40px 0;
}
#contents_title{
	padding:20px 0 0 0;
}
#contents_title dt{
	float:left;
	width:280px;
	padding:15px 0;
	text-align:center;
}
#contents_title dt a{
	text-decoration: none;
	width:280px;
	display:block;
	color:#111;
	vertical-align:middle;
	padding:15px 0;
}
#contents_title dt.cap1{
	background:#eee;
	padding:0;
}

#contents_title dt.cap1:hover {background-color: #666666}

#contents_title dt.cap2{
	background:#ffa300;
	padding:15px 0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

#contents_title dt.ml{
	margin:0;
}
#contents_title dt.mc{
	margin: 0 40px;
}

#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#contents_title:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#contents dd{
	float:left;
	width:280px;
	line-height:2;
}
#contents dd.center{
	margin: 0 40px;
}
table.list{
	width:280px;
	margin: 20px 0 0 0;
}
table.list td.cap3{
	background:#ffa300;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-align:center;
}
