@charset "utf-8";
/* ////////////////////clearFix//////////////////// */

.clearFix{
	overflow: hidden;
}

.clearFix:after{
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
	content: "";
}

/*\*/
* html .clearFix{
	height: 1em;
	overflow: visible;
}
/**/

/* or */
.clear{
	clear: both;
}


/* ////////////////////基本設定//////////////////// */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #FCEDE4;
}
div,p,dl,dt,dd,ul,ol,li,img {
	margin: 0px;
	padding: 0px;
}
table,tr,td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
li img {
    vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6,h7 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #EB7292;
	text-decoration: underline;
}
a:hover {
	color: #C60852;
	text-decoration: underline;
}


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

#wrapper {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C60852;
	text-align: center;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#header {	/* ヘッダー基本 */
	width: 950px;
	margin-left: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C60852;
	margin-bottom: 20px;
}
#topHeader {	/* トップページヘッダー */
	width: 950px;
	margin-left: 25px;
}
#logoMatsu {	/* ヘッダー部分のマツザカヤロゴ */
	margin-top: 13px;
	margin-left: 20px;
	float: left;
	height: 24px;
	width: 135px;
	margin-bottom: 21px;
}
#logoMcard {	/* ヘッダー部分のMカードロゴ */
	float: right;
	margin-top: 13px;
	margin-right: 16px;
	margin-bottom: 21px;
}
#footer {	/* フッター */
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C60852;
	padding-bottom: 30px;
	margin-left: 25px;
	width: 950px;
}
#copyright {	/* コピーライト */
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-left: 20px;
}
#mainBody {	/* ページ内メインエリア */
	margin-left: 45px;
	width: 955px;
	margin-bottom: 30px;
}
#leftMenu {	/* 左コラム レフトメニュー */
	float: left;
	width: 226px;
	margin-right: 19px;
}
.leftNavi {	/* ナビボタン */
	margin-bottom: 18px;
}
#rightMain {	/* 右コラム メイン */
	float: left;
	width: 685px;
}
.title {	/* コンテンツタイトル */
	background-image: url(../img/title_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 39px;
	margin-bottom: 8px;
}
.center {
	text-align: center;
}


/* ////////////////////テキスト設定//////////////////// */

.text10px {
	font-size: 10px;
	line-height: 1.2em;
}
.textColor_EB7292 {
	color: #EB7292;
}
.note {
	font-size: 10px;
	line-height: 1.2em;
}


/* ////////////////////スペース設定//////////////////// */

.spB5px {
	margin-bottom: 5px;
}
.spB10px {
	margin-bottom: 10px;
}
.spB15px {
	margin-bottom: 15px;
}
.spB20px {
	margin-bottom: 20px;
}
.spB25px {
	margin-bottom: 25px;
}
.spB30px {
	margin-bottom: 30px;
}
.spB45px {
	margin-bottom: 45px;
}
.spL5px {
	margin-left:	5px;
}
.spL20px {
	margin-left:	20px;
}
.spL25px {
	margin-left:	25px;
}
.spL50px {
	margin-left:	50px;
}
.spR20px {
	margin-right:	20px;
}
.spR40px {
	margin-right:	40px;
}
.spT5px {
	margin-top:	5px;
}
.spT10px {
	margin-top:	10px;
}
.spT15px {
	margin-top:	15px;
}
.spT30px {
	margin-top:	30px;
}
.spPL20px {
	padding-left:	20px;
}
.spPT10px {
	padding-top:	10px;
}

