@charset "utf-8";
/*
--------[ S t y l e ]
*/

/* 
   [ P A R T S  -  main  -  ContentsDiv ]
*/
.pagenavi {
  height:25px;
  padding:0 20px 0 0;
	text-align:right;
}
.pagenavi a { padding:2px 10px; color:#a67053; text-decoration:none; font-weight:bold; line-height:25px; }
.pagenavi  a:hover { color:#a67053; text-decoration:underline; }
/* 
   [ P A R T S  -  main  -  ContentsDiv  -  mwContents ]
*/

/* 
   [ P A R T S  -  main  -  ContentsDiv  -  CategoryDiv ]
*/
#CategoryDiv {
	width:660px;
	padding:10px 0 0 0;
}
#CategoryDiv ul {
	padding:0 5px;
	overflow:hidden;
	clear:both;
}
#CategoryDiv ul li{
	float:left; clear:none;
	margin:0 4px 4px 0;
	text-align:center;
}
#CategoryDiv ul li a{
  display:block;
	width:150px; height:30px; line-height:30px;
	background:url(img/category-btn.jpg) 0 0 no-repeat;
	color:#61181E;
	text-decoration:none;
	font-weight:bold;
}
#CategoryDiv ul li a.current{
  text-decoration:underline;
}
#CategoryDiv ul li a:hover{
  text-decoration:underline;
}

#FaqDiv {
  width:660px; height:auto;
	padding-top:15px;
	overflow:hidden;
	clear:both;
}
#FaqDiv h2 {
  height:45px;
	display:block;
	background:url(img/bg-faq.gif) 0 0 no-repeat;
  font-size:18px; color:#61181E;
	padding:0 20px;
	line-height:2.3em;
}
.h2InnerDiv {
  padding:10px 0 20px 10px;
}
.h2InnerDiv .message{
  padding:20px;
}
.Question {
  height:26px; padding:3px 0; 
	overflow:hidden;
	background:url(img/q-img.gif) 10px 0 no-repeat;
	padding-left:51px;
}
.Question h3 {
	height:26px; line-height:26px;
	font-size:16px;
	color:#61181E;
}
.Answer {
	overflow:hidden;
  height:auto; padding:3px 0;
	background:url(img/a-img.gif) 10px 0 no-repeat;
}
.Answer p {
	padding:5px 0 10px 51px;
}
/* 
   [ P A R T S  -  main - Sidebar - calendar ]
*/
#SidebarDiv {
	width:193px;
	background:#EFE6E0;
	border:#ccc solid 1px;
	padding:10px 10px;
	overflow:hidden;
}
#SidebarDiv h3 {
  background:url(img/h3-information.gif) 0 0 no-repeat;
}
.Info h4 {
	clear:both;
  color:#61181E;
	padding:15px 0 10px 0;
}
.Info img {
  float:left; clear:none;
	overflow:hidden;
	border:#61181E solid 1px;
	padding:1px;
	margin:5px 5px 0 0;
	width:30%;
}
.Info p {
	line-height:1.2em;
	padding-bottom:10px;
}

