@charset "UTF-8";

body {
background-repeat: repeat;
background-image: url("../../images/base1.gif");
}

.contentDiv {
background: #f5edc5;
}
section{
width: 600px;
margin: auto;
}
.abstract{
width: 600px;
margin: auto;
}

#mainImg{
max-width: 100%;
width: 100%;
height: auto;
margin: 20px auto;
}
section p+p{
padding-top: 5px;
}

h1{
font-size: 20px;
margin-bottom: 0;
line-height: 1.2;
}

h2{ 
margin-top: 50px;
padding-bottom: 5px;
text-align: center;
border-bottom: 1px dotted #231815;
}
#mailForm{ text-align: left; }
#mailForm ul {
padding-left: 10px;
}
/* フッター */
#commonFooter .map {
padding: 30px;
background: #F5EDC5;
color: #231815;
margin-bottom: 10px;
}
#commonFooter .map a{
color: #911D22
}
#commonFooter .map img{
	margin: 20px auto;
}

.ninja_onebutton{ margin-top: 20px;}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
.f-l{ float: left;}
.f-r{ float: right; }