@charset "utf-8";

@import "base.css";
@import "layout.css";


/* default */
body {
    font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", osaka, sans-serif;
	line-height: 1.5;
}
/* IE7 or less */
*+html body{
    font-size: 80%;
}
* html body {
    font-size: 80%;
}

/*reset*/
body,div,p,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,input,textarea,blockquote,th,td {
   margin:0;
   padding:0;
}
html {
	overflow-y:scroll;/*for firefox*/
}

img {
	border:0;
}
address {
	font-style:normal;
}



/*only top page*/
#titleArea{
	padding-top: 78px;
}

.topMassage{
	background-image: url(../images/top_image02.gif);
	background-repeat: no-repeat;
	background-position: -10px 116px;
	height: 382px;
}
#top #contents h2{
	padding-bottom: 10px;
}