@charset "utf-8";

/* link
------------------------------------------------------------------------------------ */

a:link, a:visited {
	color:#0E8775;
	text-decoration:none;
	background:none;
}
a:hover, a:active, a:visited:hover {
	color:#0E8775;
	text-decoration:underline;
}
a.textLink {
	background:url(../images/textlink.gif) left top no-repeat;
	padding-left:13px;
}


/* txtバリエーション
------------------------------------------------------------------------------------ */
.small {font-size:77%;}
.large {font-size:124%;}
.strong {font-weight:bold;}
.align-r {text-align:right;}
.align-c {text-align:center;}


/* wrapper
------------------------------------------------------------------------------------ */
div#wrapper {
	width: 100%;
	margin: 0 auto;
}


/* header
------------------------------------------------------------------------------------ */
div#header {
	line-height: 100%;
	background:url(../images/bg_header.gif) left top repeat-x;
}
div#header div {
	width: 960px;
	margin: 0 auto;
}
div#header div h1 {
	font-weight: normal;
}
div#header div p a {
	color:#333;
	text-decoration:none;
}
div#header div p a:hover {
	text-decoration:underline;
}
div#header ul#languagenav li {
	float: left;
}

div#header div#gnav {
	width: 100%;
	margin: auto;
	background:url(../images/bg_gnav.gif) left top repeat-x;
}
div#header div#gnav ul {
	width: 960px;
	margin: 0 auto;
}
div#header div#gnav ul li {
	float: left;
	line-height: 100%;
}


/* contents
------------------------------------------------------------------------------------ */
div#contentsWrapper {
	width: 960px;
	margin: 20px auto 30px auto;
}
div#contentsLeft {
	float: left;
	width: 730px;
	margin-right: 30px;
}
div#contentsRight {
	float: left;
	width: 200px;
	min-height: 500px;
}


/* contentsLeft
------------------------------------------------------------------------------------ */
div#contentsLeft ul#pagelink {
	margin: 20px 0;
	padding: 15px 20px;
	background-color:#EEE;
}
div#contentsLeft ul#pagelink li {
	float: left;
	color:#0E8775;
	line-height: 100%;
	margin-right: 25px;
}

div#contentsLeft h2 {
	margin-bottom: 20px;

}
div#contentsLeft h3 {
	color: #666;
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 15px;
	padding: 6px 0 6px 15px;
	background:url(../images/bg_h3.gif) left top no-repeat;
}
div#contentsLeft h4 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 10px;
	padding: 8px 10px;
	background-color:#BEDFC2;
}
div#contentsLeft h4 a {
	color: #666;
}
div#contentsLeft h5 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px dotted #CCC;
}
div#contentsLeft h5.maincolor {
	color: #0E8775;
}
div#contentsLeft p.catch {
	color:#0E8775;
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	margin-bottom: 10px;
}
div#contentsLeft p.pagetop {
	color:#0E8775;
	text-align: right;
	margin: 20px 0;
}


/* contentsRight
------------------------------------------------------------------------------------ */
ul#sidenavSub {
	border:1px solid #8CC6BD;
}
ul#sidenavSub li {
	line-height: 100%;
	border-bottom:1px dotted #CCC;
	background:url(../images/linkmark.gif) 173px center no-repeat;
}
ul#sidenavSub li.cr {
	background-color: #BFEAE2;
}
ul#sidenavSub li.lastChild {
	border-bottom:none;
}
ul#sidenavSub li a {
	display: block;
	width: 186px;
	color:#333;
	padding: 12px 0 12px 12px;
}


/* footer
------------------------------------------------------------------------------------ */
div#footer {
}
div#footerlink {
	background:url(../images/bg_footerlink.gif) left top repeat-x;
	padding:20px 0;
}
div#copyright {
	background-color:#006766;
	padding:15px 0;
}
div#footerlink p,
div#copyright p {
	width: 900px;
	color:#FFF;
	margin: 0 auto;
}
div#footerlink p a {
	color:#FFF;
}
div#copyright p {
	line-height: 100%;
	text-align: center;
}

