/* CSS Document */

/* Base
---------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	color: #474646;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../images/common/back.gif) repeat top left;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

img { border: none; vertical-align: bottom; }

a:link    { color: #454444; text-decoration: none; }
a:visited { color: #454444; text-decoration: none; }
a:hover   { color: #C7BE2A; text-decoration: none; }
a:active  { color: #D1D63B; text-decoration: none; }




/* content共通
---------------------------------------------*/

#content {
	width: 900px;
	margin: 0px auto;
	text-align: center;
}


#content ul {
	width: 900px;
}

#content  li {
	display: inline;
}



.color {
	background: url(../../images/topColor.gif) repeat-x top left;
	height: 205px;
}

/* footer
---------------------------------------------*/
#footer {
	width: 900px;
	margin: 15px 0px 100px -10px;
	text-align: right;
	background: url(../images/common/footerBar.gif) no-repeat top right;
	padding-top: 4px;
}













































