* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	color: #333333;
	line-height: 160%;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	font-feature-settings: "palt";
	text-decoration: none;
	list-style: none inside;
	font-family : sans-serif;
}
.clear { clear: both; }
.clear hr { display: none; }
figure { display: inline-block; }


body {
	padding: 0px 10px;
	border-top: 1px solid #ee1188;
	background: #fafaf8;
}
header {
	height: 300px;
	max-width : 920px;
	margin: 0px auto;
	background: url("./layout/header.png") top center no-repeat;
	background-size: cover;
}
header.short {
	height: 100px;
	max-width : 920px;
	margin: 0px auto;
	background: url("./layout/header_short.png") top left no-repeat;
	background-size: cover;
}
header h1, header.short h2 {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #33bbdd;
}
header h1 {
	height: 300px;
}
header.short h2 {
	height: 100px;
}



article {
	max-width : 920px;
	margin: 40px auto;
}
article h1,
article h2 {
	font-size: 120%;
	margin-bottom: 40px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}


article div.content_box {
	margin-bottom: 120px;
}
article h3 {
	font-size: 120%;
	color: #ee1188;
	padding-left: 10px;
	padding-right: 50px;
	border-left: 10px solid #ee1188;
	margin: 20px 0px;
}
article h4 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333333;
}

div.text_box,
div.text_box_2d {
	margin-bottom: 60px;
	margin-left: 20px;
}
article p {
	margin-bottom: 10px;
}
article p.oblique {
	font-style: oblique;
	font-size: 90%;
}
article a {
	margin: 0px 5px;
	padding: 0px 5px;
	background: #ffeeee;
}
article div a[target="_blank"] {
	background: #ffeeee no-repeat right url("./layout/external_link.png");
	padding: 0px 25px 0px 5px;
}
article a:hover {
	background: #fffcf4;
}
article figure {
	width: 100%;
}
article img {
	width: 100%;
}
article figcaption {
	text-align: center;
	font-size: 80%;
	/* liquid */
}


article div.content_box ul.list_box {
	margin-bottom: 40px;
	margin-left: 20px;
}
article div.content_box ul.list_box li {
	padding-right: 30px;
}
article div.content_box ul.list_box li a {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #ee1188;
	line-height: 160%;
	padding: 20px 20px;
	background: none;
}
article div.content_box ul.list_box li a:hover {
	background: #fffcf4;
}
article div.content_box ul.list_box li a::before {
  content: "■ ";
}
article div.content_box ul.list_box li a:hover::before {
  content: "□ ";
}




/* footer */
footer {
	height: 200px;
	max-width : 920px;
	margin: 0px auto;
}
footer div.navi {
	text-align: right;
}
footer div.navi a {
	font-size: 90%;
	margin: 0px 5px;
	padding: 0px 5px;
}
footer div.navi a:hover {
	background: #fffcf4;
}
footer div.copyright {
	text-align: center;
	border-top: 1px solid #888888;
	padding-top: 10px;
}