/* =========== フロートバグ補助 =========== */

/* 20110406クラスあり修正版 */
.clearfix {
	zoom:1;
	overflow: hidden; /* 20121112Dreamweaverプレビュー崩れ対策 */
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* =========== テーブル設定 =========== */

table {
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	color: #000;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
table th.t_top {
	background-color: #FFF;
	text-align: left;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin-top: 3px;
	margin-bottom: 3px;
}
table td.t_line01 {
	background-color: #FFF;
	vertical-align: top;
	text-align: center;
	width: 40px;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
table td.t_line02 {
	background-color: #FFF;
	vertical-align: middle;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 40px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
table td.t_line03 {
	background-color: #FFF;
	vertical-align: middle;
	text-align: left;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
table td.t_line04 {
	background-color: #FFF;
	vertical-align: middle;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 23%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
table td.t_line05 {
	background-color: #FFF;
	vertical-align: middle;
	text-align: left;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 77%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	line-height: 1.5em;
}
body, td, th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../img/background_1px.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F5F5F5;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1 {
	font-size: large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: xx-large;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000;
}
img { border: none }

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #container {
}
#wrapper #container #footer {
	height: 50px;
	width: 960px;
	margin-top: 10px;
}
.main-menu {
	height: 80px;
	width: 960px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}
.main-menu-button {
	height:80px;
	width: 185px;
	float: left;
	margin-right: 8px;
	
}
.main-menu-button:last-child {
margin-right:0px;}
.main-menu-button img{
	border: 1px solid #ccc;
    border-radius: 10px;}
.main-menu-button a:hover{
	 cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}	
.boxshadow-kadomaru {
	border: 1px solid #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	behavior: url(/pie/PIE.htc);
	background-color: #FFFFFF;
}
.boxshadow-kadomaru p{line-height: 2em;
padding: 0px 10px;}
.boxshadow-kadomaru p strong{
	color: #111755;
	}
.kakomi-moji-L　 {
	font-size: large;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.page-midashi-l {
	color:#FFFFFF;
	text-shadow:0 0 20px #666666;
	font-size: 48px;
}
.midashi-text-l {
	font-size: x-large;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 12px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #111755;
	margin-bottom: 20px;
	font-weight: bold;
	color: #333;
}

.midashi-text-ls {
	font-size: x-large;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 12px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #111755;
	margin-bottom: 20px;
	color: #333;
}

.honbun-text-medium-2em {
	font-size: medium;
	line-height: 2em;
	color: #333;
}
.footer {
	background-color: #111755;
	margin-top: 30px;
}
.footer-top {
	height: 20px;
	width: 960px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer-setting {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.footer-bottom {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	text-align: center;
	height: 30px;
	width: 960px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #FFF;
}
.to-top-back {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}
.page-title {
	float: left;
	width: 960px;
}
.page-title-left {
	float: left;
	height: 50px;
	width: 170px;
}
.page-title-right {
	float: left;
	width: 400px;
	height: 16px;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-left: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.photo-box-shadow {
	border: 1px solid #CCC;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	behavior: url(/pie/PIE.htc);
}
.photo-box-box {
	width: 930px;
	margin-bottom: 10px;
	height: auto;
	float: left;
	margin-top: 10px;
}
.photo-box-l {
	padding: 5px;
	float: left;
	width: 586px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #282E91;
}
.photo-box-l-photo {
	background-color: #999;
	height: 210px;
	width: 586px;
}
.photo-box-l-title {
	font-size: 16px;
	color: #282E91;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 8px;
}
.photo-box-l-text {
	font-size: 12px;
	color: #333;
	line-height: 1.2em;
}
.photo-box-m {
	padding: 5px;
	float: left;
	width: 278px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #282E91;
}
.photo-box-m-photo {
	background-color: #999;
	height: 210px;
	width: 278px;
}
.photo-box-m-title {
	font-size: 16px;
	color: #282E91;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 8px;
}
.photo-box-m-text {
	font-size: 12px;
	color: #333;
	line-height: 1.2em;
}
.boxshadow {
	border: 1px solid #999;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	behavior: url(/pie/PIE.htc);
	background-color: #FFFFFF;
}
.text_folding {
}
div.footer-top a:link {
	color: #FFF;
	text-decoration: none;
}
div.footer-top a:visited {
	text-decoration: none;
	color: #FCF;
}
div.footer-top a:hover {
	text-decoration: none;
}
div.footer-top a:active {
	text-decoration: none;
}