body {
/******** CSS用設定モジュール ***********/








	margin: 0px 0px 0px 0px;	
	text-align: left;
	background: #F5F3F1;
	}

/******************** アンカー ********************/

a	{ text-decoration: underline; }

a:link		{ color: #26228C; text-decoration: none; }
a:visited	{ color: #26228C; text-decoration: none; }
a:active	{ color: #26228C; text-decoration: underline; }
a:hover	{ color: #26228C; text-decoration: underline; }

.sidebar a:link		{ color: #26228C; text-decoration: none; }
.sidebar a:visited	{ color: #26228C; text-decoration: none; }
.sidebar a:active	{ color: #26228C; text-decoration: underline; }
.sidebar a:hover	{ color: #26228C; text-decoration: underline; }

.regulation a:link		{ color: #26228C; text-decoration: none; }
.regulation a:visited	{ color: #26228C; text-decoration: none; }
.regulation a:active	{ color: #26228C; text-decoration: underline; }
.regulation a:hover		{ color: #26228C; text-decoration: underline; }


/******************** タイトル ********************/

#banner {
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 45px;
	}

#banner-img {
	display: none;
	margin: 0px;
	padding: 0px;
	}

#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner a img{
	border: none;
	}

#banner h1 {
	font-size: xx-large;
	margin: 0px;
	padding: 0px;
	}

#banner h2 {
	font-size: 14px;
	}


/******************** 見出し＆レイアウト ********************/

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
	margin: 0;
	text-align: left;
	padding: 0px;
	width: 580px;
	
	}

#center {
	position: absolute ;
	top:70px;
	left : 165px ;
	width: 415px;
	overflow: hidden;
	}

.content {
	padding: 24px;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

#right {
	position: absolute ;
	top:85px;
	float: left;
	width: 165px;
	background-color: #F5F3F1;
	overflow: hidden;
	}


/******************** 記事 ********************/

.content p {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 0px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #4C3D1A;
	
	/*伊勢大鷲コース background-color: #7ACCD8;*/
	/*伊勢二見コース background-color: #97BF9C;*/
	/*一志温泉コース background-color: #FFDF80;*/
	background-color:  #D4CBB8;
	
	padding : 4px 8px ;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;	
	margin-bottom: 4px;
	}

.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	
	border-top: 1px solid #000000;

	
	text-align: left;
	margin-bottom: 32px;
	line-height: normal;
	padding: 3px;
	}

.content p.lead_date{
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	border-top: none;
	/*border-bottom: 1px solid #456246;*/
	text-align: left;
	margin-bottom: 4px;
	line-height: normal;
	padding: 3px;
	}


/******************** コメント ********************/

#comments h2{
	color: #000000;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	border-bottom: 1px solid #000000;
	
	background-color: #FFFFFF;
	text-align: left;
	padding : 3px 0px ;
	margin-left : 10px ;
	margin-bottom: 5px;
	}

#comments h3{
	color: #000000;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	border-bottom: 1px solid #000000;
	
	text-align: left;
	padding : 3px 0px ;
	margin-left : 10px ;
	margin-bottom: 5px;
	}

.com_body {
	color: #333333;
	margin-left: 10px;
	margin-bottom: 0px;
	line-height: normal;
	padding: 3px;
	}

.com_posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	margin-left: 10px;
	
	border-top: 1px solid #000000;
	
	text-align: left;
	}


/******************** トラックバック ********************/

#trackbacks h2 {
	
	color: #000000;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	border-bottom: 1px solid #000000;
	
	background-color: #FFFFFF;
	text-align: left;
	padding : 3px 0px ;
	margin-left : 10px ;
	margin-bottom: 2px;
	}

#trackbacks h3 {
	
	color: #000000;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	border-bottom: 1px solid #000000;
	
	text-align: left;
	padding : 3px 0px ;
	margin-left : 10px ;
	margin-bottom: 2px;
	}

#trackbacks p {

	margin-left: 10px;
	margin-bottom: 32px;
	/*line-height: normal;*/
	padding: 3px;
	}


/******************** カレンダー（未使用） ********************

#calendar {
  	line-height: 140%;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

*/


/******************** サイド部分 ********************/

.sidebar {
	padding: 12px;
	}

.sidebar h2 {
	color: #26228C;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;	
	text-transform: uppercase;	
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #26228C;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 15px;
	padding-left : -5px ;
	list-style-type: disc;
	}

.sidebar #categories li {
	list-style-type: disc;
	}

.sidebar li.past {
	list-style-type: none;
	padding-left : 0px ;
	margin-left: 0px;
	}

.sidebar img {
	border: none;
	}

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


.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.pankuzu {
	margin-bottom: 12px;	
	}

.date {
	/*伊勢大鷲コース	color: #0097B8;*/
	/*伊勢二見コース	color: #357C3F;*/
	/*一志温泉コース color: #FF9900;*/
	color: #605334;

	font-size: 14px;	
	font-weight:bold;
	}

.formset {
	margin-top: 32px;
	margin-left: 10px;
}


#calendar caption {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

*/
