/* base.css */
@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	text-align: center;
}

li {
	list-style-type: none;
}
p {
	line-height: 160%;
}

a, a:active, a:visited, a:hover {
	color: #06C;
	text-decoration: none;
}
a:hover {
	background-color: #D2FF75;
}
a img {
	border: none;
}

ul.checksh {
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(./parts/checkbox.png);
}
ul.checksh2 {
	line-height: 160%;
	padding-left: 2em;
}
ul.checksh2 li {
	list-style-type: circle;
}
.nodisp {
	display: none;
}
div.flushright {
	text-align: right;
}

ul.index {
	margin-left: 2em;
	line-height: 160%;
}
ul.index li {
	list-style-type: square;

}

/*----- outer frame---------*/
#outer {
	width: 730px;
	margin: 4px auto;
	text-align: left;
}

/*----- public -----*/
div.pankuz {
	margin: 0;
	padding: 8px;
	background-color: #FCC;
}
div.pankuz ul {
	font-weight: bold;
}
div.pankuz ul li {
	display: inline;
	padding-left: 0.5em;
}
div.pankuz ul li.start {
	padding-left: 0;
}
/*----- header -------------*/
#header {
	
}
#h-caption {
	margin: 3px 0;
	text-align: center;
	color: #D66;
	font-weight: bold;
	overflow: hidden;
}
#h-info {
	color: #FFF;
	background-color: #D66;
	vertical-align: middle;
	height: 22px;
}
#h-info #h-update {
	padding: 3px 0 3px 6px;
	width: 194px;
	height: 16px;
	float: left;
	background-color: #D66;
}
#h-info #h-map {
	padding: 3px 6px 3px 0;
	width: 524px;
	height: 16px;
	float: left;
	text-align: right;
	background-color: #D66;
}
#h-info #h-map a {
	text-decoration: none;
	color: #FFF;
}
#h-info #h-map a:hover {
	background-color: #748400;
}
#h-info #h-map a img {
	border: none;
}

#h-menu {
	clear: both;
	background-color: #FFC;
	height: 20px;
}
#h-menu ul {
	margin: 0;
	padding: 3px;
}
#h-menu ul li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	color: #06C;
	font-size: smaller;
	border-right: 1px solid #000;
}
#h-menu ul li.mstart {
	padding-left: 0;
}
#h-menu ul li.mend {
	border-right: none;
}
#h-menu ul li a {
	text-decoration: none;
	color: #06C;
}
#h-menu ul li a:hover {
	background-color: #D2FF75;
}
#h-postmenu {
	clear: both;
	background-color: #FFC;
	height: 20px;
}
#h-postmenu div.anzen {
	float: right;
}
#h-postmenu div.anzen a {
	display: block;
	height: 20px;
	width: 220px;
	background-color: #FFC;
	background-image: url(./parts/safety.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#h-postmenu div.anzen a:hover {
	background-image: url(./parts/safety_on.gif);
}
#h-postmenu div.anzen a span {
	display: none;
}

#h-logo {
	display: block;
	height: 160px;
	background-color: transparent;
	background-image: url(./parts/titlelogo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#h-logo #text {
	display: none;
}

/*----- main contents ------*/
#contents {
	clear: both;
	margin-top: 8px;
}

#mainframe h2.nom {
	display: block;
	float: left;
	width: 506px;
	height: 24px;
	line-height: 14px;
	font-size: 14px;
	color: #FFF;
	background-color: transparent;
	background-image: url(./parts/h2back_b.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 8px;
	padding-bottom: 0;
	padding-left: 24px;
}

#contents #topics {
	width: 100%;
	margin-bottom: 4px;
}

/*----- main area ----------*/
#contents #mainframe {
/*	margin-left: 12px;*/
	margin-left: 4px;
	width: 518px;
	float: right;
}

#contents h2 {
	margin: 0;
	display: block;
	float: left;
	width: 386px;
	height: 24px;
	line-height: 14px;
	font-size: 14px;
	color: #FFF;
	background-color: #D66;
	background-image: url(./parts/h2back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 8px;
	padding-bottom: 0;
	padding-left: 12px;
}
#contents h2.nodisp {
	display: none;
}
#contents div.shortcut {
	width: 120px;
	height: 20px;
	float: left;
	background-color: #FFC;
	background-image: url(./parts/h2sideback.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 8px;
	text-align: center;
	border-bottom: 4px solid #D66;
}
#contents div.shortcut a {
	color: #06C;
}
#contents div.shortcut a:hover {
	background-color: #D2FF75;
}
#contents div.article {
	clear: both;
	padding: 10px;
}
#contents div.article h3 {
	color: #FF5B00;
	font-size: 14px;
}
#contents div.article p {
	margin-top: 4px;
	margin-bottom: 4px;
}

#contents div.banner {
	margin-bottom: 8px;
}

#article-experience h3 {
	clear: both;
	color: #FF5B00;
	font-size: 12px;
}
#article-experience div.comment {
	overflow: hidden;
	background-color: #FFE5E5;
	color: #930;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#article-experience div.comment p {
	float: left;
	width: 390px;
}
#article-experience div.comment div.profile {
	float: left;
	width: 100px;
	text-align: center;
}
#article-shopowner {
	clear: both;
	margin: 4px;
	border: 1px solid #8C663F;
}
#article-shopowner h3 {
	display: block;
	padding: 4px;
	color: #FFF;
	background-color: #8C663F;
	font-size: 14px;
}
#article-shopowner div.photo {
	float: left;
	width: 100px;
	text-align: center;
	margin-left: 4px;
}
#article-shopowner p {
	float: right;
	margin: 4px;
	width: 390px;
}
#article-shopowner div.continue {
	clear: both;
	text-align: right;
	margin-bottom: 4px;
}

#lowernavi {
	border-top: 1px dotted #D66;
	line-height: 160%;
}
#lowernavi .flushup {
	clear: both;
	text-align: right;
}
#lowernavi .flushleft {
	float: left;
	width: 259px;
}
#lowernavi .flushright {
	float: right;
	width: 259px;
	text-align: right;
}
#lowernavi .flushbottom {
	clear: both;
	text-align: center;
}

/*----- side area ----------*/
#contents #sidemenu {
	width: 200px;
	float: left;
}
#sidemenu h2 {
	display: none;
}
#sidemenu h3 {
	margin: 0;
	padding: 4px;
	color: #FFF;
	background-color: #684B2F;
	font-size: 12px;
}
#sidemenu h3.present {
	color: #D66;
	background-color: #FFC;
}
#sidemenu h3.nodisp {
	display: none;
}

#sidemenu div {
	color: #000;
	background-color: #F5EFE9;
	border-left: 1px solid #8C663F;
	border-right: 1px solid #8C663F;
	border-bottom: 1px solid #8C663F;
	padding: 4px;
}
#sidemenu div.sidebranch {
	padding: 0;
}

#sidemenu div.sidetop {
	padding: 0 0 2px 0;
	background-color: #FFF;
	border: none;
}
#sidemenu div.sidetop a {
	background-color: #FFF;
}
#sidemenu div.sidetop a:hover {
	background-color: #D66;
	border-bottom: solid 2px #D66;
}

#sidemenu div.sidebanner a img {
	border: none;
}
#sidemenu div.sidebanner ul {
	margin-left: 16px;
}
#sidemenu div.sidebanner ul li {
	line-height: 160%;
}
#sidemenu div.sidebanner2 {
	padding-left: 0;
	border: none;
	background-color: transparent;
}

#sidemenu div.centering {
	text-align: center;
	border: none;
}

#sidemenu div ul {
	margin: 0;
	padding: 0;
}
#sidemenu div ul li a {
	display: block;
	width: 190px;
	height: 14px;
	padding: 4px;
}
#sidemenu div ul li a:hover {
	display: block;
	width: 190px;
	height: 14px;
	padding: 4px;
	background-color: #E5EECD;
	background-image: url(./parts/sidemenu_back.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#sidemenu div.navicolor {
	background-color: #FFE5E5;
	text-align: center;
}
#sidemenu div.navicolor a {
	color: #000;
	text-decoration: none;
}
#sidemenu div.navicolor a img {
	border: none;
}

#sidemenu p {
	color: #000;
}
#sidemenu div.news dl dd {
	margin-left: 1em;
}
div#calendar table {
	width: 190px;
	margin-bottom: 3px;
	font-family: sans-serif;
	font-size: 14px;
	border: 1px solid #AAA;
	border-collapse: collapse;
}
div#calendar table th.mtitle {
	color: #06B;
	background-color: #FFC;
}
div#calendar table .sun, div#calendar table .hday {
	color: #D66;
	background-color: #FCC;
}
div#calendar table .sat {
	color: #66D;
	background-color: #CCF;
}
div#calendar table th {
	text-align: center;
}
div#calendar table td {
	text-align: right;
}
div#calendar table #today {
	color: #0A6;
	font-weight: bold;
	text-decoration: underline;
}


/*----- lower area ---------*/
#contents #underframe {
	width: 100%;
	clear: both;
	margin-top: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #FFC;
}
#contents #underframe ul {
	width: 530px;
	margin: auto;
}
#contents #underframe ul li {
	line-height: 160%;
	color: #000;
}
#contents #underframe ul li a {
	color: #06C;
	font-weight: bold;
}
#contents #underframe ul li a:hover {
	background-color: #D2FF75;
}
span#official {
	font-weight: bold;
	color: #06C;
}

/*----- footer -------------*/
#footer {
	background-color: #FFC;
}
#footer #f-innerlink {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}
#footer #f-innerlink ul {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#footer #f-innerlink ul li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #000;
}
#footer #f-innerlink ul li.first {
	padding-left: 0;
}
#footer #f-innerlink ul li.edge {
	padding-right: 0;
	border-right: none;
}
#footer #f-innerlink ul li a {
	color: #06C;
}
#footer #f-innerlink ul li a:hover {
	background-color: #D2FF75;
}

#footer #f-copyright {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-color: #D66;
	color: #FFF;
}
