
@charset "UTF-8";
/* CSS Document */

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

a:hover { opacity: 1; -webkit-animation-duration: 1s; -webkit-animation-name: flash; animation-duration: 1s; animation-name: flash; }
@-webkit-keyframes flash {
	0% { opacity: .4; }
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: .4; }
	100% { opacity: 1; }
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	text-align:left;
}

div#header {
	width: 100%;
	margin-top: 100px;
	background-color:#fff;
	}

div.inner {
	width:960px;
	margin:0 auto;
	position:relative;
}

div#beige {
	background-color:#fff;
	}
	
#page_back {
	text-align: left;
	width:100%;
	position: fixed;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

#page_back div.inner {
	width:900px;
	height: 100px;
}

#page_back div.inner p.pageback {
	position: absolute;
	top: 25px;
}

#page_back div.inner p.logo {
	position: absolute;
	bottom: 20px;
	right:0px;
}

#title {
	position: absolute;
	bottom: 10px;
}

#title h1, #title p {
	float:left;
	line-height: 27px;
}


#title a {
	color: #333;
	display: block;
}
#title a:hover {
	color: #c00;
	text-decoration: none;
}

div.detail {
	color: #000;
	text-align:left;
	width:100%;
	margin-top:45px;
}

div.detail div.inner {
	width:900px;
	margin:0 auto;
}

div.detail table {
	width:900px;
	font-size: 11px;
}

div.detail table td {
	border: 1px solid #000;

}
div.detail table td p {
	padding :15px;
	line-height: 1.5;	
}

#footer {
	height: 45px;
	width: 900px;
	padding-top: 10px;
	font-size:10px;
	color:#333;
	margin:0 auto;
	text-align:left;
}

#footer address {
	float: left;
}

#pagetop a {
	float: right;
	color:#333;
}

img { vertical-align:bottom;}

img.imagebottom0  { vertical-align:bottom;display: block;}



/*
---------------------------------------------------------------------
	clearfix
---------------------------------------------------------------------
*/

a.btn:hover img{
opacity:0;
filter:alpha(opacity=0);
-ms-filter: "alpha( opacity=0 )";
}

/* Start clearFix */
.c:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	}
.c {
	zoom: 1;
	}
/* End clearFix */




