.main_com {
	color: white;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #c90037;
	margin-bottom: 15px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; 
	position:relative;            /* PIEを動作させるために追加 */
    behavior: url( ./pie1/PIE.htc ) ;
}

.main_com h2 {
	padding-top: 2px;
	text-shadow: 0px 1px 1px #880024;
	line-height: 130%;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	margin-left:0;
	margin-bottom:5px;
	margin-right:0;
	margin-top:0;
}

.main_com_m {
	line-height:155%;
	font-size:12px;
}

.kiji {
	margin-bottom: 30px;
	clear: both;
}

_kiji h3 {
	margin-top: 10px;
	padding-left: 35px;
	margin-left: -15px;
	background-image: url(../../images/plan_lbl.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px #e5e0d3;
	display: block;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	font-size: 18px;
}

.kiji h3 {
	text-shadow: 0px 1px black;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-top: 7px;
	color: white;
	background-color: #4d4d4d;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	font-size: 14px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; 
	position:relative;            /* PIEを動作させるために追加 */
    behavior: url( ./pie1/PIE.htc ) ;
}

.kiji h3:before {
	content: "▼";
}

.kiji_m {
	color: #3a3a3a;
	font-size: 13px;
	line-height: 150%;
}

.kiji_m ul,.kiji_m ol {
	margin-bottom: 15px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.kiji_m ul li,.kiji_m ol li {
	line-height: 140%;
	margin-bottom: 9px;
}

.kiji .date {
	display:none;
}

.kiji2 {
	margin-bottom: 10px;
}

.kiji2 h3 {
	padding-bottom: 5px;
	padding-top: 15px;
	line-height: 130%;
	font-size: 18px;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.kiji2_m {
}

.tableStyle1 .linkbox:hover {
	background-color: #f8f8f8;
}

.tableStyle1 h4 {
	margin-top: 0px !important;
}

.kaijyoList {
	background-color: #f0edec;
}


.kaijyoList h4 {
	margin-bottom: 5px;
	padding-bottom: 3px;
	margin-top: 0px;
}

.kaijyoList p {
	margin-bottom: 0px;
}

.kaijyoList td {
	line-height: 130%;
	color: #4a3d37;
	font-size: 11px;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.area_top .kiji {
	margin-bottom: 0px;
}

.area_top .kiji_m {
	padding-top: 0px;
	margin-top: 0px;
}

.kijilist {
	margin-bottom: 25px;
}

.kijilist_m {
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.kijilist_date {
	display: none;
	color: #a7a7a7;
}

.kijilist .title {
	display: none;
}

.kijilist ul {
	padding-left: 25px;
	border-bottom-color: #a7a7a7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.kijilist ul li {
	padding: 0px;
	margin-right: 5px;
	list-style-type: none;
	float: left;
}

.kijilist ul li a {
	text-shadow: 0px 1px 1px #c1c1c1;
	line-height: 120%;
	color: #626262;
	background-color: white;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 1px;
	display: inline-block;
	border-color: #c9c9c9;
	border-style: solid;
	padding-left: 17px;
	padding-bottom: 6px;
	padding-right: 17px;
	padding-top: 10px;
	font-size: 13px;
	border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	position:relative;            /* PIEを動作させるために追加 */
    behavior: url( ./pie1/PIE.htc ) ;
}

.kijilist ul li a:hover {
	text-shadow: 0px 1px white;
	color: #313131;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #c2c2c2;
	border-style: solid;
	text-decoration: none;
	background-color: #f8f8f8;
}

.pageup_kiji {
	color: white;
	background-color: #dcdcdc;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	line-height: 100%;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 7px;
	display: inline-block;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; 
	position:relative;            /* PIEを動作させるために追加 */
    behavior: url( ./pie1/PIE.htc ) ;
}

.pageup_kiji:hover {
	color: white;
	background-color: #c2c2c2;
	text-decoration: none;
}

