/* CSS Document */

body {
	background-color: #FFFFFF;
	
}

/*####### ここから<h1>から<h6>までを指定したものです。#####*/

h1 {
	font-size: 20px;
	color: #000000;
	margin: 5px;
}
h2 {
	font-size: 17px;
	color: #000000;
	margin: 5px;
	margin-top: 15px;
    margin-bottom: 10px;
}
h3 {
	font-size: 15px;
	color: #000000;
	margin: 5px;
	margin-top: 15px;
    margin-bottom: 10px;
}
h4 {
		font-size: 12px;
	font-weight: normal;
	height: 15px;
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-top: 8px;
	width: 130px;
	margin-bottom: 3px;
	margin-top: 3px;
}
h5 {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 13px;
}
h6 {
	font-size: 11px;
	color: #000000;
	margin: 8px;
}
/*####### ここまで<h1>から<h6>までを指定したものです。#####*/


/*####### ここからその他を指定したものです。#####*/
hr {
	border: 1px dotted #3300FF;
}
p {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1.5px;
	text-align: left;
	padding-left: 1px;
	padding-right: 0px;		
}

div {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1.5px;
	padding-left: 25px;
	padding-right: 25px;		
}
/*####### ここまでその他を指定したものです。#####*/

