﻿body {
	color: #666;
	background-color: #FFF;
	font-size: 13px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	text-align: center;
	margin: 0px;
}

a,a:visited{
	color: #3b3b3b;
}

a:hover,a:focus {
	color: #555555;
}

.copyright {
	height: 40px;
	text-align: center;
	vertical-align: bottom;
	color: #ffffff;
}

#logo {
	text-align: center;
	width: 100%;
}

#logo img{
	width: 80%;
	max-width: 900px;
	min-width: 530px;
}

#twitter {
	margin-top:13px;
}

#information {
	margin: 30px 0 0 0;
	text-align: center;
}

#information img{
	width: 100%;
}

#information #subject {
	color: #666;
	font-weight: bold;
	line-height:15px;
	font-size: 16px;
	width: 240px;
	margin: 15px auto 0px auto;
	/* border-bottom: 1px solid #666; */
}

#information #data {
	margin-bottom: 15px;
	margin-top: -1px;
}

#information > #company {
	color: #cfcfcf;
	width: 498px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 1em 1em 1em 1em/ 1em 1em 1em 1em;
	border: 1px solid #cfcfcf;
	background-color: #333;
	opacity: 0.6;
}

#information > #content {
	color: #000000;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	border-radius: 1em 1em 1em 1em/ 1em 1em 1em 1em;
	border: 1px solid #cfcfcf;
	/* background-color: #eee; */
	opacity: 0.9;
	text-align:left;
}

#content > h1 {
	text-align:center;
}

#content > h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.8em 0 0 0;
}

