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


body {
	width:100%;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height: 2.0em;
	letter-spacing: 0.075em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	margin: 0 auto;
	background-color:#000;
	color:#3F243E;
	font-weight: bold;
}

article, aside, figure, figcaption, footer, header, nav, section {
display: block;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
	border-style:none;
}

.clearfix:after,
.clearfix:before{
  content: '';
  display: block;
}
.clearfix:after{
  clear: both;
}


#wrapper{
	width: 950px;
	margin: 0 auto;
}

h1{
	margin: 30px 0 30px 0;
	text-align:center;
	}

#container{
	width: 820px;
	margin: 0 auto;
	background-color:#ffc4d6;
	padding:0;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}


#main{
	padding:50px 50px;
	}

.lead{
	width:700px;
	margin:0 auto;
	}
	
.lead p{
	text-align:center;
	}


.text{
	width:700px;
	margin:0 auto;
	}
	
.text p{
	text-align:center;
	font-size:15px;
	line-height:2em;
	}

.ft-18{
	font-size:18px;
	font-weight:bold;
}

.text h2{
	text-align: center;
	padding-top:40px;
}

.blue{
  color:#E7E63E;
  font-weight:bold;
}

.photo{
text-align:center;
}	


table{
	line-height: 200% ;
	width:90%;
	margin:0 auto;
 	}


.name{
	width: 80px;
	float: left;
	font-weight: bold;
	}


.r-bot{
	text-align:right;
	margin-bottom:60px;
	}

.l-bot{
	text-align:right;
	margin-bottom:60px;
	}

a{
	color:#dd2625;
	font-weight:bold;
	text-decoration: none;
}

a:hover{
  color:#0A075F;
}


#footer{ 
width:100%;
text-align:center;
font-size:11px;
padding:30px 0 10px;
background-color:#000;
}

#footer nav{
margin:0px 0 0px;
}

#footer p{ 
color:#fff;
font-size:10px;
}
	

/* float解除 */
.clear {
	clear:both;
}
	
/* hover */
a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
