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

.indexGreeting {
	height: 100px;
	vertical-align: top;
	background-image: url("image/bg_01.gif");
	background-repeat: no-repeat;
	padding-top: 3px;
}

.idxKansenboshi {
	background-image: url("image/img_kansenboshi.png");
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "游ゴシック", "ＭＳ ゴシック", "MS Gothic", sans-serif, "sans-serif";
	
}

.idxKansenboshiTitle {
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
}

.idxKansenboshiDesc {
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	/*letter-spacing: 0.1em;*/
	color: #000000;
	padding-top: 20px;
}

.outline {
	/*display: inline-block;*/
	color: #000000;
		text-shadow: 
	   2px  2px 1px #ffffff,
	  -2px  2px 1px #ffffff,
	   2px -2px 1px #ffffff,
	  -2px -2px 1px #ffffff,
	   2px  0px 1px #ffffff,
	   0px  2px 1px #ffffff,
	  -2px  0px 1px #ffffff,
	   0px -2px 1px #ffffff;
	/*color: #ffffff;*/
	/*font-size: 36pt;*/
	/*letter-spacing: 4px;*/
	/*text-shadow: 
	   2px  2px 1px #003366,
	  -2px  2px 1px #003366,
	   2px -2px 1px #003366,
	  -2px -2px 1px #003366,
	   2px  0px 1px #003366,
	   0px  2px 1px #003366,
	  -2px  0px 1px #003366,
	   0px -2px 1px #003366;*/
}