@import url("navi.css");
@import url("menu.css");

/**********************************************************************　基本　***/

body{	padding:0;	margin:0;	background-image : url(../img/bace/body.jpg); background-repeat:repeat-x; background-color:#fff;
       font-size: 100%;  line-height: 100%;	color:#333; }
	   
*  {	padding:0;	margin:0;}
h1 {	padding:0;	margin:0 0 4px 0;	font-size: 85%; color: #333;	float:right;}
h2 {	padding:0;	margin:0;	font-size: 85%; color: #333;	}
h3 {	padding:0;	margin:0;	font-size: 80%; color: #333;	}
h4 {	padding:0;	margin:0;	font-size: 80%; color: #333;	}
h5 {	padding:0;	margin:0;	font-size: 80%; color: #333;	}
p  {	padding:0;	margin:0;   font-size: 85%; color: #333;	}

ul,dl {	padding:0;	margin:0; 	}
li {	padding:0;	margin:0; 	font-size: 85%; line-height: 160%;  list-style-type: none; }
dt {	padding:0;	margin:0; 	font-size: 85%; line-height: 160%;  list-style-type: none; }
dd {	padding:0;	margin:0; 	font-size: 85%; line-height: 160%;  list-style-type: none; }

a      {color:#CC0000;	text-decoration: none;}
a:hover{color:#FFCCFF;}

.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;}
.rightText{text-align:right;}
.red{color:#FF0000;}

/**********************************************************************　大　枠　***/

#bace{
	width:  780px;
	background-image : url(../img/bace/bace.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right: auto;
}

/**********************************************************************　ヘッダ　***/

#head{
    width:720px;
    height: 110px;
	padding:0 30px;
	background-image : url(../img/bace/head.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right: auto;
}
#headText{
	padding-top:40px;
	font-size:70%;
}

#navi {
	clear:both;
}

/**********************************************************************　フラッシュ　***/

#flash{
	clear:both;
	text-align:center;
}

/**********************************************************************　コンテンツ　***/

#contents{
	clear:both;
	width:  720px;
	padding:0 30px;
	background-image : url(../img/bace/contents.jpg);
	background-repeat:no-repeat;
}
#contentsMain{
	width:550px;
	float:right;
}
#contentsSub{
	width:154px;
	float:left;
	}
	
#menu {
	background-image : url(../img/bace/menu.jpg);
	background-repeat:repeat-y;
}

/**********************************************************************　フッタ　***/

#foot{
	clear:both;
	width:780px;
	height:40px;
	background-image : url(../img/bace/foot.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right: auto;
	text-indent:-9999px;
}

