@charset "utf-8";
/* CSS Document */

/* ------------------------ Gallarey ------------------------ */
#link{
	margin: 0px auto;
	width: 940px;
	background-color: #080808;
	text-align: left;
	border-left: 1px solid #2D2D2D;

}
/* ------------------------ 左カラム ------------------------ */


/* ------------------------ 右カラム ------------------------ */
#s_right h3{
	color: #B3901B;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#s_right p{
	line-height: 20px;
}
#s_right a{
	color: #828282;
	text-decoration: none;
}
#s_right a:hover{
	text-decoration: underline;
	color: #C4B035;	
}