@charset "utf-8";

/* = reset css
--------------------------------------------------------------- */

/* Yahoo! CSS Reset (YUI 3)
 
http://developer.yahoo.com/yui/license.html
 
version: 3.2.0
*/
html {
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
 *font-size:100%;
}
legend {
	color: #000;
}
/* = html
--------------------------------------------------------------- */

body {
	font-size: 0.9em;
	color: #d0bcac;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.8em;
	letter-spacing:0.1em;
}
a {
	color: #005524;
	text-decoration: none;
}
a:hover {
	color: #005524;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.6;
}
h1 {
}

hr {
	border: none;
	height: 1px;
	border-bottom: 1px #D0D2D3 dotted;
	clear: both;
	margin: 60px 0px 60px 0px;
}
hr.low {
	border: none;
	height: 1px;
	border-bottom: 1px #D0D2D3 dotted;
	clear: both;
	margin: 20px 0px 20px 0px;
}
hr.solid {
	border: none;
	height: 1px;
	border-bottom: 1px #D0D2D3 solid;
	clear: both;
	margin: 60px 0px 60px 0px;
}
p {
	margin: 0px 0px 10px 0px;
	font-size: 1.0em;
}

/* = must classes
------------------------------------------------------------ */

.txt-l {
	text-align: left;
}
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.img-l {
	float: left;
	margin: 0px 10px 0px 0px;
}
.img-r {
	float: right;
	margin: 0px 0px 0px 10px;
}
.display-n{
	display:none;
}
div.section {
	clear: both;
	margin-bottom: 40px;
	width: 100%;
}

div.section-max {
	clear: both;
	margin: 0px auto 40px auto;
	width: 100%;
}

div.section-180 {
	clear: both;
	margin: 0px 0 40px 0;
	width: 180px;
}

div.section-330 {
	clear: both;
	margin: 0px 0 40px 0;
	width: 330px;
}
div.section-300 {
	clear: both;
	margin: 0px 0 40px 0;
	width: 300px;
}

div.section-n {
	clear: both;
	margin: 0px 0px 0px 0px;
	
	width: 100%;
}
div.section-r {
	clear:both;
	margin: 0px 0px 0px 10px;
}
div.section:after {
	content: "";
	display: block;
	clear: both;
}
dl {
	margin:0px 0px 10px 0px;
}
dl dt {
	clear: left;
	float: left;
	padding: 10px 0px 0 0px;
	width: 110px;
}

dl dt.ico-o {
	clear: left;
	float: left;
	padding: 10px 0px 0 18px;
	width: 200px;
	background: url(/images/common/ico/ico-arrow-o.png) 0px 14px no-repeat;
	font-weight:bold;
}

dl dt.ico-g {
	clear: left;
	float: left;
	padding: 10px 0px 0 18px;
	width: 200px;
	background: url(/images/common/ico/ico-arrow-g.png) 0px 14px no-repeat;
	font-weight:bold;
}


dl dd {
	clear: both;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px #000 dotted;
}

dl dd:after {
	content: "";
	display: block;
	clear: both;
}
dl dd a {
	display: block;
}
dl dd a:hover {
	text-decoration: underline;
}

dl dd.even{
	/*background:#f2eee8;	*/
}

.attention {
	color:#ff0000;
}
.color {
	color:#79002C;
}
.color2 {
	color:#fff100;
}
.color3 {
	color:#9f2d00;
	font-weight:bold;
}