#banner h1
	{
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	}

#banner h1 a
	{
	text-decoration:none;
	color:#808080;
	}

.box_h2
	{
	font-size:13px;
	letter-spacing:1px;
	}

.gotop
	{
	text-align:left;
	margin-top:10px;
	margin-right:10px;
	}

#box
	{
	width:810px;
	padding-left:10px;
	margin-top:5px;
	clear:both;
	}

/*-------------------------------------
▼▼　フッター部分
-------------------------------------*/

#footer
	{
	clear:both;
	height:70px;
	text-align:left;
	border-top:5px solid #fff;
	background:#fff;
	}


#footer-inner
	{
	color:#808080;
	padding-top:10px;
	}

#footer-inner { text-decoration:none; }
#footer-inner :link{ color: #808080; }
#footer-inner :hover{ color: #808080; }
#footer-inner :visited{ color: #808080; }

#footer a
	{
	text-decoration:none;
	}



/*-------------------------------------
▼▼　以下賢威から追加
-------------------------------------*/

/*●リスト1*/
ul.list1{
	font-size:1.0em;
	line-height:250%;
	text-decoration:none;
	list-style-type: disc;
	list-style-position: inside;
}


/*--------------------------------------------------------
■画像配置の設定
--------------------------------------------------------*/

/*左に画像、右に文章*/
.left{
	float: left;
	margin: 0px 10px 20px 0px;
}

/*左に文章、右に画像*/
.right{
	float: right;
	margin: 0px 0px 20px 10px;
}

/*copyright*/
div#footer #copyright{ color: #808080; }
div#footer #copyright a{ text-decoration:none; }
div#footer #copyright a:link{ color: #808080; }
div#footer #copyright a:hover{ color: #808080; }
div#footer #copyright a:visited{ color: #808080; }
