@charset "UTF-8";

/*
 * base
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	}
article, aside, dialog, figure, footer, header,
hgroup, nav, section { 
	display:block;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
object,
iframe,
img {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
	font-size:100%;
	}
input,
select {
	vertical-align:middle;
	}

/* clearfix */
header:after,
footer:after,
hgroup:after,
article:after,
section:after,
div:after,
nav:after,
aside:after,
form:after,
ul:after,
li:after,
dl:after {
	display:block;
	clear:both;
	content:"";
	}
header,
footer,
hgroup,
article,
section,
div,
nav,
aside,
form,
ul,
li {
	/zoom:1; /* IE6,IE7 */
	}

/* 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;
	}

/* identity */
.identity {
	display:block;
	margin:15px auto;
	border-bottom:#EEEEEE 1px solid;
	padding:10px 0;
	width:900px;
	font-size:small;
	}
.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 p {
	margin:0;
	}
.information p a {
	text-decoration:none;
	color:#333333;
	}
ul#utilities {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	}
ul#utilities li {
	float:right;
	padding:0 0 0 1em;
	}

