@charset "utf-8";

html * {

}

/*　基本構造
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "ＭＳ ゴシック",sans-serif;
	/* line-height:150%; */
	background: #FFFFFF url("../images/base/bgWagara.gif")  repeat top center;
	color: #000000;
}

img {
	border: none;
}

p	{
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}

strong{
	font-weight:bold;
} 

h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight: normal;
}

table {
	border-collapse: collapse; 
}



/* リンクスタイル
a:link { background: none; color: #0000FF; text-decoration: underline;}
a:visited {	background: none; color: #880088;	text-decoration: underline;}
a:hover { background: none; color: #003300;text-decoration: underline; } */
/* リンクスタイル */

.smpInvisible { display: none;}

/* ページタイトル用
-----------------------------------------------------------------------------*/
.defaultTitle { display: none;}