@charset "UTF-8";

body {
	font-family: sans-serif;
}

header {
	text-align: right;
}

header time {
	font-style: italic;
}

footer {
}

footer p {
	float: left;
}

footer p img {
	width: 80px;
	height: 15px;
}

footer address {
	font-family: Verdana, sans-serif;
	/*float: right;*/
	text-align: right;
}

h1 {
	text-align: center;
	font-size: xx-large;
	font-style: italic;
}

h2 {
	font-size: x-large;
}

h3 {
	font-size: large;
}

h4 {
	font-size: medium;
}

h5 {
	font-size: medium;
}

h6 {
	font-size: medium;
}

hr {
	clear: both;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}



/* 以下iPhone用 */
@media screen and (max-device-width: 480px) {

header p {
	font-size: x-small;
}

footer {
	font-size: x-small;
}

footer p {
	display: none;
}

h1 {
	text-align: center;
	font-size: x-large;
	font-style: italic;
}

h2 {
	font-size: large;
}

h3 {
	font-size: large;
}

h4 {
	font-size: medium;
}

h5 {
	font-size: medium;
}

h6 {
	font-size: medium;
}

}

