﻿@charset "utf-8";

/**********************/
/* 全体の設定         */
/**********************/

* {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	text-align:center; 
	font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
	width: 745px;
	margin-left: -370px;
	position: absolute;
	left: 50%;
	background-color:  #CCFFCC;
	
}

newstyle1 {
		margin-bottom: 0;
		background-color: #FFFFFF;
}

newstyle2 {
		text-align: left;
}

newstyle3 {
	margin-left: 0;
}

newstyle4 {
	font-size: small;
}


/**********************/
/* ヘッダの設定          */
/**********************/

#stage {
	width: 740;
/*	margin: 5px auto;
	padding: 5px; */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:  #ffffff;
	border-bottom: solid 3px #999999;
	border-right: solid 3px #999999;
	border-left: solid 1px #999999;
}

#stagenew{
	width: 740;
/*	margin: 5px auto;
	padding: 5px; */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:  #ffffff;
	border-bottom: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	border-left: solid 1px #ffffff;

}

#stage h1 {
	position: absolute;
	top:-99990px;
	left:0px;
}

#header {
	width: 740;
	height: 70;
	margin: 0;
}

/*------------------*/
/* グローバルナビ   */
/*------------------*/

#globalnavi {
	float:left;
	width: 740px;
	height: 18px;
	font-size:12px;
	line-height:18px;
	text-align:center;
	background-color:#ffffee;

}

#globalnavi ul{
	margin:0;
	float: left;
	list-style-type: none;
	padding : 0;
}

#globalnavi li{
	float: left;
	margin:0;
	padding: 0;
	height: 24px;
	width: 102px;
}


#globalnavi a{
	display: block;
	width:8.6em;
	margin:0;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #ffffff;
	background:url(test.png) no-repeat;
	height: 24px;
}

#globalnavi a:hover {
	text-decoration: underline;
}

/*--------------*/
/* ヘッダテキスト */
/*--------------*/

#header_text {
	position: absolute;
	width: 340px;
	height: 1.2em;
	float: left;
	font-size: 9px;
	top: 20px;
	left: 400px;
	color: #666666;
}

#header_text2 {
 	position:absolute;
	width: 600px;
	height: 1.2em;
	float: left;
	font-size:12px;
	top: 20px;
	left: 400px;
	color:#ffffff;
}

/*--------------*/
/* コンテンツ   */
/*--------------*/

#contents {
	width: 740px;
	margin: 0px ;
}


/*--------------*/
/* ライン   */
/*--------------*/  

#hr{
	border-color: #00FFCC;
	border-style: solid;
	border-width: 0pt 0pt 6px;
	height: 0pt;
	max-width: 2000px;
	width: 2000px;
} 



/*------------*/
/* フッタ     */
/*------------*/

#footer p{
	clear:both;
	width: 740px;
	height: 1.5em;
	margin:0px 0px 0px 0px;
	padding:1px 1px 1px 1px;
	font-size:10px;
	text-align:center;
	vertical-align: middle;
	border-top:2px solid #CCC;
	background-color: #274083;
	color: #ffffff; 
}



/* Mac版IE5用裏ワザの開始  \*/

* html #main { height: 1% }

/* Mac版IE5用裏ワザの終了   */

