@charset "utf-8";
body,td,th {
	color: #333;
	font-size: small;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
body {
	margin-top:5px;
	text-align:center;
	background-color: #EEEBEB;
}
.background{
	width:790px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}
p,.header h1,.h2,.h3,.h4{ margin:0; line-height:1.3em;}
.header h1{font-size:large;}
.h2{
	margin:10px 5px 0;
	padding:50px 10px 20px;
	background-image:url(../images/midasi.gif);
	background-repeat:no-repeat;
	font-size: large;
	text-align: center;
}
.header  h1 a:link {color: #333;text-decoration: none;}
.header h1 a:visited {color: #333;text-decoration: none;}
.header h1 a:hover {color: #FFFFFF;text-decoration: underline;}
.header h1 a:active {color: #FF0000;text-decoration: none;}
.h3, .entry{
	margin:10px 0 0;
	padding:0 5px 0 30px;
	background-image:url(../images/bar1.gif);
	background-repeat:no-repeat;
	line-height: 25px;
	font-size: medium;
	color: #000;
}
.entry{
	font-size:small;
	font-weight:bold;
}
.h3 a:link {color: #333;text-decoration: underline;}
.h3 a:visited {color: #333;text-decoration: underline;}
.h3 a:hover {color: #FFFFFF;text-decoration: none;}
.h3 a:active {color: #FF0000;text-decoration: underline;}

.h4, .entrytitle{
	margin:10px 0 5px 14px;
	padding:0 5px 0 15px;
	background-image:url(../images/icon1.gif);
	background-repeat:no-repeat;
	line-height: 21px;
	font-size: medium;
}
.entrytitle{font-weight:bold;}
.h5, .h6{
	margin-left:10px;
	font-size: small;
	background-image: url(../images/icon1.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 15px;
}
.header{
	padding:20px 15px 15px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	height: 55px;
}
.header p{
	text-align:right;
	margin-top: 5px;
}
/*--------------------------------------------------- contents --*/
div.contents{
	margin:10px;
}
div.td2{
	width:570px;
	padding:0;
	float:right;
}
.entrybody{
	padding:5px;
	margin:0 5px 15px;
	border:solid 1px #CCCCCC;
}
.descrip{
	margin:5px 5px 25px;
	line-height: 22px;
	background-image: url(../images/note.gif);
	padding: 0 5px 0;
}
.picture{
	text-align:center;
	margin: 0 0 10px;
}
.errormsg, .infomsg{
	margin:10px 0 10px;
	padding:5px 0 5px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background-repeat: repeat-x;
}
.errormsg{
	background-image:url(../images/bar2.gif);
	background-color: #CF1212;
}
.infomsg{
	background-image:url(../images/bar3.gif);
	background-color: #029ACC;
}
.entry-footer{
	margin:10px 0 0;
	padding:5px 10px 5px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
/*--------------------------------------------------- menu --*/
div.td1{
	width:180px;
	padding:0;
	float: left;
}
.menu{
	padding:5px;
	text-align:center;
	background-image:url(../images/menu1.gif);
	background-repeat:no-repeat;
	font-weight: bold;
}
.short{
	margin:5px 0 15px;
}
.short ul{
	margin:0 10px 10px;
	padding:0;
	list-style-type:none;
}
.short li{
	padding:0 0 0 10px;
	background-image:url(../images/icon2.gif);
	background-repeat:no-repeat;
	margin: 5px 0 10px;
}
.short li.active a{
	color:#333;
	text-decoration:none;
}
.short li.active a:hover {
	color:#333;
	text-decoration: underline;
}
.short p, .category{
	padding:5px;
}
.calendar{ text-align:center;}
.category{ padding:5px 10px 0 20px;}
.search form{
	margin:5px 15px 0;
	text-align: right;
}
.acc{
	padding:5px 0 0;
	text-align:center;
}
/*--------------------------------------------------- calendar --*/
th.calendarday, .calendardaytitle{
	width:24px;
	height:22px;
	padding:3px 0 0;
	text-align:center;
	color:#666666;
}
th.calendarday{
	background-image:url(../images/calender1.gif);
	background-repeat:no-repeat;
}
div.calendardaytitle{
	background-image:url(../images/calender2.gif);
	background-repeat:no-repeat;
}
td.calendardaycurrent{
	font-weight:bold;
	text-align:center;
	background-image:url(../images/calender2.gif);
	background-repeat:no-repeat;
}
td.calendarmonthyearrow{ text-align:center;}
td.calendarmonthyearrow a:link{ text-decoration:none;}
td.calendarmonthyearrow a:visited{ text-decoration:none;}
/*--------------------------------------------------- question --*/
form.question label{
	padding:3px;
	display:block;
	border-top:dotted #666666 1px;
}
.question03{
	padding:3px 0 3px;
	text-align:center;
	border-top:dotted #666666 1px;
}
.question{margin:0;}
input.button{display:inline;}
.question04{display:inline;}
/*--------------------------------------------------- footer --*/
.footer{
	margin:0;
	padding:10px 0 0;
	height:20px;
	clear:both;
	text-align: center;
	background-color:#EEEBEB;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
}
/*---------------------------------------------------  --*/
div.open img, li.change-side img, div.change-home img{
	border:0;
}
div.home a, div.back-link a{
	background-image: url(../images/icon2.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0 5px;
}
div.back-link a{ margin-left:10px;}
div.open{margin:5px 0 5px;}
div.pagetop{ text-align:right;}
.change-question{}
.change-home{ margin:5px 0 5px;}
table.base {
	border:0px;
	border-collapse :collapse;
	margin:0px;
	padding:0px;
}
.base td {
	vertical-align:top;
	margin:0px;
	padding:0px;
}

li.change-side{
	margin:5px 0 0;
	padding:0;
	list-style:none;
	background-image:none;
}
.calendarnextprev{ text-align:center;}
/*--------------------------------------------------- PR --*/
div.pr-headr, div.pr-footer{
	padding:0 3px 3px;
	text-align:center;
	background-color:#EEEBEB;
}
table.pr-side{ margin-left:10px;}
div.pr-plugin{ text-align:center;}
