body {
	text-align:center;
	margin-top: 0px;
	background-color: #000;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border: 1px solid #CCCCCC;
	background-color: #000;
}

#wrapper {
    width:710px;
    float:left;
    margin-right:5px;
}

#header {
    width:900px;
    height: 223px;
}
.textWhite {
	color: #FFFFFF;
}

#header h1 {
    margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}

#menu {
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E4DE;
	height: 24px;
	background-color: #45444c;
	margin: 0px;
	padding: 0px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	width: 900px;
	margin: 0px;
	height: 24px;
}
.text-purple {
	color: #CC6699;
}


#menu ul li {
	float: left;
	text-align: center;
	display: block;
	width: 150px;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #45444c;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	float: left;
	text-align: center;
	display: block;
	width: 150px;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #45444c;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#menu ul li a:hover {
	float: left;
	text-align: center;
	display: block;
	width: 149px;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #CDBDEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-decoration: none;
	color: #666666;
	margin: 0px;
	padding: 0px;
}



#boxD {
    width:180px;
    float:right;
    margin-top: 0px;
}

#boxD p {
    font-size: 12px;
    line-height: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    margin: 0px;
    width: 115px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 50px;
}

#boxD h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    color: #666666;
    margin-left: 5px;
}
.textBold {
    font-weight: bold;
}

.box {
    border: 1px dotted #660000;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    background-color: #FCEFD1;
    padding: 5px;
}


#boxD #info {
    background-image: url(../images/bg_paper.gif);
    background-repeat: repeat-y;
    width: 170px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
}

#boxE {
    width:900px;
    clear:right;
    text-align: center;
    background-color: #45444c;
}


#boxE p {
    margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
    padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
    font-weight: bold;
    color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
}
#crumblist {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
}
#crumblist a {
	color: #FFF;
}




#mainContent {
	width:510px;
	float: right;
	background-color: #000;
}

#mainContent h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    line-height: 36px;
    color: #666666;
    background-image: url(../images/feather.gif);
    background-repeat: no-repeat;
    text-align: left;
    text-indent: 35px;
    margin: 0px;
    padding: 0px;
}

#mainContent h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    margin-left: 15px;
}

#mainContent p {
    font-size: 12px;
    line-height: 14px;
}


#mainContent .contentblock {
    padding: 0px;
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    clear: left;
}
#mainContent2 .contentblock dl {
	width: 95%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent2 .contentblock dt {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-size: 12px;
	line-height: 24px;
}
#mainContent2 .contentblock dd {
	font-size: 12px;
	line-height: 16px;
}




#mainContent .contenttitle {
    margin: 0px;
    padding: 0px;
    height: 36px;
    width: 100%;
}

#mainContent2 {
	float: right;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #000;
	color: #FFF;
}

#mainContent2 h2 {
	font-size: 16px;
	line-height: 36px;
	color: #FFF;
	background-image: url(../images/feather.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 35px;
	margin: 0px;
	padding: 0px;
}
.date {
	text-align: right;
}


#mainContent2 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #FFF;
}
#mainContent2 h4 {
    font-size: 14px;
    margin-left: 0px;
    line-height: 24px;
    text-align: center;
    height: 24px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #45444c;
    color: #FFFFFF;
}


#mainContent2 p {
    font-size: 12px;
    line-height: 14px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 0px;
}

#mainContent2 .contentblock {
    padding: 0px;
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    clear: left;
}

#mainContent2 .contentblock ul {
    list-style-type: none;
}

#mainContent2 .contentblock ul li {
    font-size: 12px;
    line-height: 24px;
}

#mainContent2 .contentblock ol {
}

#mainContent2 .contentblock ol li {
    font-size: 12px;
    line-height: 24px;
}

#mainContent2 dl {
    margin-left: 5px;
}
#mainContent2 dt {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #3D896A;
    line-height: 20px;
}
#mainContent2 dd {
    font-size: 12px;
    margin-left: 10px;
    line-height: 20px;
}

#mainContent2 .contenttitle {
    margin: 0px;
    padding: 0px;
    height: 36px;
    width: 100%;
}

#mainContent2b {
	float: right;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#mainContent2b h2 {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    background-image: url(../images/feather.gif);
    background-repeat: no-repeat;
    text-align: left;
    text-indent: 35px;
    margin: 0px;
    padding: 0px;
}

#mainContent2b h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 24px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
    margin-right: 15px;
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}
#mainContent2b h4 {
    font-size: 14px;
    margin-left: 0px;
    line-height: 24px;
    text-align: center;
    height: 24px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #45444c;
    color: #FFFFFF;
}


#mainContent2b p {
    font-size: 12px;
    line-height: 14px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 0px;
}

#mainContent2b .contentblock {
    padding: 0px;
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    clear: left;
}

#mainContent2b .contentblock ul {
    list-style-type: none;
}

#mainContent2b .contentblock ul li {
    font-size: 12px;
    line-height: 24px;
}

#mainContent2b .contentblock ol {
}

#mainContent2b .contentblock ol li {
    font-size: 12px;
    line-height: 24px;
}

#mainContent2b dl {
    margin-left: 5px;
}
#mainContent2b dt {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #3D896A;
    line-height: 20px;
}
#mainContent2b dd {
    font-size: 12px;
    margin-left: 10px;
    line-height: 20px;
}

#mainContent2b .contenttitle {
    margin: 0px;
    padding: 0px;
    height: 36px;
    width: 100%;
}

#mainContentJ {
    width:510px;
    float:right
}

#mainContentJ h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    background-image: url(../images/feather.gif);
    background-repeat: no-repeat;
    text-align: left;
    text-indent: 35px;
    margin: 0px;
    padding: 0px;
}
#mainContentJ p {
    font-size: 12px;
    line-height: 14px;
}
#mainContentJ ol {
    font-size: 12px;
    line-height: 20px;
}
#mainContentJ ul {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
    list-style-type: none;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    border: 1px solid #669933;
}
#mainContentJ dl {
    margin-left: 5px;
}
#mainContentJ dt {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #3D896A;
    line-height: 20px;
}
#mainContentJ dd {
    font-size: 12px;
    margin-left: 10px;
    line-height: 20px;
}



#mainContentJ .contentblock {
    padding: 0px;
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    clear: left;
}
#container #mainContent2 .contentblock p a {
	color: #FFF;
}

#mainContentJ .contenttitle {
    margin: 0px;
    padding: 0px;
    height: 36px;
    width: 100%;
}


#boxC {
	width:180px;
	float:left;
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	clear: right;
	margin-right: 0px;
	background-color: #f8f7b8;
}
#boxC p {
    font-size: 12px;
    line-height: 16px;
    padding: 0px;
    width: 165px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}


#boxC h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #666666;
    padding: 0px;
    width: 165px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    line-height: 48px;
    height: 48px;
    font-style: italic;
}
#boxC h4 {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #666666;
    padding: 0px;
    width: 165px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    line-height: 24px;
    height: 24px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    font-style: italic;
}


#boxC ul {
    padding: 0px;
    width: 178px;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#boxC ul li {
    height: 81px;
    width: 178px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 0px;
}

#bottomnavi {
	width: 900px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e4de;
	background-color: #000;
	clear: both;
	margin: 0px;
	height: 24px;
	color: #FFF;
}

#bottomnavi ul {
    width: 900px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    clear: right;
}

#bottomnavi ul li {
    text-align: center;
    display: block;
    margin: 0px;
    float: right;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    padding-right: 5px;
    padding-left: 5px;
}
#bottomnavi ul li a {
	color: #FFF;
}

.textblock {
    background-image: url(../images/note.jpg);
    background-repeat: repeat-y;
    padding: 5px;
}

.text14 {
    font-size: 14px;
    line-height: 24px;
}
.bottomline {
    padding-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999999;
}



.class01 {
    padding: 0px;
    height: 81px;
    width: 178px;
    display: block;
    line-height: 81px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.class01 a {
    background-image: url(../images/menu01.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-indent: -9999px;
    height: 81px;
    width: 178px;
    display: block;
    line-height: 81px;
}



.class02 {
    background-image: url(../images/menu02.jpg);
    background-repeat: no-repeat;
    padding: 0px;
    height: 81px;
    text-align: left;
    text-indent: 80px;
    width: 178px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.class02 a {
    background-image: url(../images/menu02.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 81px;
    text-align: left;
    text-indent: -9999px;
    width: 178px;
    display: block;
}



.class03 {
    background-image: url(../images/menu03.jpg);
    background-repeat: no-repeat;
    padding: 0px;
    height: 81px;
    text-align: left;
    text-indent: 80px;
    width: 178px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.class03 a {
    background-image: url(../images/menu03.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 81px;
    text-align: left;
    text-indent: -9999px;
    width: 178px;
    display: block;
}



.class04 {
    background-image: url(../images/menu04.jpg);
    background-repeat: no-repeat;
    padding: 0px;
    height: 81px;
    text-align: left;
    text-indent: 80px;
    width: 178px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.class04 a {
    background-image: url(../images/menu04.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 81px;
    text-align: left;
    text-indent: -9999px;
    width: 178px;
    display: block;
}



.class05 {
    background-image: url(../images/menu05.jpg);
    background-repeat: no-repeat;
    padding: 0px;
    height: 81px;
    text-align: left;
    text-indent: 80px;
    width: 178px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.class05 a {
    background-image: url(../images/menu05.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 81px;
    text-align: left;
    text-indent: -9999px;
    width: 178px;
    display: block;
}





.imagefloat {
    float: left;
    width: 107px;
    margin-right: 10px;
    height: 160px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
    border: 1px solid #999999;
    text-decoration: none;
}
.imagefloat2 {
    float: left;
    width: 107px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
    border: 1px solid #999999;
    text-decoration: none;
}

.imagefloat3 {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
    border: 1px solid #999999;
    text-decoration: none;
}
.imagefloat3Right {
    float: right;
    width: 150px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 0px;
    border: 1px solid #999999;
    text-decoration: none;
}
.imagefloat4 {
    float: left;
    width: 107px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
    border: 1px solid #999999;
    text-decoration: none;
    height: 117px;
}



.noborder {
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.table_area {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}

.table_area caption {
    font-size: 12px;
    text-align: left;
    line-height: 24px;
}

.table_area table {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    border-spacing: 0;
    empty-cells: show;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.table_area table th {
    border: 1px solid #cccccc;
    background-color: #999999;
    white-space: nowrap;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
}
.table_area table td {
	border: 1px solid #cccccc;
	font-size: 12px;
	padding: 5px;
	line-height: 20px;
	text-align: left;
	color: #FFF;
}

.table_area2 {
	width: 680px;
	padding: 0px;
	margin: 0px;
}

.table_area2 caption {
    font-size: 12px;
    text-align: left;
    line-height: 24px;
}

.table_area2 table {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	border-spacing: 0;
	empty-cells: show;
	margin: 0px;
	padding: 0px;
	width: 680px;
}

.table_area2 table th {
    border: 1px solid #cccccc;
    background-color: #999999;
    white-space: nowrap;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
}
.table_area2 table td {
    border: 1px solid #cccccc;
    font-size: 12px;
    padding: 0px;
    line-height: 20px;
    margin: 0px;
}

.table_area3 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    text-align: center;
}

.table_area3 caption {
    font-size: 12px;
    text-align: left;
    line-height: 24px;
}

.table_area3 table {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    border-spacing: 0;
    empty-cells: show;
    margin: 0px;
    padding: 0px;
    width: 500px;
}

.table_area3 table th {
    border: 1px solid #cccccc;
    background-color: #999999;
    white-space: nowrap;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
}
.table_area3 table td {
    border: 1px solid #cccccc;
    font-size: 12px;
    vertical-align: top;
    padding: 0px;
    line-height: 20px;
    margin: 0px;
    text-align: center;
}

.table_area4 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    text-align: center;
}

.table_area4 caption {
    font-size: 12px;
    text-align: left;
    line-height: 24px;
}

.table_area4 table {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    border-spacing: 0;
    empty-cells: show;
    margin: 0px;
    padding: 0px;
    width: 500px;
}

.table_area4 table th {
    border: 1px solid #cccccc;
    background-color: #999999;
    white-space: nowrap;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
}
.table_area4 table td {
    border: 1px solid #cccccc;
    font-size: 12px;
    vertical-align: top;
    padding: 5px;
    line-height: 20px;
    margin: 0px;
    text-align: left;
}

.table_area5 {
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
	margin-right: auto;
	clear: left;
}

.table_area5 caption {
    font-size: 12px;
    text-align: left;
    line-height: 24px;
}

.table_area5 table {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    border-spacing: 0;
    empty-cells: show;
    margin: 0px;
    padding: 0px;
    width: 675px;
}

.table_area5 table th {
    border: 1px solid #cccccc;
    background-color: #999999;
    white-space: nowrap;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    margin: 0px;
}
.table_area5 table td {
	border: 1px solid #cccccc;
	font-size: 12px;
	padding: 0px;
	line-height: 20px;
	margin: 0px;
	text-align: center;
	color: #FFF;
}

.alignCenter {
    text-align: center;
}
.alignright {
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px;
    width: 90%;
}
.alignright2 {
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px;
    width: 90%;
    clear: left;
}

.width250 {
    width: 250px;
    height: 166px;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.smoke {
    background-image: url(../images/smoke.gif);
    background-repeat: no-repeat;
    height: 43px;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-left: 10px;
    margin-top: 20px;
    font-size: 14px;
}



.width475 {
    width: 475px;
    margin-right: auto;
    margin-left: auto;
}
.text12Center {
    font-size: 12px;
    text-align: center;
}


 /* テキスト入れ替えテスト */
.switchable .alt {display:none} 
.switchable:hover .default {
    display:none
} 
.switchable:hover .alt {
    display:inline
} 
.switchable {color:black;text-decoration:none}

#menu2 {
    width: 900px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E1E4DE;
    height: 24px;
    background-color: #FFFFFF;
}
.textBrown {
	font-weight: bold;
	color: #FFF;
}
.textBrown a {
	color: #FFF;
}

.textRed {
    font-weight: bold;
    color: #FF0000;
}

#menu2 ul {
    width: 900px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#menu2 ul li {
    float: right;
    text-align: center;
    display: block;
    width: 150px;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}
#wrapper2 {
    width:900px;
    margin-right:5px;
}

.hinlist {
	float: left;
	padding-top:2px;
	padding-bottom:2px;
	align:center;
	margin-top: 2px;
	margin-right: 8px;
	width: 160px;
	/*  height:1%;/* for IE（仕様では算出値はautoになる） */
    height: auto;
	overflow-x:hidden;
	overflow-y:visible;/*
    border-style:solid;
    border-width:1px;
    border-color:black;
*/
}

/*古いCSSから移植 */
.hinlistimg {
    border-style:solid;
    border-width:1px;
    border-color:#444444;
}

.hinline {
	clear: left;
	padding:0px;
	margin:0px;
	width: 700px;
	/*  height:1%;/* for IE（仕様では算出値はautoになる）*/ 
    height: auto;
}

.hindetailimg {
    float:left;
    margin-right: 0px;
    margin-left: 0px;
/*  width:480px;*/
/*  height:1%;/* for IE（仕様では算出値はautoになる） */
    height: auto;
}

.hindetail1 {
    float:right;
    margin-right: 20px;
    margin-left: 10px;
    width:235px;
    /*  height:1%;/* for IE（仕様では算出値はautoになる） */
    height: auto;
}

.hindetailtext {
	font-size: 12px;
	color: #FFF;
}

.hintextcenter {
	font-size: 10px;
	color: #FFF;
	margin-top: 3px;
	margin-left: 3px;
	text-align:center;
	width:100%;
}

.hintext {
    font-size: 10px;
    color: #000000;
    margin-top: 3px;
    margin-left: 3px;
}
#bottomnavi2 {
    width: 900px;
    padding: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e1e4de;
    background-color: #FFFFFF;
    clear: both;
    margin: 0px;
    height: 24px;
}
#bottomnavi2 ul {
    width: 900px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#bottomnavi2 ul li {
    text-align: center;
    display: block;
    margin: 0px;
    float: right;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    padding-right: 5px;
    padding-left: 5px;
}

.imgMiddle {
    vertical-align:middle;
}
#boxE2 {
    width:900px;
    text-align: center;
    background-color: #45444c;
}
.textWhite {
	color: #FFF;
}

#boxE2 p {
    margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
    padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
    font-weight: bold;
    color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
}

.textitalic {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
}
.imagefloat3Right2 {
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0px;
	border: 1px solid #999999;
	text-decoration: none;
}
.imagefloat5 {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textBrown2 {
	font-weight: bold;
	color: #F6f583;
}
.textBrown2 a {
	color: #f6f583;
}

