@charset "utf-8";

/* ◆モニタ用共通◆
--------------------------------------*/
@import url("../css/import.css");


/* ◆プリント用別設定◆
--------------------------------------*/
/* ■全体構成
--------------------------------------*/
/* ▽background-imageなし
--------------------------------------*/
body {
	font-size:75%;      /*ほぼ12px相当に*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
					"メイリオ", Meiryo, Osaka, 
					"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #333;
	text-align: center;
	background:url(../images/white.gif);
}
/* ▽background-imageなし、幅px→100%
--------------------------------------*/
#wrapper {
	width: 100%;
	text-align: center;
	margin: 0px auto;
}
/* ▽background-imageなし、幅px→90%
--------------------------------------*/
#container {

	width: 100%;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
/* ▽background-imageなし
--------------------------------------*/
#header {
	height: 180px;
	position: relative;
}
/* ▽floatなし、幅px→100%、横paddingなし
--------------------------------------*/
#main {
	width: 90%;
	margin-top: 20px;

}
/* ▽gNavi非表示
--------------------------------------*/
#gNavi {
	display:inline;
}
/* ▽side非表示
--------------------------------------*/
#side {
	display: none;
}
/* ▽ページ最下部ページのトップへ非表示
#contentBottom {
	display: none;
}
--------------------------------------*/

/* ▽background-imageなし
--------------------------------------*/
#footer {
	clear: both;
	float:left;
	width:789px;
	height: 45px;
	position: relative;
}
/* ▼個別
--------------------------------------*/
#pWebFlow h5{
	font-size:110%;
	color:#000;
	letter-spacing: 0.1em;
	background: #CCC;
	margin-top: 20px;
	margin-bottom:5px;
	border-top: medium solid #999;
	border-bottom: thin dotted #999;
}
