/* CSS Document */

/* 全体 */
body{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	}


/* ヘッダー */
#header{
	height: 100px;
	width: 850px;
	background-image: url(img/header-rogo.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	}
#header h1{
	font-size: 12px;
	margin-left: 0px;
	font-weight: normal;
	margin-top: 10px;
	float: left;
	padding-left: 150px;
	}
	
#header img{
	float: right;
	}


/* ヘッダーメニュー */
	
#head-menu{
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(img/header-menu-back.jpg);
	height: 42px;
	}
	
#head-850{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	}

#menu1 a{
	display:block;
	width:191px;
	height:42px;
	text-decoration:none;
	background-image: url(img/botan_r1_c1.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu1 a:hover{
	background-image: url(img/botan_r1_c1_on.jpg);
	background-repeat: no-repeat;
}

#menu2 a{
	display:block;
	width:212px;
	height:42px;
	text-decoration:none;
	background-image: url(img/botan_r1_c2.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu2 a:hover{
	background-image: url(img/botan_r1_c2_on.jpg);
	background-repeat: no-repeat;
}

#menu3 a{
	display:block;
	width:179px;
	height:42px;
	text-decoration:none;
	background-image: url(img/botan_r1_c3.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu3 a:hover{
	background-image: url(img/botan_r1_c3_on.jpg);
	background-repeat: no-repeat;
}

#menu4 a{
	display:block;
	width:268px;
	height:42px;
	text-decoration:none;
	background-image: url(img/botan_r1_c4.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu4 a:hover{
	background-image: url(img/botan_r1_c4_on.jpg);
	background-repeat: no-repeat;
}



/* メイン */	

#main{
	background-repeat: repeat-x;
	width: 100%;
	background-image: url(img/main-back2.jpg);
	margin: 0px;
	}


#content{
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(img/content-back2.jpg);
	}


#top-img{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/main-top2.jpg);
	background-repeat: no-repeat;
	height: 300px;
	}





/*　2カラム */
#left200{
	width: 200px;
	float: left;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	}

#left200 img{
	padding-bottom: 10px;
	}

#left200 li{
	list-style-image: url(img/index-point.jpg);
	margin-left: 5px;
	list-style-position: inside;
	margin-top: 5px;
	}

	
#right620{
	width: 620px;
	margin-top: 10px;
	float: right;
	padding-left: 10px;
	}

.right610{
	width: 610px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 18px;
	}

h2 {
	margin-top: 3px;
	margin-bottom: 10px;
	}

ul {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	}


/*　1カラム */
.content800{
	width: 800px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	}

/*　index */
#ansin{
	width: 165px;
	border: thin solid #274E78;
	margin-top: 20px;
	background-color: #FFFFFF;
	padding: 5px;
	}

#footer{
	width: 850px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0B4584;
	font-size: 10px;
	text-align: right;
	text-indent: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}


/*　牡蠣が出来るまでtop */
#content850-process{
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 260px;
	background-image: url(img/process-back1.jpg);
	background-repeat: no-repeat;
	}

/*　index */
#index-content850{
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	}
