/*	共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a {
	text-decoration: none;
}


/*	ｺﾝﾃﾝﾂﾚｲｱｳﾄ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrapper {
	overflow: hidden;
	text-align: left;
}
#main {
	margin: 0 auto;
}


/*	h1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#title {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	color: #333;
}
#title h1 {
	font-size: 166%; /* 20px */
	line-height: 1.2;
}


/*	sns
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div.sns {				/* /share/static/layout.css を上書き */
	top: 15px;
	right: 0;
}