﻿body{
	background-color: #F0F0D8;
	color: #333333;
	margin-top: 0px;
	text-align:center
	}

/*未訪問*/
a:link { color: #789048;
		 text-decoration:none;
}

/*訪問済*/
a:visited { color: #789048;
			text-decoration:none; }	

/*ポイント*/
a:hover { color: #CBE86B; }

/*プッシュ*/
a:active { color: #D5F6B8; }	/*プッシュ*/

footer{
	background-color: #ffd98a;
	color: #333333;
	margin-top: 50px;
	text-align:center;
}

div#menu {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	border: 0px none #FFFFFF;
	font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
	font-size: 18px;
}
div#content {
	border-style: none;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/*　ホームテーブル右左　*/
#left{
	float:left;
	width:480px;
	margin:8px 0 0 0;
	font-size:100%;
	color:#000000;
	border:none;
	}
	
#right{
	float:right;
	width:310px;
	margin:8px 0 0 0;
	font-size:100%;
	color:#000000;
	border:none;
	}

/*トップメニュー見出し*/
h1 {
	position: relative;
	padding: 0.25em 0;
	font-size: 15px;
}
h1:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
	background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
	background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}


/*コンテンツ見出し*/
h2 {
position: relative;
background: #ffd98a;
padding: 2px 5px 2px 25px;
font-size: 20px;
color: #474747;
border-radius: 0 10px 10px 0;
}

h2:before {
font-family: FontAwesome;
content: "\f0e5";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ffa337;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

/*写真見出し*/
h3 {
position: relative;
background: #ffd98a;
padding: 2px 5px 2px 25px;
font-size: 20px;
color: #474747;
border-radius: 0 10px 10px 0;
}

h3:before {
font-family: FontAwesome;
content: "\f030";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ffa337;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

/* 年間予定表 */
table.type08 {
	width: 600px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ccc;
}

table.type08 thead th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #c00;
	background: #dcdcd1;
	font-size: 15px;
	color: #333333;
}
table.type08 tbody th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ececec;
	font-size: 15px;
	color: #333333;
}
table.type08 td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}