/*　▼基本レイアウト▼　*/

#wrap{
	width: 482px;
	height: 627px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
}


body{
	font-size: 80%;
	color: #666666;
	line-height: 160%;
	text-align: center;
	background-image: url(img/bg.gif);
}

/*　▼基本要素▼　*/

h1{
	font-size: 130%;
	border-left: 3px solid #ff9900;
	background-color: #eeeeee;
}

/*　▼ヘッダー部▼　*/

#header{
	width: 481px;
	height: 16px;
	margin:0px;
	padding: 0px;
	float: left;
	background-color: #121212;
}

#header table{
	margin: 0px;
	padding: 0px;
	float: left;
}

* html table {
	font-size: 90%;
	color:#666666;
}

*:first-child+html table {
	font-size: 90%;
	color:#666666;
}

/*　▼イメージ▼　*/

#image{
	width: 481px;
	height: 151px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#image2{
	width: 481px;
	height: 84px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.top a{
	width: 80px;
	height: 15px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image:url(img/btn_top.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.top a:hover{
	width: 80px;
	height: 15px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image:url(img/obt_tp.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/*　▼コンテンツ▼　*/

#contents{
	width: 481px;
	height: 200px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	background-color: #ffffff;
	background-position: bottom;
	background-repeat: no-repeat;
}

.add{
	width: 461px;
	height: 50px;
	margin-left: 10px;
	margin-top: 60px;
	padding: 0px;
	float: left;
}


#contents h2{
	margin-bottom: 5px;
	margin-top: 20px;																																																					
	margin-left: 20px;
	border-left: 5px solid #ff9900;
	font-size: 130%;
}

.nakawaku{
	width: 460px;
	height: 200px;
	padding: 0px;
	margin-left: 10px;
}

