body,html {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.container {/*全体幅1000～1500　センタリング*/
	max-width: 1500px;
	min-width: 1100px;
	width: 98%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}


.header {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: thin;
	font-size: 12px;
}


.topmenu {/*トップメニュー*/
	margin: 0px;
	float: right;
	font-size: 0.7em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.6em;
}

.topmenu h1 {/*トップメニュー大項目*/
	color: #00A0E9;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-image: none;
}




.topmenu h2 {/*トップメニュー小項目*/
	color: #00428A;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #E7F5FE;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	font-size: 1em;
	line-height: 1.4em;

}
.topmenu a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin: 0px;
}

.topmenu a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin: 0px;
}

.topmenu a:hover {
	color: #CB037B;
	font-weight: normal;
	text-decoration: none;
	background-image: url(images/link_over.png);
	background-repeat: repeat;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin: 0px;
}
.under_construction {
	color: #000;
}

.topmenu h1 a:link{
	color: #00A0E9;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.topmenu h1 a:visited {
	color: #00A0E9;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.topmenu h1 a:hover {
	color: #CB037B;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	letter-spacing: 0.1em;
	background-image: url(images/link_over.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.here a:link{/*トップメニュー　該当ページの表示*/
	background-image: none;
	color: #CB037B;
}
.here a:visited {
	background-image: none;
	color: #CB037B;
}
.here a:hover {
	background-image: url(images/link_over.png);
	background-repeat: repeat;
	color: #CB037B;
}


/* トップメニュー　該当ページの点滅 */ 
.blinking{ 
    -webkit-animation:blink 1s ease-in-out infinite alternate; 
    -moz-animation:blink 1s ease-in-out infinite alternate; 
    animation:blink 1s ease-in-out infinite alternate; 
	transform: rotate( -90deg );/* 文字回転 */ 
} 
@-webkit-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 
@-moz-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 
@keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
}




.main {
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: auto;
	font-size: 12px;
	color: #30F;
}


.main a:link{
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #0066CC;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}
.main a:visited {
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #0066CC;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main a:hover {
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FF00CC;
	background-image: url(images/link_over.png);
	background-repeat: repeat;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 5px;
}



.page_title h1 {/*ページタイトル　背景ピンク斜線*/
	font-size: 1.4em;
	font-weight: normal;
	color: #CB037B;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-left-radius: 0px;     /* 左上 */
	border-top-right-radius: 0px;    /* 右上 */
	border-bottom-left-radius: 5px;  /* 左下 */
	border-bottom-right-radius: 5px; /* 右下 */
	background-image: linear-gradient(
    45deg,
    #fff 25%,
    #EFE1F0 25%, #EFE1F0 50%,
    #fff 50%, #fff 75%,
    #EFE1F0 75%, #EFE1F0
  );
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 4px 4px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: 1px;
}

.submenu {
	width: 90%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 25px;
}

.submenu a:link{
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #0066CC;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.submenu a:visited {
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #0066CC;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.submenu a:hover {
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #CB037B;
	background-image: url(images/link_over.png);
	background-repeat: repeat;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topmenuh1 h1 a:link {
	font-weight: normal;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #CB037B;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CB037B;
}
.topmenuh1 h1 a:visited {
	font-weight: normal;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #CB037B;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CB037B;
}

.topmenuh1 h1 a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #CB037B;
	background-image: url(images/link_over.png);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 1); /*横方向　下方向　ぼかし　広がり　色 */
}
.shadow_white {
	margin-top: 5px; /* 画像の上の余白*/
	display: inline-block;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 1); /*横方向　下方向　ぼかし　広がり　色 */
	border: 3px solid #FFF;
}.button {
	background-color: #999;
	color: #fff;
	font-size: 16px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	text-shadow: none;
	background-size: auto;
	background-position: relative;
	background-attachment: inherit;
	background-repeat: space;
	background-clip: padding-box;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	vertical-align: bottom;
	text-indent: inherit;
	white-space: inherit;
	display: inherit;
	border-radius: 0px;
	border-image: none;
	border-image-slice: fill;
	box-shadow: none;
	width: 100px;
	height: 30px;
	-moz-border-radius: 0px;
	position: static;
	line-height: inherit;
}
.button a:hover{
	background-color: #0FF;
	color: #fff;
	font-size: 16px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	text-shadow: none;
	background-size: auto;
	background-position: relative;
	background-attachment: inherit;
	background-repeat: space;
	background-clip: padding-box;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	vertical-align: bottom;
	text-indent: inherit;
	white-space: inherit;
	display: inherit;
	border-radius: 0px;
	border-image: none;
	border-image-slice: fill;
	box-shadow: none;
	width: 100px;
	height: 30px;
	-moz-border-radius: 0px;
	bottom: auto;
	position: static;
	line-height: inherit;
}
.question {
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #999999;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-shadow: none;
	text-transform: none;
	text-align: center;
}
.gakuseiinfo {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.container .main table tr .gakuseiinfo .gakuseiinfo .gakuseiinfo .gakuseiinfo {
	font-size: 14px;
}
#viewer {
    margin: 0 auto;
    width: 300px;
    height: 546px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}
