@charset "utf-8";

/*--------------------------------------------
*	hint\information
*
*	01. top
*	02. entry
*	
*--------------------------------------------*/

/*--------------------------------------------
	01. top
*--------------------------------------------*/
#content .box { margin-top: 10px; margin-bottom: 20px; padding-left: 150px; }
#content .box .mainImage { float: left; margin:0px 0px 0px -150px; }
#content .box h3 { margin:0px 0px 5px;}
#content .box .textBox { min-height:58px ;height: auto !important;height: 58px; }
#content .box .textBox p { margin: 0px; }
#content .box .linkMore { margin-top: 10px; }
#content .box .linkMore img {  }


#contactArea {
	margin: 0px;
	padding: 0px;
}

#contactArea h4 {
	font-size: 100%;
	padding-top: 5px;
}

#contactArea table {
	width: 100%;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 100%;
	border: 1px solid #cccccc;
}

#contactArea table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contactArea table td.tddot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#fureaiArea {
	margin-top: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 553px;
	border: 1px solid #3399cc;
}

#fureaiArea h4 {
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d2d2d2;
}

#fureaiBox {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#fureaiBox p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#fureaiBox p strong {
	color: #3399cc;
}

#pLeft {
	float: left;
	width: 200px;
}

#fureaiImg {
	width: 120px;
	float: left;
	margin-right: 10px;
}

#fureaiImg img {
	margin-bottom: 7px;
}

#fureaiImg02 {
	width: 90px;
	float: left;
	text-align: center;
	font-size: 85%;
	margin-left: 10px;
}
#fureaiImg02 a:link img ,
#fureaiImg02 a:visited img {
	border: 1px solid #cccccc;
}
#fureaiImg02 a:hover img,
#fureaiImg02 a:active img{
	border: 1px solid #3399CC;
}
#fureaiImg02 a:link ,
#fureaiImg02 a:visited {
	color:#333;
}
#fureaiImg02 a:hover img,
#fureaiImg02 a:active img{
	border: 1px solid #3399CC;
	color:#333;
}


#infoArea {
	margin-top: 25px;
}

#infoArea table {
	width: 100%;
	font-size: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-bottom: 25px;
}

#infoArea table th,
#infoArea table td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}

#infoArea table th {
	color: #3399cc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#infoArea table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#infoArea table td.bottomnone {
	border-bottom: none;
}

#infoArea caption {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 5px;
	text-align: left;
	font-size: 130%;
	font-weight: bold;
}

#infoArea caption.tochiTitle {
	background-image: url(../image/ic_tochi.gif);
	color: #72aa00;
}

#infoArea caption.bunjyoTitle {
	background-image: url(../image/ic_bunjyo.gif);
	color: #ff6633;
}

#infoArea caption.cyukoTitle {
	background-image: url(../image/ic_cyuko.gif);
	color: #cc3399;
}

/*--------------------------------------------
	02. entry
*--------------------------------------------*/
#tochiArea {
	margin: 0px;
}

#bunjyoArea {
	margin: 0px;
}

#cyukoArea h3,
#bunjyoArea h3,
#tochiArea h3 {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 5px;
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}

#tochiArea h3 {
	background-image: url(../image/ic_tochi.gif);
	color: #72aa00;
}

#bunjyoArea h3 {
	background-image: url(../image/ic_bunjyo.gif);
	color: #ff6633;
}

#cyukoArea h3 {
	background-image: url(../image/ic_cyuko.gif);
	color: #cc3399;
}

#cyukoArea table,
#bunjyoArea table,
#tochiArea table {
	width: 100%;
	font-size: 100%;
	background-color: #eeeeee;
}

#tochiArea table tr td table {
	background-color: #669900;
	font-size: 85%;
	width: auto;
}

#bunjyoArea table tr td table {
	background-color: #ff9966;
	font-size: 85%;
	width: auto;
}

#cyukoArea table tr td table {
	background-color: #cc6699;
	font-size: 85%;
	width: auto;
}

#cyukoArea table td,
#bunjyoArea table td,
#tochiArea table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#cyukoArea table tr td table tr td,
#bunjyoArea table tr td table tr td,
#tochiArea table tr td table tr td {
	border-right: none;
	border-bottom: none;
	text-align: center;
	width: 80px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}

#cyukoArea table tr td table tr td img,
#bunjyoArea table tr td table tr td img,
#tochiArea table tr td table tr td img {
	margin-bottom: 3px;
}

#tochiArea table td.tdTitle {
	background-color: #669900;
	color: #FFFFFF;
	border-right: none;
	font-weight: bold;
	width: 50%;
}

#tochiArea table td.tdsubTitle {
	background-color: #99cc33;
}

#tochiArea table td.tdImg {
	background-color: #669900;
	color: #FFFFFF;
	text-align: right;
	width: 50%;
}
#tochiArea table td.tdImg table {
	float: right;
}
#bunjyoArea table td.tdTitle {
	background-color: #ff9966;
	color: #FFFFFF;
	border-right: none;
	font-weight: bold;
	width: 50%;
}

#bunjyoArea table td.tdsubTitle {
	background-color: #ffcc66;
}

#bunjyoArea table td.tdImg {
	background-color: #ff9966;
	color: #FFFFFF;
	text-align: right;
	width: 50%;
}

#cyukoArea table td.tdTitle {
	background-color: #cc6699;
	color: #FFFFFF;
	border-right: none;
	font-weight: bold;
	width: 50%;
}

#cyukoArea table td.tdsubTitle {
	background-color: #ff99cc;
}

#cyukoArea table td.tdImg {
	background-color: #cc6699;
	color: #FFFFFF;
	text-align: right;
	width: 50%;
}

