@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin:0px auto;
	font-size:12px;
	background-color: #ffcc99;
}

a {
	color:#1C9FDC;
	text-decoration:none;
}

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

a:hover {
	color:#006F8E;
	text-decoration:underline;
}


#wrapper {
	margin:0px auto;
	width:1020px;
/*
	border:1px solid #99FFFF;
*/
}

/*ヘッダー部分のスタイル設定------------*/
#header {
	background:white url(img/head/header_bg.gif) repeat-x top;
	height:50px;

    border:1px solid #000000;
}

/*コンテンツエリアのスタイル設定------------*/
#contentarea {
	margin:0px;
	text-align:left;
}

/*フッターーエリアのスタイル設定------------*/
#footer {
	clear:both;
	font-size:11px;
	color:#000000;
	background:url(img/footer/bg.gif) bottom repeat-x;
	padding-top:9px;
	height:24px;
	text-align:center;

    border:1px solid #000000;
}
#footer a:link,#footer a:visited,#footer a:hover,#footer a:active{
	color:#ffffff;
}

#areaLeftCol {
/*
	width: 890px;
	overflow: hidden;
	float:left;
	border:1px solid #0000ff;
*/
}

#areaCenterCol {
	padding-top :10px;
/*
	width: 124px;
	overflow: hidden;
	float:left;
	text-align:right;
	border:1px solid #ff0000;
*/
}

