@charset "utf-8";
/* CSS Document */


/* ------------------------------------------- */
/*　大枠ボックス設定　*/
/* ------------------------------------------- */

body {
	font-size: small;
	text-align: center;
}


#wrapper {
	width: 1537px;
/*	height: 2000px;
*/	margin: 0px auto;
	text-align: left;
}


/* ------------------------------------------- */
/*　ヘッダー設定　*/
/* ------------------------------------------- */

#header {
	width: 1537px;
	height: 83px;
	margin-top: 0px;
}


/* ------------------------------------------- */
/*　「株式会社アカサ｜電話番号」画像　*/
/* ------------------------------------------- */

#top {
	width: 757px;
	height: 83px;
	float: left;
	margin-left: 10px;
}


/* ------------------------------------------- */
/*　「資料請求はコチラ」画像　*/
/* ------------------------------------------- */

#botan {
	width: 159px;
	height: 48px;
	float: left;
	margin-top: 18px;
}


/* ------------------------------------------- */
/*　「Fece book」画像　*/
/* ------------------------------------------- */

#fb {
	width: 113px;
	height: 28px;
	float: right;
	margin-top: 28px;
	margin-right: 15px;
}


/* ------------------------------------------- */
/*　ナビゲーション　*/
/* ------------------------------------------- */

#navi {
	width: 1537px;
	height: 37px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

nav li{
	float: left;
}


/* ------------------------------------------- */
/*　メイン　*/
/* ------------------------------------------- */

main {
	width: 1537px;
	height: 88px;
}


/* ------------------------------------------- */
/*　　ＰＡＮ　*/
/* ------------------------------------------- */

#pan {
	font-size: 13px;
	margin-top: 7px;
	margin-left: 100px;
	margin-bottom: 20px;
}

a {
	color: #333;	
}

a:hover {
	color: #F36;
}


/* ------------------------------------------- */
/*　　tf と an　画像　*/
/* ------------------------------------------- */


.tf {
	text-align: center;
	padding-top: 15px;
}



/* ------------------------------------------- */
/*　　table　*/
/* ------------------------------------------- */

table {
	width: 1361px;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 88px;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-style: dotted;
	border-width:3px;
}

td {
	padding: 5px;
}

c {
	color: #666;
}


/* ------------------------------------------- */
/*　　フッター　*/
/* ------------------------------------------- */

#footer{
	width: 1510px;
	height: 281px;
	margin-top: 50px;
	clear: both;
	background-image: url(../image/ander.png);
	color: #FFF;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-right: 25px;
	padding-top: 30px;
}

li {
	display: inline;
}

ul {
	float: right;
}

#footer a{
	color: #FFF;
}

#footer a:hover {
	color: #FF3;
}
