@charset "utf-8";
/*___________ 基本設定 ___________ */
/*-------------
base
-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align: top;
}
body {
	/*background: url(../img/bg_body.png) repeat 0 0;*/
	/*font-size: 62.5%;*/
	font-size: 70%;
	font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
a{
	color: #429ad2;
	outline: none;
}
a:hover {
	text-decoration: none;
}

p{
	padding-top:5px;
}

/*add */
a img.hoverImg{
background:none!important;
}

a:hover img.hoverImg{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background:none!important;
}
/*add*/

ul,ol {
	list-style: none;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
/*table{
	width: 100%;
	margin-top: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
th{
	width: 20%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
	/*color: #333;*
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
td{
	width: 80%;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}*/
h1 {
	text-indent:-9999px;
	padding:0;
	margin:0;
	font-size:0;
}

/*-------------
header
-------------*/
#header { 
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	background: #ffffff url(../img/bg_header.gif) repeat-x left top;
}
#header-inner { 
	width: 960px;
	margin: 0 auto;
}

/*header-top*/
#header-top {
	height: 81px;
	font-size:1.1em;
}
/*#header-top h1 { 
	padding-top: 18px;
}*/
#header-top p {
	padding-top: 3px; 
	color: #797979;
}
#header-top ul {
	text-align: right;
}
#header-top ul li { 
	display: inline;
}
#header-top ul li a {
	padding: 3px 5px 2px;
	color: #bbb;
	text-decoration: none;
}
#header-top ul a:hover { 
	text-decoration: underline;
}
#header-top ul a.sitemap { 
	padding-left: 18px;
	background: #fff url(../img/icon_arr_white.gif) no-repeat 5px center;
}
#header-top ul a.rss{ 
	padding-left: 23px;
	background: #fff url(../img/icon_rss.gif) no-repeat 5px center;
}

/*nav*/
#header-nav { 
	clear: both;
}
#header-nav ul#menu-nav {
	height: 46px;
	background: url(../img/bg_nav.gif) no-repeat left top;
}
#header-nav ul li.menu-item a{ 
	display: block; 
	width: 160px; 
	height: 46px;
	line-height: 46px;
	background: url(../img/bg_nav_btn.gif) no-repeat left top;
	color: #11124a;
	font-weight: bold;
	font-size: 1.25em;
	text-decoration: none;
	text-align: center; 
}

#header-nav ul li.menu-item a:hover, 
#header-nav ul li.current-menu-item a,
#header-nav ul li.current-menu-parent a,
#header-nav ul li.current-post-ancestor a {
	background: url(../img/bg_nav_btn.gif) no-repeat left -46px;
}

#header-nav ul li {
	position: relative;
	z-index: 1;
	float: left;
}

#header-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}

#header-nav ul li:hover ul.sub-menu {
	display: block;
}

#header-nav ul li ul.sub-menu li {
	float: none;
}

#header-nav ul li ul.sub-menu li a {
	width: 140px;
	border: 1px solid #ccc;
	border-top: none;
	padding-left: 18px;
	background: #fafafa url(../img/icon_arr_black2.gif) no-repeat 5px center;
	color: #11124a;
	text-align: left;
	height:35px;
	line-height:35px;
	font-size: 1.1em;
}

#header-nav ul li ul.sub-menu li a:hover,
#header-nav ul li ul.sub-menu li.current-menu-item a,
#header-nav ul li ul.sub-menu li.current-menu-parent a  {
	background: #e1e1e1 url(../img/icon_arr_black2.gif) no-repeat 5px center;
}

/*gra*/
#header-gra {
	clear: both;
	margin-bottom:10px;
}

/*breadcrumbs*/
.breadcrumbs {
	margin: 0 auto;
	padding-bottom:5px;
	text-align: right;
}

/*-------------
container
-------------*/

a#blog {
display: block;
height: 90px;
width: 200px;
text-indent:-9999px;
background: url(../img/blog.jpg) no-repeat;
}
a#blog:hover {background-position: 0 -90px;}

#WRAP {
	width:960px; /*ch800px*/
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}

ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}

/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	text-decoration: underline;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:960px; /*ch800px*/
	float:left;
	/*background: url(../img/bg_main.jpg) repeat-y;*/
	padding-top: 10px;
	margin-bottom: 40px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 0 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS_TOP {
	width:650px; /*ch560*/
	float:left;
}

#CONTENTS_TOP p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	line-height: 130%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
/*#CONTENTS_TOP ol, ul.doc {
	margin: 10px;
	padding: 10px;
	line-height:130%;
	font-size:14px;
}
#CONTENTS_TOP li.doc {
	margin: 0 0 0 10px;
	list-style-type:disc;
}*/

.top h2 {
	font-size:16px;
	color: #11124a;
	background: url(../img/ttl_h2.gif) no-repeat;
	margin: 30px 0 30px 0;
	padding: 4px 0 3px 20px;
	border-bottom: 1px solid #c5c5c5;	
}
.top h3 {
	font-size:14px;
	color: #11124a;
	background-color: #eeeeee;
	margin: 20px 0px 0 0px;
	padding: 6px 0 6px 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #11124a;
}
.top h4 {
	font-size:12px;
	color: #555555;
	background-color: #f2f2f2;
	margin: 20px 0px 0 0px;
	padding: 6px 0 6px 10px;
}


/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:650px; /*ch560*/
	float:left;
}
.pan {
	font-size:11px;
	color: #666666;
	/*background-color: #F2F2F2;*/
	margin-left:0px;
	margin-right:0px;
	width:100%;
}
#CONTENTS h2 {
	font-size:16px;
	color: #11124a;
	background: url(../img/ttl_h2.gif) no-repeat;
	margin: 0px 0 30px 0;
	padding: 4px 0 3px 20px;
	border-bottom: 1px solid #c5c5c5;
}
#CONTENTS h3 {
	font-size:14px;
	color: #11124a;
	background-color: #eeeeee;
	margin: 15px 0px 10px 0px;
	padding: 6px 0 6px 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #11124a;
}
#CONTENTS h4 {
	font-size:14px;
	color: #555555;
	background-color: #f2f2f2;
	margin: 20px 0px 10px 0px;
	padding: 3px 0 3px 10px;
}
#CONTENTS h5 {
	font-size:12px;
	color: #555555;
	text-decoration:underline;
	margin: 20px 0px 0 0px;
	padding: 6px 0 6px 10px;
}
#CONTENTS p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	line-height: 130%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
	/*color:#444444;*/
}
/*#CONTENTS ol, ul.doc {
	margin: 10px;
	padding: 10px;
	line-height:130%;
	font-size:14px;
}
#CONTENTS li.doc {
	margin: 0 0 0 10px;
	list-style-type:disc;
}*/
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img/ico_pagetop01.gif) no-repeat right center;
}
#CONTENTS table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
	line-height: 120%;
}
#CONTENTS tr,#CONTENTS th,#CONTENTS td {
	padding: 8px;
}
#CONTENTS th {
	color: #666666;
	background-color: #f2f2f2;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#CONTENTS td {
	color:  #333333;
	background-color: #FFFFFF;
	text-align: left;
}

/* BOX */
#BOX {
	width:650px; /*ch560*/
	float:right;
}


.box {
	margin-bottom: 30px;
	padding: 0 0 0 0;
	/*border: 1px solid #b1b1b1;*/
	border: 1px solid #fff;
	background: #fff;
}
.box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}
.section-header { 
	position: relative;
}
.section-header h2 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #c5c5c5;
}
.section-header p{ 
	position: absolute;
	top: 5px;
	right: 5px;
}
.section-header p a{
	padding-left: 15px;
	background: url(../img/icon_arr_black.gif) no-repeat left center;
	font-size: 90%;
}


/*pick-up*/
.pick-up {
	float: left;
	width: 300px; /*ch265*/
}
.pick-up:first-child {
	margin-right: 45px;
}
.pick-up h2 {
	margin-bottom: 15px;
	padding-bottom: 0px;
	border-bottom: 1px solid #c5c5c5;
}
.pick-up h2.pick-info {
	background: url(../img/icon_info.gif) no-repeat right 8px;
}
.pick-up h2.pick-seminar {
	background: url(../img/icon_semi.gif) no-repeat right 8px;
}
.pick-up h2 img{
	float: none !important;
}
.pick-up h3 {
	font-size: 14px;
	line-height: 130%;
	margin:0;
}
.pick-up img{
	float: left;
	margin-right: 20px;
}
.pick-up p{
	padding:0;
	margin:0;
}
.pick-up .pick-inner {
	padding-left: 125px;
}
.pick-up .pick-inner span {
	display: block;
	padding-bottom: 5px;
	color: #999;
	text-align: right;
}

/*news*/
#news{ 
	clear: both;
	font-size: 13px;
	line-height: 140%;
}
#news dl {
	padding: 0 15px;
}
#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
}
#news dd {
	float: left;
	width: 450px; /*ch400*/
	padding-top: 5px;
	padding-left: 75px; /*65*/
}
#news dd.info{
	background: url(../img/icon_info.gif) no-repeat 0 8px;
}
#news dd.seminar { 
	background: url(../img/icon_semi.gif) no-repeat 0 8px;
}
#news p,pre {
	margin: 2px 0px 5px 0px;
	padding: 0px;
}

/*products*/
#products ul.item-lists {
	padding-top: 5px;
}
#products ul.item-lists li {
	/*position: relative;*/
	float: left;
	/*width: 110px;
	margin-left: 50px;*/
	width: 280px; /*250*/
	margin: 10px 35px 10px 5px;
}
#products ul li.item-lists2{
	/*position: relative;*/
	float: left;
	/*width: 110px;
	margin-left: 50px;*/
	width: 280px; /*250*/
	margin: 10px 15px 10px 25px;
}
/*add*/
#products ul li .term-link {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #999;
	font-size: 0.9em;
	text-align: right;
}
/* /add */
#products ul.item-lists li span.type {
	position: absolute;
	top: 0;
	right: 0;
}
#products ul.item-lists li h3{
	font-size: 14px;
	padding: 5px 0 3px 5px;
	line-height: 1.2;
	margin: 10px 0 0 0;
}
#products ul.item-lists li h4{
	margin: 10px 0 0 0;
	padding: 5px 0 3px 5px;
	line-height: 1.2;
	background-color:#FFFFFF;
}
#products ul.item-lists li p {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
}

#products .post-categories {
	clear: both;
	margin-left: 0;
	text-align: right;
}
#products .post-categories li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;	
	border-bottom: 1px dashed #d1d1d1;
}
#products .post-categories li a {
	padding-left: 15px;
	padding-right: 5px;
	background: url(./img/icon_arr_black.gif) no-repeat left center;
}

/*map*/
#map {
	margin-top: 20px !important;
	border: 1px solid #999;
}

.box-inner {
	margin: 2px 5px 8px 5px;
	padding: 0 5px 0 5px;
	font-size:13px;
}

.box-inner h3{
	margin-bottom: 10px;
	padding-left: 30px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(../img/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}
.box-inner h3 .ttl-info {
	display: block;
	padding-right: 55px;
	background: url(../img/icon_info.gif) no-repeat right bottom;
}
.box-inner h3 .ttl-seminar {
	display: block;
	padding-right: 55px;
	background: url(../img/icon_semi.gif) no-repeat right bottom;
}
.box-inner .data { 
	color: #999;
	text-align: right;
}
.box-inner p{
	padding-bottom: 1em;
}
.box-inner ul{
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}
.box-inner ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}


/*___________ 【SIDE】 ___________ */
#SIDE {
	width:260px; /*ch200*/
	float:right;
}
#SIDE h2 {
	font-size:12px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	background: url(../img/side-h.jpg) no-repeat;
	background-color: #E8E8E8;
	margin: 10px 0 0 0;
	padding: 0;
}
#SIDE h3 {
	font-size:12px;
	line-height: 30px;
	text-align: center;
	background: url(../img/side-h3.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
.side {
	background: url(../img/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 4px 8px 3px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../img/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:visited {
	color: #0066CC;
	text-decoration: none
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #f3f3f3;
	margin: 0;
	background-position: 4px center;
}
/*-------------
footer
-------------*/
#footer { 
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #aaa;
	background: #11124a;
}
#footer p {
	width: 960px; 
	margin: 0 auto; 
	color: #fff;
	text-align: right;
}

/*nav*/
#footer-menu {
	clear: both;
	background: #eee;
}

.footer-nav { 
	background: #eee;
	padding-top: 20px;
	width: 960px;
	margin: 0 auto;
}
.footer-nav ul {
	height: 150px;
	background: #eee;
}
.footer-nav ul li.menu-item a{ 
	display: block;
	width: 140px; 
	background: #eee;
	color: #888;
	font-size: 1em;
	padding-bottom: 10px;
	padding-left: 20px;
}

.footer-nav ul li {
	position: relative;
	z-index: 1;
	float: left;
}

.footer-nav ul li ul.sub-menu {
	position: absolute;
	left: 0;
	height:20px;
}

.footer-nav ul li:hover ul.sub-menu {
	display: block;
}

.footer-nav ul li ul.sub-menu li a {
	border: none;
	background:#eee;
	color: #888;
	text-align: left;
	/*width: 100px;*/
	width: 140px;
	/*text-decoration: underline;*/
}

.footer-nav ul li ul.sub-menu li a:hover {
	/*text-decoration: none;*/
}

.footer-nav ul li.current-menu-item a {
	/*text-decoration: none;*/
	color: #333;
}

.footer-nav ul li ul.sub-menu li.current-menu-item a {
	clear: both;
	text-decoration: none;
	color: #333;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}

/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #11124a;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.white {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
