/* mainCol 基本タグのスタイル
-------------------------------------------------------------------*/
#mainCol * {
	line-height: 1.5em;
}
#mainCol img {
	background-color: #FFFFFF;
}
#mainCol a.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B9ACFF;
	padding: 0.3em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}

#mainCol p {
	/*margin-bottom: 15px;*/
	line-height: 1.75em;
}
h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.1em;
	clear: both;
	margin-top: 0.2em;
}
#mainCol h3 {
	color: #120073;
	font-size: 24px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	word-spacing: 0.1em;
	margin-bottom: 0.5em;
}
#mainCol h3 * {
	font-size: 24px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	word-spacing: 0.1em;
}
#mainCol h4 {
	color: #000000;
	padding: 3px 3px 2px;
	font-size: 18px;
	line-height: 1.05em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #120073;
}
#mainCol h4 * {
	font-size: 18px;
	line-height: 1.05em;
}
#mainCol h5 {
	color: #333333;
	padding-left: 7px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #B9ACFF;
}
#mainCol h5 * {
	font-size: 14px;
}
#mainCol h6 {
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#mainCol h6 * {
	font-size: 12px;
}
#mainCol table {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px none #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 15px;
	border-collapse:collapse;
}
#mainCol table p {
	margin: 0px;
	padding: 0px;
}
#mainCol tr {
}
#mainCol th,#mainCol td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px 7px;
	font-weight: normal;
}
#mainCol th {
	background-color: #EEEEEE;
	font-weight: bold;
}
#mainCol td {
}
#mainCol table.layout, #mainCol table.layout tr,#mainCol table.layout th, #mainCol table.layout td {
	border:none;
	border-collapse:collapse;
	background-color: #FFFFFF;
}
#mainCol table.simple, #mainCol table.simple tr,#mainCol table.simple th, #mainCol table.simple td {
	border-collapse:collapse;
	background-color: #FFFFFF;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-width:1px;
	font-weight: normal;
	padding: 10px;
}

#mainCol ul {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#mainCol li {
	background-image: url(img/basic/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#mainCol strong {
	font-weight: bold;
}

#mainCol input.waku {
}
#mainCol textarea.waku {
}
#mainCol input.btn {
}
html>body #mainCol input.btn {
}

/* サイトマップ　１*
#lv2 #page #wrap #mainCol #sitemap ul {
	margin-left: 0px;
}
#lv2 #page #wrap #mainCol #sitemap ul ul {
	padding-left: 35px;
}
#lv2 #page #wrap #mainCol #sitemap ul ul ul {
}
#lv2 #page #wrap #mainCol #sitemap ul ul ul ul {
}
#lv2 #page #wrap #mainCol #sitemap ul li {
	background-image: none;
	padding: 0px;
}
#lv2 #page #wrap #mainCol #sitemap ul li li {
	list-style-type: circle;
}
#lv2 #page #wrap #mainCol #sitemap ul li li li {
	list-style-type: square;
}
#lv2 #page #wrap #mainCol #sitemap a {
	color: #333333;
}
#lv2 #page #wrap #mainCol #sitemap strong {
	color: #333333;
	background-color: #EEEEEE;
	display: block;
	padding-left: 5px;
}
*/


/* サイトマップ　２*/
#lv2 #page #wrap #mainCol #sitemap ul {
	margin-left: 0px;
}
#lv2 #page #wrap #mainCol #sitemap ul ul {
	padding-left: 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-left-style: solid;
}
#lv2 #page #wrap #mainCol #sitemap ul ul ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lv2 #page #wrap #mainCol #sitemap ul ul ul ul {
}
#lv2 #page #wrap #mainCol #sitemap ul li {
	background-image: none;
	padding: 0px;
}
#lv2 #page #wrap #mainCol #sitemap ul li li {
	list-style-type: circle;
}
#lv2 #page #wrap #mainCol #sitemap ul li li li {
	list-style-type: square;
}
#lv2 #page #wrap #mainCol #sitemap a {
	color: #333333;
}
#lv2 #page #wrap #mainCol #sitemap strong {
	color: #333333;
	display: block;
	padding-left: 5px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #120073;
}
/*/