/*----------------------------------------------------------------------------------------------------------------------
																												common
----------------------------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: url(../image/bg.png);
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
a {
	margin: 0;
	padding: 0;
	outline: none;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: normal;
}
address {
	text-align: right;
	padding-top: 80px;
}



/*----------------------------------------------------------------------------------------------------------------------
																													id
----------------------------------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 420px;
}
#headerFlash {
	width: 100%;
	height: 300px;
	background: black;
}
#contents {
	width: 850px;
	background: white;
}
#footer {
	width: 100%;
	height: 120px;
	background: #E6E6E6;
}
#other_page {
	width: 850px;
	background: white;
}






/*----------------------------------------------------------------------------------------------------------------------
																											      class
----------------------------------------------------------------------------------------------------------------------*/
.logo {
	width: 100%;
	height: 120px;
	border-bottom: 3px solid black;
}
.chap {
	width: 400px;
	height: 300px;
	float: left;
}
.r_box {
	width: 440px;
	float: left;
	height: 300px;
}





/*----------------------------------------------------------------------------------------------------------------------
																										    id,class関連
----------------------------------------------------------------------------------------------------------------------*/
#contents p {
	padding: 15px 20px;
	text-align: justify;
	line-height: 1.5;
	letter-spacing: 1.3px;
	font-size: 14px;
}
.r_box p {
	margin-top: 20px;
}




/*----------------------------------------------------------------------------------------------------------------------
																													h
----------------------------------------------------------------------------------------------------------------------*/
h2 {
	margin: 20px;
}
h2#about {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
}
h5.btn {
	margin: 0;
	padding: 0;
}
h5.btn a {
	display: block;
	width: 410px;
	height: 110px;
	background: url(../image/btn1.jpg) no-repeat;
	text-indent:-1000px;
}
h5.btn a:hover {
	background: url(../image/btn2.jpg) no-repeat;
}





/*----------------------------------------------------------------------------------------------------------------------
																												ul,li
----------------------------------------------------------------------------------------------------------------------*/





/*----------------------------------------------------------------------------------------------------------------------
																													p
----------------------------------------------------------------------------------------------------------------------*/
p.both {
	clear: both;
}
p.text1 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
}
p.text2 {
	width: 700px;
	font-size: 13px;
	padding: 10px 25px;
	border-bottom: 1px dotted #C8C8C8;
}
p.text3 {
	font-size: 14px;
	padding: 50px 20px;
}
p.text4 {
	font-size: 14px;
	padding: 10px 20px;
	text-align: right;
}





/*----------------------------------------------------------------------------------------------------------------------
																										     　　　span
----------------------------------------------------------------------------------------------------------------------*/
.red {
	color: #C80000;
}
.blue {
	color: #0000C8;
}
.gray {
	color: gray;
}
.border {
	border-bottom: 1px solid #FF9900;
}
.big {
	color: #969696;
	font-size: 1.8em;
	font-family: 'arial black';
}
.big2 {
	font-size: 1.5em;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
}
