/*___________ indexの基本設定だよ___________ */
* {
	margin:0;
	padding:0;
}
body {
font: 13px;

*font-size: small;

*font: x-small;

}
h1, h2, h3, h4, h5, h6 {
	font-size: 110%;
	color: #333333;
}
h1 {
	font-weight: bolder;
	color: #999999;
	background-repeat: repeat-x;
	background-color: #FCFEFE;
	border-top: 1px #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;




}
h2 {
	line-height: 2em;
	font-weight: bolder;
	color: #5F85C5;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:solid;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-color: #5F85C5;

}
h3 {
	font-weight: bolder;
	color: #0099FF;
	line-height: 2em;
	background-repeat: repeat-x;
	border: #CCCCCC;



}
h4 {
	line-height: 1.5em;
	font-weight: bold;
	color: #888888;
	background-image: url(../button/index_sklblue.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-left: 20px;



}
h5 {
	line-height: 1.8em;
	color: #4B4B4B;
	font-size: 90%;
	font-weight: bold;


}
h6 {
	line-height: 2em;
	font-weight: bolder;
	color: #6C9100;
}
li {
	list-style-type:none;
}
img {
	border:0;
	margin: 0px;
}
p {
	font-size: 100%;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 1em;


}
p.linkred a{
	color: #CC0000;
	text-decoration: none;
}
p.linkred a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:link {
	color: #DFDFDF;
	text-decoration: none;



}
a:visited {
	color: #DFDFDF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #DFDFDF;
	text-decoration: none;

}
