/* ボディに関するCSS */
body {
	line-height: 150%;
	margin: 0px;
	border: 0px;
	padding: 0px;
     }

p { 
	font: 9pt/12pt; 
	margin-top: 0px; 
	text-align: left;
	color: #010E22;
  }
	
h1{color:#FF0000;
}

h2{
color:#993333;}

h3 {
color:#660000;
}

h4{color:#660033;}

A:link{ text-decoration:none;color:#0033FF; }
A:visited{ text-decoration:none;color:#0033FF; }
A:hover{ text-decoration:none;color:#FF0000; }
A:active{ color:#FFFF00; }




/* Naviに関するCSS */

#navibar{
	clear:both;
	text-align:center;
	width: 760px;
	height: 36px;
	padding: 0px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
           }	

#nav {
	float:left;
	list-style:none;
	width : 744px;
	z-index:2;
	text-decoration: none;
	background-color: #CCFFCC;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 28px;
	border: thin double #003366;
	margin: 0px;
}

#nav li {
	float:left;
	background-color: #F0F0F0;
	margin-right: 5px;
	border: 1px solid #000;
	font-size: 12px;
	text-align: center;
	width: 85px;
	height:22px;
}
#nav a{
	color: #000;
	display:block;
	width: 85px;
	height:22px;
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
	background-color: #455576;
	text-decoration:none;
		height:22px;
}




/* ページ構造に関するCSS */
#container {
	text-align: left;
	border-right-width:medium;
	border-right-color:#6699FF;
	border-bottom-width:thin;
	border-bottom-color:#6699FF;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: none;
	background-color: #FFFFCC;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

#wrapper {
	padding:0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #336600;
	}


#header {
	background-color: #336600;
	margin: 0px;
	padding: 0px;
	height: 70px;
	background-image: url(../../image/site/head.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	}

img.logo {
	margin-left: 5px;
	margin-top: 5px;
}	




#topimg{
	margin-top: 5px;
	padding: 0px;
	border: 2px solid #003366;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	text-align: center;
	height: 360px;
}	

#google{
	margin-top: 5px;
	border: 2px solid #003366;
	background-color: #CCFFCC;
	margin-right: auto;
	margin-left: auto;
	width: 710px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
}


#content {
	width: 545px;
	float: left;
	border: thin solid #003366;
	padding: 10px;
	background-image: url(http://www.hozoji.net/image/site/jimon1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CCFFFF;
	margin: 5px;
	}
	
	
	
	
#sidemenu {
	width: 172px;
	float:left;
	background-color: #CCFFCC;
	font-size: x-small;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #003366;
	text-align: center;
	padding: 5px;
	}


table.calendar {background-color:#fff;border-collapse: collapse;font-family:sans-serif;border:1px solid #ddd;}
table.calendar caption {color:#aaa;letter-spacing:2px;padding:4px;}
table.calendar th,table.calendar td {border:1px solid #ddd;padding:2px 4px;}
table.calendar th {text-align:center;}
table.calendar td {text-align:right;color:#999;letter-spacing:1px;}
tr.calendardateheaders {background-color:#ccc;color:#fff;}
td.blank {background-color:#f5f5f5;}
td.saturday {background-color:#f7f9fd;}
td.sunday {background-color:#fff3ee;}
td.holiday {background-color:#fff3ee;}
td.today {background-color:#ffffcc;}

/*以下、defaultスキン用 */
table.calendar a:link,table.calendar a:visited {background:none;padding:0;}
table.calendar {margin:0 auto;}

#search {
	width: 160px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	}


#footer {
	width: 760px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	font-size: small;
}	
	
#copyrights {
	padding: 0px;
	margin: 0px;
}	

#jizo {
	padding: 5px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	border: thin double #006600;
}


.subtitle {
	font-size: large;
	font-weight: bolder;
	color: #660000;
	height: 35px;
	width: 200px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.contentindextitle {
	font-size: small;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF6600;
	margin-bottom: 5px;
	padding-left: 5px;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
}

.more {
	font-size: xx-small;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 5px;
	padding-left: 5px;
	height: 5px;
	padding-bottom: 2px;
	margin-left: 7px;
}


