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


/*-----------------共通設定-----------------------*/

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img{
	border: 0px;
}
h1,h2,h3,h4{
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}	

/*-----------------基本構造-----------------------*/
	
#container{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
#header{
	width: 900px;
	height: 155px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 5px;
	font-size: 70%;
}
ul#navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#navigation li{
	display: inline;
}	
#contents{
	width: 900px;
	margin-top: 10px;
	margin-bottom: 12px;
}
#contents #leftbox{
	float: left;
	width: 600px;
}
#contents #rightbox{
	float: left;
	width: 288px;
	margin-left: 12px;
}
.clear{
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
}			
#footer{
	width: 900px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
	font-size: 80%;
}		
#footer a{
	text-decoration:  none;
	color: #FFFFFF;
}	

/*-------------------------TOP---------------------------------*/
	
.index_text1{
	font-size: 75%;
	line-height: 1.3em;
	margin-top: 4px;
	background: url(../images/top_image2.jpg) no-repeat;
	height: 196px;
}		
.index_text2{
	font-size: 75%;
	line-height: 1.3em;
	padding-top: 6px;
}
.index_midashi{
	padding-top: 12px;
	padding-bottom: 8px;
}	
.index_pictitle{
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	background: url(../images/border.gif) no-repeat bottom;
}		
.index_pictext{
	font-size: 75%;
	line-height: 1.4em;
	width: 190px;
}		

/*-----------------------観音最中-------------------------------*/

.kannon_text1{
	font-size: 110%;
	line-height: 1.4em;
	color: #006600;
	font-weight: bold;
	padding-bottom: 4px;
}	
.kannon_text2{
	font-size: 75%;
	line-height: 1.3em;
	padding-bottom: 16px;
}
.kanon_textpic{
	padding-top: 12px;
	padding-bottom: 6px;
}	
.kannon_textpic2{
	padding-top: 6px;
	padding-bottom: 10px;
}
.kannon_midashi{
	padding-top: 14px;
	padding-bottom: 8px;
}	
.kannon_pictitle{
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	background: url(../images/border.gif) no-repeat bottom;
	font-size: 85%;
}		
.kannon_pictext{
	font-size: 70%;
	width: 130px;
	line-height: 1.3em;
}

/*-----------------------まんじゅう-----------------------------*/

#contents #leftbox_man{
	float: left;
	width: 320px;
}
#contents #rightbox_man{
	float: left;
	width: 570px;
	margin-left: 10px;
}
#leftbox2_man{
	float: left;
	width: 470px;
}
#rightbox2_man{
	float: left;
	width: 430px;
}
.manjyuu_text{
	padding-bottom: 6px;
}
.manjyuu_pictitle{
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	background: url(../images/border.gif) no-repeat bottom;
	font-size: 80%;
}		
.manjyuu_pictext{
	font-size: 70%;
	width: 130px;
	line-height: 1.3em;
}	
.manjyuu_text2{
	font-size: 75%;
	line-height: 1.4em;
	padding-top: 8px;
	width: 210px;
}	
.manjyuu_text3{
	font-size: 75%;
	line-height: 1.4em;
	padding-top: 8px;
	margin-left: 20px;
	width: 210px;
}
/*-----------------------どら焼き-----------------------------*/

.dorayaki_text1{
	font-size: 75%;
	line-height: 1.4em;
	color: #006600;
	font-weight: bold;
	padding-bottom: 4px;
}	
.dorayaki_text2{
	font-size: 75%;
	line-height: 1.3em;
	padding-bottom: 16px;
}
.dorayaki_textpic{
	padding-top: 12px;
	padding-bottom: 6px;
}	
.dorayaki_midashi{
	padding-top: 14px;
	padding-bottom: 8px;
}


/*-----------------------その他-----------------------------*/

.other_pic{
	padding-top: 6px;
	padding-bottom: 4px;
}	
.other_text1{
	font-size: 75%;
	line-height: 1.3em;
}


/*-----------------------アクセス-----------------------------*/

.access_border{
	border: 1px solid #CCCCCC;
}
.access_text{
	font-size: 90%;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 16px;
}		
.access_textpic{
	padding-top: 180px;
}	
