@charset "utf-8";





/*------------------------------

	reset

------------------------------*/



div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p {

	margin:0px;

}



ul,ol {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	text-align: left;

	text-indent: 0px;

}



li {

	list-style-type: none;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #CCCCCC;

	text-align: left;

	text-indent: 0px;

	margin-top: 10px;

}



img {

	border: 0;

	vertical-align: top;

}



table {

	border-collapse: collapse;

	font-size: 100%;

}



/*------------------------------

	body

------------------------------*/



body {

	margin:5px;

	color: #333;

	font-size:90%;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

	text-align: left;

	line-height: 1.6;

	background-color: #FFFFFF;

}





/*------------------------------

	fontcolor

------------------------------*/



.red {

	color: #FF0000;

}





/*------------------------------

	linkcolor

------------------------------*/



a:link {

	color: #0000FF;

	text-decoration: underline;

}

a:visited {

	color: #551a8b;

	text-decoration: underline;

}

a:hover,a:active {

	text-decoration: underline;

	color: #FF6600;

}
.red a {
}








/* Hide from IE-mac \*/



* html .clearfix { height: 1%; }

.clearfix { display:block; }



/* End hide from IE-mac */
