/* ボディの設定 */

body { 
 	color: #ffa500;
	font-size: 13px;
	font-family: Verdana;
	line-height: 103%;
	background-color: #1c1c1c;

	scrollbar-3dlight-color: #1c1c1c;
	scrollbar-arrow-color: #1c1c1c;
	scrollbar-base-color: #1c1c1c;
	scrollbar-darkshadow-color: #1c1c1c;
	scrollbar-face-color: #1c1c1c;
	scrollbar-highlight-color: #1c1c1c;
	scrollbar-shadow-color: #1c1c1c;
	scrollbar-track-color: #1c1c1c;
	}

/* リンクの設定 */
a:link {
	text-decoration:none;
	color:#ffa500
	}
a:visited {
	text-decoration:none;
	color:#ffa500
	}
a:active {
	text-decoration:none;
	color:#ff7f50
	}
a:hover {
	border-bottom: dotted 3px #ffa500;
	color: #ffd700
	}

/* ページ構造に関する設定 */
#wrapper {
	background-color: 1c1c1c;
	}
#content {
	padding: 25px;
	width: 450px;
	float: left;
	}
#footer {
	clear: right;
	}

/* ヘッダーに関する設定 */
h1 {
	margin: 0px;
	padding: 0px;
	}

#logo { 
	font-size: 45px;
	font-weight: bold;
	font-family: Verdana;
	line-height: 120%;
	}
#mobile { 
	font-size: 13px;
	font-family: Verdana;
	line-height: 120%;
	text-align: right;
	}
#lastup { 
	font-size: 13px;
	color: #ffffff;
	font-family: Verdana;
	line-height: 120%;
	}

