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


*{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body,div,p,ul,li,dl,dt,dd,h1,h2,h3{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
li{ list-style-type:none; }
img{ vertical-align: text-bottom;}

#MenuWrap ul.Menu li a{
	color:#FFFFFF;
	text-decoration:none;
}
#Main .TxtBox h2{
	font-size:120%;
	color:#EB6D8E;
	font-weight:bold;
}
#Main .TxtBox h3{
	font-size:110%;
	color:#4BB6B0;
	font-weight:bold;
}


/*Index*/
#News dl dt,
#News dl dd{
	font-size:90%;
}

#News dl dd{
	padding-bottom:5px;
	border-bottom: solid 1px #898989; 
}
#News img.TitleImg{
	margin-bottom:10px;
}


/*Footer*/
#Copylight{
	font-size:80%;
	color:#898989;
}



/* clearfix ---------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
/* For IE 6/7 only */
.cf {
    *zoom: 1;
}


