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


/*全体の設定（文字サイズ、色、背景色）
-------------------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#ad714d;
	font-size: 70%;
	line-height: 2.5;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
ul,li{
	list-style-type: none;
}


/*エリア1
-------------------------------------------------------------------------------------*/
#area1 {
	width: 100%;
	height: 850px;
	background: url(all/wood_1.jpg) repeat-x center top;
}

/*メニュー
-------------------------------------------------------------------------------------*/
#menu {
	width: 548px;
	height: 123px;
	background: url(all/menu_bg.jpg) repeat-x center top;
}

/*コルク1
-------------------------------------------------------------------------------------*/
#cork1 {
	width: 548px;
	height: 77px;
	background: url(all/cork1.jpg) repeat-x center top;
}


/*コルク2
-------------------------------------------------------------------------------------*/
#cork2 {
	width: 265px;
	height: 272px;
	background: url(all/cork2.jpg) repeat-x center top;
}


/*コルク3
-------------------------------------------------------------------------------------*/
#cork3 {
	width: 361px;
	height: 272px;
	background: url(all/cork3.jpg) repeat-x center top;
}


/*コルク4
-------------------------------------------------------------------------------------*/
#cork4 {
	width: 250px;
	height: 197px;
	background: url(all/cork4.jpg) repeat-x center top;
}


/*メモ
-------------------------------------------------------------------------------------*/
#memo1 {
	width: 250px;
	height: 75px;
	background: url(all/memo1.jpg) repeat-x center top;
}

#memo2 {
	width: 250px;
	height: 238px;
	background: url(all/memo2.jpg) repeat-x center top;
}

#memo3 {
	width: 59px;
	height: 238px;
	background: url(all/memo3.jpg) repeat-x center top;
}


/*紙
-------------------------------------------------------------------------------------*/
#p1 {
	width: 172px;
	height: 238px;
	background: url(all/p1.jpg) repeat-x center top;
	
}

#p1 a { width:150px; height:200px; display:block; } 

#p2 {
	width: 163px;
	height: 238px;
	background: url(all/p2.jpg) repeat-x center top;
}

#p2 a { width:140px; height:225px; display:block; } 

#p3 {
	width: 167px;
	height: 238px;
	background: url(all/p3.jpg) repeat-x center top;
}

#p3 a { width:150px; height:200px; display:block; } 


/*背景
-------------------------------------------------------------------------------------*/
#top {
	width: 1100px;
	height: 200px;
	background: url(all/back_top.jpg) repeat-x center top;
	
}


#middle {
	width: 1100px;
	height: 513px;
	background: url(all/back_cork.jpg) repeat-x center top;
	
}


#under {
	width: 1100px;
	height: 140px;
	background: url(all/back_under.jpg) repeat-x center top;
	
}


