/* CSS Document */

@charset "Shift_JIS";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
h1{
	width: 900px;
	margin: auto;
	padding: 0;
}
h2{
	margin: 0px;
	padding: 0;
	line-height: 1.4;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
h3{
	padding: 5px;
	border-bottom: 3px solid #9ed03c;
	font-size: 16px;
	font-weight: bold;
	color: #5d752e;
}
a:link {
	color: #03a27b;
}
a:visited {
	color: #015440;
}
a:hover {
	text-decoration: none;
}
.cl {
	clear:both;
	line-height:0;
}
.center {
	text-align:center;
}

/*---- clear ----*/
.cbox {
	zoom:1;/*for IE 5.5-7*/
}
.cbox:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	line-height: 0;
	clear:both;
	visibility:hidden;
}
.clear {
	clear: both;
	line-height: 0;
}
/*---- page ----*/
#bg {
	background: url(/template/10044/img/bg_header.gif) repeat-x left top;
}
#range{
	width:900px;
	margin: 0 auto;
}
#header{
	width: 900px;
	height: 250px;
	padding-top: 22px;
}
#lead {
	padding: 10px;
	margin: 10px 10px 0;zoom: 1;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
#container {
	padding: 10px 20px;
}

/* head_pr */
.head_pr {
	width: 900px;
	margin: 0 auto;
	padding:5px;
	overflow: hidden;
	zoom: 1;
	color: #ffffff;
}
.head_pr strong {
	color:#ff0000;
	float:right;
}
.head_pr ul {
	float:right;
	list-style:none outside none;
}
.head_pr a:link,
.head_pr a:hover,
.head_pr a:visited {
	color: #ffffff;
}
.head_pr div{text-align:right;}
.head_pr div div{display:none;}

/*---- box ----*/

#leftbox,
#mainarea,
#rightbox {
	float: left;
}

/* main */
#mainarea {
	width: 490px;
	margin: 10px 10px 0 0;
}


/* side */
#leftbox {
	width: 175px;
	margin-right: 10px;
}
#rightbox {
	width: 175px;
}

/* footer */
#footerarea {
	clear: both;
	height: 23px;
	padding: 5px 0 7px;
	background: url(/template/10044/img/bg_footer.gif) repeat-x left top;
	color: #ffffff;
}

/*---- mainarea ----*/

/* entry */
.entry_box,
.entry {
	text-align:left;
}
.entry_box {
	margin-bottom: 20px;
}
.date {
	margin-top: -2em;
	padding: 2px;
	letter-spacing:1px;
	text-align: right;
	font-weight:normal;
	font-size:12px;
	color:#666666;
}
.entry_text {
	padding: 15px 5px;
	font-weight:normal;
	font-size:12px;
	color:#666666;
	line-height:1.3;
}
.entry_layer,
.comment_layer {
	overflow:hidden;
	word-break:break-all;
}

/* posted */
.posted{
	  padding: 6px;
	  background: url(/template/10044/img/bg_post.gif) no-repeat left top;
	  color: #666666;
	  line-height:1.2em;
	  text-align:right;
}

/* entry navi */
.page {
	  padding-bottom:8px;
	  letter-spacing:1px; 
	  word-break:break-all;
}

/*---- one article ----*/
.entry_box_oth {
	margin-bottom: 15px;
	text-align: left;
}
.title_box {
	padding: 2px 5px;
	border-bottom: 1px solid #9ed03c;
	border-left: 3px solid #9ed03c;
}
.oth_title {
	padding: 2px 5px;
	font-weight: bold;
	color: #5d752e;
}
.com_posted{
	  padding: 6px;
	  border-bottom: 1px dotted #666666;
	  color: #666666;
	  line-height:1.2em;
	  text-align:right;
}

input {
	margin: 5px 0 10px;
}

/*---- sidemenu ----*/
.side {
	margin: 10px 0;
	text-align:center;
}
.side_header {
	width:175px;
	height: 20px;
	background-color: #5d752e;
}
.side ul li {
	list-style: none outside;
	text-align: left;
}
.side_title {
	padding-top: 4px; 
	word-break:break-all;
	letter-spacing:1px;
	text-align: center;
	font-weight: bold;
	color:#ffffff;
}

.side_box {
	padding: 5px;
	word-break: break-all;
	font-size: 10px;
}

.side ul li.side_text {
	list-style: square url(/template/10044/img/icon.gif) inside;
	line-height:1.2;
	color:#000000;
}



/* calender */
.calendar_bg {
	padding: 5px 0 5px 0;
}
td.calendar {
	width: 18px;
	padding: 2px;
	color: #666666;
	text-align: center;
	line-height: 1.3;
}
.calendar a:link {
	color: #03a27b;
	text-decoration: underline;
	display :block;
}
.calendar a:visited {
	color: #015440;
	text-decoration: underline;
	display: block;
}
.calendar a:hover {
	color: #ffffff;
	text-decoration: underline;
	background: #9ed03c;
}
th.calendar {
	width: 18px;
	padding: 2px;
	color: #666666;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}

/* search btn */
.search_btn li {
	margin: 5px 0;
}


/* official bnr */
.official_bnr li {
	margin: 5px;
}


