/* CSS Document */
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td
{
  margin: 0;
  padding: 0;
}
fieldset, img{
vertical-align: top;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
a:link {
	color: #CC6666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC3333;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #CC0033;
}




body {
	background-image: url(img/bg_02.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #EFCABA;
}
#wrapper {
	padding: 0px;
	height: auto;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#header {
	height: 241px;
	width: 750px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
コンテンツ（index.html）
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

#contents {
	height: auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h1 {
	font-size: 0px;
	color: #000000;
}

.midashi_01 {
	background-image: url(img/midashi_01.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 750px;
}
.midashi_02 {
	background-image: url(img/midashi_02.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 750px;
}
.midashi_03 {
	background-image: url(img/midashi_03.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 750px;
}
.midashi_04 {
	background-image: url(img/midashi_04.jpg);
	background-repeat: no-repeat;
	height: 67px;
	width: 750px;
}
.midashi_05 {
	background-image: url(img/midashi_05.jpg);
	background-repeat: no-repeat;
	height: 99px;
	width: 750px;
}

.img_box {
}


.text_box {
	padding: 0px;
	font-size: 90%;
	line-height: 160%;
	color: #333333;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 35px;
}

.text_box_b {
	padding: 0px;
	font-size: 90%;
	line-height: 160%;
	color: #333333;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 35px;
	font-weight: bold;
}
.e_book {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 35px;
}
.e_book ul {
	list-style-type: none;
}
.e_book li {
	background-image: url(img/icon_01.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-bottom: 2px;
}




/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#footer {
	background-color: #FFFFFF;
	height: auto;
	width: 750px;
	padding-top: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

.fnavi {
	padding: 0px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.fnavi ul {
	list-style-type: none;
}
.fnavi li {
	font-size: 85%;
	list-style: url(none) none;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	line-height: 180%;
}
address {
	text-align: center;
	color: #333333;
	padding-bottom: 10px;
	font-size: 90%;
}
.footer_img {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	height: 141px;
	width: 750px;
}
.point01 {
	font-size: x-large;
	font-weight: bold;
}
