/* CSS Document */
#main_visual {
	margin: 0 auto;
	width: 1100px;
}

#main_content {
	margin: 20px auto;
	width: 960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	overflow: hidden;
}

#main_content .section {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}

#main_content h2 {
	font-size: 140%;
	font-wieght: bold;
	color: #1a325b;
	margin: 10px 0 30px 0;
}

#main_content .overwrap h2{
	margin-top: 50px; 
}


#main_content h3 {
	font-wieght: bold;
	margin: 30px 0 10px 0;
}

#main_content .md-title {
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	width: 100%;
	background-color: #3D3FA4;
	margin: 40px 0;
	padding: 20px;
	text-align: center;

}
#main_content p, #main_content ul {
	line-height: 1.4em;
	
}

#main_content .bg01 {
	height: 1500px;
	background-image: url(../png/bg01.png);
}

#main_content .bg01 .overwrap {
	margin-top: 350px;
	padding: 20px;
}

#main_content .link{
	margin: 0 auto;
	width: 100%;
	padding: 20px 40px;
}

#main_content .link p {
	text-align: center;
}

#main_content .link .link1 {
	width: 740px;
	margin: 20px auto 0;
	overflow: hidden;
}

#main_content .link .link1 a {
	display: inline-block;
	width: 190px;
	float: left;
	padding: 20px 0;
	text-align: center;
	background-color: #fff;
	border: 2px solid #ff0000;
	color: #ff0000;
	margin-right: 50px;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  	
}
#main_content .link .link1 a:last-child {
	margin-right: 0;
}

#main_content .link .link1 a:hover {
	background-color: #ff0000;
	color: #fff;
    transition: 0.3s ease-in-out;
}

#main_content .note{
	margin: 0 auto;
	padding: 20px 40px;
	font-size: 80%;
}

#main_content .note ul {
	margin-top: 10px;
}

#main_content .note ul li {
	list-style: disc;
	margin-left: 20px;
}

#main_content .button {
	position: relative;
}

#main_content .button a {
	display: block;
	margin: 40px auto;
	width: 450px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	border: 3px solid #1C7BD3;
	background-color: #1C7BD3;
	color: #fff;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  
}

#main_content .button a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.left640 {
	float: left;
	width: 640px;
	margin: 0;
}

.left480 {
	float: left;
	width: 480px;	
	margin: 0;
}

.left320 {
	float: left;
	width: 480px;	
	margin: 0;
}

.left240 {
	float: left;
	width: 240px;	
	margin: 0;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}
.red {
	color: red;
}
.font-small {
	font-size: 70%;
}
.imgRight {
	float: right;
}