@charset "UTF-8";

/* ------ 全体構造 ------ */

body {
	color: #000000;
	font-size: 10pt;
	background-color: #ffffff;
}

/* ------ フォント ------ */

h1,h2,h3,h4,h5,h6,p,dt,dd,a {
	font-size: 10pt;
	color: #000000 !important;
	background: none !important;
	text-indent:0px !important;
}
h2,h3,h4,h5 {
	font-weight: bold !important;
}

/* ------ ヘッダー ------ */

#body #headerarea {
	display: none;
	background: none;
}

/* ------ メイン／gナビ ------ */

#body #gnavi {
	display: none;
}

/* ------ タイトルBox01 ------ */

#body #mainarea #titlebox01 {
	margin: 0px;
	height: 30px;
}

/* ------ タイトルBox02 ------ */

#body #mainarea #titlebox02 {
	display: none;
}

/* ------ メイン／エントリー／メインカラム ------ */

#body #mainarea #entry01 #maincolumn {
	float: none;
}
#body #mainarea #entry01 #maincolumn .widthnarrow {
	width: 729px;
}

/* ------ メイン／エントリー／メインカラム／インフォ ------ */

#body #mainarea #entry01 #maincolumn #infoarea01 {
	display: none;
}

/* ------ サブカラム ------ */

#body #mainarea #entry01 #subcolumn {
	display: none;
}

/* ------ フッターエリア------ */

#body #footerarea {
	display: none;
}

/* ------ リンク------ */

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}


