﻿


/*▼基本設定▼*/

body{
	color:#000000;/*Bodyの色*/
	background-color:#e2e2e2;/*初期値#F0F8FF*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	}
*{
	padding:0px;
	margin:0px;
	}

/*▲基本設定ここまで▲*/


/*▼フォントサイズ調整▼*/

body {
	font-size:12px;
	*font-size:80%;
	*font:80%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0px;
}

/*▲フォントサイズ調整▲*/

body{
	text-align:center;
	}

/*▼ページスタイル▼*/

#container{/*ページ余白設定*/
	width:1020px;
	text-align:left;
	background-color:#f7f7f7;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	}


/*TOP*/
#index_top_maine{
	width:1020px;
	height:auto;
}
#index_top_left{
	width:710px;
	height:auto;
	margin-right:5px;
	float:left;
}
#index_top_right{
	width:300px;
	height:auto;
	margin-left:5px;
	float:right;
}


/*▲ページスタイル▲*/


/*▼著作権表記▼*/

#CopyAll{
	width:1020px;
	height:auto;
	font-size:10px;
	text-align:right;
	color:#000000;
	border-width:3px 0 0 0;
	padding:0px;
	clear:both;
}
#CopyAll a{
	color:#000000;/*フォント色設定*/
	text-decoration:none;
	}
#CopyAll a:hover{
	color:#777777;/*フォント色設定 - フォントマウス乗った時の設定*/
	}

/*▲著作権表記▲*/





