@charset "UTF-8";

/*base.css
=================================
1:basic
2:layout
3:header
4:menu
5:f-banner
6:footer
7:other
=================================*/


/*1:basic
=================================*/
body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, fieldset, input, textarea, label,
th, td,
img {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, dt{
	font-size:100%;
	font-weight: normal;
}

ul,ol {
	list-style-type:none;
}

em ,i, b, strong {
	font-style: normal;
	font-weight: normal;
}

table, th, td {
	margin:0;
	padding:0;
	border-collapse: collapse;
	font-size:100%;
	font-weight: normal;
	vertical-align: top;
}

input, textarea {
	font-size:100%;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

img {
	margin:0;
	padding:0;
	border:none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear:both;
}

a:link { color:#666666; text-decoration: none;}
a:visited { color:#666666; text-decoration: none;}
a:active { color:#666666; text-decoration: underline;}
a:hover { color:#666666; text-decoration: underline;}


/*2:layout
=================================*/
body {
	color: #666666;
	font-size: 12px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	line-height: 1.45;
	background: url(../img/bg01.gif) repeat 0 0;
}

/* for IE6 */
* html body {
    font-size: 75%;
}

@media print {
* html body {
    zoom: 80%;
}
}

/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}

#container {
	width: 974px;
	margin: 0 auto;
	padding:0 0 8px;
	background: url(../img/bg03.jpg) no-repeat 0 100%;
}

/*  wirenet,privacy  */
#wirenet #container,
#privacy #container {
	width: 974px;
	margin: 0 auto;
	padding:0 0 8px;
	background: url(../img/bg04.jpg) no-repeat 0 100%;
}

#container-in {
	width: 974px;
	margin:25px auto 0;
	text-align:left;
	background: url(../img/bg02.jpg) no-repeat 0 10px;
}




/*3:header
=================================*/

h1 {
	margin:0 0 0 8px;
	text-align:left;
}

#header {
	width:960px;
	height:69px;
	margin:2px 0 0 7px;
	background: url(../img/head_bg01.jpg) no-repeat 0 0;
}

#header h2 {
	width:565px;
	float:left;
	padding:15px 0 0 15px;
}

#header .header-right {
	float:left;
	padding:10px 0 0;
}

#header .header-tel p {
	float:left;
	padding:5px 5px 0 0;
}


/*4:menu
=================================*/
#menu {
	width: 960px;
	margin:0 0 0 7px;
}

#menu p {
	float:left;
}


/*5:f-banner
=================================*/
#f-banner {
	clear:both;
	height:86px;
	margin:30px 0 0 14px;
	background: url(../img/f_bnr_bg.jpg) no-repeat 0 0;
}

#f-banner .left {
	width:575px;
	float:left;
	padding:10px 0 0 10px;
}

#f-banner .left p.tel {
	float:left;
	margin:12px 14px 0 0;
}

#f-banner .right {
	float:left;
	margin:12px 0 0;
}

#f-banner .right p.txt01 {
	font-size:14px;
	font-weight:bold;
	line-height:1.6;
	padding: 0 0 4px;
}



/*6:footer
=================================*/
#footer {
	margin: 8px 0 5px;
}

/*  wirenet,privacy  */
#wirenet #footer,
#privacy #footer {
	margin: 8px 0 8px;
}

#footer p.left {
	float:left;
	margin:0 0 0 15px;
}

#footer p.right {
	float:right;
	margin:0 15px 0 0;
}



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

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



