/* CSS Document */

/* common.css */
* {
	margin: 0px;
	padding: 0px;
}

.no_mobile {
	display: none;
}

/* font.css */
body {
	color: #444444;
}

h1 {
	margin-bottom: 10px;
	padding: 10px 0px;
	background-color: #F2F8F6;
	border-top: 3px solid #7FB6A9;
	border-bottom: 3px solid #7FB6A9;
	color: #006E54;
	font-size: 120%;
	text-align: center;
}
h2,h3,h4,h5,h6 {
	margin-bottom: 5px;
	padding: 5px 0px;
	background-color: #F2F8F6;
	color: #006E54;
	font-size: 100%;
}
#contents h2 {
	background: url(../img/common/bg_h2.png) no-repeat left center;
	border-top: 2px solid #26846D;
	border-bottom: 2px solid #26846D;
	text-indent: 20px;
}
#contents h3 {
	background: url(../img/common/bg_h3.png) no-repeat left center;
	border-top: 1px dotted #7FB6A9;
	border-bottom: 1px dotted #7FB6A9;
	text-indent: 20px;
}

#contents p,
#contents ul {
	margin-bottom: 1em;
	line-height: 1.2em;
}
#contents ul li {
	margin-left: 30px;
	margin-right: 10px;
	list-style-position: outside;
	list-style-image: url(../img/common/li_main.png);
}

#contents dl {
	line-height: 1.2em;
}
#contents dd {
	margin-bottom: 5px;
	text-indent: 1em;
}

.bold {font-weight: bold;}
.red {color: #FF0000;}

a:link {
	color: #40927F;
	text-decoration: none;
}
a:visited {
	color: #26846D;
	text-decoration: none;
}
a:hover {
	color: #006E54;
	text-decoration: underline;
}
a:active {
	color: #FF952B;
	text-decoration: underline;
}

a.newwin {
	background: url(../img/common/icon_newwin.png) no-repeat right center;
	padding-right: 18px;
}

.entry_title {
	margin-bottom: 1em;
}
#contents .entry_title p {
	margin: 0px 10px;
	text-align: right;
}
.entry_date_box {
	margin: 0px 10px;
	border: 1px dotted #7FB6A9;
}

/* header.css */
#h_menu,
#pannavi {
	display: none;
}

/* menu.css */
#side {
	display: none;
}

/* main.css */
#pagetop {
	padding: 5px 0px;
	background-color: #F2F8F6;
	border-top: 1px dotted #7FB6A9;
	text-align: right;
}

/* footer.css */
#footer {
	padding-top: 5px;
	border-top: 2px solid #7FB6A9;
}
#footer ul {
	padding-bottom: 5px;
	border-bottom: 1px dotted #7FB6A9;
}
#footer ul li {
	margin-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #006E54;
	border-right: 1px solid #006E54;
	text-align: center;
	list-style-type: none;
}
#footer p.copyright {
	padding: 5px 0px;
	background-color: #F2F8F6;
	color: #006E54;
	text-align: center;
}

/* home.css */
#index_box_news,
#counter {
	display: none;
}
