@charset "UTF-8";
/* CSS Document */

p {
	margin:5px 0;
}

/* 2ndメニューボタン =================================== */
#ID_2nd_Menu {
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
    width:940px;
    height:29px;
    _height:30px;
	position: relative;
	font-size:12px;
}
#ID_2nd_Menu ul {
	height:29px;
	_height:30px;
	list-style:none;
	margin:0;
	padding:0;
}
#ID_2nd_Menu li{
	height: 29px;
	_height:30px;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#ID_2nd_Menu li a{
	height: 29px;
	_height:30px;
	display:block;
	margin:0;
	padding:0;
}
#ID_2nd_Menu #ID_2nd_Menu1 {
	width: 185px;
}
#ID_2nd_Menu #ID_2nd_Menu2 {
	width: 192px;
}
#ID_2nd_Menu #ID_2nd_Menu3 {
	width: 190px;
}
#ID_2nd_Menu #ID_2nd_Menu4 {
	width: 183px;
}
#ID_2nd_Menu #ID_2nd_Menu5 {
	width: 190px;
}

/* 左メニューarrow出し分けと2ndbgcolor =================================== */
#leftmenu li a {
	font-size:100%;
    display:block;
    margin:0;
    padding:13px 8px 13px 25px;
    /*\*/
    _padding:14px 8px 15px 25px;
    /**/
    line-height:1.1;
    color:#0767c1;
    /*\*/
    _letter-spacing:1px;
    /**/
    text-decoration:none;
    background:url(../images/common/arrow_green3.gif) 12px 50% no-repeat;
	border-top:dotted 1px #dcdcdc;
    }
#leftmenu li.second a {
	font-size:100%;
    padding:13px 8px 13px 25px;
    /*\*/
    _padding:14px 8px 15px 25px;
    /**/
    background:url(../images/common/arrow_green3.gif) 16px 50% no-repeat #f8f8f8;
	border-top:dotted 1px #dcdcdc;
    }

#leftmenu li.second a:hover {
    background-color:#f8fbeb;
    }


#leftmenu li.index a {
	font-size:100%;
    display:block;
    margin:0;
    padding:13px 8px 13px 25px;
    /*\*/
    _padding:14px 8px 15px 25px;
    /**/
    line-height:1.1;
    /*\*/
    _letter-spacing:1px;
    /**/
    text-decoration:none;
    background:url(../images/common/arrow_green3.gif) 12px 50% no-repeat;
	border-top:solid 1px #dcdcdc;
    }
	
#leftmenu li.index a:hover {
    background-color:#f2f2f2;
    }
#leftmenu li.indexselect a {
	font-size:100%;
    display:block;
    margin:0;
    padding:13px 8px 13px 25px;
    /*\*/
    _padding:14px 8px 15px 25px;
    /**/
    line-height:1.1;
    /*\*/
    _letter-spacing:1px;
    /**/
    text-decoration:none;
    background:url(../images/common/arrow_green3.gif) 12px 50% no-repeat;
	border-top:solid 1px #dcdcdc;
	background-color:#f2f2f2;
	color:#3d8c2b;
    }
	
	
/* CMS =================================== */
#ContentsCMS_kanjya {
	width:660px;
	margin:0 23px 0 0;
	_margin:0 5px 0 0;
	float:right;
	text-align:left;
}

/*====== 
#ContentsCMS_kanjya table {
    border-top:solid 1px #666;
    border-left:solid 1px #666;
	border-collapse: collapse;
	margin:15px 0 5px 0;
}
#ContentsCMS_kanjya table th {
    padding:5px 10px;
    border-right:solid 1px #666;
    border-bottom:solid 1px #666;
    font-weight:normal;
	vertical-align: middle;
	width:23%;
	background-color:#f1f6df;
}
#ContentsCMS_kanjya table td {
    padding:5px 12px;
    border:solid 1px #666;
    vertical-align: middle;
	width:77%;
}
=========== */

#nenjilist h3 {
	font-size:98%;
	font-weight:normal;
    padding:13px 0 13px 20px;
    /*\*/
    _padding:14px 0 15px 20px;
    /**/
    background:url(../images/common/arrow_green3.gif) 5px 50% no-repeat;
	border-bottom:dotted 1px #dcdcdc;
	clear:both;
}


.kijinextback {
	margin:0;
	padding:0;
}
.kijiback {
	padding:0 0 10px 0;
	float:left;
	font-size:11px:
}
.kijinext {
	padding:0 0 10px 0;
	float:right;
	font-size:11px:
}



.kanjyaTitle {
    padding:13px 0 13px 20px;
    /*\*/
    _padding:14px 0 15px 20px;
    /**/
    background:url(../images/common/ti_icon01.gif) 5px 50% no-repeat;
	border-top:solid 7px #e9e9e9;
	border-bottom:dotted 1px #dcdcdc;
	clear:both;
}

.CmsDay {
	text-align:right;
    padding:5px 3px;
	border-bottom: double 3px #f3f3f3;
	margin-bottom:10px;
}


.sidetitle {
	float:left;
    margin:0;
    width:203px;
    padding:10px 0 10px 20px;
    /*\*/
    _padding:10px 0 10px 20px;
    /**/
    background:url(../images/common/ti_icon01.gif) 5px 50% no-repeat;
	border-top:solid 7px #e9e9e9;
}

* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
