@charset "utf-8";
/*formatting style
------------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.5;
}
hr {
	display: none;
}
/* link style
------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #809497;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	position: relative;
	top: -1px;
	left: +1px;
}
/*basic layout
------------------------------------------------*/
#wrapper {
	width: 980px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 218px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#dannuki {
	background-color: #FFFFFF;
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
#main {
	background-color: #FFFFFF;
	float: left;
	width: 510px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#sidebarR {
	float: left;
	width: 175px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#tab {
	float: right;
	width: 20px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
	background-image: url(img/sub/bg_t.jpg);
	background-repeat: repeat-y;
}
#clear {
	clear: both;
	width: 980px;
}
#breadcrumbs {
	clear: both;
	width: 980px;
}
#contents {
	background-color: #FFFFFF;
	clear: both;
	float: none;
	width: 968px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background-image: url(img/back.jpg);
	height: 130px;
}
#footer {
	color: #666666;
	background-color: #FFFFFF;
	clear: both;
	float: none;
	width: 968px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	border-right: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	background-image: url(img/back.jpg);
}
/* header style
------------------------------------------------*/
#header {
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFFFFF;
	height: 69px;
}

#header #logo {
	position: absolute;
	left: 0;
	top: 60px;
	height: 50px;
}
#header p {
	width: 970px;
	top: 56px;
	font-size: 9px;
	line-height: 1.4em;
	text-align: left;
	position: absolute;
	border-style: none;
	font-style: normal;
	letter-spacing: normal;
	visibility: inherit;
	right: 5px;
}
#header ul {
	background-color: #FFFFFF;
	width: 980px;
	position: absolute;
	left: 0px;
	top: 14px;
}
#header ul li {
	list-style-type: none;
	float: left;
}
#header ul li a {
	line-height: 30px;
	height: 30px;
	width: 151px;
	color: #666666;
	text-decoration: none;
	background-color: #999999;
	text-align: center;
	border-left: 1px solid #999999;
	display: block;
	font-weight: bold;
	background-image: url(img/b_back1.jpg);
}

#header ul li a:hover {
	background-color: #333333;
	background-image: url(img/b_back2.jpg);
	color: #FFFFFF;
}
#header ul li#nHome a {
	width: 108px;
	background-image: url(img/b_back1L.jpg);
	border-left: 1px solid #FFFFFF;
}
#header ul li#nContact a {
	background-image: url(img/b_back1R.jpg);
	width: 109px;
}
#header ul li#nContact a:hover {
	background-image: url(img/b_back2R.jpg);
}

#header ul li#nHome a:hover {
	background-image: url(img/b_back2L.jpg);
}

#home #header #nHome a {
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(img/b_back3L.jpg);
}
#total #header #nTotal a,#gaiheki #header #nGaiheki a,#roof #header #nRoof a,#quality #header #nQuality a,#support #header #nSupport a {
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(img/b_back3.jpg);
}
#contact #header #nContact a {
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(img/b_back3R.jpg);
}


/* headimage
------------------------------------------------*/
#topimage #headimg {
	position: relative;
	left: 0px;
	top: auto;
	width: 800px;
}
#catchcopy {
	width: 980px;
	line-height: 30px;
	height: 30px;
	padding-bottom: 5px;
	margin-top: 10px;
}
#catchcopy h1 {
	font-family: sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bolder;
	color: #666666;
	text-align: left;
	font-style: normal;
	background-image: url(img/headline.jpg);
	background-repeat: no-repeat;
	width: 980px;
	border-style: none;
}
#topimage object {
	width: 800px;
}
#topimage h1 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bolder;
	color: #993333;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
#topimage h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #996633;
	background-image: url(img/topimg.jpg);
	height: 380px;
	width: auto;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding: 32px 32px 20px 706px;
	margin: 0px;
}
#topimage h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-left: 0px;
	border-left: 10px double #CC9900;
	margin-top: 5px;
	margin-right: 0px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding-left: 10px;
}
#topimage h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	background-image: url(img/image2.jpg);
	height: 228px;
	width: auto;
	margin: 0px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding-top: 15px;
	padding-right: 32px;
	padding-left: 32px;
	border: 1px solid #CCCCCC;
}
#topimage h5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	background-image: url(img/gaiheki.jpg);
	height: 230px;
	width: auto;
	margin: 0px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding-top: 15px;
	padding-right: 32px;
	padding-left: 32px;
}

/* sidebar styles
------------------------------------------------*/
#sidebar h2 {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0px;
	color: #0033CC;
	margin-bottom: 10px;
	text-indent: 5px;
	border-bottom: 1px dashed #999999;
	background-color: #FFFFCC;
	border-right: 20px solid #FF0000;
}
#sidebar h3 {
	font-size: 100%;
	line-height: 1.4em;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-color: #DFDFDF;
	padding: 0px;
	background-position: 1px;
	margin-bottom: 10px;
}
#sidebar h3:hover {
	background-image: url(img/arrow_hover.gif);
	background-position: 1px;
}
#sidebar h1 {
	font-size: 140%;
	font-family: sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	background-image: url(img/midasiback.jpg);
	height: 50px;
	width: auto;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFCC33;
}

#sidebar dl dt img {
	float: left;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt img:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
	line-height: 1.2em;
	padding-bottom: 5px;
}
#sidebar dl dt dd {
	margin-bottom: 10px;
}
#dannuki h1 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	height: 1.2em;
	background-color: #CCCCCC;
	background-image: url(img/bg.jpg);
	width: 700px;
}

#main h1 {
	font-size: 160%;
	line-height: 2em;
	font-weight: bolder;
	font-family: sans-serif;
	font-style: normal;
}

/* main styles
------------------------------------------------*/
#main h2 {
	padding: 2px 0px 2px 15px;
	border-top: 2px dashed #999999;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#main h3 {
	font-family: sans-serif;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	color: #996600;
	border-left: 6px solid #666666;
	background-repeat: repeat;
	background-image: url(img/bg3.gif);
}
#main h4 {
	font-weight: bold;
	background-color: #66CC00;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 110%;
	line-height: 1.4em;
	margin-top: 5px;
	padding-left: 10px;
	margin-right: 400px;
	text-align: center;
}

#main p {
	font-size: 100%;
	line-height: 1.4em;
	padding: 2px 0px;
}
#main div.wk1 {
	float: left;
	margin-right: 10px;
}
#main div.wk2 {
	float: left;
}

#main table {
	font-family: sans-serif;
	line-height: 12pt;
	font-size: 9pt;
	font-weight: lighter;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
#sidebarR h4 {
	font-family: sans-serif;
	font-weight: bold;
	background-color: #CCCCCC;
	line-height: 1.2em;
	font-size: 110%;
	margin-top: 5px;
	padding: 2px 2px 2px 6px;
	border-left: 10px solid #339900;
	clear: both;
}
#sidebarR p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 98%;
	line-height: 1.3em;
	color: #996633;
	padding-bottom: 5px;
}



/* breadcrumb styles
------------------------------------------------*/
#breadcrumbs a:link {
	color: #333333;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #666666;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #0033FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
}

#breadcrumbs div.breadcrumb {
	overflow:hidden;
	margin:0;
	padding:0;
	height:24px;
	line-height:24px;
	color:#888888;
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(breadcrumb/bg.png);
	background-repeat: repeat-x;
}
#breadcrumbs div.breadcrumb a, #breadcrumbs div.breadcrumb em, #breadcrumbs div.breadcrumb span {
	float:left;
	overflow:hidden;
	height:24px;
	padding:0 8px;
	font-style:normal;
}
#breadcrumbs div.breadcrumb span {
	background:url(breadcrumb/bg-breadcrumb.png) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 10px;
	width:0px;

	filter:alpha(opacity=40);
	opacity:0.4;
}
#contents p {
	font-size: 100%;
	line-height: 1.4em;
	color: #999999;
}
#contents h2 {
	font-size: 100%;
	line-height: 1.4em;
	font-weight: bold;
	color: #006666;
}

/* contents styles
------------------------------------------------*/
#contents a:link {
	color: #333333;
	text-decoration: none;
}
#contents a:visited {
	color: #666666;
	text-decoration: none;
}
#contents a:hover {
	color: #0033FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
}

#contents div.wk {
	float: left;
	width: 177px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#contents div.wk2 {
	float: left;
	width: 177px;
	margin-bottom: 10px;
}

/* footer styles
------------------------------------------------*/
#footer ul li a {
	color: #999999;
	font-size: 10px;
	line-height: 12px;
}
#footer a:link {
	color: #333333;
	border-bottom: 2px solid #CCCC00;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	border-bottom: 3px solid #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #0033FF;
	text-decoration: none;
	border-bottom: 3px solid #0000FF;
}


#footer ul li a:hover {
	color: #333333;
}
#footer ul li p a {
	color: #CCCCCC;
}
#footer ul li p a:hover {
	color: #666666;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
	color: #999999;
	text-align: right;
}
#footer p a {
	color: #999999;
}
#footer p a:hover {
	color: #333333;
}
#footer address {
	line-height: 1.2em;
	text-align: right;
	font-size: 100%;
	clear: both;
	padding-top: 10px;
}

.premier {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.froatRight {
	float: right;
	margin-left: 10px;
}
.froatLeft {
	float: left;
	margin-right: 10px;
}

.bun_s {
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}
.bun_ss {
	font-size: 8pt;
	line-height: 10pt;
}
.itaric {
	font-style: italic;
}
