/* ******************************************************************

	@This stylesheet Information{
		CSS File Name: common.css

		Setting of: General pages
			1: General setting
			2: wrapper container setting
	}

****************************************************************** */

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


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

html{
	width:100%;
	height:100%;
	background-color:#DEE0E3;
	overflow-y:scroll;
}

body{
	width:100%;
	height:100%;
	min-height:100%;
	background:#DEE0E3 url(/images/bg.jpg) repeat-x;

	color:#333;
	font-size:small;
	_font-size:x-small;	/*IE6*/
	line-height:1.37;
	text-align:center;
	font-family:'MS PGothic',Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	word-break:normal;
	word-wrap:break-word;
}

/*html>body{height:auto;}*/

ul,
ol{list-style:none;}

table{border-collapse:collapse;line-height:1.37;}

table caption,
table th,
table td{text-align:left;vertical-align:top;}

hr{display:none;}

img{border:0;}

a:link{color:#0052E9; text-decoration:underline;}
a:visited{color:#660099; text-decoration:underline;}
a:hover{color:#003399; text-decoration:none;}
a:active{color:#003399; text-decoration:none;}

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

input{line-height:normal;}

address{font-style:normal;}

pre{
	white-space:-moz-pre-wrap; /* Mozilla */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
	white-space:pre-wrap; /* CSS3 */
}


/*--[class]-----------------------------------------------------*/



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


/* clearfix */
.pkg:after{
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility:hidden;
}

.pkg{ display: inline-block; }

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



/*===================================================================
	2: wrapper container setting
===================================================================*/

div#wrapper{
	position: relative;
    min-height: 100%;
    _height: 100%;

	border-right:solid 1px #c6c6c6;
	border-left:solid 1px #c6c6c6;
	background-color:#FFFFFF;
	text-align:left;
	margin:0 auto;
	width: 760px !important;
	width /**/: 762px;
}

div#container{
	border-top:2px solid #ff8303;
	padding-bottom: 4.2em;
}



/* ******************************************************************

	@This stylesheet Information{
		CSS File Name: contents.css

		Setting of: Contents area
			1: header setting
			2: contentsTop setting
			3: contents setting
			4: footer setting
	}

****************************************************************** */


/*===================================================================
	1: header setting
===================================================================*/

div#header{
	margin:0 1px;
	padding:7px 10px 10px;
}


div#header span{
	position:absolute;
	left:50%;
	top:8px;
	width:370px;
	text-align:right;
}

/*===================================================================
	2: contentsTop setting
===================================================================*/

div#contentsTop{padding:0 51px 70px;}

div#contentsTop h1{ border-left: 5px solid #ff8303; margin:0; padding: 10px;}


/*===================================================================
	3: contents setting
===================================================================*/

div#contents{
	padding:0px 51px 100px;
}

div#contents div#mainInfo{
	margin:0 35px 60px;
	text-align:center;
}

div#contents div#mainInfo h2{
	font-size:1.44em;
	margin:0 0 20px;
}

div#contents div#mainInfo p{
	font-size:1.12em;
}

div#contents div#mainInfo p.url{
	font-size:1.2em;
	background:#E8E8E8;
	padding:5px;
	font-weight:bold;
	margin-top:25px;
}


div#contents div#cautionInfo{
	background:url(/images/caution_bgbtm.gif) no-repeat left bottom;
	padding:0 0 16px;
	width:520px;
	margin:0 69px;
}

div#contents div#cautionInfo div.inner{
	background:url(/images/caution_bgtop.gif) no-repeat left top;
	padding:16px 20px 0;
}

div#contents div#cautionInfo div.inner p{
	font-size:.86em;
	padding:0 0 0 34px;
	background:url(/images/ico_caution.gif) no-repeat left top;
}

/*===================================================================
	4: footer setting
===================================================================*/

#footer{
	border-top:2px solid #ff8303;
	margin:0 1px;
	width:760px;
    position: absolute;
    bottom: 0;
	height: 4.6em;
}

#footer div.pkg{
	padding-top:7px;
}
