﻿@charset "euc-jp";
/* CSS Document */

/* float解・E(IE5.5以・E
==========================================================================================*/
#swapper:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden; }
* html #swapper {
display:inline-block;
}

/*
==========================================================================================*/
.subTxt{
 margin:0;
	padding:0;
	font-size:11px;
	line-height:14px;
	color:#666666;
}
.c-both { clear:both; 
	padding-bottom:30px;}

#field {
 width:700px;
	margin:0 auto;
	padding:10px 0 0 0;
}
#field .txt01 {
 float:left;
	width:370px;
}
#field .img01 {
 float:right;
}
#field .txt02 {
 float:right;
	width:330px;
}
#field .img02 {
 float:left;
}
#field .txt03 {
 float:left;
	width:430px;
}
#field .txt04 {
 float:right;
}
#field .txt05 {
 float:right;
	width:570px;
}
#field .web {
	height:270px;
	background:url(img/web.jpg) 0 0 no-repeat;
}
#field .webTxt {
 float:right;
 width:350px;
	font-size:11px;
	line-height:14px;
	color:#666666;
	padding:65px 20px 0 0;
}
#field .webLink {
 float:left;
}
#field .info {
	padding:10px 0 20px 0;
	text-align: center;
}

