@charset "utf-8";
body {
	text-align: center;
	background-color: #933;
	background-image: url(../201505photo/bg1.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
#page {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: auto;
	margin-top: 20px;
}


/* CSS Document */

#allheader {
	height: 490px;
	width: 960px;
	text-align: right;
	background-image: url(../201505photo/topheadbg.jpg);
}

#page #allheader #counter {
	height: 40px;
	width: 955px;
	padding-top: 10px;
	padding-right: 5px;
	text-align: right;
}
#page #allheader #toptitle {
	margin-top: 130px;
	height: 100px;
	width: 960px;
	text-align: center;
}
#page #allheader #menu {
	height: 60px;
	width: 958px;
	margin-top: 150px;
	text-align: center;
	background-color: #333;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

#mainabove {
	width: 933px;
	margin-top: 3px;
	background-color: #FFF;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #000;
	font-size: 30px;
	height: 35px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-weight: bold;
	margin-bottom: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#maincenter {
	clear: left;
	width: 960px;
	height: auto;
	overflow: hidden;
	background-image: url(../201505photo/contentsbg.png);
	margin-bottom: 3px;
}
#maincenter #centerleft {
	float: left;
	width: 149px;
	background-color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	height: auto;
	padding-bottom: 30px;
}
#centerleft ul li {
	text-decoration: underline;
}

#maincenter #centerright {
	width: 810px;
	float: left;
}
#maincenter #centerright #articletitle {
	height: 25px;
	width: 786px;
	background-color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-left: 3px;
	text-align: left;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 3px;
	padding-left: 20px;
}
#maincenter #centerright #articlecontents {
	width: 807px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: 3px;
	color: #FFF;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 3px;
}
#articlecontents table {
	margin: auto;
	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: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #666;
}
#articlecontents table tr td p {
	text-align: left;
}

#articlecontents table tr td {
	text-align: left;
	padding: 3px;
}

#allfooter {
	clear: left;
	height: 30px;
	width: 958px;
	background-color: #333;
	margin-bottom: 100px;
	color: #FFF;
	border: 1px solid #000;
}
#articlecontents em {
	font-size: 20px;
}
#articlecontents .leftapproach {
	text-align: left;
	margin-left: 170px;
}
