@charset "utf-8";

/* Reset
---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	line-height: 1.5;
	color: #000;
	background: #FFEB4E;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-weight: normal;
}
 
ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, em, strong, th {
	font-style: normal; 
	font-weight: normal;
}


/* Anchors
---------------------------------------- */
a {
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}



/* header
---------------------------------------- */
#headerArea {
	height: 109px;
	background: url(../img/header_bg.gif) repeat-x;
}

#header {
	width: 800px;
	margin: 0 auto;
	padding: 15px 0 0;
}

#header p.info {
	text-align: center;
	margin-top: 17px;
}

/* visual2
---------------------------------------- */
#visual2 {
	width: 800px;
	margin: 0 auto 25px;
	padding: 13px 0 0;
}

#visual2 img {
	vertical-align: top;
}

#visual2 .visualText {
	width: 360px;
	float: left;
}

#visual2 .visualText h1 {
	margin: 40px 0 42px;
	text-align: center;
}

#visual2 .visualText ul.navi {
}

#visual2 .visualText ul.navi li {
	float: left;
	height: 34px;
}

#visual2 .image {
	width: 404px;
	margin: 0 12px 0px 0;
	float: right;
}

/* contents
---------------------------------------- */
#contents {
	width: 800px;
	margin: 0 auto;
}

/* contact
---------------------------------------- */
#contents .contact {
	width: 760px;
	height: 161px;
	margin: 0 0 15px;
	padding: 19px 20px 0;
	background: url(../img/contact_bg.gif) no-repeat;
	clear: both;
}

#contents .contact h2 {
	margin: 0 0 33px 20px;
}

#contents .contact h3 {
	margin-bottom: 10px;
}

#contents .contact .contactTel {
	width: 370px;
	text-align: center;
	float: left;
}

#contents .contact .contactNet {
	width: 370px;
	text-align: center;
	float: right;
}

#contents .campaign {
	margin-bottom: 20px;
}

#contents .pagetop {
	text-align: right;
	margin: 0 5px 20px 0;	
}

/* bannerarea
---------------------------------------- */


#contents .bannerArea {
	width: 760px;
	height: 100px;
	margin: 0 0 15px;
	padding: 19px 20px 0;
	background: url(../img/contact_bg2.gif) no-repeat;
	clear: both;
}




/* footer
---------------------------------------- */
#footerArea {
	background-color: #4C3729;
}

#footerArea #footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 12px;
	height: 70px;
}

#footerArea #footer img {
	vertical-align: top;
}

#footerArea #footer ul {
	width: 640px;
	padding-top: 7px;
	float: left;
}

#footerArea #footer ul li {
	margin-right: 23px;
	float:left;
	line-height: 0;
}

#footerArea #footer p {
	width: 146px;
	height: 24px;
	margin-bottom: 13px;
	float: right;
	line-height: 0;
}

#footerArea #footer p.copyright {
	width: auto;
	height: 12px;
	clear: both;
	float: none;
	text-align: center;
}



/* clearfix
---------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}

