@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
/*================================
           全ページ共通 
================================*/
strong {font-weight:bold;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    border: 0 none;
    margin: 0 auto;
    padding: 0;
	font-size:12px;
}
p {
	color: #666666;
}
.red	{ color: #FF0000;}
.orange { color: #FF8040;}
.bold	{ font-weight: bold;}
.right-space {
	line-height: 1.7;
	color: #666666;
}
.main-img, .logo, .main-menu {
	width:950px;
	margin: 0px auto;
}
.blue-bold {
	color: #0099CC;
    font-weight: bold;
}
.blue-bg {
	color: #ffffff;
	background: #0099CC;
    font-weight: bold;
	font-size: 120%;
	padding: 10px;
}
.small-bold {
	font-size: 90%;
	font-weight: bold;
}
section {
	line-height:1.7;
	color: #666666;
}
.only_sp {
	display:none;
}
/*================================
           side-navi 
================================*/
#sideNavi {
    float: left;
	padding:15px 0px 0px 10px;
    width: 180px;
}
.naviBox {
    background: none repeat scroll 0 0 #EAEAEA;
    margin-bottom: 15px;
    padding: 5px;
    width: 170px;
	top:160px;
}
.ca-menu{
    padding: 0px;
    margin: 10px auto;
    width: 160px;
}
.ca-menu li{
    width: 150px;
    height: 60px;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-left: 10px solid #0591D8;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    position:relative;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 150px;
    height: 60px;
    top: 0px;
}
.ca-main{
	padding:10px 0px 0px 10px;
    font-size: 16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
}
.ca-sub{
	padding:0px 0px 0px 10px;
    font-size: 10px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:hover{
    border-color: #FCE336;
    background: #B26217;
	-pie-background: linear-gradient(#B26217, #B26217);
}
.ca-menu li:hover .ca-main{
    color: #FCE336;
    font-size: 10px;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 16px;
	font-weight: bold;
}
.globalNavi li {
    background-color: #EBEBEB;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EBEBEB), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(#EBEBEB, #ffffff);
	background: -moz-linear-gradient(#EBEBEB, #ffffff);
	background: -o-linear-gradient(#EBEBEB, #ffffff);
	background: -ms-linear-gradient(#EBEBEB, #ffffff);
	background: linear-gradient(#EBEBEB, #ffffff);
	background: linear-gradient(#EBEBEB, #ffffff);
	-pie-background: linear-gradient(#EBEBEB, #ffffff);
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #E0E0D8;
    border-top: 1px solid #FFFFFF;
    color: #505050;
    text-decoration: none;

	position:relative;
	behavior: url(PIE.htc);
}

/*================================
           main(right-side)
================================*/
#contents {
	width:950px;
	margin: 0px auto;
    background-color: #FFFFFF;
    padding: 0px 0px 15px 0px;
    text-align: left;
}
#main {
    margin-left: 15px;
	padding:15px 10px 0px 0px;
    width: 732px;
	float:left;
}
.hImg {
    margin-bottom: 15px;
}
h1#mainh1, .footer-main {
    font-size: 12px;
    font-weight: normal;
    margin: 0 auto;
    width: 950px;
}
.h1-back {
    background-color: #FFFFFF;
    padding: 5px 0;
}
.footer-back {
    background-color: #eaeaea;
    padding: 5px 0;
}
h2.top-box {
	border-left:5px solid #FF0000;
	padding: 3px 0px 3px 5px;
	margin:0px 10px 5px 10px;
}
h3.h3box {
	padding:7px 10px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	border : 1px solid #AAAAAA;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFFFFF), color-stop(0.00, #E0E0E0));
	background: -webkit-linear-gradient(#FFFFFF, #E0E0E0);
	background: -moz-linear-gradient(#FFFFFF, #E0E0E0);
	background: -o-linear-gradient(#FFFFFF, #E0E0E0);
	background: -ms-linear-gradient(#FFFFFF, #E0E0E0);
	background: linear-gradient(#FFFFFF, #E0E0E0);
	background: linear-gradient(#FFFFFF, #E0E0E0);
	-pie-background: linear-gradient(#FFFFFF, #E0E0E0);
}

/*================================
          ヘッダーメニュー
================================*/
#menu {
	width: 910px;
	height: 29px;
	padding: 8px 20px 8px 20px;
	margin: 0;
	top:-4px;
}
#company-menu {
	width: 690px;
	height: 22px;
	padding: 0px 20px 0px 20px;
	margin: 20px 0px;
	border-bottom:4px solid #B8B385;
}
.top-back {
	height: 45px;
	padding: 0px;
	margin: 0;
}
#menu, #company-menu, .top-back {
	list-style-type: none;
	border-top:4px solid #0678B1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0892D8), color-stop(0.00, #0591D8));
	background: -webkit-linear-gradient(#0892D8, #0591D8);
	background: -moz-linear-gradient(#0892D8, #0591D8);
	background: -o-linear-gradient(#0892D8, #0591D8);
	background: -ms-linear-gradient(#0892D8, #0591D8);
	background: linear-gradient(#0892D8, #0591D8);
	background: linear-gradient(#0892D8, #0591D8);
	-pie-background: linear-gradient(#0892D8, #0591D8);
	box-shadow: 3px 3px 3px #aaa;
	
	position:relative;
	behavior: url(PIE.htc);
}
#menu li {
	width: 16.6%;
}
#company-menu li {
	width: 33%;
}
#menu li, #company-menu li {
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#menu li a, #company-menu li a {
	width: auto;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0 4px 0;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.7);
	display: block;
	border-radius: 10px;
	
	position:relative;
	behavior: url(PIE.htc);
}
#menu li a:hover, #company-menu li a:hover {
	background: rgba(0,0,0,0.3);
	-pie-background: rgba(178,98,23,1);
	box-shadow: 1px 1px 3px rgba(255,255,255,0.5), 1px 1px 3px rgba(0,0,0,0.5) inset;
	
	position:relative;
	behavior: url(PIE.htc);
}

/*================================
        フッターメニュー
================================*/
.footer-menu ul li {
    display: block;
    float: left;
    padding: 5px 15px;
    text-align: center;
}
footer p {
    clear: both;
    padding:2px;
}
.footer-menu {
	margin:0 auto 20px;
}
/* 法人会とは用CSS start */
#aboutNavi {
	display: block;
}

#aboutNavi {
	margin: 0 0 15px 0;
	padding: 10px 15px;
	border: 1px solid #b4d2e5;
	background: #F0F0FF;
}

#aboutNavi li {
	float: left;
	margin: 0 25px 0 0;
	padding: 0 0 0 8px;
	background: url(../img/arrow.gif) no-repeat 0 7px;
}

#aboutNavi li a {
}

#aboutNavi li a:hover {
	color: #333333;
	text-decoration: none;
}
/* 法人会とは用CSS end */


/** pager **/
.paging-navigation {
	margin:30px 20px 0px;
}
.pagination {
	margin:5px auto;
}
.page-numbers {
  display: inline-block;
  color: #717171;
  background: #e9e9e9;
  text-decoration: none;
  padding: 5px 9px;
  margin-right: 6px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  box-shadow: inset 0px 1px 0px rgba(255,255,255, .7), 0px 1px 3px rgba(0,0,0, .1);
  text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);
}
.page-numbers:hover {
  background: #eee;
  color: #555;
}
.page-numbers:active {
  -webkit-box-shadow: inset -1px 2px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: inset -1px 2px 5px rgba(0,0,0,0.25);
  box-shadow: inset -1px 2px 5px rgba(0,0,0,0.25);
}
.dots {
	border:none !important;
	box-shadow: none !important;
}
.current, .dots {
  color: #444;
  background: #ffffff !important;
}

.information {
	border:1px solid #ff0000;
	border-radius:5px;
	margin-bottom:20px;
}
.information h3{
	font-size:14px;
	font-weight:bold;
	padding:10px;
	background-color:#FF0000;
	color:#FFFFFF;
}
.information p{
	padding:10px;
}
