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

* {
	margin: 0px;
	padding: 0px;
}

img{
	display: block;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #A8D0EF;
}

.message_p1{
	font-size: 90%;
	margin-top: 10px;
	width: 960px;
	text-align: right;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 30px;
	}

	
.zentai{
	margin:0px auto;
	width: 1100px;
	background-image: url(img/link_back.jpg);
	background-repeat: repeat-y;
}

.text{
	width: 900px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 100%;
	line-height:150%;	
}

.text_style1{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 60px;
	padding-top: 15px;
}
	

.padding{
	padding-top: 40px;
}	

.red{
	color: #F00;
}	


A:link {
	color: #284F8E
}
A:visited {
	color: #284F8E
}
A:active {
	color: #284F8E
}
A:hover {
	color: #3EA8E1
}


.h4_style1{
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-size: 125%;
	color: #001764;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E60012;
	margin-top: 10px;
}

.h4_style2{
	font-size: 130%;
	color: #001764;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
