@charset "utf-8";

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

1．共通
2．ヘッダーエリア
3．サイドエリア
4．メインコンテンツエリア
5．フッターエリア

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


/*========================
■1．共通
========================*/

html {
	font-size: 100%;
}

html>/**/body {
	font-size: 16px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

/*========================
■2．ヘッダーエリア
========================*/

#headerArea ul {
	font-size: 0.75em;
	line-height: 1em;
}
#headerArea ul li a {
	text-decoration: none;
}

/*========================
■3．サイドエリア
========================*/



/*========================
■4．メインコンテンツエリア
========================*/

#contentArea {
	font-size: 0.75em;
}

#contentArea p {
	line-height: 160%;
}


/* ホーム */
/* ▼20121115追加 */
#home #mainContentArea .left #row01 ol li {
	font-size: 1.15em;
	line-height: 1.7em;
}

/* お問い合わせ */
/* ▼20121115追加 */
#contact #contentArea h2 {
	font-size: 1em;
	color: #12B288;
}

/*========================
■5．フッターエリア
========================*/

#footerArea {
	font-size: 0.75em;
}

#footerArea address {
	font-size: 0.85em;
}

