/* 「渚のみち」ベース・スタイルシート */


/* +++ body/container +++ */
body {
	background-color: #1A2D37;
	color: #ACAEA4;
	text-align: center;
	}

a {
	text-decoration: none;
	}

a:link {
	color: #ACAEA4;
	}

a:visited {
	color: #ACAEA4;
	}

a:active {
	color: #8fabbe;
	}

a:hover {
	color: #ff9933;
	text-decoration: underline;
	}

.uconstruct {
	color: #808080;
	}
.changelog {
	margin-top: 8px;
	color: #607191;
	font-weight: normal;
	}

.opened {
	text-align: left;
	}
	
#container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	}

/* +++ トップページ +++ */
#content {
	height: 550px;
	margin-top: 32px;
	padding-top: 24px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 0;
	background-color: #2B3E45;
	border: solid 2px #ACAEA4;
	}

#content .borderend {
	clear: both;
	text-align: right;
	font-weight: bold;
	line-height: 2.4;
	margin-right: 16px;
	}

/* タイトル */
#header {
	line-height: 0.4;
	margin-top: 24px;
	}

#header h1 {
	font-size: 200%;
	font-weight: bold;
	}

#header h2 {
	font-size: 100%;
	font-weight: nomal;
	font-style: italic;
	}


/* ヘッダー */
#milestone {
	text-align: right;
	font-size: 90%;
	border-bottom: dotted 1px #ACAEA4;
	border-left: solid 160px #1A2D37;
	padding-bottom: 2px;
	}



/* トップメニュー */
.main {
	width: 232px;
	float: left;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.0;
	}

.main h3 {
	text-align: center;
	font-weight: 900;
	font-size: 120%;
	color: #34341B;
	background-color: #ACAEA4;
	border-right: solid 100px #2B3E45;
	}

.main p {
	margin-left: 12px;
	}
	
.main dl {
	margin-left: 12px;
	}
	
.main li {
	list-style: circle inside;
	margin-left: -72px;
	}

.update {
	border-top: solid 1px #ACAEA4;
	padding-top: 24px;
	color: #8B99B1;
	line-height: 1.5;
	}
	
/* 表紙絵 */
.cover {
	width: 500px;
	float: left;
	margin-left: 12px;
	}

/* フッター */
#footer {
	clear: both;
	margin-top: 48px;
	font-size: 80%;
	}

.foottitle {
	margin-top: 4px;
	}


/* サイドメニュー */
.smenu {
	float: left;
	width: 120px;
	text-align: left;
	font-weight: bold;
	border: double 3px #ACAEA4;
	}

.smenu a:hover {
	color: #ff9933;
	text-decoration: none;
	}

.smenu dt {
	background-color: #ACAEA4;
	color: #34341B;
	text-align: center;
	}

.smenu dd {
	margin-top: 16px;
	}

.smenu li {
	list-style: none inside;
	margin-left: -75px;
	}


/* コンテンツ */
.text {
	float: left;
	width: 580px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	}

.text h4 {
	margin-top: 32px;
	}

#textbody {
	text-align: left;
	line-height: 1.3;
	background-color: #2B3E45;
	margin-top: -4px;
	padding: 1px 12px;
	font-size: 90%;
	}

#textbody dt {
	font-weight: bold;
	}

#textbody dd {
	font-size: 90%;
	color: #B7BBC6;
	margin-left: 0;
	}
	
.caretaker {
	color: #CBCEDA;
	font-weight: bold;
	}