/*文字色は指定しない*/
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: 15pt; /*文字サイズ指定*/
	margin-top: 10px;
 	margin-left: 10px;
	margin-bottom: -10px;
}
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: 15px;
 	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_b.jpg); */ /*背景*/
}

div.inbox_yellow{ /*背景ひまわり（黄色）*/
 width: 590px; /*内部ボックス幅指定*/
 text-align: left; /*左詰め指定*/
 /*background-image:url(image/himawari_b2.jpg);*/ /*背景*/
 background-color: #E8E8FF
}
/*------(ＴＡＩＬ)------*/
div.tail{
	text-align: center; /*見出しは中央*/
	font-size: 10pt; /*文字サイズ指定*/
}
#center_minibox_w {
	height: 135px;
	width: 590px;
	float: left;
	text-align: center;
	background-color: #FFC4FF;
	border-style: none;
	margin-top: 0px;
	margin-bottom: 25px;
}
#center_mini1box_w {
	font-size: small;
	height: 135px;
	width: 160px;
	float: left;
	text-align: center;
	background-color: #FFC4FF;
	border-style: none;
	margin-top: 0px;
}
#center_mini2box_w {
	font-size: small;
	height: 127px;
	width: 422px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	border-style: none;
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 0px;
}