/*	共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans',"メイリオ",sans-serif;
    text-align: left;
	line-height: 1.2;
    color:#000000;
}

a {
	text-decoration: none;
}

.dnone{
    display: none;
}

/*	ｺﾝﾃﾝﾂﾚｲｱｳﾄ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrapper {
	overflow: hidden;
	text-align: left;
	background-color: #fad5ce;
}



/*	Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header_area {
	background-color:#FFF;
	width:100%;
}

div#header_inner {
	width:960px;
	margin:0 auto;
}

#title {
	color: #333;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	width: 960px;
}

#title h1 {
	font-size: 166%;
	line-height: 1.2;
	width:960px;
	margin:0 auto;
}

div.group h1.inline {
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
}


/*	sns
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div.sns {
	right:0;																							/* 上書き */
	z-index:30;
}



