@charset "utf-8";
/* CSS Document */


html,body{
	overflow-x: hidden;
	scrollbar-arrow-color: #cccccc;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}

body {
	font-size: 12px;
	margin: 0px;
	background-color:#FFF;
	text-align:left;
	line-height:200%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}

.title{
	color:#009;
	font-weight:bold;
}

.content {
	padding:5px 10px;
	color:#333333;
	line-height:160%;
 }




/*******************************************/
			/*テキストカラ変更*/
/*******************************************/

.red{
	color:#F00;
	}

/*******************************************/
			/*ﾘﾝｸ*/
/*******************************************/

	
a{/*リンクされた文字*/
	color:#000;
	font-style:normal;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
}
a:link {/*未訪問のリンク*/
	color:#000;
	font-style:normal;
	text-decoration: none;
}

a:visited {/*訪問後のリンク*/
	color:#000;
	font-style:normal;
	text-decoration: none;
}

a:hover {/*マウスをのせたとき*/
	color:#000;
	font-style:normal;
	text-decoration: none;
	border:none;
	
}

a:active {/*クリック中*/
	text-decoration:none;
}	



ul{
	margin:5px 0;
	color: #0f7dd0;
	font-weight: bold;
	letter-spacing : 1px
	
 }


li{
	color:#000;
	list-style-type: none;	
	line-height:200%;
	margin-left:5px;
	font-weight:normal;
	}


