@charset "UTF-8";

/* body */
body {
	margin:0;
	padding:0 10px;
	}

/* anchor */
a {
	color:#0181E3;
	}
a:visited {
	color:#3A9EEB;
	}
a:hover {
	color:#129AFE;
	}

/* inline */
strong {
	}
em {
	}

/* object */
img {
	border:none;
	vertical-align:middle;
	}

/* show */
div.show {
	margin:15px auto;
	width:900px;
	font-size:small;
	}

/* section */
div.section {
	clear:both;
	margin:15px auto;
	width:900px;
	font-size:small;
	}
div.section:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	line-height:0;
	content:".";
	}

/* identity */
.identity {
	display:block;
	margin:15px auto;
	border-bottom:#EEEEEE 1px solid;
	padding:10px 0;
	width:900px;
	font-size:small;
	}
.identity:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	line-height:0;
	content:".";
	}
.identity img#logo {
	float:left;
	}
.identity h1 {
	margin:15px 0 0 0;
	float:right;
	width:580px;
	text-align:right;
	vertical-align:middle;
	letter-spacing:0.1em;
	color:#38698D;
	font-size:x-large;
	font-family:"Meiryo","メイリオ","Osaka",helvetica,verdana,arial,sans-serif;
	font-weight:normal;
	}
.identity h1 span {
	padding:0 0.2em 0 0;
	font-size:small;
	}

/* information */
.information {
	display:block;
	margin:15px auto;
	border-top:#EEEEEE 1px solid;
	padding:15px;
	font-size:small;
	}
.information:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	line-height:0;
	content:".";
	}
.information p {
	margin:0;
	}
.information p a {
	text-decoration:none;
	color:#333333;
	}
ul#utilities {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	}
ul#utilities:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	line-height:0;
	content:".";
	}
ul#utilities li {
	float:right;
	padding:0 0 0 1em;
	}

/* header / header#identityへの移行後に消す予定
div.header {
	border-bottom:#EEEEEE 1px solid;
	padding:10px 0;
	}
div.header img#logo {
	float:left;
	}
div.header h1 {
	margin:15px 0 0 0;
	float:right;
	width:580px;
	text-align:right;
	vertical-align:middle;
	letter-spacing:0.1em;
	color:#38698D;
	font-size:x-large;
	font-family:"Meiryo","メイリオ","Osaka",helvetica,verdana,arial,sans-serif;
	font-weight:normal;
	}
div.header h1 span {
	padding:0 0.2em 0 0;
	font-size:small;
	}

 */


/* footer / footer#informationへの移行後に消す予定
div.footer {
	clear:both;
	border-top:#EEEEEE 1px solid;
	background:transparent url("/img/footer-background.png") center top no-repeat;
	padding:15px 0 0 0;
	color:#777777;
	font-size:small;
	}
div.footer a {
	text-decoration:none;
	color:#777777;
	}
div.footer a:hover {
	color:#333333;
	}
div.footer p {
	float:left;
	margin:0;
	} */