@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;
	background-color: #FFFFFF;
    font-family:'メイリオ',meiryo,'ＭＳＰゴシック',sans-serif,'ヒラギノ角ゴ Pro W3',Osaka,;
	font-size:12px;
　　
}


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;
	}

.clearfix:after {
    content: url(img/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
	


/*ヘッダー*/


#header_top {
    display: none;
}

.header_contents {
	display: none;
}


#logo {
	display: none;
}

#container {
	width: 650px;
	margin:20px auto 5px auto;
	padding:10px;
	background-color:#FFFFFF;
}




#contents {
    padding: 15px;
}

h2 {
    width:auto;
	height:auto;
	text-align:center;
	margin:0 auto 0 auto;
	font-size:16px;
	color: #000000;
	font-weight:600;
}

#contents table {
    width:600px;
	border:none;
	margin:15px 0 20px 0;
}

#contents table tr td {
    text-align:left;
	vertical-align:top;
	line-height:150%;
}

h3 {
    margin-top:20px;
	margin-bottom:10px;
	border:solid 1px  #D0D0D0;
	background-color: #999999;
	color: #000000;
}

.txt {
    width:auto;
	margin:10px;
}

.txt p {
    line-height:150%;
}




/*フッター*/

#footer {
    color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 26px;
	}

#footer .copyright {

	text-align: center;

	}




