
html {
	min-height: 100%;
	position: relative;
}

body {
	padding:0px;
	margin:0px;
	margin-bottom: 32px;
	background: white;
	color: white;
	font-family: 'Hiragino Kaku Gothic Pro','Osaka','メイリオ','ＭＳ ゴシック', sans-serif;
}
img {
	border: none;
	vertical-align: bottom;
}
a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}

.stage_320 {
	display: none;
}
.stage_640 {
	display: none;
}
.stage_960 {
	display: none;
}
.stage_1024 {
	display: none;
}
.isNarrow {
	display: none;
}


#header {
	margin: 0 auto;
	width: 100%;
	height: 52px;
}
#header_left {
	float: left;
	margin: 8px 16px;
}
#header_right {
	float: right;
	margin: auto 16px;
	text-align: right;
	color: black;
	font-size: 12px;
}
#header_archive,#header_application {
	float: right;
	padding-left: 16px;
	padding-top: 18px;
}
#header_right img{
	height: 14px;
	vertical-align: text-bottom;
	padding-right: 4px;
}


#stage {
	margin: 0 auto;
	width: 100%;
	min-height: 320px;
}
#stage_sets {
	margin: 0 auto;
	width: 100%;
}
#stage,#stage_left,#stage_center,#stage_right  {
	background-color: rgb(230,0,18);
	background-image: url("../images/red_shadow_top.gif");
	background-position: top;
	background-repeat: repeat-x;
}
#stage_left {
	float: left;
	width: 320px;
}
#stage_left img {
	margin: 16px 0px 0px 16px;
}
#stage_center {
	float: left;
}
#stage_center img {
	margin: 129px 16px;
}
#stage_right {
	float: right;
	width: 320px;
}
#work_logos {
	padding: 17px 0px 0px 17px;
}
.work_logo {
	float: left;
	width: 84px;
	height: 84px;
	margin: 0px 17px 17px 0px;
	background-image: url("../images/work_logo.png");
}


#infos,#info_sets,#info_left,#info_center,#info_right {
/*	margin: 0 auto;
	max-width: 100%;*/
	/*height: 24px;*/
	/*background-color: rgb(230,0,18);*/
	background-image: url("../images/red_shadow_bottom.gif");
	background-position: top;
	background-repeat: repeat-x;
}
#infos {
	margin: 0 auto;
	width: 100%;
	height: 24px;
}
#info_sets {
	margin: 0 auto;
	width: 100%;
}
#info_left {
	float: left;
	width: 320px;
	/*background-color: blue;*/
}
#info_center {
	float: left;
	width: 384px;
	/*background-color: purple;*/
}
#info_right {
	float: left;
	width: 320px;
	/*background-color: gainsboro;*/
}
.info_title {
	margin: 3px 16px;
	font-size: 10pt;
}
.info_body {
	margin: 0px 16px 32px;
	font-size: 10pt;
	color: black;
	/*background-color: yellow;*/
}
.info_news {
	margin-top: 13px;
}
.info_news p {
	margin: 0px;
	padding: 0px;
}
.info_news p span {
	padding-left: 10px;
}
.info_news .info_date {
	font-weight: bold;
}
.info_news .full {
	/*padding-left: 40px;*/
	padding-left: 20px;
	padding-bottom: 10px;
}
.info_news #past_info {
	text-align: center;
}
.past_info {
	display: none;
}


.info_body .application {
	margin: 16px 16px 0px;
	padding: 4px;
	border: solid 1px rgb(230,0,18);
	font-size: 10pt;
	color: black;
	text-align: center;
}

.application_previous {
	margin: 16px 16px 0px;
	padding: 4px;
	border: dotted 1px rgb(230,0,18);
	font-size: 10pt;
	color: gray;
	text-align: center;
}

.application_newest {
	margin: 16px 16px 0px;
	padding: 4px;
	border: dotted 1px rgb(230,0,18);
	font-size: 10pt;
	color: black;
	text-align: center;
}


footer {
	border-top: solid 1px rgb(230,0,18);
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 32px;
}
footer p {
	padding: 8px;
	margin: 0px;
	font-size: 8pt;
	text-align: center;
	color: darkgray;
}


@media only screen and (max-width: 320px) {
	body {
	}
	#header {
		width: 320px;
		/*background-color: rgb(0,0,0);*/
		height: 72px;
	}
	#header_archive,#header_application {
		padding-top: 0px;
		font-size: 8pt;
	}
	.stage_320 { display: block; }
	.isNarrow { display: inline; }
	#stage_sets { width: 320px; }
	#stage { height: 386px; }
	#stage_right  { display: none; }
	/*#stage { height: 690px; }*/
	/*#stage_right  { background-image: none; }*/
	#info_sets { width: 320px; }
	#info_center { width: 320px; }
}

@media only screen and (min-width: 321px) and (max-width: 639px) {
	body {
	}
	#header {
		/*background-color: rgb(63,63,63);*/
		height: 72px;
	}
	#header_archive,#header_application {
		padding-top: 0px;
		width: 639px;
		/*background-color: yellow;*/
	}
	.stage_320 { display: block; }
	.isNarrow { display: inline; }
	#stage_sets { width: 320px; }
	#stage { height: 386px; }
	#stage_right  { display: none; }
	/*#stage { height: 690px; }*/
	/*#stage_right  { background-image: none; }*/
	#info_sets { width: 320px; }
	#info_center { width: 320px; }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
	body {
	}
	#header {
		/*background-color: rgb(127,127,127);*/
	}
	.stage_640 { display: block; }
	.isNarrow { display: inline; }
	#stage_sets { width: 640px; }
	#stage { height: 386px; }
	#work_logos { padding: 83px 0px 0px 17px; }
	#stage_left { padding-bottom: 16px; }
	#info_sets { width: 640px; }
	#info_center { width: 320px; }
	#info_right { width: 640px; }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
	body {
	}
	#header {
		/*background-color: rgb(191,191,191);*/
	}
	.stage_960 { display: block; }
	.isNarrow { display: none; }
	#stage_sets { width: 960px; }
	#info_sets { width: 960px; }
	#info_center { width: 320px; }
}

@media only screen and (min-width: 1025px) {
	body {
	}
	#header {
		width: 1024px;
		/*background-color: rgb(255,255,255);*/
	}
	.stage_1024 { display: block; }
	.isNarrow { display: none; }
	#stage_sets { width: 1024px; }
	#info_sets { width: 1024px; }
}

