/* CSS Document */
/*---- 共通 ----*/
body{
	background:url(00common/bg.gif) repeat-y center top;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#3f3f3f;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:0px;
}

table{
	font-size:12px;
}

h1,h2,h3{
	margin:0px;
	padding:0px;
}

a{
	color:#3f3f3f;
}
a:hover{
	color:#e65700;
}

/*---- 共通調整 ----*/
div.totop{
	width:111px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
}

.fright{
	float:right;
}
.fleft{
	float:left;
}
.cb{
	clear:both;
}

.yt3{
	margin-top:3px;
}


/*---- コンテナー headconはヘッダの横幅無制限背景----*/
div#headcon{
	width:100%;
	background:url(00common/head_bg.gif) no-repeat center top;
}

div#conteiner{
	width:750px;
	background:#ffffff;
	margin: 0px auto; 
}

/*------ ヘッダー ------*/

div#head{
	width:750px;
	height:101px;
	margin:0px auto;
}

div.timeleft{
	width:130px;
	height:35px;
	text-align:right;
}
div.timeright{
	width:115px;
	height:35px;
	border-left:solid 1px #666666;
	padding-left:5px;
	text-align:left;
}

/*-- ヘッダリンクリスト --*/
div#head ul{
	height:45px;
	list-style:none;
	margin:0px;
	padding:0px;
}
div#head li{
	height:45px;
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}


/*  ---------------- main スタイル指定 ----------------  */
/*各CSS（ページ.css）で【ページcontent】を作成し、その中に各ページのコンテンツを入れる
/*div#○○content{
/*	width:750px;
/*	margin:0px auto;
/*}
/*  ---------------------------------------------------  */


/*------ フッター ------*/
div#footer{
	width:750px;
	height:100px;
	text-align:center;
	margin:10px auto;
}

div#footer ul{
	list-style:none;
	margin:8px 0px;
	padding:0px;
}
div#footer li{
	display:inline;
	background:url(00common/foot_icon.gif) no-repeat;
	background-position:left 4px;
	margin:0px 6px;
	padding-left:9px;
}
div#footer a{
	color:#565656;
	text-decoration:none;
}
div#footer address{
	font-style:normal;
	font-size:13px;
	margin-top:7px;
}

div#footer hr{
	width:720px;
	margin:0px auto;
}



