@charset "Shift_JIS";


/* 基本設定 */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
}

body{
	color:#333;
	text-align:center;
}

br{
	letter-spacing:normal;
}

a{
	color:#333;text-decoration:none;
}

a:hover{
	color:#fff;text-decoration:none;
}

img{
	border:0px;
}

/* テンプレート */
#temp{
	width:500px;
	text-align:center;
	line-height:18px;
	letter-spacing:1px;
	margin:10px auto;
}

#header{
	background:#fff url(img/cat.gif) no-repeat 100px 0px;
	width:500px;height:120px;
	text-align:left;
	border:1px solid #333;
}

#menu{
	background-color:#333;
	width:500px;height:24px;
	color:#fff;
	margin:10px 0px;
	border:1px solid #333;
}

#main{
	background:#fff;
	width:480px;
	text-align:left;
	padding:10px;
	border:1px solid #333;
}

#footer{
	background:#fff;
	width:500px;height:30px;
	color:#333;
	line-height:30px;
	margin:10px 0px;
	border:1px solid #333;
}

/* タイトル部分 */
#header h1{
	padding:30px 0px 0px 190px;
}

/* メニュー部分 */
#menu ul{
	list-style-type:none;
	height:24px;
	margin-left:30px;
}

#menu li{
	display:inline;
	padding:0px
}

#menu a{
	color:#fff;
	line-height:24px;
	float:left;
	text-decoration:none;
	padding:0px 5px;
}

#menu a:hover{
	color:#DB9400;
	text-decoration:none;
}

/* メインコンテンツの見出し */
#main h2{
	background:url("img/mark.gif") no-repeat;
	padding:1px 0px 3px 25px;
	color:#DB9400;
}

/* メインコンテンツのdd */
dd{
	margin:0px 0px 12px 12px;
}
