@charset "UTF-8";

/*　INITIALIZE　CSS　*/

/* =====目次==================

作成日　　：2009年09月12日
最終更新日：2010年07月18日

============================== */

/* || 初期設定（ブラウザリセット） || */
*{
	margin: 0;
	padding: 0;
}
body {
	border: none;
}

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {
	margin:0;
	padding:0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}
caption,th {
	text-align:left;
	}

fieldset,img {
	border:0;
	}

ol,ul {
	list-style:none;
	}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}

q:before,q:after {
	content:'';
	}
abbr,acronym {
	border:0;
	}
/* // 初期設定（ブラウザリセット） // */



/* || デザイン || */
body {
	color: #322c28; /*　黒つるばみ　*/
	letter-spacing: 0.1em;
	line-height: 1.8;
	font-family:"Century Gothic", "新ゴ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",  sans-serif;
}
/* Windows IE~6.x対応 */
*html body {
	font-size: 80%;
}
/* Windows IE 7.x ~ 対応 */
*:first-child+html body {
	font-size: 80%;
}


img {
	border: none;
}
img a {
	border: none;
}

.totop {
	margin: 15px;
	padding: 0;
	text-align: right;
	font-size: 10px;
}

.detail {
	margin: 9px 15px 0 0;
	padding: 0;
	text-align: right;
	font-size: 10px;
}


address {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 10px;
	font-style: normal;
	color: #ad263c;
}
address strong {
	font-weight: bold;
}


#SSM {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 10px;
	font-style: normal;
	color: #ad263c;
}
#SSM a {
	text-decoration: none;
	color: #ad263c;
}
#SSM a:hover {
	color: #c7a841;
}
/* // デザイン // */

