/*
common
*/
/* clearifx */
.g_clearfix {/zoom:1;}
.g_clearfix:after {
	content:'';
	display:block;
	clear:both;
}
.g_float_R {
	float:right;
	display:inline;
}
.g_float_L {
	float:left;
	display:inline;
}

/* margin */
.g_mr90{margin-right:90px;}
.g_ml90{margin-left:90px;}

/* txt */
.g_bold{font-weight: bold;}

/* lnk */
.g_lnk_noline_wrap a {
	text-decoration: none;
	padding-bottom: 1px;
}
.g_lnk_noline_wrap a:hover{
	text-decoration:underline;
	padding-bottom:1px;
}
a, a:hover, a:link{color:#0056cc;}
a:visited{color:#551a8b;}

/* img */
.g_img{
	border:0;
}

/*
parts
*/
/* head/foot */
#err_header{
	margin: 0 0 10px;
	border-bottom: 2px solid #0A69DF;
	padding: 0 0 10px;
}
#err_footer{
	margin: 10px 0 20px;
	padding-top: 10px;
	border-top: 2px solid #0A69DF;
}
#err_groupsite {
	margin-top: 9px;
}
#err_groupsite a {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	color: #435B67;
}
.gh_icon_close {
	background: url(../image/icon_close.gif) no-repeat 0 2px;
	padding-left: 13px;
}

/* lede */
#err_lede{
	padding-right: 140px;
	background: url(../image/img_rikumaru.png) bottom right no-repeat;
}

/* lnk */
#err_lnk{
	padding:20px 15px;
	background-color: #ECF6FE;
}
#err_lnk_register{
	border-bottom: 1px solid #B9D4ED;
	padding-bottom:15px;
	line-height:1.8em;
}
#err_lnk_txt{
	margin: 0;
	border-top: 1px solid #fff;
	padding: 0;
	padding-top:15px;
}
#err_lnk_txt li{
	float:left;
	margin: 0;
	padding: 0;
	width: 180px;
	list-style: none;
	text-align: center;
}
#err_lnk_txt li a{
	padding-left: 9px;
	background: url(../image/icon_b_y02.gif) no-repeat 0 4px;
}