
/* 清水ひで子＠Web スタイルシート */


BODY {
	color : #555555;
	background-color : #ffffff;
	text-align : center;
}


A:link, A:visited { text-decoration : none ;}
A:hover, A:active { text-decoration : underline ;}
A:link { color : #0000ff ;}
A:visited { color : #0000ff ;}
A:active { color : #eee8aa;}
A:hover { color : #0000ff ;}


DIV { font-size : 10pt ;}


TABLE {
	border-width : 0px;
}


TD { font-size : 10pt ;}


TH { font-size : 10pt ;}


.lines {
	line-height : 130%;
	text-align : left;
}


.lines2 {
	line-height : 130%;
	text-align : left;
	margin-left : 50px;
	margin-right : 50px;
}


.lines3 {
	line-height : 130%;
	text-align : left;
	margin-left : 80px;
	margin-right : 80px;
}


.cent {
	text-align : center;
	line-height : 130%;
}


.img-cent { text-align : center ;}


.left {
	text-align : left;
	line-height : 130%;
}


.right {
	text-align : right;
	line-height : 130%;
}


.img-left { text-align : left ;}


.img-right { text-align : right ;}


.cent-top {
	text-align : center;
	vertical-align : top;
}


.right-top {

	text-align : right;
	vertical-align : top;
}


.top { vertical-align : top ;}


.small { font-size : 8pt ;}


.big {
	font-size : 12pt;
	font-weight : 700;
}


.sp1 {
	line-height : 120%;
	vertical-align : top;
}

.sp2 {
	text-align : left;
	font-size : 12pt;
	font-weight : 700;
	border-style : solid;	/*指定しないとデフォルト値 "none" となり表示されない*/
	border-width : 0px 10px 1px 0px;
	border-color : #555555;
	margin-left : 50px;
	margin-right : 40%;
	margin-top : 50px;
	margin-bottom : 10px;
}

.sp3 {
	font-size : 12pt;
	line-height : 130%;
	text-align : left;
	margin-left : 50px;
	margin-top : 30px;
	margin-bottom : 5px;
}

