@charset "shift_jis";




/* IE6 */
body {
	font-family:"Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
}

/* IE7-IE8 */
html>body ,
*html body {
	font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
}
 
/* firefox opera safari */
html>body {
	font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
}


a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

#wrap {
	width: 100%;
}
#header {
	width: 890px;
	margin-top: 10px;
}
#contents {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
#pagecontents_left {
	float: left;
	width: 690px;
	padding-left: 10px;
}
#flash {
	padding-bottom: 10px;
	position: relative;
	z-index: -1;

}
#newscontents {
	width: 660px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	margin-left: 17px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.top_bnmargin {
	margin-left: 17px;
	margin-bottom: 25px;
}
.top_bnmargin_2 {
	margin-left: 31px;
	margin-bottom: 25px;
}



#pagecontents_right {
	float: left;
	width: 190px;
	padding-top: 27px;
	text-align: right;
}
.news_title {
	padding-bottom: 7px;
}
.cm {
	margin-bottom: 10px;
}


.clear {
	clear: both;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}
.news_text {
	background-image: url(img/news_border.jpg);
	background-position: bottom;
	width: 635px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	background-color: #666666;
	padding-top: 15px;
	padding-bottom: 30px;
	color: #FFFFFF;
}
#footermenu {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
}
#footermenu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footermenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footermenu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footermenu a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#copyright {
	font-size: 12px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
}
#logo {
	float: left;
	height: 57px;
	width: 224px;
}
#headlink {
	float: left;
	width: 666px;
	text-align: right;
	font-size: 12px;
	height: 57px;
}
#headlink li {
	list-style-position: outside;
	list-style-image: none;
	background-image: url(img/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 18px 3px;
	display: inline;
	padding-left: 38px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#headlink ul {
	margin: 0px;
	padding: 0px;
}

/* ナビ設定 */


#navi {
	clear: both;
	width: 100%;
	padding-top: 18px;
}

.nav-1 {
	width: 81px;
	height: 36px;
}
.nav-2 {
	width: 200px;
}

.nav-3 {
	width: 213px;
}
.nav-4 {
	width: 165px;
}
.nav-5 {
	width: 121px;
}
.nav-6 {
	width: 110px;
}
#pulldown-menu {
	margin: 0px;
	padding: 0px;
	clear: both;
}

ul#pulldown-menu a {
        color: #333333;
        text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
	background-color: #F0F0F0;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
	background-color: #CCCCCC;
}

ul#pulldown-menu ul {
	margin: 0;
	padding: 0px;
}
ul#pulldown-menu li {
	float: left;
	position: relative;
	margin: 0;
	font-weight: normal;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}
ul#pulldown-menu li a {
	display: block;
	height: 36px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

ul#pulldown-menu li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}
ul#pulldown-menu { /* IE6 対策 */
        behavior: url("csshover3.htc");
}

#navimenu {
	clear: both;
}
#contents_pagecontents_left {
	float: left;
	width: 690px;
	padding-left: 10px;
	padding-top: 20px;
	background-image: url(img/rightmenu_line.jpg);
	background-repeat: repeat-y;
	background-position: 693px;
}
#contents_pagecontents_right {
	float: left;
	width: 190px;
	padding-top: 20px;
	text-align: right;
}
#page {
	width: 643px;
	margin-left: 17px;
	line-height: 1.8em;
	padding-top: 5px;
}
.pagetoplink {
	font-size: 12px;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 10px;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-size: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
h3 {
	font-size: 16px;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
}
h4 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	padding: 0px;
}
p {
	margin-top: 0px;
}
.text12px {
	font-size: 12px;
}
.text_green {
	color: #6C9100;
}
.pinktext {
	color: #FF0066;
}
.pinktext16b {
	color: #FF0066;
	font-size: 16px;
	font-weight: bold;
}
.text16b {
	font-size: 16px;
	font-weight: bold;
}
#contents_bunjyo {
	float: none;
	padding-left: 10px;
	padding-top: 20px;
	width: 880px;
}
#page_bunjyo {
	width: 863px;
	margin-left: 17px;
	line-height: 1.8em;
	padding-top: 5px;
}
#page_sitemap li {
	line-height: 2em;
}

#contents_contacttmpl {
	float: none;
	padding-left: 10px;
	padding-top: 20px;
	width: 880px;
	height: 450px;
}
#page_sitemap {
	width: 863px;
	margin-left: 17px;
	line-height: 1.8em;
	padding-top: 5px;
}
.white_bold {
	font-weight: bold;
	color: #FFFFFF;
}
