@charset "UTF-8";

body {
	margin: 0 40px;
	color: #333333;
	font-size: 90%;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif ;
	background: #ECECEC;　/*薄いグレー*/
}

/* リンクの設定
---------------------------------------------*/
a {
text-decoration: none;
color: #800000;　/*マルーン（茶）*/
}
a:visited {
	color: #80080;　/*パープル*/
}
a:hover,
a:focus,
a:active {
color: #ffffff; /* 白 */
background-color: #ffa500;　/*オレンジ*/
}

/* 行の高さの設定
---------------------------------------------*/
p,dt,dd {
	line-height: 1.5;
}


/*フッターナビゲーション
---------------------------------------------*/
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 50px;
}

#footerNavigation {
padding-left: 10px;
border-top: 1px solid #E5E5E5;
font-size: 90%;
line-height: 1.2;
}

#footerNavigation li {
float: left;
margin-right: 10px;
padding: 8px 0;
}

#footerNavigation li a {
display: block;
padding-left: 6px;
background: url(../images/arrow_small.gif) left centre no-repeat;
text-decoration: none;
}

/* コピーライト表記の設定
---------------------------------------------*/
#copyright {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 20px;
	text-align: center;
	font-size: 80%;
background: url(../images/copyright_bg.gif) left bottom no-repeat;
}
