@charset "UTF-8";
@import url("basic.css");

/* CSS Document */

/* ================================================ */
/*  WOOD BELL SYSTEM CO.                                      　*/
/*   <<styles.css>>  共通スタイル                   */
/*   Copyright (C) 2009 hiro. All Rights Reserved.  */
/* ================================================ */



/* all */


body {
	background-color: #f8f8f8;
	color: #666666;
}

.min {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", Times, sans-serif;
}


/* element */

h1 {
	margin-left: 0px;
	height: 30px;
	font-size: 120%;
	text-align: right;
}


h2.top {
	margin: 0px;
	border-bottom: 2px #006cd8 solid;
}


h2.con {
	margin: 0px;
	padding: 2px 0px 4px 24px;
	height: 30px;
	color: #ffffff;
	background: url(../images/h2_con.gif) no-repeat;
}


h3 {
	margin: 20px 0px 0px 0px;
	padding: 2px 0px 0px 24px;
	height: 30px;
	color: #ffffff;
	background: url(../images/h3.gif) no-repeat;
}

h3 a,
h3 a:hover {
	color: #ffffff;
}


h4 {
	margin: 10px 2px 0px 0px;
	padding: 0px 0px 0px 24px;
	border: 1px #c0c0c0 solid;
	height: 24px;
	color: #666666;	
	background: url(../images/h4.gif) no-repeat;
}

img{
	border: none
}


/* width:900px */

#wrap {
	margin: auto;
	width: 900px;
	border-right: 1px #999999 solid;
	border-left: 1px #999999 solid;
	background-color:#ffffff;
}


/* width:860px */

#container {
	margin: auto;
	width: 860px;
}

/* header */

#header {
	margin: 0px 0px 0px 0px;
}


/* logoarea  */

#header #logoarea {
	margin: 0px 10px 10px 10px;
	padding: 6px 0px 0px 0px;
}


#header #logoarea p.logo {
	float: left;
	height: 52px;
}


#header #logoarea p.txt {
	margin-left: 72px;
	text-align: right;
	font-size: 90%;
}


/* flash */

#header #flash {
	margin: 0px;
	padding: 1px;
	border: 1px #999999 solid;
}


/* globalnav */

#header #globalnav {
	margin: 4px 0px 4px 0px;
}

#header #globalnav ul {
	margin: 0px;
	padding: 0px;
	width: 860px;
}


#header #globalnav li {
	margin: 0px;
	float: left;
	width: 142px;
	height: 40px;
	line-height: 40px;
	list-style-type: none;
	text-align: center;
}


#header #globalnav li#home {
	border-top: 1px #006cd8 solid;
	border-left: 1px #006cd8 solid;
}


#header #globalnav li#last {
	border-top: 1px #006cd8 solid;
	border-right: 1px #006cd8 solid;
	border-left: 1px #006cd8 solid;
}


#header #globalnav li#corporate,
#header #globalnav li#business,
#header #globalnav li#jobs,
#header #globalnav li#contact {
	border-top: 1px #006cd8 solid;
	border-left: 1px #006cd8 solid;
}


#header #globalnav li a {
	display: block;
	position: relative;
	line-height: 40px;
	color: #006cd8;
	background: url(../images/nav.gif) 0px 0px no-repeat;
	font-size: 80%;
	text-decoration: none;
}


#header #globalnav li a:hover {
	color: #006cd8;
	background: url(../images/nav.gif) 0px -40px no-repeat;
}

#header #globalnav li#last a:hover {
	background: url(../images/nav.gif) 0px 0px no-repeat;
}


/* oto */
#header #oto {
	text-align: right;
}


/* topic path */

#header ol.topic-path {
	margin: 10px 8px;
	text-align: left;
}


#header ol.topic-path li {
	display: inline;
	line-height:110%;
	list-style-type: none;
	font-size: 8pt;
}


#header ol.topic-path li a {
	padding-right: 15px;
	color: #003399;
	background: url(../images/path.gif) no-repeat right center;
	text-decoration: none;
}


/* contents */

#contents {
	margin: 20px 0px 20px 3px;
}


/* news */

#contents #news {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 50px 0px;
	float: left;
	width: 576px;
	height: 210px;
	border: 1px #999999 solid;
	background-color: #f8f8f8;
}


#contents #news ul {
	padding: 10px 20px 5px 30px;
}


#contents #news li {
	border-bottom: 1px #999999 solid;
	list-style-type: none;
	font-size: 90%;
}


/* side */

#contents #side {
	margin: 0px 0px 10px 620px;
}

#contents #side .banner {
	margin: 0px 0px 10px 0px;
}

/* sub navi */

#contents #subnav {
	margin: 0px;
	float: left;
	width: 200px;
	background-color: #f8f8f8;
}


#contents #subnav ul {
	margin: 4px;
	padding: 0px;
}


#contents #subnav li {
	list-style: none;
}


#contents #subnav li a {
	margin: 1px 0px 1px 0px;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 80%;
	text-decoration: none;
}


#contents #subnav li.one a {
	border-top: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;
	border-bottom: 1px #c0c0c0 solid;
	border-left: 6px #006cd8 solid;
	width: 183px;
	text-indent: 16px;
}


#contents #subnav li.two a,
#contents #subnav li.this a {
	border-right: 1px #c0c0c0 solid;
	border-bottom: 1px #c0c0c0 solid;
	border-left: 1px #c0c0c0 solid;
	width: 188px;
	text-indent: 30px;
}


#contents #subnav li.this a {
	color: #ffffff;
	background-color: #ff6633;
}


#contents #subnav li.one a:link, 
#contents #subnav li.two a:link {
	color: #666666
}


#contents #subnav li.one a:visited,
#contents #subnav li.two a:visited {
	color: #666666
}


#contents #subnav li.one a:hover,
#contents #subnav li.two a:hover {
	color: #ffffff;
	background: url(../images/subnav3.gif);
}



/* main */

#contents #main {
	margin: 0px 0px 10px 224px;
	padding: 0px;
	background-color: #ffffff;
}

#contents #main .lead {
	padding: 10px 10px 0px 24px;
	font-size: 90%;
}

#contents #main .link {
	padding: 5px 20px 0px 0px;
	text-align: right;
}


#contents #main .section {
	margin: 0px 0px 20px 0px;
}

#contents #main .section .box {
	margin: 10px 0px 20px 0px;
	border: 1px #999999 solid;	
}

#contents #main .section .box .box_R {
	padding: 120px 0px 0px 0px;
	float: right;
	width: 160px;
} 

#contents #main .section .box .box_L {
	margin: 0px 172px 0px 0px;
	padding: 0px 0px 10px 24px;
	font-size: 100%;
} 

#contents #main .section .box .box_L .name {
	padding: 0px 0px 0px 300px;
	font-size: 90%;
} 

#contents #main .section .box .box_L .message {
	padding: 20px 10px 0px 0px;
	font-size: 100%;
} 


#contents #main .section .box .text {
	padding: 20px 20px 20px 20px;
	font-size: 90%;
}  

#contents #main .section .box .sign{
	padding: 0px 20px 20px 20px;
	font-size: 100%;
	text-align: right;
} 

#contents #main .section .box .map {
	padding: 10px 0px 0px 10px;
} 

#contents #main .section .box .access {
	padding: 0px 0px 10px 30px;
	font-size: 80%;
} 

#contents #main .section .box .iso {
	padding: 20px;
	float: right;
	width: 200px;
} 


#contents #main .section .box ul {
	padding: 0px 0px 10px 24px;
	list-style-type: square;
} 

#contents #main .section .box .jobs {
	padding: 5px 5px 5px 24px;
	font-size: 80%;
} 

#contents #main .section .box .contact {
	padding: 20px 20px 20px 30px;
	font-size: 110%;
}

#contents #main .section .box .contact img {
	vertical-align: middle;
}

#contents #main .section .box .contact .mail {
	margin: 0px 0px 10px 0px;
}  


/* table */

#contents #main .section table {
	margin: 10px 0px 10px 0px;
	border: 1px #c0c0c0 solid;
	width: 630px;
	font-size: 80%;
	text-align: left;
}


#contents #main .section table th {
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	background-color: #f1f1f1;
	padding: 6px;
}

#contents #main .section table td,
#contents #main .section table td.last {
	padding: 6px;
}

#contents #main .section table td {
	border-bottom: 1px #c0c0c0 solid;
}

#contents #main .section table td.last {
	border-bottom: none;
}

#contents #main .section table ul {
	list-style-type: none;
}

.col180 {
	width: 180px;
}


/* count */

#count {
	padding: 0px 0px 0px 392px;
}


/* sitemap */

#sitemap  {
	margin: 0px 500px 0px 30px;
}

#sitemap li.one,
#sitemap li.two {
	list-style-type: none;
}

#sitemap li.one {
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 2px 30px;
	border-bottom: 1px solid;
	background: url(../../sitemap/imges/arrow.gif) no-repeat left center;
	font-weight: bold;
	font-size: 100%;
}

#sitemap li.two {
	margin: 0px 0px 10px 30px;
	padding: 0px 0px 0px 24px;
	background: url(../../sitemap/imges/arrow2.gif) no-repeat left center;
	font-size: 90%;
}


#sitemap li a {
	line-height: 20px;
	text-decoration: none;		
}

#sitemap li a:link {
	color: #333333;
}

#sitemap li a:visited {
	color: #333333;
}


/* footer */

#footer {
	margin: 10px 0px 20px 0px;
	clear: both;
	text-align:center;
}


#footer ul {
	padding: 10px 100px 2px 100px;
}


#footer li {
	display: inline;
	font-size: 80%;
}


#footer li a {
	text-decoration: none;
}


/* copyright */

#footer p {
	padding: 10px 0px 20px 0px;
	border-top: 1px #c0c0c0 solid;
	color:#666666;
	font-size: 70%;
	text-align:center;
}


/* ciearfix */

#header #logoarea:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#header #logoarea {/*for WinIE*/
	min-height:1%;
}


* html #header #logoarea {
	/*\*/height:1%;/*for WinIE*/
    display:inline-table;/*for MacIE*/
}


#header #globalnav:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#header #globalnav {/*for WinIE*/
	min-height:1%;
}


* html #header #globalnav {
	/*\*/height:1%;/*for WinIE*/
    display:inline-table;/*for MacIE*/
}


#contents:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


#contents {/*for WinIE*/
	min-height:1%;
}


* html #contents {
	/*\*/height:1%;/*for WinIE*/
    display:inline-table;/*for MacIE*/
}

	