/* ページ骨格部分
__________________________________________________________*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/back.gif);
	background-repeat: repeat;
	min-width:820px;
}

#pgbody {
	text-align: center;
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#titleleft {
	float: left;
	width: 75%;
	text-align: left;
}

#titleright {
	float: left;
	width: 20%;
}


#honbun {
	text-align:left;
}

/*ページタイトル部分　#pagetitle
__________________________________________________________*/

#pagetitle {
	border-top: 10px solid #ea573c;
}

#pagetitle #titleleft h1 {
	background-image: url(../img/title.jpg);
	margin: 0px;
	padding: 0px;
	height: 151px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#pagetitle #titleright h2 {
	margin: 0px;
	padding: 0px;
	height: 151px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/* 共通部分
__________________________________________________________*/

#honbun h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 1em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ea573c;
	border-right-color: #ea573c;
	border-bottom-color: #ea573c;
	border-left-color: #ea573c;
} 

h3 {
	background:url(../img/midasi.gif) no-repeat;
	height: 23px;
	width: 660px;
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 1em;
	color: #666666;

} 

#honbun h4 {
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 2em;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0em;
}

p {
	font-size: 0.85em;
	line-height: 1.45em;
	font-weight: normal;
	color: #333333;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 2em;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0em;
}


#honbun a:link,#honbun a:visited {
	text-decoration: none;
	color: #333333;
}
#honbun a:hover,#honbun a:active {
	text-decoration: underline;
	color: #0000FF;
}


#tenpo li {
	font-size: 0.85em;
	line-height: 1.15em;
	font-weight: normal;
	color: #333333;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 2em;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0em;
	list-style: none;
}




/*フッタ　連絡先記述部分　#footer01
__________________________________________________________*/

#footer01 address {
	text-align: left;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top: solid 1px #ea573c;
	border-bottom: solid 1px #ea573c;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}

/*フッタ　英語表記部分　#footer
__________________________________________________________*/

#footer h5{
	font-family: "Arial Black","Geneva","Helvetica", "san-serif";
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 5px 1.5em 5px 0;
	background-color: #ea573c;
}
#navi h4 {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-align: right;
	clear: both;
}

#navi a:link,#navi a:visited {
	background-image: url(../img/dot001.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
}
#navi a:hover,#navi a:active {
	background-image: url(../img/dot002.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #0000FF;
}
#honbun img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#pgbody #honbun img {
	margin: 5px;
	padding: 0px;
}
#pgbody #honbun .picarea {
	margin: 5px auto;
	text-align: center;
}

#tenpo a:link,#tenpo a:visited {
	background-image: url(../img/dot001.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
}
#tenpo a:hover,#tenpo a:active {
	background-image: url(../img/dot002.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ea573c;
}

.red {
	color: #FF0000;
}

.subname {
	font-size: 80%;
	font-weight: normal;
}

.subred {
	font-size: 80%;
	font-weight: normal;
	color: #FF0000;
}

