@charset "utf-8";
/*######################################
合資会社　大瀬勇商店
■レイアウト用■
layout.css
CSS Version 2.0
LastModefied:2008.4.18 By nakata
######################################*/

/*########################
各ページ　共通
########################*/
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
}

body{
	font-size: 10pt;
	color: #333;
	text-align: center;
	background-color: #afeeee;
}

/**html body{/* IE用CSSハック */
/*	background-image: url('../grf/bg_body_ie.gif')!important;
}*/

table{border-collapse: collapse;}

img{border: 0;}

ul{list-style: none;}

a{color:#333; text-decoration:none; }
a:hover{text-decoration:underline; color:#809CC9;}

#container{
	width: 760px;
	margin: 0 auto;
	background-color: white;
	text-align: center;
}


/*########################
ヘッダー
########################*/
#head{
	width: 760px;
	margin: 0;
	text-align: center;
}
/*========================
メニュー
========================*/
#menu{
	width: 760px;
}

/*#menu td{
	padding: 0px 0px 5px 0;
}
#menu td.last{
	padding-right: 0;
}
/*

/*########################
メイン
########################*/
#main{
	width: 760px;
	text-align: center;
}

/*#######################
左メニュー
#########################*/
#leftinner .left-menu{
	width: 160px;
	margin-bottom: 10px;
	text-align: center;
}
#leftinner2 .left-menu{
	width: 130px;
	margin-bottom: 10px;
	text-align: center;
}

/*########################
フッター
########################*/
#Footer_takatora{
	font-size: 100%;
	width: 760px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px dashed #2f4f4f;
	border-bottom: 10px solid #2e8b57;
	border-right: 1px solid #afeeee;
	border-left: 1px solid #afeeee;
	background-color: #ffffff;
}

