@charset "UTF-8";
@import url("reset.css");

body {
	text-align: center;
	font-family:"メイリオ" , "Meiryo", "Verdana", "ヒラギノ角ゴ Pro W4" ,"Osaka","ＭＳ Ｐゴシック" ,sans-serif;
	background: url(./images/bg.jpg) top right no-repeat;
}

a:link { color:#000; text-decoration:none; }
a:visited { color:#000; text-decoration:none; }
a:hover { color:#000; background : none; text-decoration:underline; }
a:active { color:#000; text-decoration:none;}


nav a:link { color:#000; text-decoration:underline; }
nav a:visited { color:#000; text-decoration:underline; }

img {
	border: none;
}

address {
	font-weight: normal;
	font-style: normal;
}

div#wrapper {
	text-align: left;
}

header {
	margin: 0 auto;
	padding: 15px;
	width: 600px;
}

header h1 {
	padding: 15px 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 120%;
}

nav ul{
}

nav ul li {
	margin-right: 7px;
	list-style-type: none;
	display: inline;
}

aside#status {
	width: 600px;
	margin: 0 auto 10px;
	padding: 5px 0;
	font-size: 75%;
	text-align: right;
}

dl#timeline{
	width: 600px;
	margin: 0 auto;
	border : 7px solid #334455;
	padding: 30px 15px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
}

dl#timeline dt{
	font-size: 80%;
	line-height: 1.2em;
}
dl#timeline dd.date {
	border-bottom: 1px dotted #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 70%;
	color: #AAAAAA;
}
dl#timeline dd.thumb{

}

footer {
	margin: 0 auto;
	padding: 15px;
	width: 600px;
	text-align: center;
}

footer nav {
	margin-bottom: 15px;
	padding: 10px;
	border-top: 1px solid #555555;
	background: #CCCCCC;
	font-size: 80%;
}

footer address {
	font-size: 70%;
	color: #555555;
}