@import url("navi.css");

/**********************************************************************　基本　***/

body{	padding:0;	margin:0; background-color:#fff;
       font-size: 100%; line-height: 140%; color:#333; }
	   
*  {	padding:0;	margin:0;}
h1 {	padding:0;	margin:0;	font-size: 80%; line-height: 140%;	color: #333;	}
h2 {	text-align:center;	margin:0;	font-size: 80%; line-height: 140%;	color: #333;	}
h3 {	padding:0;	margin:0;	font-size: 80%; line-height: 140%;	color: #333;	}
h4 {	padding:0;	margin:0;	font-size: 80%; line-height: 140%;	color: #333;	}
h5 {	padding:0;	margin:0;	font-size: 80%; line-height: 140%;	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: 140%;  list-style-type: none; }
dt {	padding:0;	margin:0; 	font-size: 80%; line-height: 140%;  list-style-type: none; }
dd {	padding:0;	margin:0; 	font-size: 80%; line-height: 140%;  list-style-type: none; }
td{font-size: 80%; line-height: 140%;}

a      {color: #0000FF;	text-decoration: none;}
a:hover{color: #999999;}

.clear {clear:both; }
.f8    {font-size: 8pt;	 line-height: 12pt;}
.f10   {font-size: 10pt; line-height: 14pt;}

.center{text-align:center;}
.left{float:left;}
.right{float:right;}
.rightT{text-align:right;}
.pd10{padding:10px;}
.red{color:#FF0000;}
.white{color:#fff;}

/**********************************************************************　大　枠　***/

#bace{
	width: 810px;
	background-image : url(../img/bace/bg.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right: auto;
}

/**********************************************************************　ヘッダ　***/

#head{
	width: 750px;
    margin:0 30px;
    height: 160px;
	background-image : url(../img/bace/head.gif);
	background-repeat:no-repeat;
}
#headP{
padding-top:40px;
font-size: 70%; 
}

/**********************************************************************　フラッシュ　***/

#flash{
	clear:both;
	text-align:center;
}

/**********************************************************************　コンテンツ　***/

#contentsTop{
	clear:both;
	width:750px;
margin:0 30px;
border:1px solid #999;
}
#contents{
	clear:both;
	width:720px;
margin:0 20px;
padding:0 25px;
	background-image : url(../img/bace/contents_bg.gif);
	background-repeat:repeat-y;
}
#contentsBottom{
	clear:both;
	width:770px;
margin:0 20px;
}

/**********************************************************************　フッタ　***/

#foot{
	clear:both;
	width:400px;
	height:90px;
    padding:15px 0 0 350px;
    margin:0 30px;
	background-image : url(../img/bace/bg_foot.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
#footP{
padding:5px;
margin-top:5px;
border-top:1px solid #999;
font-size:75%;
line-height:140%;
color:#666;
}