* {
	margin: 0px;
	padding: 0px;
}
img{
	border: 0px;
}
.clear{
	clear: both;
}
ul{
	list-style: none;
}

body, th, td, input, select, textarea {
	font-size: 14px;
	line-height: 130%;
	font-family: Arial, sans-serif;
}

body {
	background: url(../images/bgnew.jpg) #f6f5f0;
}
a{
	color: #436e8e;
	text-decoration: none;
	overflow: hidden;
}
a:hover{
	text-decoration: underline;
}
a.a_color{
	color: #436e8e;
}
a.a_color:hover{
	text-decoration: underline;
}
.l_float{
	float: left;
}
.r_float{
	float: right;
}
.bold{
	font-weight: bold;
}
/*.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	zoom: 1;
	height: 1px;
}

*:first-child+html .clearfix {
	zoom: 1;
}

div.contents,
div.contents.fontsize_large,
div.top_content.fontsize_large {
	font-size: 120%;
	line-height: 130%;
}


/***********************************
header
***********************************/
div#header {
	min-width: 980px;
	padding-bottom: 10px;
	background: #436e8e;
}
div.centerbox {
	width: 960px;
	margin: 0px auto;
}
div.headerbox {
	float: right;
	text-align: right;
	padding: 10px 0px 0px;
}

h1.h1_logo{
	float:left;
	width: 285px;
	margin-top: 15px;
	overflow: hidden;
}

#fontsize {
	float: left;
	margin-right: 15px;
}

#fontsize dl {
	display: table;
}

#fontsize dt {
	display: table-cell;
	height: 26px;
	padding-right: 5px;
	line-height: 100%;
	color: #a8b7c6;
	white-space: nowrap;
	vertical-align: middle;
}

#fontsize dd {
	display: table-cell;
	height: 26px;
	padding: 0px;
	vertical-align: middle;
}

#fontsize dd+dd {
	padding-left: 4px;
}

#fontsize dd a {
	display: table-cell;
	width: 24px;
	height: 24px;
	color: #ffffff;
	line-height: 100%;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ffffff;
}

#fontsize dd a:hover,
#fontsize .fontsize_small dd#fontsize_small a,
#fontsize .fontsize_medium dd#fontsize_medium a,
#fontsize .fontsize_large dd#fontsize_large a {
	color: #a8b7c6;
	text-decoration: none;
	border: 1px solid #a8b7c6;
}

#tools {
	float: left;
	margin-right: 7px;
}

#tools ul {
	display: table;
}

#tools ul li {
	display: table-cell;
}

#tools ul li+li {
	padding-left: 1px;
}

#tools ul li a {
	display: table-cell;
	min-width: 50px;
	height: 26px;
	padding: 0px 4px;
	vertical-align: middle;
	text-align: center;
	background: #ffffff;
}

#tools ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #a8b7c6;
}

#search {
	float: left;
	background: #1f4d6e;
	overflow: hidden;
}

#search .input {
	float: left;
	width: 100px;
	height: 22px;
	padding: 2px 4px;
	vertical-align: middle;
	color: #ffffff;
	background: transparent;
	border: 0px;
}

#search .button {
	float: left;
	width: 28px;
	height: 26px;
	text-indent: -10000px;
	background: url(../images/search.png) no-repeat center center;
	border: 0px;
	cursor: pointer;
}

#search .button:hover {
	opacity: 0.8;
}

#language {
	clear: both;
	padding-top: 10px;
}

#language ul {
	float: right;
}

#language ul li {
	float: left;
	padding: 1px 0px;
	line-height: 100%;
}

#language ul li+li {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #778ea6;
}

#language ul li a {
	color: #ffffff;
}

#language ul li a.active,
#language ul li a:hover {
	color: #92a5b7;
	text-decoration: none;
}

#spmenuswitch {
	display: none;
}

/***********************************
g_menu
***********************************/
div#div_gmenu{
	position: relative;
	width: 100%;
	min-width: 980px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	z-index: 200;
}

div#div_gmenu.fix {
	position: fixed;
	top: 0px;
}

div#div_gmenu .centerbox {
	width: 100%;
	min-width: 980px;
	background: #436e8e;
}

ul.g_menu {
	display: table;
	width: 960px;
	margin: auto;
}

ul.g_menu > li {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
}

ul.g_menu > li > span > a {
	display: table-cell;
	width: 129px;
	height: 40px;
	padding: 5px 3px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 110%;
	font-family: Times New Roman, Times, serif;
	color: #ffffff;
}

ul.g_menu > li.menu00 > span > a {
	text-indent: -10000px;
	background: url(../images/gmenuhome.png) no-repeat center center;
	overflow: hidden;
}

ul.g_menu > li+li > span > a {
	background: url(../images/g_menu.gif) no-repeat left bottom;
}

ul.g_menu > li > span > a.active,
ul.g_menu > li > span > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #1f4d6e;
}

ul.g_menu > li > span > a.switch {
	display: none;
}

ul.g_menu li ul {
	display: none;
	position: absolute;
	z-index: 1000;
	background: url(../images/g_menu_sub.png);
}

ul.g_menu li+li ul {
	left: 2px;
}

ul.g_menu li.menu07 ul {
	left: -25px;
}

ul.g_menu li.menu08 ul {
	left: auto;
	right: 0px;
}

ul.g_menu li ul li {
	display: block;
}

ul.g_menu li ul li+li {
	border-top: 1px solid #273546;
}

ul.g_menu li ul li a{
	display: block;
	width: 180px;
	padding: 6px 10px;
	color: #ffffff;
	font-size: 16px;
	line-height: 120%;
}

ul.g_menu li.menu07 ul li a {
	width: 280px;
}

ul.g_menu li ul li+li a {
	border-top: 1px solid #4e6276;
}

ul.g_menu li ul li a:hover {
	text-decoration: none;
	background: #1f4d6e;
}

#breadcrumbs {
	min-width: 980px;
	margin: 0px auto;
	padding: 13px 0px 10px;
	background: url(../images/breadcrumbsbg.png);
}

#breadcrumbs ul {
	width: 960px;
	margin: auto;
}

#breadcrumbs ul {
	font-size: 12px;
	line-height: 110%;
	overflow: hidden;
	zoom: 1;
}

#breadcrumbs ul li {
	display: inline;
}

#breadcrumbs ul li span,
#breadcrumbs ul li a {
	margin-right: 2px;
	padding-right: 12px;
	background: url(../images/breadcrumbs.png) no-repeat right 3px;
}

#breadcrumbs ul li a:hover {
	text-decoration: underline;
}


/***********************************
top
***********************************/
div.top_content{
	position: relative;
	min-width: 980px;
	margin: 0px auto;
	z-index: 100;
}

#top_visual {
	position: relative;
	min-width: 980px
	height: 360px;
	margin: auto;
	background: url(../images/top/top_visual.jpg) repeat left bottom;
	background-size: auto 100%;
	box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.4) inset;
	overflow: hidden;
}

#top_visual ul {
	display: table;
	width: 240px;
	height: 360px;
	margin: auto;
	background: url(../images/top/top_visual_textbg.png) no-repeat center bottom;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4), 0px -2px 3px 0px rgba(0, 0, 0, 0.4) inset;
}

#top_visual li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#top_visual li img {
	display: none;
	margin: auto;
}

#top_new {
	position: relative;
	width: 960px;
	margin: 25px auto 10px;
	overflow: hidden;
}

#top_new h2 {
	float: left;
	width: 5em;
	padding: 8px 10px;
	font-size: 24px;
	line-height: 100%;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	color: #ffffff;
	background: #782828;
}

#top_new > div {
	background: url(../images/top/top_new_bg.png);
	overflow: hidden;
}

#top_new div.accordion {
	position: relative;
}

#top_new ul {
	padding: 11px 3em 11px 12px;
}

#top_new ul li+li {
	margin-top: 11px;
}

#top_new .switch {
	position: absolute;
	top: 5px;
	right: 5px;
}

#top_new .switch a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	background: url(../images/top/top_new.gif) no-repeat left top;
	overflow: hidden;
}

#top_new .switch a:hover {
	opacity: 0.8;
}

#top_new .switch a.open {
	background-position: left bottom;
}

#top_new .more {
	position: absolute;
	bottom: 16px;
	right: 5px;
}

#top_menu {
	width: 960px;
	margin: 0px auto 25px;
	overflow: hidden;
}

#top_menu .box {
	position: relative;
	float: left;
	width: 231px;
	height: 180px;
	overflow: hidden;
}

#top_menu .box+.box {
	margin-left: 12px;
}

#top_menu .box .cover {
	position: absolute;
	width: 231px;
	height: 180px;
	background: url(../images/top/top_menu_cover.png);
	overflow: hidden;
}

#top_menu .box .cover .title {
	padding: 8px 12px;
}

#top_menu .box .cover .title h2 {
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	line-height: 120%;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
}

#top_menu .box .cover ul {
	padding: 0px 10px 10px;
}

#top_menu .box .cover ul li {
	padding-left: 10px;
	background: url(../images/list_icon.png) no-repeat left 6px;
}

#top_menu .box .cover ul li+li {
	margin-top: 5px;
}

#top_menu .box .cover ul li a {
	color: #ffffff;
}

#pickup {
	background: url(../images/top/pickup_bg.png);
}

#pickup .inner {
	width: 960px;
	margin: auto;
}

#pickup h2 {
	padding: 15px 0px 12px;
	font-size: 26px;
	line-height: 120%;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	color: #782828;
	text-align: center;
}

#pickup .columns {
	display: table;
	padding-bottom: 30px;
}

#pickup .columns > div {
	display: table-cell;
	width: 474px;
	vertical-align: top;
}

#pickup .columns > div+div {
	padding-left: 12px;
}

#pickup .pickup {
	display: table;
	width: 100%;
	background: #ffffff;
}

#pickup .pickup > div {
	display: table-cell;
	vertical-align: top;
}

#pickup .pickup > div.img {
	padding: 10px 0px 10px 10px;
}


#pickup .pickup > div.text {
	padding: 10px;
}

#pickup .pickup > div.text p+p {
	margin-top: 12px;
}

#pickup a {
	position: relative;
	display: block;
	color: #000000;
}

#pickup a:hover  {
	text-decoration: none !important;
}

#pickup a .pickupcover {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/top/pickup_cover.png);
}

#pickup a .pickupcover:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 7px;
	margin-top: -11px;
	margin-left: -3.5px;
	background: url(../images/top/pickup_icon.png);
}

#top_social {
	position: relative;
	width: 960px;
	margin: 10px auto 20px;
	overflow: hidden;
}

#top_social ul {
	position: relative;
	left: 50%;
	float: left;
}

#top_social ul li {
	position: relative;
	left: -50%;
	float: left;
	margin-top:10px;
}

#top_social ul li a {
	margin: 0px 20px;
}

#top_social ul li a:hover {
	opacity: 0.8;
}

#top_banner {
	background: url(../images/top/banner_bg.png);
}

#top_banner .inner {
	width: 960px;
	margin: auto;
	padding: 25px 0px;
	overflow: hidden;
}

#top_banner ul {
	position: relative;
	left: 50%;
	float: left;
}

#top_banner ul li {
	position: relative;
	left: -50%;
	float: left;
}

#top_banner ul li a {
	margin: 0px 6px;
}

#top_banner ul li a:hover {
	opacity: 0.8;
}




/***********************************
whats_new
***********************************/
ul.whats_new{
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.whats_new li{
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	background: url(../images/arrow02.jpg) no-repeat 15px center;
	border-bottom: 1px dotted #000000;
}
ul.whats_new li a{
	text-decoration: none;
}
ul.whats_new li a:hover{
	text-decoration: underline;
}
/***********************************
フッター
***********************************/
div#footer{
	position: relative;
	min-width: 980px;
	margin: 0 auto;
	margin-top: -6px;
	padding-top: 6px;
	background: url(../images/footer.png) repeat-x left top;
	z-index: 110;
}

#footer_tool {
	position: relative;
	width: 100%;
	padding: 6px 0px;
	background: #436e8e;
	overflow: hidden;
}

#footer_tool ul {
	position: relative;
	left: 50%;
	float: left;
}

#footer_tool ul li {
	position: relative;
	left: -50%;
	float: left;
	font-size: 15px;
	line-height: 100%;
}

#footer_tool ul li+li {
	border-left: 1px solid #ffffff;
}

#footer_tool ul li a {
	margin: 0px 23px;
	color: #ffffff;
}

#footer_tool ul li a;hover {
	color: #ffffff;
}

#footer_navi {
	position: relative;
	width: 100%;
	padding: 10px 0px 0px;
	background: #000000;
	overflow: hidden;
}

#footer_navi ul {
	position: relative;
	left: 50%;
	float: left;
}

#footer_navi ul li {
	position: relative;
	left: -50%;
	float: left;
	line-height: 100%;
}

#footer_navi ul li+li {
	border-left: 1px solid #ffffff;
}

#footer_navi ul li a {
	margin: 0px 5px;
	color: #ffffff;
}

#footer_navi ul li a;hover {
	color: #ffffff;
}

#copyright {
	width: 100%;
	padding: 5px 0px 10px;
	text-align: center;
	color: #ffffff;
	background: #000000;
}

/***********************************
マージン
***********************************/
.mR5{margin-right: 5px;}
.mB20{margin-bottom: 20px;}
.mB50{margin-bottom: 50px;}
.mT20{margin-top: 20px;}
.mT40{margin-top: 40px;}
.fs120{font-size:120%;}


#cse-search-results iframe {
	max-width: 100%;
}
