
body {
	background-color:#FFFFFF;
	background-image:url("../images/body_bg.gif");
	margin-left:0px;
	margin-top:0px;
	font-size:small;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","ƒqƒ‰ƒMƒmŠpƒS Pro W3",sans-serif,serif,monospace,cursive,fantasy;
}

a{text-decoration:none}
a:link {color:#ffffff;text-decoration=none; }
a:visited {color:#ffffff;text-decoration=none; }
a:active {color:#ee3333;text-decoration=none; }
a:hover{color:#ee3333;text-decoration=underline;cursor:pointer;}

div#base{
	width:800px;
/*	height:822px;*/
	border-style: solid;
	border-width: 1px;
	border-color: #FFF #333 #333 #FFF;
}

div#header {
	width:800px;
	height:56px;
	background-image:url("../images/bg_right.png");
}

div#site_logo{
	width:256px;
	height:56px;
	color: #ffffff;
/* background-color:#FFAAFF;	*/
	background-image:url("../images/site_logo.gif");
	background-repeat:no-repeat;
}


/*=========================================================================*/
/* BOTTOM
/*=========================================================================*/
div#bottom_area{
/*	float:bottom;*/
	width:800px;
	height:160px;
	background-color:#aaaaaa;
	background-image:url("../images/bg_right.png");
/*
	border-style: solid;
	border-width: 1px;
	border-color: #FFF #333 #333 #FFF;
*/
}

div#bottom_area_top{
/*	float:bottom;*/
	width:800px;
	height:16px;
	background-color:#aaaaaa;
	background-image:url("../images/bg_kugiri.png");
}

div#bottom_area_bottom{
/*	float:bottom;*/
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	width:800px;
	color:#ffffff;
/*	background-image:url("../images/bg_right.png");*/
}

/*=========================================================================*/
/* COMMON
/*=========================================================================*/
/*
h1 {
	color: #000000;
	font-size: 14px;
	background-image:url("../images/topics.png");
}
*/
h1 {
	color: #000000;
	width:440px;
	padding-left: 30px;
	line-height: 2em;
	font-weight: bold;
	font-size: 20px;
	background-image:url("../images/bg_h1.png");
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-bottom : 3px solid #AAAAAA ;
}

h2 {
	color: #000000;
	width:400px;
	padding-left: 30px;
	line-height: 2em;
	font-weight: bold;
	font-size: 16px;
	background-image:url("../images/bg_h1.png");
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-bottom : 3px solid #AAAAAA ;
}

h3 {
	color: #000000;
	width:200px;
	padding-left: 20px;
	line-height: 2em;
	font-weight: bold;
	font-size: 12px;
	background-image:url("../images/bg_h1.png");
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-bottom : 3px solid #AAAAAA ;
}



