/*文字色は指定しない*/
body {
	background-image:url(http://www.ssdco.jp/image/backimage.bmp); /*背景*/
	background-position:center; /*背景は中央*/
	background-repeat: repeat-y; /背景は縦に繰り返す*/
}
/*------(第一見出し)------*/
h1 {
	text-align: center; /*見出しは中央*/
	font-size: 23pt; /*文字サイズ指定*/
	margin-top: 10px;
	margin-bottom: 10px;
}
/*------(見出し用ＢＯＸ-文字サイズ指定ボックス)------*/
h2 { /*見出し用背景*/
 font-size: 25pt; /*文字サイズ指定*/
 height: 63px; /*内部ボックス高さ指定*/
 width: 590px; /*内部ボックス幅指定*/
 text-align: left; /*左詰め指定*/
 margin-top: 28px; /*ボックス間隔指定*/
 background-image:url(image/midashi_back_1.bmp); /*背景*/
}
div.sub {
	text-align: center; /*見出しは中央*/
	font-size: 12pt; /*文字サイズ指定*/
	margin-top: 10px;
	margin-bottom: 10px;
}
/*------( 段落 )------*/
p {
	font-size: 12pt;/*文字サイズ指定*/
	letter-spacing: 0.5pt;/*文字間隔指定*/
	line-height: 18pt;/*行間隔指定*/
	margin-top: 10px;
 	margin-left: 10px;
 	margin-right: 10px;
	margin-bottom: 10px;
}
/*------( 段落-中央揃え )------*/
div.pcenter {
	font-size: 12pt;/*文字サイズ指定*/
	letter-spacing: 0.5pt;/*文字間隔指定*/
	line-height: 18pt;/*行間隔指定*/
	text-align: center; /*中央揃え*/
	margin-top: 10px;
 	margin-left: 10px;
 	margin-right: 10px;
	margin-bottom: 10px;
}
/*------(ＢＯＸ)------*/
div.iecenter { /*ボックス中央揃え用*/
 text-align: center; 
}
div.centerbox{
 width: 640px; /*ボックス幅指定*/
 text-align: left; /*左詰め指定*/
}
div.inbox_free{ /*背景なし*/
 width: 590px; /*内部ボックス幅指定*/
 text-align: left; /*左詰め指定*/
}
div.inbox_blue{ /*背景ひまわり（青色）*/
 width: 590px; /*内部ボックス幅指定*/
 text-align: left; /*左詰め指定*/
 background-image:url(image/himawari_blue.jpg); /*背景*/
}

div.inbox_yellow{ /*背景ひまわり（黄色）*/
 width: 590px; /*内部ボックス幅指定*/
 text-align: left; /*左詰め指定*/
 background-image:url(image/himawari_yellow.jpg); /*背景*/
}
/*------(ＴＡＩＬ)------*/
div.tail{
	text-align: center; /*見出しは中央*/
	font-size: 10pt; /*文字サイズ指定*/
}
