/* ボディ マージンと背景色はhtmlのボディタグに入れない
マージンと余白：上　右　下　左の順*/
body {
margin-top : 0;
margin-bottom : 0; 
padding : 0 0 0 0; 
background-color : #E4E4E4; 
} 

A:link {
	text-decoration:underline;
	color:#FFFFFF;
	line_height:130%;
	font-size: 13px;
	font-weight: bold;
}
A:visited {
	text-decoration:underline;
	color:#FFFFFF;
	line_height:130%;
	font-size: 13px;
	font-weight: bold;

} 
A:hover {
	color:#996699;
	text-decoration:underline;
	line_height:130%;
	background-color: #FFFFFF;
	font-size: 13px;

}

h1 {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #D156A4;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: smaller;
	font-weight: bold;
	color: #996699;
	background-color: #EAEAEA;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.nomaltx {
	font-size: smaller;
	font-weight: normal;
	color: #666666;
	line-height: 130%;
}

.px13white {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.px13whiteb {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.nomaltxBold {
	font-size: smaller;
	line-height: 130%;
	font-weight: bold;
	color: #666666;
}
.bluebold {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
	font-size: x-small;

}
.bluebold2 {
	font-weight: bold;
	color: #cc6699;
	text-decoration: underline;
	font-size: x-small;

}
.imageMarginRight {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.imageMarginLeft {
	padding: 0px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;

}
.gray_under {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

ul {
	margin: 10px 0px 10px 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: smaller;
	line-height: 110%;
	font-weight: normal;
	color: #666666;
	list-style-type: square;
}

li {
	padding: 0px;
	margin: 0px 0px 2px;
	color: #666666;
}

.green {
	color: #669900;
}

.pink {
	color: #CC6699;
	font-size: smaller;
}

.blue {
	color: #0066CC;
	font-weight: normal;
	text-decoration: underline;
	font-size: x-small;

}
.icomiddle {
	top: 4px;
	bottom: 4px;
	padding-top: 4px;
	margin-top: 2px;








}
