@charset "Shift_JIS";


body {
	background-color:#ffffff;

}
	
a:link {
	text-decoration:none;
	color:#dd92aa;
}

a:visited {
	text-decoration:none;
	color:#dd92aa;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color:#1C5CCF;
}

#container p,
#container li,
#container dd,
#container dt,
#container td,
#container th {	
	line-height:1.6;
	text-justify: inter-ideograph;
	text-align: justify;
} 

/* ---------------------------------------------------------------------
構造
--------------------------------------------------------------------- */

#container {
	width:900px;
	margin:0 auto;
	padding-bottom:100px;
	background:#f9f9f9;
}

#header {
		text-align:center;
	
	zoom: 100%;
	}

#header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


#content {
	text-align:center;

}

#footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#footer {
	clear:both;
	width:900px;
	text-align:right;
	zoom:100%;
}



/* ---------------------------------------------------------------------
コンテント
--------------------------------------------------------------------- */


/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer img {
	float:right;}
	
#footer address {
	float:right;
	padding-top:5px;}


