@charset "utf-8";
/* =========================================================
  Kannoji Temple Style Sheet
  Editor:   INDEX CO.,ltd
  Update: 2010.2.8
========================================================= */

/* -----------------------
all
-------------------------- */
*{
	margin:0;
	padding:0;
	}

img {
	border:none;
}

/* -----------------------
Base Style
-------------------------- */
body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	*font-size:small;
	*font:x-small;
	line-height: 160%;
	color: #333333;
	background-color: #D98A02;
	background-image:url(../images/base/back.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
		
*html body{				/* For IE6*/
	text-align:center;
}

a:link {			/*未訪問のリンク*/
    color:#C56065;
    font-style:normal;
    text-decoration:underline;
}

.left{
	float:left;
	}
.right{
	float:right;
	}
.none{
	display:none;
	}

.clear{
	clear:both;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
	min-height: 1%;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.text-90733{
	color:#90733D;
}

.text-FFF{
	color:#FFFFFF;
}
#container {
	background:url(../images/base/back-footer.gif) repeat-x 0 100%;
	height: 100%;
}
#MainBack {
	background: url(../images/base/jizo.jpg) no-repeat 0 100%;
	
}
/* -----------------------
Header
-------------------------- */
#MainArea {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}

*html #MainArea {		/* For IE6*/
	text-align:left;
	position:relative;
	}

#MainArea #Header1 {
	width: 310px;
	height: 360px;
	background-image:url(../images/base/logo.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#MainArea #Header2 {
	width: 630px;
	height: 360px;
	background-repeat:no-repeat;
	float:right;
	margin-top:4px;
}

/* -----------------------
Counter（Header内）
-------------------------- */
#MainArea #Header1 #Counter {
	width:90px;
	height:17px;
	position: absolute;
	top: 333px;
	left:80px;
}

/* -----------------------
LeftArea
-------------------------- */
#MainArea #LeftArea {
	width: 200px;
	float:left;
}

/* -----------------------
GlobalMenu
-------------------------- */
#MainArea #LeftArea {
	background: url(../images/base/gm.jpg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	padding:29px 0 90px 14px;
}
#MainArea #LeftArea li {
	list-style-type: none;
	margin-bottom: 5px;
}
#MainArea #LeftArea li a {
	display:block;
	height:100px;
	width:173px;
}
/*
#MainArea #LeftArea #top a{}
#MainArea #LeftArea #reien a{}
#MainArea #LeftArea #animal a{}
#MainArea #LeftArea #detail a{}
#MainArea #LeftArea #diary a{}
#MainArea #LeftArea #link a{}
*/

#MainArea #LeftArea #qr-code { 
	text-indent:0; 
	margin: 100px 0 0 -14px;
}


/* -----------------------
Footer
-------------------------- */
#MainArea #footer {
	height: 80px;
	position: relative;
}
#MainArea #footername {
	background-image: url(../images/base/footer_name.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 172px;
	position: relative;
	top: 18px;
}

#MainArea address {
	font-style:normal;
	position: relative;
	top: 22px;
}

