@charset "euc-jp";

/* ****************************************************************** 
	@This stylesheet Information{
		CSS File Name: common_old.css
		Setting of: General pages

			1: General setting
			2: container setting
	}
****************************************************************** */

/*===================================================================
	1: General setting
===================================================================*/

body,div,h1,h2,h3,h4,h5,h6,p,address,blockquote,pre,dl,dt,dd,ul,ol,li,form,fieldset,textarea,table{
	margin:0;
	padding:0;
	font-size:100%;
}

html{
	width:100%;
	height:100%;
	overflow-y:scroll;
}
body{
	width:100%;
	height:100%;
	min-height:100%;
	color:#333;
	font-size:small;
	_font-size:x-small;	/*IE6*/
	line-height:1.37;
	text-align:center;
font-family:'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','£Í£Ó £Ð¥´¥·¥Ã¥¯','MS PGothic', sans-serif;
	word-break:normal;word-wrap:break-word; /*IE*/
}
html>body{height:auto;}


hr{display:none;}

address{font-style:normal;}

ul,
ol{list-style:none;}

table{line-height:1.37;}

a:link{color:#663300;text-decoration:underline}
a:visited{color:#99632e;text-decoration:underline}
a:hover{color:#cc2200;text-decoration:none}
a:active{color:#cc2200;text-decoration:none}

img{border:0;}

em{font-weight:bold;font-style:normal;}

input{line-height:normal;}

li{line-height:1.25;}


/*--- class ---*/

.clearBoth{clear:both;}
.noticeColor{color:#ff0000 !important;}
div.noscriptMsg{
display:block;
padding:10px;
color:#ff0000;
font-weight:bold;
}

.dispNone,
.skipNav{
	display:none;
	/* Hides from IE5-Mac \*/ 
	display:block;
	position:absolute;
	top:-500px;
	left:-2500px;
	font-size:1px;
	line-height:100%;
	/* [end] */
}

/*--- clearfix ---*/
.pkg:after{
	content: "";
	display: block;
	clear: both;
}
* html .pkg{ display: inline-block; }

/* no ie mac \*/
* html .pkg{ height: 1%; }
.pkg{ display: block; }
/* */


/*===================================================================
	2: container setting
===================================================================*/
div#wrapper{
	background:url(/images/body_bg_top.gif) repeat-x left top;
}
div#wrapperInner{
	background:url(/images/body_bg_top2.gif) no-repeat top center;
}
div#container{
	margin:0 auto;
	padding:0;
	width:800px;
	text-align:left;
	background-color:#fff;
}


/*end*/