* {
	font-size: 12px;
	color: #474747;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	margin: 0px;
}
body {
	background-color: #ECE6D0;
	background-image: url();
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
	border-style: none;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ Std","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}
a{
	text-decoration: underline;
}
a:active {
	color: #2B1809;
}
a:link {
	color: #2B1809;
}
a:visited {
	color: #2B1809;
}
a:hover {
	text-decoration: none;
	color: #2B1809;
}


/*----------------------------------------------------
 id style
----------------------------------------------------*/

#header {
	display: none;
}

#introduction {
	display: none;
}

#navigation {
	display: none;
}


#sidebar {
	display: none;
}






#footer {
	display: none;
}








/*----------------------------------------------------
 contents style
----------------------------------------------------*/



#wrapper {
	width: 660px;
	overflow: hidden;
	background-image: none;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;	
}




#sidebar {
	display: none;
}










#contents {
	text-align: left;
	width: 660px;
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#contents h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


div#contents h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}




.list {
	display: none;
}


.snippet {
	line-height: 1.5em;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}







.link {
	background-position: center left;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat; 
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 12px;	
}





.back {
	width: 660px;
	border-top: 1px dotted #2B1809;
	clear: both;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
}
div.back a {
	display: none;
}








/*----------------------------------------------------
 style end
----------------------------------------------------*/

