@charset "UTF-8";
/* CSS Document */


/* ----------------------------------------------
common
------------------------------------------------- */


*{
margin: 0px;
padding: 0px;
} 
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background: #FFFFFF;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
hr {
	display: none;
}
img{
	border-style: none;
}
#wrapper {
	text-align: left;
	padding: 0px;
	height: auto;
	width: 760px;
	margin: 15px auto 10px;
	background: url(images/base_bg.gif) repeat-y top;
	position: relative;
}
a{
	outline: 0;
	text-decoration: underline;
	color: #333333;
}
a:hover{
	color: #ff9900;
	text-decoration: underline;
}
blockquote{
	margin-left: 20px;
}


/* ----------------------------------------------
header
------------------------------------------------- */

#header {
	background: url(images/header_bg.gif) no-repeat top;
	margin: 0px;
	padding: 0px;
	height: 131px;
	position: relative;
	width: 760px;
	clear: both;
	display: block;
}
#header .logoSet {
	position: absolute;
	left: 25px;
	top: 28px;
	height: auto;
	width: 500px;
	display: block;
}
#header #logo {
	margin: 0px;
	height: 36px;
	font-weight: bolder;
	font-size: 28px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #logo a {
	text-decoration: none;
}
#header #logo a:hover {
	color: #333333;
}
#header .subTitle{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#header #headerCap {
	position: absolute;
	right: 160px;
	bottom: 25px;
	font-size: 14px;
	font-weight: bolder;
	color: #ea7500;
}


/* ----------------------------------------------
headerNav
------------------------------------------------- */

#headerNav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 500px;
	left: 25px;
	bottom: 25px;
}
#headerNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
	text-align: left;
}
#headerNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#headerNav li a {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	margin: 0px 11px 0px 0px;
	letter-spacing: 0.1em;
	background: url(images/linkSub.gif) no-repeat left -2px;
	padding-left: 6px;
}
#headerNav li a:hover {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	margin: 0px 11px 0px 0px;
	letter-spacing: 0.1em;
	background: url(images/linkSub.gif) no-repeat left -13px;
	padding-left: 6px;
}


/* ----------------------------------------------
#menu
------------------------------------------------- */

#menu {
	margin-bottom: 20px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: auto;
	display: block;
}
#menu li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	display: block;
	width: 180px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	height: 22px;
	margin: 0px;
	background: url(images/btn_bg.gif) no-repeat left top;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 20px;
}
* html #menu li a {
	height: 21px;
	padding-top: 9px;
}
*:first-child+html #menu li a {
	height: 21px;
	padding-top: 9px;
}
#menu li a:hover {
	color: #FFFFFF;
	background: url(images/btn_bg.gif) no-repeat left -30px;
}

#menu li.current_page_item a {
	color: #FFFFFF;
	background: url(images/btn_bg.gif) no-repeat left -30px;
}

#menu li.current_page_parent a {
	color: #FFFFFF;
	background: url(images/btn_bg.gif) no-repeat left -30px;
}


#menu ul li ul {
	display: block;
	width: 200px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style: url none;
}
#menu ul li ul li.page_item {
	margin-bottom: 0px;
	display: block;
	margin-top: 0px;
	height: auto;
}
#menu ul li ul li.page_item a {
	list-style: none;
	width: 171px;
	background: #fcead9 url(images/arrow.gif) no-repeat 7px 9px;
	font-size: 12px;
	border-bottom: 1px solid #ef9840;
	visibility: visible;
	color: #333333;
	line-height: 1.2em;
	margin-bottom: 0px;
	display: block;
	text-decoration: none;
	padding: 7px 10px 7px 19px;
	margin-top: 0px;
	height: auto;
}
#menu ul li ul li.page_item a:hover {
	background: #f9d5b2 url(images/arrow.gif) no-repeat 7px 9px;
}
#menu ul li ul li.current_page_item a {
	background: #f9d5b2 url(images/arrow.gif) no-repeat 7px 9px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu ul li ul li.current_page_item a:hover {
	background: #f9d5b2 url(images/arrow.gif) no-repeat 7px 9px;
}


/* ----------------------------------------------
pagebody
------------------------------------------------- */

#pagebody {
	margin: 0px 0px 15px;
	padding: 0px 5px;
	width: 750px;
	height: auto;
	clear: both;
}


/* ----------------------------------------------
maincontents
------------------------------------------------- */

#maincontents {
	float: right;
	width: 510px;
	margin: 0px;
	height: auto;
	padding: 15px 20px;
	clear: both;
	line-height: 1.8em;
}
#maincontents hr {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#maincontents .breadcrumb {
	font-size: 10px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 15px;
	width: 510px;
}
#maincontents .breadcrumb a {
	color: #333333;
}
#maincontents a {
	color: #ea7500;
	font-weight: bold;
}
#maincontents a:hover {
	color: #ff9900;
}
#maincontents h1 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 20px;
	font-weight: bolder;
	color: #ea7500;
}
#maincontents h2 {
	margin: 15px 0px 10px;
	font-size: 12px;
	background: url(images/h2.gif) no-repeat;
	color: #FFFFFF;
	height: 17px;
	width: 494px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 11px;
	line-height: 1.2em;
}
#maincontents h2 a:hover {
	color: #FFFFFF;
}
#maincontents h2 a {
	color: #FFFFFF;
}
#maincontents h3 {
	margin: 15px 0px 8px;
	font-size: 12px;
	background: url(images/h3.gif) no-repeat left center;
	color: #ea7500;
	width: 496px;
	padding-left: 14px;
}
#maincontents .cts {
	padding: 0px;
	margin: 0px 0px 10px;
}
#maincontents .cts:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#maincontents .cts {
	display:inline-block;
}
/* hides from IE-mac \*/
* html #maincontents .cts {
	height:1%;
  }
#maincontents .cts {
	display:block;
}
/* End hides from IE-mac */

#maincontents img {
	margin-top: 0.3em;
	padding: 0px 5px 5px;
}
/* hides from IE-mac \*/
* html #maincontents img {
	margin-top: 0.3em;
	padding: 0px 5px 5px;
	/* float: none; */
}
/* End hides from IE-mac */
#maincontents ul {
	list-style: inside;
	margin: 0px 0px 10px;
	padding: 0px;
}
#maincontents li {
	line-height: 1.6em;
}


/* ----------------------------------------------
sidebar
------------------------------------------------- */

#sidebar {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: auto;
	float: left;
}

#sidebar .newsbox {
	position: relative;
	padding: 0px;
	margin: 8px 15px;
	width: 170px;
	height: auto;
}
#sidebar .newsbox .newsHead a {
	margin: 0px;
	padding: 0px;
	right: 5px;
	position: absolute;
	height: 6px;
	width: 10px;
	background: url(images/linkNews.gif) no-repeat center top;
	text-indent: -9999px;
	line-height: 0px;
	display: block;
	top: 6px;
}
#sidebar .newsbox .newsHead a:hover {
	background: url(images/linkNews.gif) no-repeat center -6px;
}
#sidebar .newsbox .newsHead h2 {
	margin: 0px;
	padding: 2px 0px 0px;
	height: 16px;
	width: 170px;
	background: #FFFFFF;
	font-size: 12px;
	color: #ea7500;
	text-align: center;
}
* html #sidebar .newsbox .newsHead h2 {
	padding: 3px 0px 0px;
	height: 15px;
}
*:first-child+html #sidebar .newsbox .newsHead h2 {
	padding: 3px 0px 0px;
	height: 15px;
}
#sidebar .newsbox .newsContents {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 170px;
}
#sidebar .newsbox .newsContents ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px;
}
#sidebar .newsbox .newsContents li {
	padding: 5px 0px;
	border-bottom: 1px solid #999999;
	line-height: 1.6em;
	margin: 0px;
	font-size: 10px;
}
#sidebar .newsbox .newsContents li a {
	font-size: 12px;
}

#sidebar #bannerfield {
	padding: 0px;
	margin: 15px 15px 10px;
	width: 170px;
}
#bannerfield h3 img {
	padding: 0px;
	margin: 0px 0px 15px;
}
#sidebar p {
	width: 170px;
	padding-right: 15px;
	padding-left: 15px;
}


/* ----------------------------------------------
footer
------------------------------------------------- */

#footer {
	background: url(images/footer_bg.gif) no-repeat bottom;
	height: 35px;
	clear: both;
	width: 760px;
}
#footer address {
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding-top: 7px;
	font-size: 10px;
}
#footer a {
}

/*----------------------------------------------
image box
------------------------------------------------- */

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

