/****************************
初期化
*****************************/
body, h1, h2, h3, h4, h5, h6, form ,p { margin: 0; padding: 0; }
table { border: 0; }

/****************************
アンカー
*****************************/
a:link {
	color: #0066FF;
}

a:visited {
	color: #003366;
}

a:hover[name][href] {
	text-decoration: underline;
	color:  #3399FF;
}

a:hover[name]{
	background-color: inherit;
	color: inherit;
}

a:hover{
	text-decoration: underline;
}

/****************************
各要素
*****************************/

body {
	background: #F9F9F9;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center; /* for IE */
}

input,textarea,select,button,submit{
		font-size : 10pt;
		line-height: 10.5pt ;
		color: #636363;
		font-family: "Verdana", "\30D2\30E9\30AE\30CE\20Pro\20W3", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Osaka";
		border-width: 1px;
		background-color: #fafafa;
		border-color: #cccccc; 
	}

dd {
	padding-bottom: 0.5em;
}

dl {
	padding: 0 1em;
}

li {
	line-height: 120%;
}

h1 {
	color: #3399FF;
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	font-family: 'HGP創英角ﾎﾟｯﾌﾟ体',Impact,Charcoal;
	font-size: 24pt;
	letter-spacing: 4px;
	text-align: left;
}

	h1 a         {color: #3399FF; text-decoration: none;}
	h1 a:link    {color: #3399FF; text-decoration: none;}
	h1 a:active  {color: #3399FF; text-decoration: none;}
	h1 a:visited {color: #3399FF; text-decoration: none;}
	h1 a:hover   {background-color: transparent; text-decoration: none;}

hr{
	border:1px dashed #E7E3DF;
}

/* id */

#wrapper {
	margin: 5px auto;
	border: 1px #777 solid;
	padding: 0.5em 1em 0.5em 1em;
	width: 90%;
	text-align: left; /* for IE */
}

	#wrapper ul {
		padding-right: 1em;
	}

/****************************
ヘッダー
*****************************/
#header {
	border: 1px solid #AAA;
	text-align: left;
}

	#header p {
		border: 0;
		color: #666666;
		font-size: 10pt;
		margin: 0;
		padding: 5px 0 10px 10px;
	}

		#header p strong {
			font-weight: normal;
		}

/****************************
右側部分
*****************************/
#content {
	margin-top: 15px;
}

	#main {
		padding-top: 1px;
		line-height: 1.5em;
		padding-left: 15px;
		padding-right: 1em;;
	}

		#main li {
			line-height: 1.5em;
		}
		
		#main h2 {
			border-bottom: solid 1px #669900;
			color: #669900;
			padding-left: 3px;
		}

			#main h2 a         {color: #669900; text-decoration: none;}
			#main h2 a:link    {color: #669900; text-decoration: none;}
			#main h2 a:active  {color: #669900; text-decoration: none;}
			#main h2 a:visited {color: #669900; text-decoration: none;}
			#main h2 a:hover   {background-color: transparent; text-decoration: none;}

		#main h3 {
			border-bottom: dashed 1px #669900;
			color: #669900;
			margin-left: 3px;
			padding-left: 6px;
		}

		#main h4,#main h5,#main h6 {
			border-bottom: solid 1px #669900;
			color: #669900;
			margin: 5px 0 0 10px;
			padding-left: 6px;
		}

			#main h4 a         {color: #669900; text-decoration: none;}
			#main h4 a:link    {color: #669900; text-decoration: none;}
			#main h4 a:active  {color: #669900; text-decoration: none;}
			#main h4 a:visited {color: #669900; text-decoration: none;}
			#main h4 a:hover   {background-color: transparent; text-decoration: none;}

		#main p {
			padding-left: 1em;
		}

		.main_txt {
			color: #666666;
			margin-bottom: 10px;
		}

			.main_txt a         {text-decoration: none;}
			.main_txt a:link    {text-decoration: none;}
			.main_txt a:active  {text-decoration: none;}
			.main_txt a:visited {color: #0066FF; text-decoration: none;}
			.main_txt a:hover   {text-decoration: underline;}

		.post_date {
			margin-bottom: 15px;
			font-size: 8pt;
			color: #999;
			text-align: right;
		}

		.brief dt {
			font-weight: bold;
		}

		.brief dd {

		}

		/* 続きを読む、のリンク*/
		.preadmore a {
			font-size: 80%;
			font-weight: bold;
		}

		/* link to thema ,genre */
		.community {
			font-size: 8pt;
			color: #999;
		}

		/* state (post date,etc) */
		.state {
			margin-top: 8px;
			font-size: 8pt;
			color: #C8A848;
			letter-spacing : 1px;
			text-align: right
		}

		/* to other pages  */
		.navi{
			margin-top: 3px;
			padding: 2px;
			font-size : 9pt ;
			color : #858275 ;
			text-align: center;
		}

			.navi a:link    {color: #3D3D3D; text-decoration: none;}
			.navi a:active  {color: #3D3D3D; text-decoration: none;}
			.navi a:visited {color: #3D3D3D; text-decoration: none;}
			.navi a:hover   {color: #336600; text-decoration: underline; background-color: #CCFF99;}

.comment {
	margin-top: 30px;
}

/****************************
menu
*****************************/
	.menu {
		border: 1px solid #AAA;
		font-size: 10pt;
	}
	
		.menu h2,.menu h3 {
			margin: 8px auto 3px auto;
			border: 0;
			padding: 2px 0 2px 3px;
			font-size: 11pt;
			background: #669900;
			color: #FFFFFF;
		}

		.menu ul,.menu li {
			margin: 0;
			border: 0;
			padding: 0;
			list-style: none;
		}

			.menu ul ul {
				margin-left: 1px;
				list-style: none;
			}
			
		.menu li {
			background: url("http://bfile.shinobi.jp/2906/pawa13.gif") left 4px no-repeat;
			line-height: 1.5em;
			padding-left: 14px;
		}

		.menu a:link    {text-decoration: none;}
		.menu a:active  {text-decoration: none;}
		.menu a:visited {text-decoration: none;}
		.menu a:hover   {text-decoration: underline;}

		.menu p {
			
		}

/****************************
copyright
*****************************/
#copyright {
	color: #666666;
	font-size: 80%;
	text-align: right;
}

		#copyright a:link    {color: #666666; text-decoration: none;}
		#copyright a:active  {color: #666666; text-decoration: none;}
		#copyright a:visited {color: #666666; text-decoration: none;}
		#copyright a:hover   {color: #666666; text-decoration: underline;}


/*カレンダー*/
table.calender {
		border-bottom :1px solid #999;
		font-size: 13px;
		margin: 2px 10px 3px 10px;
	}
		.calender caption {
			border-bottom: 1px solid #999;
			margin : 3px 11px 0px 11px;
		}
		.calender th {
			background: #F3F3F3;
			font-weight: normal;
			padding: 0 0 2px 0;
			text-align: center;
		}
		.calender td {
			background: #F9F9F9;
			color: #999999;
			padding: 1px 0px;
			text-align: center;
			width: 22px;
		}
		.calender td a {
			display: block;
			font-weight: bold;
		}
		th#sun {
			color: #CC3D3D;
		}
		th#sat {
			color: #2996CC;
		}
		.calender td a:link, #calendar td a:visited, #calendar td a:hover, #calendar td a:active {
			font-weight: bold;
			text-decoration: none;
		}
		.calender td a:link    { color: #333333; }
		.calendar td a:active  { background: #FFE080; border: 1px solid #FFE080; color:#FF6633; }
		.calender td a:visited { color: #004000}
		.calender td a:hover   { background: #FFE080; color:#FF6633; }

table.calenderunder {
		font-size: 13px;
		margin: 0px 10px 8px 10px;
}
	.calenderunder td {
		width: 50%;
	}
	
	.calenderunder td a:hover   { background: #FFE080; color:#FF6633; }
