
/********************************************************/
/* common 競合する可能性有 */
/********************************************************/

body {
	background:#FFFFFF url(../images/gr_body.gif) repeat-x;
	text-align:center;
	margin: 0 auto 20px auto;
	padding: 0 0 0 0;
	font-size: 77%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", "Helvetica","Meiryo";
	color: #444444;
}

a {color:#304F92;text-decoration:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

.hidden{visibility: hidden; font-size:1px;}
.print_text{display: none;}

#gr_header *,
#gr_header_menu,
#gr_header_menu *,
#gr_contents *,
#gr_footer *{
	font-size:100%;
	margin:0;
	padding:0;
	list-style:none;
	line-height:150%;
}

#gr_header img,
#gr_contents img,
#gr_footer img{
border:0;}

#gr_contents small{font-size:80%;_font-size:75%;}
*+html body #gr_contents small{font-size:85%;}

#gr_contents .small{font-size:80%;_font-size:75%;}
*+html body #gr_contents .small{font-size:85%;}

/********************************************************/
/* gr_wrapper */
/********************************************************/

div#gr_wrapper{
	width:808px;
	margin:0 auto 0 auto;
	background:url(../images/gr_wrapper.gif) top center repeat-y;
}
	div#gr_wrapper_inner{
		width:800px;
		_width:808px;
		padding:0 4px !important;
		background:url(../images/gr_wrapper_inner.gif) top center no-repeat;
		text-align:left;
	}

.gr_wrapper_bottom{
	height:9px !important;
	font-size:1px;
	width:808px;
	margin:0 auto 0 auto;
	overflow:hidden;
	background:url(../images/gr_wrapper_bottom.png) top center no-repeat;
}
* html body .gr_wrapper_bottom{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/jp/images/gr_wrapper_bottom.png", sizingMethod="image");background:none;}


/********************************************************/
/* clear */
/********************************************************/
div#gr_wrapper_inner:after,
.gr_clear:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* WinIE7 MacIE5 */
div#gr_wrapper_inner,
.gr_clear{
	display:inline-table;
	zoom:100%;
}

/* WinIE5-6 */
/* Hides from IE-mac \*/
* html div#gr_wrapper_inner,
* html .gr_clear{
	height:1px;
}

div#gr_wrapper_inner,
.gr_clear{
	display:block;
}


