@charset "utf-8";
.gnavi-bg {
	width: 100%;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.9);	/*背景色。rgbaは色設定で255,255,255は白。0.9は透明度90%の事。*/
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.15);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.15は透明度15%の事。*/
	box-shadow: 0px 0px 8px rgba(0,0,0,0.15);			/*同上*/
	height: 52px;
	z-index: 10;
	position: absolute;
	top: 140px;
}
#mypage-gnavi {
	top: 80px;
}


/*  グローバルナビゲーション部分  */

.globalnavi {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 52px;
	width: 1000px;
	background-image: url(/media/documents/img/spacer_gray.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.globalnavi ul {
	margin: 0px;
	padding: 0px;
	display: block;
}
.globalnavi li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	line-height: 2em;
}
.globalnavi a {
	margin: 0px;
	display: block;
	font-size: 16px;
	line-height: 2em;
	text-decoration: none;
	height: 32px;
	width: 125px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(/media/documents/img/spacer_gray.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.globalnavi a:link {
	color: #666;
	text-decoration: none;
}
.globalnavi a:visited {
	color: #666;
	text-decoration: none;
}
.globalnavi a:hover {
	color: #666;
	background-color: #FFF;
}
.globalnavi a:active {
	color: #666;
}

.globalnavi .navi1 {
	background-image: url(/media/documents/img/bt1_1make.jpg);
}
.globalnavi a.navi1:hover {
	background-image: url(/media/documents/img/bt1_1make1.jpg);
}
.globalnavi .active .navi1 {
	background-image: url(/media/documents/img/bt1_1make1.jpg);
}
header .header-in .header-navi {
	position: absolute;
	right: 0px;
	display: block;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 160px;
	overflow: hidden;
}
header .header-in .header-navi ul {
	margin: 0px;
	padding: 0px;
}
header .header-in .header-navi ul li {
	margin: 0px;
	list-style-type: none;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
header .header-in .header-navi ul li a {
	display: block;
	text-align: left;
	margin: 0px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 35px;
	text-decoration: none;	/*背景色。rgbaは色設定で255,255,255は白。0.9は透明度90%の事。*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	border-top: none;	/*上の線だけ消す設定*/
	border-radius: 0px 0px 3px 3px;	/*角丸のサイズ。左上、右上、右下、左下。*/
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);			/*同上*/
	background-color: rgba(255,255,255,0.9);
	background-image: url(/media/documents/img/header_navi_contact.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
header .header-in .header-navi ul li a:link {
	color: #6C6D6F;
}
header .header-in .header-navi ul li a:visited {
	color: #6C6D6F;
}
header .header-in .header-navi ul li a:hover {
	text-decoration: underline;
	color: #6C6D6F;
	background-color: #FFF;
}
header .header-in .header-navi ul li a:active {
	text-decoration: underline;
	color: #6C6D6F;
}

header .header-in .header-navi ul .login a {
	background-image: url(/media/documents/img/header_navi_login.png);
}
header .header-in .header-navi ul .login-corp a {
	background-image: url(/media/documents/img/header_navi_login_corp.png);
}
header .header-in .header-navi ul .sitemap a{
	background-image: url(/media/documents/img/header_navi_sitemap.png);
}
header .header-in .header-navi ul .trial a {
	background-image: url(/media/documents/img/header_navi_trial.png);
}




.main .main-side .side-menu {
	padding: 10px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 2px;
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
	border: solid 1px #ccc;	/*線の線種、幅、色*/
	-webkit-box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。内側に白のラインを入れる。*/
	box-shadow: 0px 0px 1px 1px #fff inset;
}
.main .main-side .side-menu h3 {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.main .main-side .side-menu ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.main .main-side .side-menu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left;
}
.main .main-side .side-menu ul li a {
	display: block;
	background-image: url(/media/documents/img/bt_more02.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	height: auto;
	max-width: 100%;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.9);	/*背景色。rgbaは色設定で255,255,255は白。0.9は透明度90%の事。*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-decoration: none;
}
.main .main-side .side-menu ul li a:link {
	color: #666;
	background-image: url(/media/documents/img/bt_more02.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
.main .main-side .side-menu ul li a:visited {
	color: #666;
	background-image: url(/media/documents/img/bt_more02.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
.main .main-side .side-menu ul li a:hover {
	color: #666;
	text-decoration: underline;
	background-color: #FFF;
	background-image: url(/media/documents/img/bt_more02.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
.main .main-side .side-menu ul li a:active {
	color: #666;
	text-decoration: underline;
	background-image: url(/media/documents/img/bt_more02.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}




.footer-navi-bg {
	width: 100%;
	background-color: #003366;
}




.footer-navi {
	width: 960px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.footer-navi ul {
	padding: 0px;
	display: block;
	width: 100%;
	float: left;
	margin: 0px;
}
.footer-navi ul li {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	display: block;
	background: #69C;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.1);	/*背景色。rgbaは色設定で255,255,255は白。0.9は透明度90%の事。*/
	float: left;
}
.footer-navi ul li a {
	/* [disabled]float: left; */
	display: block;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	white-space: nowrap;
	text-align: left;
	height: auto;
	padding: 5px;
}
.footer-navi ul li a:link {
	color: #FFF;
}
.footer-navi ul li a:visited {
	color: #FFF;
}
.footer-navi ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
.footer-navi ul li a:active {
	color: #FFF;
}
