@charset "utf-8";
/* CSS Document */


body,div,p,h1,h2,h3,h4,h5  {
	margin: 0px;
	padding: 0px;
}

body {
}

#index_contents{
	background-color: #000031;
	background-image: url(../img/d_bg01.jpg);
	background-repeat: repeat;
}

#index_contents_txtbox .tagline{
	margin-top: 15px;
	margin-bottom: 15px;
}

#index_contents_txtbox p{
	margin-bottom: 10px;
}

.copyright {
	margin: 20px,50px,5px,auto;
}

.border01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #12287D;
}

.border02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F7255;
}