@charset "UTF-8";

html{
	height:100%;
	margin-bottom:1px;
}

body,div,class,img,p,form,fieldset,input,textarea,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	vertical-align: bottom;
}

body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Osaka', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #333333;
	font-size: 15px;
	line-height: 1.4em;
	/*text-align: center;*/
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;/*iPhoneフォントサイズ自動調整OFF*/
	width: 100%;
	background-color: #ffffff;
	text-align: left;
}
body img {
	/*width: 100%;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body a {
	overflow:hidden;
	outline:none;
	text-decoration : none;
}
body a:hover {
	text-decoration : none;
}

/*イメージフェード*/
.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/*ヘッダーここから*/
/*h1*/
#h1_box {
	height: auto;
	width: 100%;
	float: left;
	background-color: #736f6c;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 2px;
}
h1 {
	margin: auto;
	width: 950px;
	font-size: 12px;
	font-weight: normal;
}

/*ヘッダー*/
header {
	height: 100px;
	width: 950px;
	margin: auto;
}

#header {
	height: 100px;
	width: 950px;
	margin: auto;
}

/*ロゴ*/
#header_logo {
	float: left;
	margin-top: 16px;
	margin-bottom: 10px;
}

/*ナビ*/
#header_navi {
	width: 200px;
	float: right;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #666666;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-align: center;
	margin-top: 16px;
}
#header_navi_top {
	font-size: 9px;
	float: left;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 2em;
}
#header_navi_button a{
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	margin-top: 7px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;/* CSS3 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome */
	-moz-border-radius: 5px;   /* Firefox */
	background: -moz-linear-gradient(top, #b9b9b9, #666666);
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#666666));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffb9b9b9', endColorstr='#ff666666');/*IE*/
	background: linear-gradient(to bottom, #b9b9b9, #666666);/*IE10*/
	letter-spacing: 0.2em;
}
#header_navi_button a:hover{
	background: -moz-linear-gradient(top, #f45252, #cc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#f45252), to(#cc0000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff45252', endColorstr='#ffcc0000');/*IE*/
	background: linear-gradient(to bottom, #f45252, #cc0000);/*IE10*/
}
/*ヘッダーここまで*/

/*グローバルナビここから*/
#nav {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #fcd65c;
	width: 100%;
	height: 50px;
	float: left;
	background-color: #ffffff;
}
.fixed {/*ページ最上部で固定*/
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 10000;
}
#g_navi {
	width: 948px;
	height: 50px;
	margin: auto;
}
.nav-collapse ul {
	position:relative;
	list-style-type: none;
	float: left;
}
.nav-collapse li {
	list-style-type: none;
	/*width: 158px;*/
	float: left;
}
.nav-collapse li a {
	display: block;
	/*width: 237px;*/
	height: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	background-color: #CCCCCC;
}
.nav-collapse li#g_navi01 a {
	background-image: url(../img/navi_01.png);
	width: 137px;
}
.nav-collapse li#g_navi01_on a {
	background-image: url(../img/navi_01_on.png);
	width: 137px;
}
.nav-collapse li#g_navi02 a {
	background-image: url(../img/navi_02.png);
	width: 224px;
}
.nav-collapse li#g_navi02_on a {
	background-image: url(../img/navi_02_on.png);
	width: 224px;
}
.nav-collapse li#g_navi03 a {
	background-image: url(../img/navi_03.png);
	width: 237px;
}
.nav-collapse li#g_navi03_on a {
	background-image: url(../img/navi_03_on.png);
	width: 237px;
}
.nav-collapse li#g_navi04 a {
	background-image: url(../img/navi_04.png);
	width: 180px;
}
.nav-collapse li#g_navi04_on a {
	background-image: url(../img/navi_04_on.png);
	width: 180px;
}
.nav-collapse li#g_navi05 a {
	background-image: url(../img/navi_05.png);
	width: 170px;
}
.nav-collapse li#g_navi05_on a {
	background-image: url(../img/navi_05_on.png);
	width: 170px;
}
.nav-collapse li a:hover {
	background-position: 0 -50px;
}
.js .nav-collapse {
	position: relative;
}
.js .nav-collapse.closed {
	max-height: none;
}
.nav-toggle {
	display: none;
}
/*グローバルナビここまで*/


/*メインコンテンツ*/
/*外枠*/
#box {
	height: auto;
	width: 100%;
	float: left;
	text-align: center;
}
.main_cont {
	width: 950px;
	margin: auto;
}

/*スペース*/
.space10 {
	float: left;
	height: 10px;
	width: 100%;
}

/*ビジネスパートナー募集*/
#partner {
	width: 890px;
	float: left;
	background-color: #ffff00;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
	color: #333333;
}
#partner_button_box {
	margin: auto;
	width: 40%;
}
#partner_button a{
	float: left;
	width: 100%;
	color: #ffffff;
	margin-top: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;/* CSS3 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome */
	-moz-border-radius: 5px;   /* Firefox */
	background: -moz-linear-gradient(top, #b9b9b9, #666666);
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#666666));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffb9b9b9', endColorstr='#ff666666');/*IE*/
	background: linear-gradient(to bottom, #b9b9b9, #666666);/*IE10*/
	letter-spacing: 0.2em;
}
#partner_button a:hover{
	background: -moz-linear-gradient(top, #f45252, #cc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#f45252), to(#cc0000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff45252', endColorstr='#ffcc0000');/*IE*/
	background: linear-gradient(to bottom, #f45252, #cc0000);/*IE10*/
}


/*ページトップへ戻る*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 77%;
}
#page-top a {
	background: #8b8685;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*フッターここから*/
#footer {
	width: 950px;
	margin: auto;
}

/*取り組み*/
#footer_box {
	width: 880px;
	float: left;
	background-color: #004f97;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 70px;
}
#footer_logo {
	float: left;
	margin-right: 20px;
	height: 100%;
}

#footer_right {
	float: left;
	width: 100%;
}

#footer_top {
	width: 100%;
	float: left;
	margin-bottom: 4px;
	font-size: 12px;
	color: #FFFFFF;
}

/*フッターナビ*/
#footer_navi {
	width: 100%;
	float:left;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer_navi ul {
	margin-left: 0px;
}
#footer_navi ul li {
	margin-top: 4px;
	margin-right: 20px;
	float: left;
	/*width: 100px;*/
	background-image: url(../img/footer_navi.png);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 4px;
	padding-left: 14px;
}
#footer_navi ul li.end {border: none;}
#footer_navi a {
	color: #ffffff;
	text-decoration: none;
}
#footer_navi a:hover {
	color: #f6e849;
	text-decoration: underline;
	/*text-shadow: 1px 1px 3px #cccccc;*/
}
/*フッターここまで*/

/*コピーライトここから*/
#copyright {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	float: left;
	background-color: #232323;
	font-size: 12px;
}
#copyright a {
	color: #ffffff;
	text-decoration: none;
}
#copyright a:visited {
	color: #ffffff;
	text-decoration: none;
}
#copyright a:active {
	color: #ffffff;
	text-decoration: none;
}
#copyright a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*コピーライトここまで*/

/*フロートクリア*/
.clear {
	clear: both;
	float: left;
}