@charset"Utf-8";
@import url("navi.css");
@import url("footer.css");
@import url("header.css");
@import url("php.css");


/*ブラウザスタイルの初期化*/
* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

/*センタリングfor IE5.5 */
body{
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
}


/*全体を覆うブロック */

/*背景画像指定*/
#wrapper_top{
	position: relative;
	width: 1400px;
}

/*ヘッダーを覆うロック */

#header{
	width:800px;
	height:172px;
}


/*mainを覆うブロック*/

#main_wrapper{
	width:800px;
}

/*naviを覆うブロック*/

#globalNav{
	width:220px;
	height:720px;
	float:left;
	overflow:hidden;
}

/*コンテンツを覆うブロック*/
#contents{
	position: relative;
	width:574px;
	float:left;
}

/*フッターを覆うブロック*/

#footer{
	position: relative;
	width:800px;
}


/*全ページ共通のスタイル*/



.akabou{color:#FF0000;}


.c_both {clear:both;}

.bold {font-weight:bold;}

.text_green {
color:#009933;
}

#anker {
	position:relative;
	float:right;
	margin-right:10px;
	font-size:0.9em;
}