/*

 [default.css]

*/





/*---------------------------

default

---------------------------*/

/* 基本構造に関する初期設定 */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:80%;
	color:#333333;
	font-weight:normal;
	font-style:normal;
	line-height:130%;
	}


/* テキストに関する初期設定 */




/* 画像に関する初期設定 */

img {
	border-width:0px;
	border-style:none;
	}

a img {
	border-width:0px;
	border-style:none;
	}



/* リンクに関する初期設定 */

a:link {
	color:#0195A1;

	text-decoration:none;
	}
	
a:visited {
	color:#0195A1;

	text-decoration:none;
	}
	
a:hover {
	color:#0195A1;

	text-decoration:underline;
	}
	
a:active {
	color:#0195A1;

	text-decoration:underline;
	}

.subwindow-close {
	align:center;
	margin:20px 0px 10px 150px;
	}


.btn-close2{
	margin:20px 0px 20px 0px;
	text-align:center;
	}


