/* CSS Document */

/*スタイルの初期化*/

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/*テーブル全体のセンタリング*/
#wrap {
    text-align: center;
}
#tablecenter {
	margin-left: auto;
	margin-right: auto;
	width: 752px;
}


/*全体のレイアウト*/

#roundtable{
	width:750px;
	border:#FF6699 1px solid;
	padding:0px;
	margin:0px;
	text-align:right;
}


/*ヘッダー*/
#header{
	width:750px;
	background:url(http://template.trafficgate.net/template_images/00099/images/header.gif) no-repeat;
	padding:40px 0px 0px 0px;
	margin:0px;
	height:85px;
}

ul#header_menu{
	width:750px;
	height:31px;
	margin:0px;
	padding:0px;
	background-color:#FFCCCC;
	list-style:none;
	overflow:hidden;
	text-align:left;
}

li.menu{
	float:left;
	height:31px;
	margin:0px;
	padding:0px;
	text-align:left;
	overflow:hidden;
	vertical-align:middle;

}


#fla{
	width:721px;
	text-align:center;
	float:left;
	padding: 5px 15px 5px 14px;
	
}



/*フォント*/
.px10{
	font-size:10px;
	line-height: 15px;
	color: #666666;
}

.px14{
	font-size:14px;
	line-height: 18px;
	color: #FF6699;
	text-align:left;
	margin-left:10px;
	font-weight:bold;
}

/*フッター*/

#footer{
	width:750px;
	height:26px;
text-align:center;
	background:url(http://template.trafficgate.net/template_images/00099/images/footer.gif) no-repeat;
}

ul#footer_menu{
	width:750px;
	height:110px;
	padding:0px;
	list-style:none;
	overflow:hidden;
	text-align:center;
	margin:5px;
}


li.fmenu{
	float:left;
	width:180px;
	height:105px;
	padding:0px 0px 0px 0px;
	margin:1px 1px 1px 3px;
	text-align:center;
	overflow:hidden;
	border:#aaaaaa 1px dotted;
}

#line{	
	width:730px;
	background:#ffffff url(http://template.trafficgate.net/template_images/00099/images/li.gif) repeat-x;
}

#spacer{	
	width:730px;
	background:#ffffff url(http://template.trafficgate.net/template_images/00099/images/spacer.gif) norepeat;
	height:5px;
}

