﻿@charset "UTF-8";
@import url("support.css");
@import url("making.css");
/* Browser reset */

 *{
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: black;
  font-size: medium;
  font-family: Verdana,Arial,"ヒラギノ角ゴProW3","Osaka","MS Pゴシック",san-serif;
 }
 
 th,td,form{
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: black;
  font-size: medium;
  font-family: Verdana,Arial,"ヒラギノ角ゴProW3","Osaka","MS Pゴシック",san-serif; 
 }
 
 ul{
 list-style-type: none;
 }
 
 body{
 width: 100%;
 height: 100%;
 text-align: center;
 }
 
 em{
 font-style: normal;
 font-weight: bold;
 }
 
 img{
 border: 0;
 }
 
 a{
 overflow:hidden;
 outline:none;
}

p{
font-family: monospace;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;}  /* must be same height as the footer */

#footer {
position: relative;
margin-top: -50px; /* negative value of footer height */
height: 50px;
clear:both;
}
	
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 */

/*---------------------------------
共通部分
---------------------------------*/

div#waku{
width: 900px;
margin: 0 auto;
text-align: left;
}

div#header{
padding-top: 20px;
}

div#header ul{
padding-top: 20px;
}

div#header ul li{
float: left;
width: 180px;
height: 40px;
text-indent: -9999px;
}

div#header ul li a{
width: 180px;
height: 40px;
display: block;
}

div#header ul li.support{
background: url('../images/menu.jpg') 0 0;
}

div#header ul li.support a:hover{
background: url('../images/menu.jpg') 0 -40px;
}

div#header ul li.making{
background: url('../images/menu.jpg') -180px 0;
}

div#header ul li.making a:hover{
background: url('../images/menu.jpg') -180px -40px;
}

div#header ul li.results{
background: url('../images/menu.jpg') -360px 0;
}

div#header ul li.results a:hover{
background: url('../images/menu.jpg') -360px -40px;
}

div#header ul li.info{
background: url('../images/menu.jpg') -540px 0;
}

div#header ul li.info a:hover{
background: url('../images/menu.jpg') -540px -40px;
}

div#header ul li.contact{
background: url('../images/menu.jpg') -720px 0;
}

div#header ul li.contact a:hover{
background: url('../images/menu.jpg') -720px -40px;
}

p#key{
clear: both;
}

div#main{
clear: both;
padding-top: 20px;
}

div#main-left{
float: left;
width: 650px;
}

div#main-right{
float: right;
width: 250px;
}

div#main-right-inner{
width: 200px;
padding: 10px 15px;
background: #f0f0f0;
margin-left: 20px;
}

div#footerIN{
padding-top: 50px;
}

div#footer p{
font-size: 13px;
color: #fff;
margin: 0 auto;
background: #1588ff;
padding: 5px 0;
}

h3.title{
font-size: 14px;
color: #333;
background: url('../images/h3Title.png') no-repeat;
text-indent: 28px;
line-height: 23px;
border-bottom: 1px dotted #1588ff;
padding-bottom: 5px;
}

/*---------------------------------
トップページ
---------------------------------*/

/* 左部分 */

div#news{
width: 650px;
}

div#news h3{
height: 32px;
background: url('../images/newTitle.png') no-repeat 0 0;
text-indent: -9999px;
border-bottom: 2px solid #1588ff;
padding-bottom: 5px;
}

div#news ul{
width: 600px;
padding-top: 15px;
}

div#news ul li{
font-size: 14px;
color: #333;
line-height: 250%;
text-indent: 105px;
border-bottom: 1px dotted #c0c0c0;
}

div#news ul li.news{
background: url('../images/icoNews.jpg') no-repeat 0 8px;
}

div#news ul li.topics{
background: url('../images/icoTopics.jpg') no-repeat 0 8px;
}

div#servisBox{
clear: both;
padding-top: 20px;
}

div#servisBox h3{
height: 32px;
background: url('../images/serviceTitle.png') no-repeat 0 0;
text-indent: -9999px;
border-bottom: 2px solid #1588ff;
padding-bottom: 5px;
}

div.servisBox{
width: 320px;
height: 100px;
background: url('../images/bannerA.jpg');
position: relative;
margin-top: 15px;
}

.rightBox{
float: right;
}

.leftBox{
float: left;
}

div.servisBox h4{
width: 180px;
position: absolute; top: 10px; left: 25px;
}

div.servisBox h4 a{
font-size: 14px;
}

p.servisBoxText{
width: 180px;
font-size: 13px;
color: #333;
line-height: 120%;
position: absolute; top: 30px; left: 10px;
}

p.servisBoxImg{
width: 100px;
height: 80px;
border: 1px solid #c0c0c0;
padding: 1px;
position: absolute; top: 8px; left: 210px;
}

/* 右部分 */

div#contactBox{
width: 200px;
height: 141px;
background: url('../images/side-infoA.jpg') no-repeat;
position: relative;
}

div#contactBox h3{
text-indent: -9999px;
}

div#contactBox p#phon{
text-indent: -9999px;
}

div#contactBox p#contactBoxText{
font-size: 14px;
color: #333;
line-height: 150%;
position: absolute; top: 62px; left: 12px;
}

div#contactBox p#contactBoxButton{
position: absolute; top: 110px; left: 10px;
}

div#bannerBox{
padding-top: 20px;
}

div#bannerBox p{
}

/*---------------------------------
エラーページ
---------------------------------*/

div#error{
border: 1px solid #c0c0c0;
padding: 30px;
margin-top: 100px;
}

div#error h1{
font-size: 18px;
line-height: 32px;
text-indent: 40px;
background: url('../images/error.png') no-repeat;
}

p.text_1 a{
font-size: 13px;
}
