﻿@charset "UTF-8";
/*==================================================
 COMMON CSS
==================================================*/

.line02 {
	height: 1px;
	background: url(../img/common/line/line02.gif) no-repeat 0px bottom;
	}

.h301 {
	font-size: 20px;
	color: #B28513;
	padding: 0px 0px 3px 25px;
	background: url(../img/common/hs/h301Bg.gif) no-repeat 0px bottom;
	}

.h401 {
	font-size: 17px;
	font-weight: bold;
	color: #C56667;
	}

.min250 {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	}

.frame01 {
	position: relative;
	width: 690px;
	background: url(../img/common/frame/01/frame01Tp.gif) no-repeat 0px top;
	}
	.frame01Wrap {
		background: url(../img/common/frame/01/frame01Bt.gif) no-repeat 0px bottom;
		overflow: hidden;
		zoom: 1;
		}
		.frame01Inner {
			margin: 18px 0px;
			padding: 7px 25px;
			background: url(../img/common/frame/01/frame01Bg.gif) repeat-y 0px 0px;
			overflow: hidden;
			zoom: 1;
			}
			
.frame02 {
	position: relative;
	width: 270px;
	background: url(../img/common/frame/02/frame02Tp.gif) no-repeat 0px top;
	}
	.frame02Wrap {
		background: url(../img/common/frame/02/frame02Bt.gif) no-repeat 0px bottom;
		overflow: hidden;
		zoom: 1;
		}
		.frame02Inner {
			margin: 18px 0px;
			padding: 7px 25px;
			background: url(../img/common/frame/02/frame02Bg.gif) repeat-y 0px 0px;
			overflow: hidden;
			zoom: 1;
			}
			
.frame03 {
	position: relative;
	width: 390px;
	background: url(../img/common/frame/03/frame03Tp.gif) no-repeat 0px top;
	}
	.frame03Wrap {
		background: url(../img/common/frame/03/frame03Bt.gif) no-repeat 0px bottom;
		overflow: hidden;
		zoom: 1;
		}
		.frame03Inner {
			margin: 18px 0px;
			padding: 7px 25px;
			background: url(../img/common/frame/03/frame03Bg.gif) repeat-y 0px 0px;
			overflow: hidden;
			zoom: 1;
			}
			

.frame04 {
	position: relative;
	width: 320px;
	background: url(../img/common/frame/04/frame04Tp.gif) no-repeat 0px top;
	}
	.frame04Wrap {
		background: url(../img/common/frame/04/frame04Bt.gif) no-repeat 0px bottom;
		overflow: hidden;
		zoom: 1;
		}
		.frame04Inner {
			margin: 18px 0px;
			padding: 7px 25px;
			background: url(../img/common/frame/04/frame04Bg.gif) repeat-y 0px 0px;
			overflow: hidden;
			zoom: 1;
			}
			
.frame05 {
	position: relative;
	width: 340px;
	background: url(../img/common/frame/05/frame05Tp.gif) no-repeat 0px top;
	}
	.frame05Wrap {
		background: url(../img/common/frame/05/frame05Bt.gif) no-repeat 0px bottom;
		overflow: hidden;
		zoom: 1;
		}
		.frame05Inner {
			margin: 18px 0px;
			padding: 7px 25px;
			background: url(../img/common/frame/05/frame05Bg.gif) repeat-y 0px 0px;
			overflow: hidden;
			zoom: 1;
			}

.pos01 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	}
	
.pos02 {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	}
	
.pos03 {
	position: absolute;
	top: -25px;
	right: -30px;
	z-index: 10;
	}
	
.pos04 {
	position: absolute;
	bottom: -18px;
	left: 0px;
	z-index: 10;
	}
	
.list01 {}
	.list01 ul {
		padding: 0px 0px 30px 0px;
		}
		.list01 ul li {
			padding: 10px;
			}
			.list01 ul li .date {
				color: #B28513;
				}
			.list01 ul li p {
				font-size: 14px;
				color: #BE5D60;
				}
			.list01 ul li a {
				color: #BE5D60;
				text-decoration: underline;
				}
		.list01 ul li:nth-child(odd) {
			background: #F9F4DF;
			}
				
.list02 {}
	.list02 ul {}
		.list02 ul li {
			padding: 10px 0px;
			background: url(../img/common/line/line01.gif) no-repeat center bottom;
			}
			.list02 ul li .date {
				color: #B28513;
				}
			.list02 ul li p {
				font-size: 14px;
				color: #BE5D60;
				}
			.list02 ul li a {
				color: #BE5D60;
				text-decoration: underline;
				}
				
.calendar {
	position: relative;
	width: 202px;
	background: url(../img/common/calendar/calendarTp.jpg) no-repeat 0px top;
	}
.calendarWrap {
	background: url(../img/common/calendar/calendarBt.gif) no-repeat 0px bottom;
	overflow: hidden;
	zoom: 1;
	}
.calendarInner {
	margin: 61px 0px 5px 0px;
	padding: 3px 15px;
	background: url(../img/common/calendar/calendarBg.gif) repeat-y 0px 0px;
	overflow: hidden;
	zoom: 1;
	}

.calendar .date {
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	zoom: 1;
	}
	.calendar .prev {
		float: left;
		}
	.calendar .next {
		float: right;
		}
		.calendar .prev a,
		.calendar .next a {
			color: #BE5D61;
			text-decoration: none;
			}
		.calendar .prev a:hover,
		.calendar .next a:hover {
			text-decoration: underline;
			}
		
	.calendar p {
		color: #B28513;
		text-align: center;
		}

.calendar table {
	width: 100%;
	table-layout: fixed;
	}
	
	.calendar table tr:nth-child(odd) {
		background: #F9F4DF;
		}
	
	.calendar table th,
	.calendar table td {
		color: #B28513;
		padding: 1px 0px;
		text-align: center;
		}
	
	.calendar table th {
		border-top: 1px solid #EFD98E;
		border-bottom: 1px solid #EFD98E;
		background: #ffffff;
		}
	.calendar table td {}
	
	.calendar table td.holiday {
		display: block;
		color: #FFFFFF;
		background: #E8C9C5;
		}
		
.c01{ color:#E190A4; }
.c02{ color:#9FBADF; }
.c03{ color:#FFCC00; }
.c04{ color:#E5CC7F; }
.c05{ color:#83C57F; }

.tbl01{
	width:100%;
	border-top:#EFE1B2 1px solid;
	border-bottom:#EFE1B2 1px solid;
	border-left:#EFE1B2 5px solid;
	font-size: 15px !important;
	}
.tbl01 th{
	padding:15px 10px;
	width:160px;
	font-weight:bold;
	}
.tbl01 td{
	padding:15px 10px;
	border-bottom:#EFE1B2 1px solid;
	}

.tbl02{
	width:100%;
	border-top:#EFE1B2 1px solid;
	border-bottom:#EFE1B2 1px solid;
	border-left:#EFE1B2 5px solid;
	font-size: 15px !important;
	}
.tbl02 th{
	padding:10px 10px;
	width:160px;
	font-weight:bold;
	border-bottom:#EFE1B2 1px solid;
	}
.tbl02 td{
	padding:10px;
	border-bottom:#EFE1B2 1px solid;
	}

.tbl03{
	width:100%;
	font-size: 15px !important;
	}
.tbl03 th{
	padding:5px 0px;
	width:65px;
	font-weight:bold;
	background: url(../img/page/maid/hr01.gif) repeat-x 0px bottom;
	}
.tbl03 td{
	padding:5px 0 5px 5px;
	background: url(../img/page/maid/hr01.gif) repeat-x 0px bottom;
	line-height:120%;
	}
.tbl03 thead th{
	color:#C56666;
	font-size: 17px !important;
}
.tbl03 .col2 th {
	background:none;
	padding-bottom:0;
}
.tbl03 .col2 td {
	padding-left:0 !important;
}


.mailMag {
	position: relative;
	width: 202px;
	background: url(../img/common/mailMag/mailMagTp.png) no-repeat 0px top;
	}
.mailMagWrap {
	background: url(../img/common/mailMag/mailMagBt.png) no-repeat 0px bottom;
	overflow: hidden;
	zoom: 1;
	}
.mailMagInner {
	margin: 61px 0px 5px 0px;
	padding: 3px 15px;
	background: url(../img/common/mailMag/mailMagBg.png) repeat-y 0px 0px;
	overflow: hidden;
	zoom: 1;
	}