/*
 ver 1.01
*/
/* @group YUI reset.css */

/*
 * YUI reset.css
 * arranged by Akn
 */
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; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,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; 
} 
/* @end */

/* @group basic */
html {
	height: 100%;
}
a ,
a:link {
	color: #e84118;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* @end */

/* @group wrapper */
#wrapper {
	margin: 10px auto 0;
	width: 950px;
}
* html body {
	margin: 0;
	text-align: center;
}
* html #wrapper {
	text-align: left;
}
/* @end */

/* @group header */
#header {
	border-top: 4px #559066 solid;
	border-bottom: 4px #559066 solid;
	height: 80px;
}
#header #logo ,
#header #banner {
	float: left;
	overflow: hidden;
}
#header #logo {
	width: 190px;
}
#header #banner {
	width: 510px;
	margin-left: 30px;
}
#description {
	margin-top: 2px;
	text-align: right;
	font-size: 12px;
}
#searchBox {
	float: right;
	overflow: hidden;
	width: 190px;
	padding-top: 12px;
}
#searchBox .image {
	margin-top: 30px;
}
#searchBox .text {
	width: 130px;
}
#searchBox .button {
	width: 40px;
}
/* @end */

/* @group 3-column */
#container {
	float: left;
	width: 730px;
}
#contents {
	margin-left: 30px;
	float: right;
	width: 510px;
}
#widgetWrapper1 {
	float: left;
}
#widgetWrapper2 {
	float: right;
}
.widgetWrapper {
	width: 190px;
}
#footer {
	margin-bottom: 10px;
	clear: both;
	border-bottom: 4px #559066 solid;
}
#footer p {
	text-align: right;
}


/* @end */

/* @group body */
#body {
	margin-top: 10px;
}
/* @end */


/* @group contents */
#contents .content {
	margin-bottom: 20px;
}
#contents .entry ,
#contents .news {
	background: #ededed;
	padding-bottom: 8px;
}
#contents .content .header {
	padding-left: 8px;
	background: #e84118 url('img/entry-header.png') left top no-repeat;
	height: 19px;
	color: #ffffff;
	line-height: 19px;
	text-indent: 1em;
	font-size: 16px;
}
#contents .content .header a ,
#contents .content .header a:link ,
#contents .content .header a:visited {
	color: #ffffff;
	text-decoration: none;
}
#contents .news .body ,
#contents .entry .body {
	margin: 8px 12px 0;
	padding: 12px 1em;
	background: #ffffff;
	border: 1px #9a9a9a solid;
}
.news dl ,
.news dl dt ,
.news dl dd {
	font-size: 14px;
}
.news dl {
	margin-top: -0.8em;
	margin-left: 10em;
}
.news dl dt ,
.news dl dd {
	line-height: 1.2em;
}
.news dl dt {
	margin-left: -10em;
	margin-top: 0.8em;
}
.news dl dd {
	margin-top: -1.2em;
}
.news .newsMark {
	background: #fcee11;
	margin-left: 1em;
	padding: 0 0.5em;
}
#contents #map {
	background: #ffffff;
}
#contents #map .body {
	border: #e1e254 solid 2px;
}
#map_catch {
	margin-top: -20px;
	height: 20px;
	font-size: 14px;
}
#map_catch p {
	text-align: right;
	padding: 2px 4px;
	color: #ffffff;
}
#map_toggle p {
	text-align: right;
	padding: 2px 6px;
}
#map_inline {
	margin: 6px;
	width: 494px;
	height: 400px;
}
body.maximized #map_catch:hover ,
#map_catch:hover ,
body.maximized #map_toggle:hover ,
#map_toggle:hover {
	cursor: pointer;
}
#map_toggle:hover {
	background: #e84118;
	color: #fff;
}

#MapnGoInfoWindow ul li {
	font-size: 10.5pt  !important;
}
#MapnGoInfoWindow h3 {
	margin-bottom: 1em;
	font-size: 12pt !important;
}
#MapnGoInfoWindow p {
	font-size: 10.5pt  !important;
}
#MapnGoInfoWindow p a:link {
	color: #e84118 !important;
}
#MapnGoInfoWindow .more {
	display: block !important;
	margin-top: 1em;
	text-align: right;
}
body.maximized {
	height: 100%;
	overflow: hidden;
}
body.maximized #map_catch ,
body.maximized #map_toggle {
	margin-top: 0;
	background: #e84118;
	z-index: 101;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	left: 0 !important;
}
body.maximized #map_catch {
	top: 0 !important;
}
body.maximized #map_toggle {
	bottom: 0 !important;
	color: #fff;
}
body.maximized #map #map_inline {
	margin: 0;
	z-index: 100;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
}
.entry .comments {
	padding-top: 1em;
	list-style: none;
}
.entry .comments .comment {
	margin-bottom: 1em;
}
.entry .comments .comment p {
	padding: .5em;
	border: 1px solid #e64018;
	background: #ededed;
	font-size: 12px;
}
.entry .comments .comment p.info {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 16px;
	text-align: right;
}

.entry .comment-post {
	width: 460px;
}
.entry .comment-post label ,
.entry .comment-post input {
	margin: 6px 0 0;
	padding: 0;
	float: left;
	display: inline;
}
* html .entry .footer .comment-post input {
	float: none;
}
*+html .entry .footer .comment-post input {
	float: none;
}
.entry .comment-post label {
	width: 180px;
	text-align: right;
}
.entry .comment-post input ,
.entry .comment-post textarea {
	width: 268px;
	font-size: 12px;
}
.entry .comment-post label ,
.entry .comment-post input {
	height: 16px;
	line-height: 1.6em;
}
.entry .comment-post textarea {
	margin-top: 6px;
	margin-left: 180px;
	height: 100px;
	font-size: 12px;
}
.entry .comment-post input#submit {
	width: auto;
	float: right;
	font-size: 12px;
	padding: 1px 6px;
}
/*
.entry .comment-post {
	width: 480px;
}
.entry .comment-post label ,
.entry .comment-post input {
	margin: 6px 0 0;
	padding: 0;
	float: left;
	display: inline;
}
* html .entry .footer .comment-post input {
	float: none;
}
*+html .entry .footer .comment-post input {
	float: none;
}
.entry .comment-post label {
	width: 180px;
	text-align: right;
}
.entry .comment-post input ,
.entry .comment-post textarea {
	width: 276px;
	font-size: 12px;
}
.entry .comment-post input {
	line-height: 1.6em;
}
.entry .comment-post textarea {
	margin-top: 6px;
	height: 100px;
	font-size: 12px;
}
.entry .comment-post input#submit {
	width: auto;
	float: right;
	font-size: 12px;
	padding: 1px 6px;
}
*/
.pageprev ,
.pagenext {
    margin: 10px 0;
    padding: 0 10px;
}
.pagesprev ,
.pagesnext {
    margin-bottom: 1em;
    padding: 0 10px;
}
.pageprev ,
.pagesprev {
    float: left;
}
.pagenext ,
.pagesnext {
    float: right;
}
/* @end */

/* @group widget */
.widgetWrapper {
}

.widget {
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 10px #ededed solid;
	background: url('img/widget-middle.png') 0 0 repeat-y;
}
.widget .header {
	height: 22px;
	line-height: 14px;
	font-size: 14px;
	text-indent: 16px;
	color: #e84118;
	font-weight: bold;
	background: url('img/widget-header.png') 0 1px no-repeat;
}
.widget ul ,
.widget ol ,
.widget p {
	padding: 4px 15px;
}
.widget * ul ,
.widget * ol ,
.widget * p {
	padding: 0 15px;
}

.widget .textwidget ,
#searchform div {
	margin: 2px 5px;
}
.widget .tagcloud {
	margin: 4px;
}
/* @group calendar */
#wp-calendar {
    width: 190px;
}
#wp-calendar th ,
#wp-calendar td {
    text-align: center;
    font-size: 100%;
}
#wp-calendar th {
    font-weight: bold;
}
#wp-calendar caption {
    margin-bottom: 4px;
    padding: 3px 0 2px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}

/* @end */

/* @end */

.wp-pagenavi {
	margin-top: -18px;
	margin-bottom: 8px;
}




