
.icon_tel{
	display: list-item;
	list-style-image: url(../images/icon_tel.gif);
	list-style-position: inside;

	background: url(../images/icon_tel.gif) no-repeat;
	padding: 1px 0 0 20px;
}

.icon_fax{
	display: list-item;
	list-style-image: url(../images/icon_fax.gif);
	list-style-position: inside;

	background: url(../images/icon_fax.gif) no-repeat;
	padding: 1px 0 0 20px;
}

.icon_mail{
	display: list-item;
	list-style-image: url(../images/icon_mail.gif);
	list-style-position: inside;

	background: url(../images/icon_mail.gif) no-repeat;
	padding: 1px 0 0 20px;
}

.icon_arrow{
	padding: 0;
}

/* 
allArea
-------------------------------------------------------------- */
#allArea{
	width: 750px !important;
	margin: 0 auto;
}



/* 
header
-------------------------------------------------------------- */
#header{
	display: list-item;
	list-style-image: url(../images/sc_head.jpg);
	list-style-position: inside;

	height: 84px;
	margin: 0 auto;
}

#header .h_left{
	display: none;
}

#header .h_right img{
	display: none;
}

#header h1.logo{
	display: none;
}

/* メニューボタン設定 */
#header ul.head_menu{
	display: none;
}



/* 
main
-------------------------------------------------------------- */
#main dl.box{
	float: left;
	width: 180px;
	margin: 0 7px 0 0;
}





/* 
footer
-------------------------------------------------------------- */
#footer{
	clear: both;
}

#footer div.linkarea{
	margin: 0 75px;
	padding: 20px 0;
}

#footer ul.txt_link{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #000099;
}

#footer ul.txt_link li{
	float: left;
}

#footer ul.txt_link li a{
	padding: 0 10px;
}

#footer .copyright{
	clear: both;
	height: 20px;
	text-align: center;
	color: #ffffff;
	background-color: #ff9900;
	line-height: 20px;
}


