/*　ページ背景の色を指定しています（黒）　*/
body {
	background-color: #66CCFF;
}


/* ヘッダー部分です（キャッチフレーズ画像部分）*/
#head {
	width: 750px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}


/* メインエリア部分です（白）*/
#main {
	width: 690px;
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}


/* フッターエリア部分です（白）*/
#footer {
	width: 750px;
	height: 60px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
	

/* ボックス部分です（メリット部分）*/
.box {
	font-size: 12px;
	border: 1px solid #ffffff;
	background-color: #FFFFCC;
	padding: 10px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}


/* ボックス部分です（お客様の声部分）*/
.voicebox {
	font-size: 12px;
	border: 3px solid #FF0000;
	background-color: #FFFFCC;
	padding: 10px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}


/* 強調タグ部分です */
h1 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 5px;
	text-align: center;
}
h2 {
	color: #333333;
	font-size: 22px;
}
h3 {
	color: #333333;
	font-size: 22px;
}
h4 {
	color: #333333;
	font-size: 22px;
}
h5 {
	color: #333333;
	font-size: 22px;
}
h6 {
	color: #333333;
}


/* テキスト部分です */
p {
	font-size: 14px;
	line-height: 20px;
}
	
.red{
text-align: center;
font-size: 26px;
color: #D90000;
margin-bottom: 20px;
}	
	
.white {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #FFFFFF;
}

.under{
    text-decoration: underline;
}

.futo {
    font-weight: bold;
 }
 
.ms {
	font-size: 26px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}

.tui {
	font-size: 26px;
}

.sign {
	font-size: 26px;
	text-align: right;
	margin-top: 50px;
}
 
.copy {
	font-size: 12px;
	margin-top: 30px;
}
 
/* スペース部分です */

.spacesyou {
 margin-top: 30px;
}

.spacechu {
 margin-bottom: 60px;
}

.spacedai {
 margin-bottom: 100px;
}
	 