@charset "utf-8";

/* ----------------------------------------------------------------------
  reset
---------------------------------------------------------------------- */
html,body,h1,h2,h3,h4,h5,h6,div,p,li,dl,dt,dd,table,th,td,form{
	margin: 0;
	padding: 0;
}

img{
	border:none;
	vertical-align:bottom;
} 

/* Fonts CSS
------------------------------*/
body{
	font-size: 10px;
	line-height: 1.7em;
	color: #fff;
	background: #fff url(gaw_bg_01.jpg) no-repeat center 42px;
	height: 100%;
}
#container,h2,h3,h4,h5,h6{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;   

	font-size:1.2em;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", "MS Pゴシック", Meiryo, Osaka, sans-serif;
}

/*----commonheader_start----*/
.commonheader{
    background:#FFF;
	height:42px;
    overflow:hidden;}
.commonheader div{
	width:900px;
	margin:0 auto;
	text-align:left;}
.commonheader div p{
	margin:10px 0 0 0;}
/*----commonheader_end----*/


/* Default Link
------------------------------*/
a{
	text-decoration:none;
}
a:link{
	color:#FF9900;
	text-decoration: none;
}
a:visited{
	color:#FF9900;
}
a:hover {
	color:#FF6000;
}


/* ClearFix
------------------------------*/
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
line-height: 0;
}
.clearfix{
/* for ie */
display:inline-table;
}
/* Hides from IE-mac Y*/
* html .clearfix{height: 1%;}
.clearfix{display:block;}
/* End hide from IE-mac */
*+html .clearfix{
zoom:1;
}

ul{list-style: none;}
ul,ol{margin: 0; padding: 0;}
hr{display: none;}
table{border-collapse: collapse;}
caption,th{text-align: left;}


/* Default Material
------------------------------*/
img.dblock{
	display:block;
}


/* DefaultLayout
-----------------------------------*/
#contents {
	width:873px;
	margin:0 auto;
	padding:350px 0 0px;
}

#contents p{
	margin: 0;
}

/*--caution_set--*/
#contents dl.paralleldl{
	line-height:1.5em;}
#contents .paralleldl dt,
#contents .paralleldl dd{
	color:#FFFFFF;}
#contents .paralleldl dt{
	padding:0 0 0.2em 0;}
#contents .paralleldl dd{
	margin:-1.7em 0 0.5em 1.5em;
	letter-spacing:0.1em;}

/* Footer
-----------------------------------*/
#footer_wrapper {
	width:100%;
	height:100px;
	background: #011547;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #FFF;
}
#footer {
	margin:0px auto;
	padding:20px 0px 0px;
	width: 1000px;
	text-align:center;
	height: 80px;
}
.copyright {
	width: 873px;
	margin:0 auto;
	padding:0px;
	height: 55px;
}


