/* 中身コンテンツ用 
----------------------------------------------------*/

#contents #pankuzu {
	padding: 5px 5px 5px 10px;
	/*padding: 5px 5px 10px;*/
	/*border-bottom: dotted 1px #d4d4d4;*/
}

#contents #mdsImage {
	/*padding-top: 3px;*/
	margin-bottom:5px;
}

#contents #mdsImage img{
	padding: 0;
}

#contents p {
	font-size:1.2em;
	line-height: 1.5em;
	margin-top: 0.5em;
	padding: 0 1em 0.5em 2em;
	margin-bottom: 0.5em;
}

#contents p.red {
	font-size:1.2em;
	line-height: 1.5em;
	margin-top: 0.5em;
	padding: 0 1em 0.5em 2em;
	margin-bottom: 0.5em;
	color: #FF0000;
}

#contents img {
	padding:5px;
}

#contents h2 {
	margin-top:0.5em;
	/*margin-top:1.5em;*/
	margin-bottom: 1em;
}

#contents h2.green {
	font-size: 1.6em;
	background:url(../img/h2.gif) left bottom no-repeat;
	width: 485px;
	height: 21px;
	margin-left: 5px;
	padding: 4px 0 0 35px;
	font-weight: bold;
}


#contents h2.orange {
	font-size: 1.6em;
	background:url(../img/h2_2.gif) left bottom no-repeat;
	width: 485px;
	height: 21px;
	margin-left: 5px;
	padding: 4px 0 0 35px;
	font-weight: bold;
}

#contents h2.red {
	font-size: 1.6em;
	background:url(../img/h2_3.gif) left bottom no-repeat;
	width: 485px;
	height: 21px;
	margin-left: 5px;
	padding: 4px 0 0 35px;
	font-weight: bold;
}


#contents h3.green {
	font-size: 1.3em;
	/*background:url(../img/h2.gif) left bottom no-repeat;*/
	width: 510px;
	margin-left: 10px;
	padding: 1em 0 3px 10px;
	font-weight: bold;
	border-bottom: solid 1px #8EBB44;
	color: #006600;
}

#contents h3.orange {
	font-size: 1.3em;
	/*background:url(../img/h2.gif) left bottom no-repeat;*/
	width: 510px;
	margin-left: 10px;
	padding: 0 0 3px 10px;
	font-weight: bold;
	border-bottom: solid 1px #EE9D46;
	color: #FF9900;
}

#contents h3.red {
	font-size: 1.3em;
	/*background:url(../img/h2.gif) left bottom no-repeat;*/
	width: 510px;
	margin-left: 10px;
	padding: 0 0 3px 10px;
	font-weight: bold;
	border-bottom: solid 1px #EE3333;
	color: #FF0000;
}

#contents h3.sitemap {
	font-size: 1.3em;
	margin-left: 10px;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 2px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #8EBB44;
	border-left-color: #8EBB44;
	margin-bottom: 10px;
	margin-right: 30px;
	width: 170px;
}

#contents h4 {
	font-size: 1.3em;
	width: 510px;
	margin-left: 5px;
	padding: 3px 0 3px 10px;
	font-weight: bold;
}	

#contents h4.sitemap {
	font-size: 1.2em;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 180px;
}


#contents ul.sitemap {
	margin-left: 15px;
	padding: 2px 0 2px 7px;
	font-size: 1.2em;
}

div#sitemapleft ul {
    font-size:1.0em;
}

div#sitemapright ul {
    font-size:1.0em;
}

#contents table.tblGreen {
	margin-bottom:20px;
	border-collapse:collapse;
	border:1px solid #cccccc;
	font-size: 1.2em;
	margin-left: 1em;
}

#contents table.tblGreen caption {
	font-weight:bold;
	text-align:left;
}

#contents table.tblGreen th {
	padding: 6px;
	border: 1px solid #cccccc;
	background-color:#dbf0a4;
}

#contents table.tblGreen td {
	padding: 6px;
	border: 1px solid #cccccc;
}

#contents table.tblGreen td.color {
	background-color:#f2faca;
}


#contents table.tblOrange{
	margin-bottom:20px;
	border-collapse:collapse;
	border:1px solid #cccccc;
	font-size: 1.2em;
	margin-left: 1em;
}

#contents table.tblOrange caption {
	font-weight:bold;
	text-align:left;
}

#contents table.tblOrange th {
	padding: 6px;
	border: 1px solid #cccccc;
	background-color:#f0d4a4;
}

#contents table.tblOrange td {
	padding: 6px;
	border: 1px solid #cccccc;
}

#contents table.tblOrange td.color {
	background-color:#f9ecdb;
}

#contents table.mailform {
	margin-bottom:10px;
	border-collapse:collapse;
	font-size: 1.2em;
	margin-left: 1em;
}

#contents table.mailform td {
	padding: 3px;
}

#contents textarea {
	border:1px solid #cccccc;
}

#contents select {
	border:1px solid #cccccc;
}

#contents ul,
#contents ol,
#contents dl {
	list-style:disc outside;
	padding-left: 1em;
	margin-left: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#contents ol {
	list-style:decimal outside;
	padding-top: 1em;
	padding-left: 2em;
}

#contents ul {
	padding-top: 1em;
}

#contents ol.lowAlpha {
	list-style:lower-alpha outside!important;
}

	
#contents li {
	margin-left: 1em;
}

#contents dl {
	margin: 0.5em;
	padding-top: 0.5em;	
}

#contents dt {
	font-weight: bold;
	padding: 0.2em;
	padding-top: 0.5em;
}

#contents dd {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
	padding-left: 1em;
	padding-top: 0.5em;
}
