@charset "UTF-8";
:root body {
	overflow-y: scroll;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #dcdfdf;
	background-image: url(image/bodybk.jpg);
	background-repeat: no-repeat; 
	background-position: top center;
}
#container {
	width: 790px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-image: url(image/maincontbk.jpg);
	background-position: left;
	background-repeat: repeat-y;
	height: auto;
} 
	
#header {
	height: 60px;
	background-image: url(image/topbn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
}
#pretitle {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
}
#logolink {
	position: absolute;
	top: 14px;
	left: 0px;
	height: 105px;
	width: 220px;
	overflow: hidden;
}
#logolink a {
	display: block;
	/*height: auto;*/
	text-indent: -9999px;
	line-height: 105px;
}
#titlelink {
	position: absolute;
	top: 10px;
	left: 230px;
	height: 45px;
	width: 389px;
	overflow: hidden;
}
#titlelink a {
	display: block;
	/*height: 45px;*/
	text-indent: -9999px;
	line-height: 45px;
} 

#search {
	font-size: 12px;
	margin: 0;
	padding: 25px 30px 0 0;
	text-align: right;
}
#search form{
	margin: 0;
	padding: 0;
}
 #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
#sidebarbox {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 230px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	/* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0;
	height: auto;
}
#sidebartop {
	background-image: url(image/sidebartop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 230px;
}
#sidebar {
	background-image: url(image/sidebarbk.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 10px 10px 20px;
	width: auto;
	height: auto;
}
.navibox {
	height: auto;
	width: auto;
	padding: 0;
}
.navibox ul {
	margin: 0;
	padding: 0;
}
.navibox li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
.cat {
	height: 40px;
	width: 200px;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(image/navibk.gif);
	line-height: 40px;
	padding: 0;
	margin-bottom: 0px;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
	font-weight: bold;
}
.cat a:link {
	height: 40px;
	width: 200px;
	color: #4D4D4D;
	text-decoration: none;
	display: block;
}
.cat a:visited {
	height: 40px;
	width: 200px;
	color: #4D4D4D;
	text-decoration: none;
	display: block;
}
.cat a:hover {
	height: 40px;
	width: 200px;
	color: #4D4D4D;
	text-decoration: underline;
	display: block;
	background-image: url(image/activnavibk.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.activcat {
	height: 40px;
	width: 200px;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(image/activnavibk.gif);
	line-height: 40px;
	padding: 0;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
	text-indent: 20px;
	font-weight: bold;
}
.activcat a:link {
	height: 40px;
	width: 200px;
	color: #4D4D4D;
	text-decoration: none;
	display: block;
}
.activcat a:visited {
	height: 40px;
	width: 200px;
	color: #4D4D4D;
	text-decoration: none;
	display: block;
}
.activcat a:hover {	
	height: 40px;
	width: 200px;
	color: #4D4D4D;
	text-decoration: underline;
	display: block;
}
.linkcat {
	height: 40px;
	width: 200px;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(image/navibk.gif);
	line-height: 40px;
	padding: 0;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
	text-indent: 25px;
	font-weight: bold;
}
.subcatbox {
	height: auto;
	width: auto;
	margin: 0 0 10px 0;
}
.subcatbox form {
	padding: 0;
	margin: 0;
}
.subcat {
	height: 15px;
	width: 200px;
	font-size: 12px;
	font-family: "?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け", Osaka, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3";
	line-height: 15px;
	padding: 0;
	margin: 0 0 5px 0;
	text-indent: 25px;
}
.activsubcat {
	height: 15px;
	width: 200px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 15px;
	padding: 0;
	margin: 0 0 5px 0;
	text-indent: 25px;
}
.subcat a:link {
	color: #4D4D4D;
	text-decoration: none;
	display: block;
	background-image: url(image/navidtbk.gif);
	background-position: 9px;
	background-repeat: no-repeat;
}
.subcat a:visited {
	color: #4D4D4D;
	text-decoration: none;
	display: block;
	background-image: url(image/navidtbk.gif);
	background-position: 9px;
	background-repeat: no-repeat;
}
.subcat a:hover {
	color: #4D4D4D;
	text-decoration: underline;
	display: block;
	background-position: 12px;
	background-image: url(image/navidtbkhover.gif);
	background-repeat: no-repeat;
}
.activsubcat a:link {
	color: #4D4D4D;
	text-decoration: none;
	display: block;
	background-image: url(image/navidtbkhover.gif);
	background-position: 9px;
	background-repeat: no-repeat;
}
.activsubcat a:visited {
	color: #4D4D4D;
	text-decoration: none;
	display: block;
	background-image: url(image/navidtbkhover.gif);
	background-position: 9px;
	background-repeat: no-repeat;
}
.activsubcat a:hover {
	color: #4D4D4D;
	text-decoration: underline;
	display: block;
	background-position: 12px;
	background-image: url(image/navidtbk.gif);
	background-repeat: no-repeat;
}
#feedbox {
	height: auto;
	width: 200px;
	margin-top: 20px;
	padding: 5px 0 10px 0;
	border-top: solid 1px #c2c2c2;
}
.feed {
	font-size: 12px;
	background-image: url(image/feed-icon.gif);
	background-position: 7px center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 28px ;
}
.feed a:link, .feed a:visited {
	display: block;
	color: #4D4D4D;
	text-decoration: none;
}
.feed a:hover {
	display: block;
	color: #4D4D4D;
	text-decoration: underline;
}
.feed a:active {
	display: block;
	color: red;
	text-decoration: underline;
}
 #mainContent {
	padding: 0px 30px 0 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	float: right;
	width: 500px;
} 

#topimg {
	width: auto;
	height: 260px;
	background-image: url(image/topimg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 10px;
}
#topimg img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topimg a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 260px;
	margin-bottom: 10px;
}
#moriagebn {
	width: auto;
	height: 60px;
	background-image: url(image/moriagebn.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#moriagebn a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 60px;
}
#mvnbn {
	width: auto;
	height: 50px;
	background-image: url(image/mvn_bn.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	/*margin-bottom: 10px;*/
	margin-bottom: -10px;
}
#mvnbn a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 50px;
}
#kkhsbn {
	width: auto;
	height: 30px;
	background-image: url(image/kakehasi_bn.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: -10px;
}
#kkhsbn a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 30px;
}
#kokutibox {
	position: relative;
	height: auto;
	width: 500px;
	margin-bottom: 10px;
}
#kokutilabel {
	background-image: url(image/koktilabel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	height: 25px;
	margin: 0;
	}
#kokutilabel a {
	display: block;
	width: 500px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}
#gokokuti {
	position: absolute;
	left: 360px;
	bottom: 0;
	width: 140px;
	height: 20px;
}
#gokokuti a:link, #gokokuti a:visited {
	display: block;
	width: 140px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(image/gokokutibk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gokokuti a:hover {
	display: block;
	width: 140px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(image/gokokutibk.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#kokuti {
	background-color: #f3f3f3;
	padding: 5px 0px 18px 10px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-right: solid 1px #34b0e3;
	border-bottom: solid 1px #34b0e3;
	border-left: solid 1px #34b0e3;
}
.kokutitext {
	white-space:nowrap;
	line-height: 20px;
	width: auto;
	padding: 5px 0 3px 0;
	border-bottom: dotted 1px #99cccc;
}
.kokutitext a:link, a:visited {
	color: #4D4D4D;
	text-decoration: none;
}
.kokutitext a:hover {
	color: #0000CC;
	text-decoration: underline;
}
.kokutidate {
	color: #0C8DA6;
}
#topicsbox {
	position: relative;
	height: auto;
	width: 500px;
	margin-bottom: 10px;
}
#topicslabel {
	background-image: url(image/bloglabel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	height: 25px;
	margin: 0;
}
#topicslabel a {
	display: block;
	width: 500px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}
#gotopics {
	position: absolute;
	left: 360px;
	bottom: 0;
	width: 140px;
	height: 20px;
}
#gotopics a:link, #gotopics a:visited {
	display: block;
	width: 140px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(image/gotopicsbk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gotopics a:hover {
	display: block;
	width: 140px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(image/gotopicsbk.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#topics {
	background-color: #f3f3f3;
	padding: 5px 0px 18px 10px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-right: solid 1px #f7931e;
	border-bottom: solid 1px #f7931e;
	border-left: solid 1px #f7931e;
}
.topicstext {
	white-space:nowrap;
	line-height: 20px;
	width: auto;
	padding: 5px 0 3px 0;
	border-bottom: dotted 1px #f4a460;
}
.topicstext a:link, a:visited {
	color: #4D4D4D;
	text-decoration: none;
}
.topicstext a:hover {
	color: #0000CC;
	text-decoration: underline;
}
.topicsdate {
	color: #f57f0c;
}
#pankuzu {
	height: 25px;
	width: auto;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	margin-bottom: 15px;
}
#pankuzu a:link {
	text-decoration: none;
	color: #0000FF;
}
#pankuzu a:visited {
	text-decoration: none;
	color: #0000FF;
}
#pankuzu a:hover {
	text-decoration: underline;
	color: #993300;
}
#catnavi {
	height: auto;
	width: auto;
	font-size: 12px;
	color: #333333;
	margin-top: -10px;
}
#catnavi a:link {
	text-decoration: none;
	color: #0000FF;
}
#catnavi a:visited {
	text-decoration: none;
	color: #0000FF;
}
#catnavi a:hover {
	text-decoration: underline;
	color: #993300;
}
.pageswitch {
	height: auto;
	width: auto;
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
}
.pageswitch a:link {
	text-decoration: none;
	color: #0000FF;
}
.pageswitch a:visited {
	text-decoration: none;
	color: #0000FF;
}
.pageswitch a:hover {
	text-decoration: underline;
	color: #993300;
}
.itempage {
	height: auto;
	width: auto;
	font-size: 10px;
	color: #333333;
	text-align: right;
}
.itempage a:link {
	text-decoration: none;
	color: #0000FF;
}
.itempage a:visited {
	text-decoration: none;
	color: #0000FF;
}
.itempage a:hover {
	text-decoration: underline;
	color: #993300;
}
.itemdate {
	font-size: 10px;
	color: #6B8E23;
	padding-left: 25px;
}
.itemdate2 {
	font-size: 12px;
	color: #6B8E23;
	text-align: right;
	padding-right: 5px;
}
.contbox {
	height: auto;
	width: auto;
	margin-bottom: 30px;
}
.catname {
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
	background-image: url(image/catnamebk.gif);
	background-repeat: repeat-y;
	padding-left: 33px;
	color: #027F0E;
	margin-bottom: 15px;
}
.conttitle {
	font-size: 14px;
	padding: 5px;
	color: #333333;
	height: auto;
}
.conttitle h1 {
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	border-left: solid 5px #EC771A;
	margin: 15px 0 0 0;
	color: #333333;
	height: auto;
	border-bottom: solid 1px #aaaaaa;
}
.conttitle a:link {

	border: none;
	background-image: url(image/navidtbk.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: underline;
	padding: 5px  0 5px 15px;
}
.conttitle a:visited {

	border: none;
	background-image: url(image/navidtbk.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: underline;
	padding: 5px  0 5px 15px;
}
.conttitle a:hover {

	border: none;
	background-image: url(image/navidtbkhover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	padding: 5px  0 5px 15px;
}
.conttitle a:active {

	border: none;
	background-image: url(image/navidtbkhover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #d70017;
	text-decoration: none;
	padding: 5px  0 5px 15px;
}
.resulttitle {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #333333;
	height: auto;
}
.resulttitle a:link {

	border: none;
	background-image: url(image/navidtbk.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #0000FF;
	text-decoration: underline;
	padding: 5px  0 5px 15px;
}
.resulttitle a:visited {

	border: none;
	background-image: url(image/navidtbk.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #9966cc;
	text-decoration: underline;
	padding: 5px  0 5px 15px;
}
.resulttitle a:hover {

	border: none;
	background-image: url(image/navidtbkhover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #0000FF;
	text-decoration: none;
	padding: 5px  0 5px 15px;
}
.resulttitle a:active {

	border: none;
	background-image: url(image/navidtbkhover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #d70017;
	text-decoration: none;
	padding: 5px  0 5px 15px;
}
.cont {
	font-size: 14px;
	color: #333333;
	height: auto;
}
.conta {
	display: block;
	border: none;
	background-image: url(image/navidtbk.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #333333;
	padding-left: 25px;
	padding-right: 15px;
}
.contb {
	font-size: 12px;
	color: #333333;;
	line-height: 150%;
	background-color: #F3F6E8;
	border-left: solid 1px #cfd4bd;
	border-right: solid 1px #cfd4bd;
	padding: 20px 5px 5px 25px;
}
.cont a:link {
	display: block;
	border: none;
	background-image: url(image/navidtbk.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: underline;
	padding-left: 25px;
	padding-right: 15px;
}
.cont a:visited {
	display: block;
	border: none;
	background-image: url(image/navidtbk.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: underline;
	padding-left: 25px;
	padding-right: 15px;
}
.cont a:hover {
	display: block;
	border: none;
	background-image: url(image/navidtbkhover.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 15px;
}
.cont a:active {
	display: block;
	border: none;
	background-image: url(image/navidtbkhover.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #d70017;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 15px;
}

.contbefore {
	width: auto
	height: auto;
	display: block;
	padding-top: 10px;
	background-image: url(image/kokutibbk.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 10px;
}
.contafter {
	width: auto
	height: auto;
	display: block;
	padding-bottom: 10px;
	background-image: url(image/kokutiabk.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	
}
.linkcont {
	display: block;
	border: none;
	background-image: url(image/navidtbk.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #333333;
	padding-left: 25px;
	padding-right: 15px;
}
.katsucat {
	font-size: 14px;
	padding: 5px;
	color: #333333;
	height: auto;
}
.katsucat a:link {
	display: block;
	border: none;
	background-image: url(image/navidtbk2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	padding: 0 0 0 15px;
}
.katsucat a:visited {
	display: block;
	border: none;
	background-image: url(image/navidtbk2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
	padding: 0 0 0 15px;
}
.katsucat a:hover {
	display: block;
	border: none;
	background-image: url(image/navidtbkhover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: underline;
	padding: 0 0 0 15px;
}
.conttext {
	font-size: 12px;
	padding: 0  5px 20px 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: justify;
	line-height: 150%;
	line-break: strict;
	text-justify: inter-ideograph;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.conttext ul {
	margin: 0;
	padding: 0 0 0 20px;
}
	
.pict img {
	border: solid 1px #999999;
/*	margin-right:5px; */
	text-decoration: none;
}

.pict a {
	text-decoration: none;
}

.conttext li {
	margin: 0;
	padding: 0;
	line-height: 120%;
}
.conttext a:link {
	text-decoration: none;
	color: #027F0E;
}
.conttext a:visited {
	text-decoration: none;
	color: #027F0E;
}
.conttext a:hover {
	text-decoration: underline;
	color: #027F0E;
}
.conttext a:active {
	text-decoration: underline;
	color: red;
}
.conttext h1 {
	font-size: 12px;
	margin-bottom: 15px;
	text-align: justify;
	line-height: 25px;
	margin: 0;
	padding: 0;
}
.conttext h2 {
	font-size: 12px;
	margin-bottom: 15px;
	text-align: justify;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 10px;
	border-left: solid 5px #00a42b;
	background-color: #f3f3f3;
}
.fp {
	border: none;
}
.conttext p {
	font-size: 12px;
	margin-bottom: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 150%;
	margin: 0;
	padding: 0 0 10px 0;
}
.conttextgo a:link {
	text-decoration: none;
	padding-left: 15px;
	background-image: url(image/navidtbk.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.conttextgo a:visited {
	text-decoration: none;
	padding-left: 15px;
	background-image: url(image/navidtbk.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.conttextgo a:hover {
	text-decoration: underline;
	padding-left: 15px;
	background-image: url(image/navidtbk.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#katsucatbox {
	height: auto;
	width: auto;
	padding-left: 10px;
	background-image: url(image/katsucatboxbk.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 25px;
}
#aboutcatbox {
	height: auto;
	width: auto;
	padding-left: 10px;
	background-image: url(image/aboutcatboxbk.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 25px;
}
#corpcatbox {
	height: auto;
	width: auto;
	padding-left: 10px;
	background-image: url(image/corpcatboxbk.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 25px;
}
.itemimg {
	border: solid 1px #a0a0a0;
	margin-right: 10px;
}
/* NP_ArchiveIndex */
.archiveindex {
	font-size:12px;
}
.archiveindex a:link { /*リンク全般*/
    text-decoration: underline;
    color: #0000FF;
}
.archiveindex a:visited { /*リンク全般*/
    text-decoration: underline;
    color: #0000FF;
}
.archiveindex a:hover { /*リンク全般*/
    text-decoration: none;
    color: #0000FF;
}
.archiveindex a:active { /*リンク全般*/
    text-decoration: underline;
    color:red;
}
.archiveindex table { /*テーブルのスタイル指定*/
    width: 100%;
    margin: 1em 0 2em;
    padding: 0;
    border-collapse: collapse;
}
.archiveindex th { /*カテゴリー名*/
    background-color: white;
    margin: 0;
    padding: 2px 5px;
    
    text-align: left;
    font-size: larger;
}
.archiveindex tr { /*行表示のスタイル指定*/
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}
.archiveindex tr.stripe { /*行の色分け*/
    background-color: transparent;
}
.archiveindex tr.more { /*Moreリンク行*/
    background: none;
    font-size: small;
}
.archiveindex td { /*セル表示のスタイル指定*/
    margin: 0;
    padding: 2px 5px;
    border-top: 1px dotted gray;
    text-align: left;
    vertical-align: top;
}
.archiveindex td.detail { /*日付表示セル*/
    white-space: nowrap;
    text-align: right;
}
.archiveindex td span.title { /*記事タイトル*/
}
.archiveindex td span.title-up { /*更新された記事*/
    color: red;
}
.archiveindex td span.catdesc { /*カテゴリー詳細*/
    font-size: small;
    color: gray;
}
.archiveindex td span.nomore { /*Moreリンク無効*/
    color: #ccc;
}

.kokutilist {
	display: block;	
	font-size: 12px;
	color: #333333;;
	text-align: justify;
	line-height: 150%;
	line-break: strict;
	text-justify: inter-ideograph;
	background-color: #F3F6E8;
	border-left: solid 1px #cfd4bd;
	border-right: solid 1px #cfd4bd;
	padding: 20px 5px 5px 25px;
}
.kokutilist a:link {
	color: #0000FF;
	text-decoration: none;
}
.kokutilist a:visited {
	color: #0000FF;
	text-decoration: none;
}
.kokutilist a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.kokutilist a:active {
	color: #d70017;
	text-decoration: underline;
}
.kokutilist li {
	list-style-type: none;
	list-style-position: inside;
	background-image: url(image/file.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #cd5c5c;
	margin: -10px 0 0 0;
	padding: 0 0 0 5px;
}
html>/**/body .kokutilist li {
	padding: 0 0 0 20px;
}
.kokutilistb {

	font-size: 12px;
	color: #333333;;

	line-height: 150%;


	background-color: #F3F6E8;
	border-left: solid 1px #cfd4bd;
	border-right: solid 1px #cfd4bd;
	padding: 20px 5px 5px 25px;
}
.kokutilistb a:link {
	color: #0000FF;
	text-decoration: none;
}
.kokutilistb a:visited {
	color: #0000FF;
	text-decoration: none;
}
.kokutilistb a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.kokutilist a:active {
	color: #d70017;
	text-decoration: underline;
}
.kokutilistb li {
	list-style-type: none;
	list-style-position: inside;
	background-image: url(image/file.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #cd5c5c;
	margin: -10px 0 0 0;
	padding: 0 0 0 5px;
}
html>/**/body .kokutilist li {
	padding: 0 0 0 20px;
}
.gomore {
	font-size:12px;
	padding-left: 25px;
padding-bottom:5px;
	color:#0000FF;
}
.gomore a:link {
	color: #0000FF;
	text-decoration: none;
}
.gomore a:visited {
	color: #0000FF;
	text-decoration: none;
}
.gomore a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.gomore a:active {
	color: #d70017;
	text-decoration: underline;
}	
.godetail {
	font-size:12px;
	text-align: right;
	padding-right: 15px;
	padding-bottom:5px;
	color:#0000FF;
}
.godetail a:link {
	color: #0000FF;
	text-decoration: none;
}
.godetail a:visited {
	color: #0000FF;
	text-decoration: none;
}
.godetail a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.godetail a:active {
	color: #d70017;
	text-decoration: underline;
}
.time {
	font-size:12px;
	padding-left: 25px;
	padding-bottom:5px;
	color:brown;
}	
#gotop {
	float: left;
	width: auto;
	font-size: 10px;
	margin: 0;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #0000FF;
}
#gotop a:link, #gotop a:visited {
	text-decoration: none;
	color: #0000FF;
}
#gotop a:hover {
	text-decoration: underline;
	color: #993300;
}
#goback {
	float: right;
	width: auto;
	font-size: 10px;
	margin: 0;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #0000FF;
}
#goback a:link, #goback a:visited {
	text-decoration: none;
	color: #0000FF;
}
#goback a:hover {
	text-decoration: underline;
	color: #993300;
}
.right {
	text-align: right;
}
.new {
	color: #FF0000;
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
#result  form{
	margin: 0;
	width: 200px;
	background-color: #f2f2f2;
	padding: 5px;
}
#prefooter {
	background:#DDDDDD;
	background-image: url(image/footerbk.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
	background-color: #fff;
	clear: both;
} 
#footer {
	width: 790px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-position: left;
	background-repeat: repeat-y;
	height: auto;
}
#footertext {
	height: 50px;
	width: auto;
	background-color: #fff;
	padding: 10px;
}
#footernavi {
	font-size: 10px;
	background-color: #fff;
	text-align: center;
	color: #4D4D4D;
	border: solid 1px #b2b2b2;
	padding: 5px 0;
}
#footernavi a:link, a:visited {
	color: #4D4D4D;
	text-decoration: none;
	display: inline;
	background-position: 10000px;
}
#footernavi a:hover {
	color: #0000CC;
	text-decoration: underline;
	display: inline;
}
#copy {
	font-size: 10px;
	background-color: #b2b2b2;
	text-align: center;
	line-height: 20px;
	color: #fff;
	width: 770px;
}
 #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*-------------------------------------------------
  あゆみ用
-------------------------------------------------*/
.ayumi {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
}
.ayumi td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.ayumi th {
	width: 100px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: whitesmoke;
}
/*-------------------------------------------------
  フォームメール用
-------------------------------------------------*/
.contact {
	border-collapse: collapse;
}
.contact input,textarea,select
{
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
	padding: 5px;
}
.contact form{
	margin: 0;
	padding: 0;
}
.contact td
{
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}
.contact td input {
	width: 300px;
}
.contact td textarea {
	width: 300px;
}
.contact th
{
	border-bottom: 1px solid #cccccc;
	border-left: 6px solid #cccccc;
	background-color: #f3f3f3;
	padding: 5px;
}	

.form-preview {
   width: 400px;
   border: 1px solid #666666;
}
.form-name {
   border: 1px solid #CCCCCC;
   background-color: #EEEEEE;
   width: 120px;
}
.form-value {
   border: 1px solid #CCCCCC;
}
.formerror {
   font-weight:bold;
   color:red;
}
.form-notice {
   font-weight:bold;
   color:#FF3300;
}

.form-name {
   border: 1px solid #CCCCCC;
   background-color: #EEEEEE;
   width: 120px;
}
.form-value {
   border: 1px solid #CCCCCC;
}
.formerror {
   font-weight:bold;
   color:red;
}
.form-notice {
   font-weight:bold;
   color:#FF3300;
}