/*
tsuru
----------------------------------------------------------*/

a {
	outline: none;
	}

/*----------------------------------------------------------*/



div#headerImg {
	}



/*----------------------------------------------------------*/



div#localmenu {
	margin: 10px 0 20px 5px;
	height: 40px;
	}


div#localmenu p, div#localmenu p.atama {
	float: left;
	display: block;
	width: 206px;
	height: 40px;
	text-align: center;
	}


div#localmenu p.atama {
	width: 72px;
	}


div#localmenu p a, div#localmenu p.atama a {
	display: block;
	margin: 0;
	width: 206px;
	height: 40px;
	line-height: 40px;

	border-top: 1px #eeeeee solid;
	border-left: 2px #eeeeee solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;

	background-color: #eeeeee;
		background: -webkit-gradient(linear, left top, left bottom,
		from(#fafafa),/*#fafafa*/
		to(#dddddd)/*#dddddd*/
		);

		background: -moz-linear-gradient(#fafafa 1%, #dddddd 100%);

		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFfafafa, endColorStr=#FFdddddd, GradientType=0);
		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFfafafa, endColorStr=#FFdddddd, GradientType=0)";

	}


div#localmenu p.atama a {
	width: 72px;
	}




div#localmenu p a.active {
	display: block;
	margin: 0;
	width: 206px;
	height: 40px;
	line-height: 40px;

	color: #ffffff;

	border-top: 1px #b6db55 solid;	/*#cccccc*/
	border-left: 2px #b6db55 solid;	/*#cccccc*/
	border-right: 1px #92b655 solid;	/*#999999*/
	border-bottom: 1px #92b655 solid;	/*#999999*/

	background-color: #dbffaa;/*#bbbbbb*/
		background: -webkit-gradient(linear, left top, left bottom,
		from(#b6db55),/*#d9d9d9*/
		to(#6db655)/*#7e7e7e*/
		);

		background: -moz-linear-gradient(#b6db55 1%, #6db655 100%);

		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFb6db55, endColorStr=#FF6db655, GradientType=0);
		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFb6db55, endColorStr=#FF6db655, GradientType=0)";

	}




div#localmenu p a:hover, div#localmenu p.atama a:hover {
	text-decoration: none;

	border-top: 1px #6db655 solid;	/*#cccccc*/
	border-left: 2px #6db655 solid;	/*#cccccc*/
	border-right: 1px #246d55 solid;	/*#999999*/
	border-bottom: 1px #246d55 solid;	/*#999999*/

	color: #ffffff;

	background-color: #bbbbbb;
		background: -webkit-gradient(linear, left top, left bottom,
		from(#6db655),/*#c9c9c9*/
		to(#6d9255)/*#6e6e6e*/
		);

		background: -moz-linear-gradient(#6db655 1%, #6d9255 100%);

		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF6db655, endColorStr=#FF6d9255, GradientType=0);
		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF6db655, endColorStr=#FF6d9255, GradientType=0)";

	}




/*----------------------------------------------------------*/



div#indexmenu {
	margin: 10px 0 20px 5px;
	height: 280px;
	}


div#indexmenu div {
	float: left;
	display: block;
	margin: 0 10px;
	width: 210px;
	height: 280px;
	text-align: center;
	}

div#indexmenu p {
	display: block;
	margin: 0;
	width: 210px;
	height: 140px;
	text-align: center;
	}

div#indexmenu dl {
	margin: 0;
	padding: 0;
	width: 210px;
	height: 140px;
	text-align: left;
	}

div#indexmenu dl dt {
	margin: 0;
	padding: 0 0.5em;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.7em;
	}

div#indexmenu dl dd {
	margin: 0;
	padding: 0 0.5em;
	font-size: 13px;
	line-height: 1.3em;
	}

div#indexmenu p a {
	display: block;
	margin: 0 2px;
	width: 206px;
	height: 140px;
	line-height: 40px;

	border-top: 1px #ffdbff solid;
	border-left: 1px #ffdbff solid;
	border-right: 1px #db92aa solid;
	border-bottom: 1px #db92aa solid;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background-color: #ffdbff;
		background: -webkit-gradient(linear, left top, left bottom,
		from(#ffdbff),/*#fafafa*/
		to(#ffb6ff)/*#dddddd*/
		);

		background: -moz-linear-gradient(#ffdbff 1%, #ffb6ff 100%);

		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFffdbff, endColorStr=#FFffb6ff, GradientType=0);
		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFffdbff, endColorStr=#FFffb6ff, GradientType=0)";

	}



div#indexmenu p a:hover {
	text-decoration: none;

	border-top: 1px #ffdbff solid;
	border-left: 1px #ffdbff solid;
	border-right: 1px #db92aa solid;
	border-bottom: 1px #db92aa solid;

	color: #ffffff;

	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .4);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, .4);

	background-color: #ffb6ff;
		background: -webkit-gradient(linear, left top, left bottom,
		from(#ffdbff),/*#c9c9c9*/
		to(#f8a6f8)/*#6e6e6e*/
		);

		background: -moz-linear-gradient(#ffdbff 1%, #f8a6f8 100%);

		/* For Internet Explorer 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFffdbff, endColorStr=#FFf8a6f8, GradientType=0);
		/* For Internet Explorer 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFffdbff, endColorStr=#FFf8a6f8, GradientType=0)";

	}




/*----------------------------------------------------------*/



div#ttbdy {
	margin: auto;
	}

div#ttbdy h3 {
	font-size: 20px;
	line-height: 1.2em;
	margin: 15px 0px;
	}

/*
div#ttbdy p.entry {
	font-size: 21px;
	line-height: 1.2em;
	text-align: center;
	margin: 25px 0px;
	clear: both;
	}
*/

div#ttbdy p.entry {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	width: 180px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	background-color: #ccc;
	}

div#ttbdy p.entry a {
	display: block;
	background-color: #39c;
	color: #fff;
	border: 2px #369 solid;
	}

div#ttbdy p.entry a:hover {
	display: block;
	text-decoration: none;
	background-color: #fff;
	color: #369;
	border: 2px #39c solid;
	}

div#ttbdy p.notice {
	font-size: 12px;
	line-height: 1.2em;
	margin: 25px 100px;
	}

div#ttbdy p {
	font-size: 14px;
	line-height: 1.3em;
	margin: 18px 0px 5px 0px;
	}

div#ttbdy p.modoru {
	font-size: 14px;
	line-height: 1.3em;
	margin: 18px 50px 5px;
	}


/*----------------------------------------------------------*/
