/*======================================
	Structure
=======================================*/

/* 全体の背景色 */
body {
	background-color: #999966;
}

/* 全体の枠組み */

#container {
	margin: 30px auto;
	width: 800px;
	background-color: #ffffff;
	border: solid 1px #000000;
}

/* トップページの画像 */

#sitetitle {
	width: 100%;
	height: 200px;
	background-color: #336600;
	background-image: url("http://www.atafuta.com/~nakata/images/forest.jpg");
	background-position: 50% 50%;
	backgroud-repeat: no-repeat;
}

/* ヘッダ */

#header {
	width: 100%;
	height: 30px;
	background-color: #336600;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: #ffffff;
	margin: 0;
	padding-top: 7px;
	line-height: 1.5;
	letter-spacing: 1px;
}

/* フッタ */

#footer {
	width: 100%;
	background-color: #336600;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
	color: #ffffff;
	margin: 0;
	padding-top: 9px;
	padding-bottom: 9px;
}

/* メイン部分 */

#main {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	text-align: left;
}

/* リンクの下線・枠線を消す */

a {
	text-decoration: none;
}

a img {
	border: 0;
}

/*======================================
	Contents
=======================================*/

/* 本文 */

.bodycopy {
	font-size: 14px;
	font-family: sans-serif;
	color: #000000;
	line-height: 1.5;
	text-decoration: none;
}

/* リンクメニュー */

.linkmenu {
	font-size: 14px;
	font-family: sans-serif;
	color: #000000;
	line-height: 1.5;
	text-decoration: none;
	font-weight: bold;
}

p.linkmenu img {
	vertical-align: bottom;
}

/* プロフィール画像 */

.portrait {
	border: solid 1px #000000;
	vertical-align: middle;
	margin-right: 10px 
}

/* 点線 */

.dottedline {
	border-bottom: dotted 2px #003300;
}


