@charset "UTF-8";

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family:  Meiryo, sans-serif;
	/* 画像ファイルの指定 */
	background-image: url(../img/topimage.jpg);
	/* 画像を常に天地左右の中央に配置 */
	background-position: center center;
	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;
	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-attachment: fixed;
	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-size: cover;
	/* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color: #ffffff;

}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

.left {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 190px;
	border-style: none;
	float: left;

	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 0px;
}

.container {
	background-color: rgba(255,255,255,0.9);
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.tyuou {
	margin: 0px;
	width: 440px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	
}
.right {
	margin: 0px;
	padding-left: 30px;
	width: 190px;
	float: right;
	padding-top: 22px;
	
	padding-right: 30px;
}
h1 {
	font-family: Meiryo, sans-serif;
	/* [disabled]font-style: normal; */
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 40px;
}
h2 {
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 0px;
	text-align: center;
}
.p_syushi {
	font-size: 0.8em;
	line-height: 2em;
	margin-top: 20px;
	margin-bottom: 10px;
}
ul {
	/* [disabled]list-style-type: none; */
	font-size: 0.75em;
	padding-left: 15px;
	margin-top: 0px;
}
.new {
	margin-top: 50px;
	margin-left: 0px;
}
.entry {
	padding-left: 117px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.anbd_logo {
	padding-top: 0px;
	padding-bottom: 40px;
}
.p_line {
	/* [disabled]border-bottom-color: #CCCCCC; */
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-top: 30px;
}
.language {
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	margin-top: 2px;
	border-width: thin;
	border-style: solid;
	font-size: 0.8em;
}
.hint {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.7em;
	text-align: right;
}
ol {
	font-size: 0.75em;
	padding-left: 15px;
}
.top {
}
.p_08em {
	font-size: 0.8em;
}
.p_1em {
	font-size: 1em;
}
li {
	margin-top: 7px;
}
.notype {
	list-style-type: none;
	font-size: 0.9em;
	padding-left: 20px;
	line-height: 1.5em;
	margin-left: 0px;
}
.underline {
	width: 950px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
.fontsize_initial {
	font-size:initial;
}
.sub {
	margin-top: -35px;
	font-size: 1.1em;
}
.p_075em {
	font-size: 0.75em;
}
.underconstruction {
	color: #999999;
}
.judgingimg {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.new_p {
	font-size: 0.8em;
}