@charset "Shift_JIS";


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

body{
	background:#fff url(img/bg.gif);
	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{
	background-color:#fff;
	width:750px;
	text-align:center;
	line-height:18px;
	letter-spacing:1px;
	margin:0px auto;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

#header{
	width:750px;
}

#menu{
	width:270px;
	color:#333;
	float:left;
	text-align:center;
}

#photo{
	background:#fff url(img/photo.gif) no-repeat;
	width:480px;height:317px;
	float:left;
}

#main{
	width:730px;
	text-align:left;
	padding:10px 10px 0 12px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	clear:both;
	line-height:220%;
}

#footer{
	background:#fff;
	width:750px;height:30px;
	color:#333;
	line-height:30px;
	font-size:10px;
}

/* タイトル部分 */
#menu h1{
	margin:40px 0px;
	font-size:20px;
	font-weight:bold;
}

/* メニュー部分 */
#menu ul{
	list-style:none;
	font-weight:bold;
}

#menu a{
	color:#333;
	line-height:24px;
	text-decoration:none;
	font-size:12px;
}

#menu a:hover{
	color:#5251C7;
}

/* メインコンテンツの見出し */
#main h2{
	background:url("img/mark.gif") no-repeat;
	padding:3px 0px 10px 40px;
	color:#5251C7;
	font-size:16px;
}

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