/* 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: #990033;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0033;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━
特種設定
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.point_text01 {
	color: #333333;
	font-weight: bold;
}
.point_text02 {
	font-size: 130%;
	font-weight: bold;
}
.point_text03 {
	color: #FF0066;
	font-weight: bold;
}
.point_text04 {
	color: #FF0000;
}
.point_text05 {
	font-weight: bold;
}




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

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
#header {
	height: 210px;
	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: 62px;
	width: 750px;
}
.midashi_02 {
	background-image: url(img/midashi_02.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 750px;
}
.midashi_03 {
	background-image: url(img/midashi_03.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 750px;
}
.midashi_04 {
	background-image: url(img/midashi_04.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 750px;
}
.midashi_05 {
	background-image: url(img/midashi_05.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 750px;
}
.midashi_06 {
	background-image: url(img/midashi_06.jpg);
	background-repeat: no-repeat;
	height: 87px;
	width: 750px;
}

.midashi_07 {
	background-image: url(img/midashi_07.jpg);
	background-repeat: no-repeat;
	height: 87px;
	width: 750px;
}
.midashi_08 {
	background-image: url(img/midashi_08.jpg);
	background-repeat: no-repeat;
	height: 217px;
	width: 750px;
}
.midashi_09 {
	background-image: url(img/midashi_09.jpg);
	background-repeat: no-repeat;
	height: 189px;
	width: 750px;
}
.venture {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 35px;
}
.venture ul {
	list-style-type: none;
}
.venture li {
	background-image: url(img/icon_01.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #CC9900;
	margin-bottom: 0px;
}


.img_box {
}


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

/*左側画像*/
.text_box_left {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	width: 293px;
	margin-bottom: 15px;
}
/*右側*/
.text_box_right {
	float: left;
	width: 400px;
	padding-top: 100px;
	padding-right: 15px;
	padding-left: 15px;
}
/*回り込み解除*/
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


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

.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: 189px;
	width: 750px;
}
