@charset "utf-8";

/* ----------------------------------------------------------------
defult CSS
---------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p {
  margin:0;
  padding:0;
}

ol,ul {  
  list-style:none;   
}

img {
  border:none;
  vertical-align:top;
}

html {
  overflow-y: scroll;
}

body {
  background:#000000;
  color:#b0b0b0;
  font-size: 76%;
  line-height:1.7;
  font-family:'メイリオ',Meiryo,verdana,'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

body.fontL {
  font-size:90%;
}
body.fontM {
  font-size:84%;
}
body.fontS {
  font-size:76%;
}

/* ----------------------------------------------------------------
link style
---------------------------------------------------------------- */

a {
  text-decoration:none;
  outline: none;
  color: #b0b0b0;
}

a:hover {
  color: #ffffff;
}

a.pdfLink {
  background:url(images/pdficon.gif) left center no-repeat;
  padding-left: 22px;
}

/* ----------------------------------------------------------------
header style 
---------------------------------------------------------------- */

#headWrap {
  height:140px;
  background:url(images/head_bg.png) left top repeat-x;
}

#header {
  width:930px;
  margin:0 auto;
}

#header h1 {
  float:left;
  width:400px;
  height:130px;
  background:url(images/logo.png) left top no-repeat;
  text-indent:-9999px;
}

#header h1 a,
#header p a {
  display: block;
  width:400px;
  height:130px;
  overflow: hidden;
}

#header dl {
  float: right;
  width: auto;
  height: 40px;
  margin-top: 30px;
}

#header dt {
  width: 84px;
  height: 40px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  background:url(images/text_size.png) left top no-repeat;
}

#header dd {
  width: 24px;
  height: 40px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  padding-left: 20px;
}

#header dd.sizeS a,
#header dd.sizeM a,
#header dd.sizeL a {
  display:block;
  float:left;
  width:24px;
  height:40px;
}

#header dd.sizeS a {
  background:url(images/textR.png) left top no-repeat;
}

#header dd.sizeS a.sizeS_on,
#header dd.sizeS a:hover {
  background:url(images/textR.png) left bottom no-repeat;
}

#header dd.sizeM a {
  background:url(images/textM.png) left top no-repeat;
}

#header dd.sizeM a.sizeM_on,
#header dd.sizeM a:hover {
  background:url(images/textM.png) left bottom no-repeat;
}

#header dd.sizeL a {
  background:url(images/textL.png) left top no-repeat;
}

#header dd.sizeL a.sizeL_on,
#header dd.sizeL a:hover {
  background:url(images/textL.png) left bottom no-repeat;
}

#header ul {
  clear: right;
  width:465px;
  height:44px;
  float:right;
  margin-top:95px;
}

#header li {
  float:left;
}

#header li a {
  display:block;
  float:left;
  height:30px;
  line-height:30px;
  border:1px solid #333333;
  border-bottom:none;
  margin:5px 5px 9px 0;
  text-align:center;
  background-color:#222222;
  color:#ffffff;
}

#header li a.current {
  height:44px;
  background-color:#000000;
  margin-top:0;
  margin-bottom:0;
  color:#EB7800;
}

li#home a {
  width:68px;
}

li#effects a {
  width:93px;
}

li#repair_works a {
  width:128px;
}

li#link a {
  width:58px;
}

li#contact a {
  width:88px;
  margin-right:0;
}

#header li a:hover {
  background-color:#000000;
}

/* ----------------------------------------------------------------
topic_path style 
---------------------------------------------------------------- */

ul#pathWay {
  margin-bottom: 5px;
}

ul#pathWay li {
  display: inline;
  line-height: 20px;
  margin-right: 5px;
  padding-left: 15px;
  background:url(images/pathway.gif) left center no-repeat;
}

ul#pathWay li.home {
  background: none;
  padding-left: 0;
}

p#welcome {
  line-height: 20px;
  margin-bottom: 5px;
}

/* ----------------------------------------------------------------
contents style 
---------------------------------------------------------------- */

#mainWrap {
  width:930px;
  margin:0 auto;
  padding-top:5px;
}

#main {
  float:right;
  width:720px;
}

#topImage {
  background-color: #1E1E1E;
  border-bottom:1px solid #000000;
  padding: 10px;
}

#contents {
  width:670px;
  border-top:1px solid #292929;
  padding:20px 25px 40px;
  background:url(images/contents_bg.png) left bottom repeat-x #141414;
}

#contents h2,
#contents h3 {
  width: 670px;
  font-size: 1.6em;
  line-height: 1em;
  color: #EB7800;
}

#contents p.subTitle {
  width: auto;
  font-size: 1.2em;
  color: #FFFFFF;
  margin-bottom: 15px;
}

#contents h3 {
  margin-top: 30px;
}

span {
  color:#ffffff;
  font-weight: normal;
}

p.readMore a,
p.pagetop a {
  display: block;
  height:26px;
  line-height: 25px;
  font-size: 12px;
  color: #ffffff;
}

p.readMore a {
  width: 120px;
  text-indent:10px;
  margin:15px 0 0;
  background:url(images/readmore.png) left top no-repeat;
}

p.pagetop a {
  width:150px;
  background:url(images/pagetop.png) left top no-repeat;
  text-indent:30px;
  margin:30px 0 0 520px;
}

p.readMore a:hover,
p.pagetop a:hover {
  color: #ffffff;
}

dl.listStyle01 {
  border-top: 2px solid #CC0000;
}

dl.listStyle01 dt {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: normal;
  padding:5px 0;
  border-bottom: 1px dotted #666666;
}

dl.listStyle01 dd {
  border-bottom: 1px dotted #666666;
}

dl.listStyle01 dd a {
  display: block;
  line-height: 1.5;
  padding:5px 0 5px 20px;
  background:url(images/point_footer.gif) left center no-repeat #141414;
}

dl.listStyle01 dd a:hover {
  background:url(images/point_footer.gif) left center no-repeat #222222;
}

dl.listStyle02 dt {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: normal;
  padding:5px 0;
}

dl.listStyle02 dd {
  padding-left: 26px;
  margin: 0 0 5px 20px;
  background:url(images/check.gif) left center no-repeat;
}

dl.listStyle03 dt {
  clear: left;
  float: left;
  width: 12em;
  padding: 5px 0;
  font-weight: bold;
  color: #ffffff;
}

dl.listStyle03 dd {
  width: auto;
  margin-left: 12em;
  padding: 5px 0 5px 20px;
  border-left: 5px solid #333333;
}

/* ----------------------------------------------------------------
top page style 
---------------------------------------------------------------- */

#slideshow {
  width: 700px;
  height: 250px;
  overflow: hidden;
  background:url(images/top_bg.png) left top no-repeat;
}

#slideshow div {
  width: 700px;
  height: 250px;
}

#slideshow p {
  width: 500px;
  height: 250px;
  font-size: 12px;
}

#nav {
  width: 692px;
  height: 35px;
  padding: 0 4px;
  background:url(images/tab_bg.png) left top repeat-x;
}

#nav li {
  display: block;
  float: left;
  width: 226px;
  height: 35px;
  line-height: 35px;
  margin-right:4px;
  color:#b0b0b0;
  font-size: 1.1em;
  text-decoration: none;
  text-align: center;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
}
  
#nav li.activeLI {
  background-color: #161616;
  color:#ffffff;
}

ul.roundBox {
  width: 670px;
  margin: 25px auto 0;
}

ul.roundBox li {
  width: 190px;
  float: left;
  margin: 0 20px 20px 0;
  padding:10px;
  background: #1E1E1E;
}

ul.roundBox li:last-child {
  margin-right: 0;
}

#contents ul.roundBox li h3,
#contents ul.roundBox li p.title {
  width: auto;
  display: block;
  font-size: 1em;
  line-height: 1.6;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #CC0000;
}

ul.roundBox p {
  line-height: 1.6;
  margin:7px 0 0;
}

ul.roundBox p.subTitle02 {
  margin: 0 0 7px;
  font-size: 1em;
}

#contents ul.roundBox li p.readMore a {
  margin:10px 0 0;
}

div#wpRss {
  width: 670px;
}

div#wpRss p {
  width: 330px;
  float: left;
}

div#wpRss p.readMore {
  clear: left;
  float: left;
}

div#wpRss dl {
  width: 320px;
  float: right;
}

div#wpRss dd a {
  width: 300px;
}

/* ----------------------------------------------------------------
side navi style 
---------------------------------------------------------------- */
#sideMenu {
  float:left;
  width:200px;
  margin-top:10px;
}

#sideMenu h3 {
  width: auto;
  padding-left:10px;
  margin:0;
  height:36px;
  line-height:36px;
  font-size:1.2em;
  font-weight: normal;
  background:url(images/title_menu.png) left top no-repeat;
}

#sideMenu dl {
  width:198px;
  border: 1px solid #252525;
  border-top:none;
  background-color:#181818;

}

#sideMenu dt {
  padding-left:10px;
  height:30px;
  line-height:30px;
  color:#b0b0b0;
  background-color:#1E1E1E;
  border-bottom:1px solid #000000;
  border-top:1px solid #252525;
}

#sideMenu dt:first-child {
  border-top:none;
}

#sideMenu dd {
  border-bottom:1px solid #000000;
  border-top:1px solid #252525;
}

#sideMenu dd a {
  display:block;
  width:165px;
  height:30px;
  line-height:30px;
  padding-left:33px;
  background:url(images/point_menu.gif) left center no-repeat #181818;
}

#sideMenu dd a:hover {
  background:url(images/point_menu.gif) left center no-repeat #252525;
}

#sideMenu div.sidebox {
  width: 180px;
  padding:10px;
  margin-top: 10px;
  background-color: #1E1E1E;
}

#sideMenu div.sidebox h3 {
  background: none;
  padding: 0;
  height: auto;
  line-height: 1.6;
  color: #ffffff;
  width: auto;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  border-bottom: 2px solid #CC0000;
}

#sideMenu div.sidebox p {
  margin: 7px 0 0;
  font-size: 1em;
}

#sideMenu div.sidebox p.subTitle {
  margin: 0;
  font-size: 1em;
}

/* ----------------------------------------------------------------
footer style 
---------------------------------------------------------------- */

#footWrap {
  width: 100%;
  border-top: 3px double #222222;
  background: #141414;
  padding: 30px 0 0;
}

#footer {
  width: 930px;
  margin: 0 auto;
  padding-right: 20px;
  background:url(images/footer_logo.png) left center no-repeat;
}

#footer dl {
  float: right;
  width: 230px;
  margin-left: 40px;
}

#footer dd a {
  width: 210px;
}

#footer p {
  clear: both;
  color: #ffffff;
  text-align: right;
  padding: 20px 0 10px;
}

/* ----------------------------------------------------------------
effects page style 
---------------------------------------------------------------- */

div.box01 {
  width: 650px;
  padding: 0 0 30px;
  margin: 35px auto 0;
  border-bottom: 1px dotted #333333;
}

div#contents div.box01 h3,
div#effectsTitle div.box03 h2 {
  width: 400px;
  float: left;
  font-size: 1em;
  line-height: 1.6;
  color: #b0b0b0;
  font-weight: normal;
  margin: 0 0 5px;
  border-bottom: 2px solid #EB7800;
}

img.right {
  float: right;
}

img.right02 {
  float: right;
  margin: 0 0 10px 20px;
}

img.left{
  float: left;
  margin: 0 20px 10px 0;
}

div.box01 p,
div.box03 p {
  float: left;
  width: 400px;
}

p.classification {
  font-size: 0.9em;
  margin-bottom: 15px;
}

div.box02 {
  width: 650px;
  margin: 0 auto;
}

div#contents div.box02 h3 {
  width: 650px;
  margin: 30px 0 20px;
  padding-bottom: 2px;
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: normal;
  color: #FFFFFF;
  background:url(images/title_bg.gif) left bottom no-repeat;
}

div#contents div.box02 h4 {
  margin: 0 0 10px;
  font-size: 1.2em;
  font-weight: normal;
  color: #FFFFFF;
}

div#contents div.box02 p {
  margin: 0 0 10px;
}

div.box04 {
  width: 650px;
  margin: 30px auto 0;
}

div#contents div.box04 h3 {
  width: auto;
  font-size: 1.4em;
  line-height: 1.6;
  color: #FFFFFF;
  font-weight: normal;
  border-bottom: 2px solid #EB7800;
  margin: 0 0 5px;
}

div.box04 p.user {
  width: auto;
  font-size: 0.9em;
  margin: 0 0 20px;
}

/* ----------------------------------------------------------------
effects個別 style 
---------------------------------------------------------------- */

div#effectsTitle {
  background-color: #1E1E1E;
  border-bottom:1px solid #000000;
  padding: 10px;
}

div#effectsTitle div.box03 {
  width: 660px;
  padding:25px 10px 15px 30px;
  background:url(images/effects_top_bg.png) left top no-repeat #161616;
}

ul.listStyle04 {
  clear: left;
  width: 400px;
  padding-top: 30px;
}

ul.listStyle04 li {
  padding-left: 30px;
  margin: 0 0 10px 20px;
  background:url(images/check.gif) left center no-repeat;
}


/* ----------------------------------------------------------------
contact form style 
---------------------------------------------------------------- */

form#contactform,
form#Conf {
  width: 650px;
  margin: 0 auto;
}

form#contactform dl,
dl#confirm {
  width: 650px;
  margin-bottom: 20px;
}

form#contactform dl.listStyle03 dt {
  padding: 7px 0 8px;
}

dl#confirm dt {
  padding: 5px 0;
}

span.req {
  color: #FF0000;
}

input#name,
input#email,
input#emailcheck,
textarea#message_req {
  width:250px;
  padding: 3px;
  border:1px solid #292929;
  background-color:#000000;
  color:#ffffff;
  font-size: 1em;
  line-height: 1;
  font-family:'メイリオ','Meiryo',verdana,sans-serif;
}

input#contact01,
input#contact02,
input#contact03,
input#contact04,
input#Reply {
  vertical-align: middle;
  cursor: pointer;
  margin-right:0.3em;
}

label {
  cursor: pointer;
}

textarea#message_req {
  display: block;
  width:97%;
  height:200px;
  line-height: 1.6;
  padding: 3px 5px;
}

input#submit {
  display: block;
  margin:10px 5px 0 0;
}

button#reset,
button#submit {
  display: block;
  float: left;
  text-indent: -9999px;
  width: 180px;
  height: 50px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  margin: 10px 10px 0 0;
}

button#reset {
  background: url(images/img_back.jpg) left center no-repeat;
}

button#submit {
  background: url(images/img_submit.jpg) left center no-repeat;
}

/* ----------------------------------------------------------------
saitmap style 
---------------------------------------------------------------- */

dl.sitemap {
  width: 600px;
  margin:30px auto 0;
  border-top: 2px solid #CC0000;
}

dl.sitemap dt {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: normal;
  padding:5px 0;
  border-bottom: 1px dotted #666666;
}

dl.sitemap dd {
  border-bottom: 1px dotted #666666;
}

dl.sitemap dd a {
  display: block;
  width: 580px;
  line-height: 1.5;
  padding:5px 0 5px 20px;
  background:url(images/point_sitemap.gif) left center no-repeat;
}

dl.sitemap dd a:hover {
  background:url(images/point_sitemap.gif) left center no-repeat #222222;
}

/* ----------------------------------------------------------------
clearfix 
---------------------------------------------------------------- */

.clear {
  clear: both;
}

div#header:after,
div#header dl:after,
div#header ul:after,
div#contentsWrap:after,
div#mainWrap:after,
div#contents:after,
div#contents p:after,
div.slider:after,
div#nav:after,
ul.roundBox:after,
div#wpRss:after,
div.box01:after,
div.box02 p:after,
div.box03:after,
dl#confirm dd:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}