@charset "utf-8";

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
fieldset,img {  
	    border:0; 
	} 
address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
ol,ul { 
    list-style:none; 
	} 
caption,th { 
	    text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
q:before,q:after { 
	    content:''; 
	} 
abbr,acronym { border:0; 
	} 
/* common */

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
    font-family:'メイリオ',meiryo,'ヒラギノ丸ゴ Pro W4',Osaka,'ＭＳＰゴシック',sans-serif;
    /*font-family:'メイリオ',meiryo,'HG丸ゴシックM-PRO',sans-serif,'ヒラギノ丸ゴ Pro W4',Osaka,;*/
	background-image: url(img/bg_g.gif);
	background-repeat: repeat;

}


a:link {
	color: #00f;
	font-size:100%;
	text-decoration:none;
	}

a:visited {
	color: #039;
	font-size:100%;
	text-decoration:none;
	}

a:hover {
	color: #0ff;
	font-size:100%;
	text-decoration:none;
	}
	
a:active {
	color: #0ff;
	font-size:100%;
	text-decoration:none;
	}
	
p {
	color: #000;
	font-size:106%;
	line-height:180%;
	}
	
span {
	color: #666;
	font-size:106%;
	line-height:180%;
	}
	
h3 {
    font-size:120%;
	font-weight:600;
	margin:5px 0;
}

strong {
    font-weight:600;
}
	

/*メイン*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height:100%;
	background-color:#FFFFFF;
	border-left:#abda4e solid 1px;
	border-right:#abda4e solid 1px;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#clearfix:after {
  content: "."; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

#clearfix {
  min-height: 1px;
}

* html #clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*ヘッダー*/

#header {
	width: 770px;
	height:195px;
}


/*コンテンツ*/

#contents {
	width: 770px;
	height:auto;
	background-color:#FFFFFF;
	margin-top:10px;
}

h2 {
	width: 500px;
	height:auto;
	background-color:#c5c8e1;
	font-size:150%;
	line-height:150%;
	margin:20px 0;
	padding-left:10px;
	}


.txtBox {
	width: 730px;
	height:auto;
	margin: 0 auto 30px auto;
	color: #000;
	font-size:106%;
	line-height:150%;
}

* html .txtBox {
	width: 730px;
	height:auto;
	margin: 0 auto 30px auto;
	color: #000;
	font-size:106%;
	line-height:150%;
}

*:first-child+html .txtBox {
	width: 730px;
	height:auto;
	margin: 0 auto 30px auto;
	color: #000;
	font-size:106%;
	line-height:150%;
}



.list {
	width: auto;
	font-size:106%;
	margin-left:20px;
}

.list ul li {
	line-height:180%;
	list-style-type: disc;	
}

/*フッター*/

#pt {
    width:280px;
	float:right;
	text-align:right;
	margin-top:-20px;
	margin-right:5px;
	font-size:14px;
}




#copyright {
	width: 770px;
	height:16px;
	background-color: #abda4e;
}


#copyright p {
	font-size: 10px;
	color: #FFFFFF;
	padding-right:2px;
	padding-top:0;
}


#copyright_l {
    width:auto;
	float:left;
	color: #FFFFFF;
}

#copyright_r {
    width:auto;
	float:right;
}






