@import url("menu.css");

/**********************************************************************　基本　***/

body{	padding:0;	margin:0;	background-image : url(../img/bace/none.jpg); background-repeat:repeat-x; background-color:#fff;
       font-size: 100%; line-height: 160%; color:#333;}
	   
*  {	padding:0;	margin:0;}
h1 {	padding:0;	margin:0;	font-size: 80%; line-height: 160%;	color: #333;	}
h2 {	padding:0;	margin:0;	font-size: 80%; line-height: 160%;	color: #333;	}
h3 {	padding:0;	margin:0;	font-size: 80%; line-height: 160%;	color: #333;	}
h4 {	padding:0;	margin:0;	font-size: 80%; line-height: 160%;	color: #333;	}
h5 {	padding:0;	margin:0;	font-size: 80%; line-height: 160%;	color: #333;	font-weight: normal;}
p  {	padding:0;	margin:0;   font-size: 80%; line-height: 160%;	color: #333;	}

ul,dl {	padding:0;	margin:0; 	}
li {	padding:0;	margin:0; 	font-size: 80%; line-height: 160%;  list-style-type: none; }
dt {	padding:0;	margin:0; 	font-size: 80%; line-height: 160%;  list-style-type: none; }
dd {	padding:0;	margin:0; 	font-size: 80%; line-height: 160%;  list-style-type: none; }

a      {color: #009900;	text-decoration: none;}
a:hover{color: #FF9900;}

.clear {clear:both; }
.f8    {font-size: 8pt;	 line-height: 12pt;}
.f10   {font-size: 10pt; line-height: 14pt;}

.center{text-align:center;}
.left{float:left; padding-right:5px;}
.right{float:right; padding-left:5px;}
.rightT{text-align:right;}

/**********************************************************************　ヘッダ　***/

#head{
    width:720px;

    height: 100px;
	background-image : url(../img/bace/none.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right: auto;
}
#head table{
float:right;
font-size:8pt;
}

#head ul{
border-top:1px solid #ff9900;
padding:5px 0 0 5px;
}
#head li{
	float:left;
	background-image : url(../img/bace/arrow_or.gif);
	background-repeat:no-repeat;
    padding:0 10px 0 20px;
font-size:9pt;
}
#head a{color:#333333;}
#head a:hover{color:#ff9900;}
#head p{
padding:5px;
font-size:10pt;
}

/**********************************************************************　メニュー　***/

#menu {
display:none;
	width:750px;
padding:0 10px;
	background-image : url(../img/bace/menu_bg.jpg);
	margin-left:auto;
	margin-right: auto;
}
#menu li{
	float:left;
}


/**********************************************************************　フラッシュ　***/

#flash{
	clear:both;
	text-align:center;
}
/**********************************************************************　トップ　***/
#main{
width:720px;
height:240px;
padding-top:30px;
text-align:right;
}

/**********************************************************************　コンテンツ　***/

#bace{
	clear:both;
	width:  720px;
	background-image : url(../img/bace/none.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right: auto;
}

#contents{
	width:720px;

	background-image : url(../img/bace/none.jpg);
	background-repeat:no-repeat;
}
#contentsTop{
	width:720px;

	background-image : url(../img/bace/none.jpg);
	background-repeat:no-repeat;
}

/**********************************************************************　フッタ　***/

#foot{
	clear:both;
	width:730px;
	height:60px;

	background-image : url(../img/bace/none.jpg);
	background-repeat:no-repeat;
	text-align:right;
	margin-left:auto;
	margin-right: auto;
}
#copy{
font-size:8pt; 
text-align:center;
background-color:#fff;
}
