@charset "utf-8";
/* 全要素リセット */
*{margin: 0px; padding: 0px; border: 0px; vertical-align: top;}
/* 共通要素 */
body{
margin: 0px auto;
height: 100%;
color: #333;
height: 100%;
background-color: #ccc;
background-image: url(../images/slant.gif);
background-repeat: repeat;
background-attachment: fixed;
text-align: center;
font-family:"MS UI Gothic", Osaka, sans-serif;
font-size: 14px;
line-height: 120%;
}

input{
border-top: 1px solid #0275BC;
border-left: 1px solid #0275BC;
border-right: 2px solid #0275BC;
border-bottom: 2px solid #0275BC;
background-color: #fff;
}

h3{margin-top: 30px;}

h4{
font-family: "MS UI Gothic", Osaka, sans-serif;
font-size: 130%;
text-align: left;
color: #000;
background-color: transparent;
margin: 5px;
padding-left:45px;
}
p{text-align: left; padding: 10px 50px; line-height: 170%;}
hr{
clear: both; /* お守りみたいなものです */
margin: 5px 0px;
color: #0275BC;
background-color: #0275BC;
}

strong{color: #f00;background: transparent}
em{font-style: normal; font-weight: bold; border-bottom: 3px double #000 ; }

/* 枠組み */

div#container{
margin: 0px auto;
width: 802px;
color: #403b32;
background-color: #fff;
text-align: center;
border-left: 5px solid #00446E;
border-right: 5px solid #00446E;
}

div#main{
clear: both;
width: 780px;
padding: 5px;
color: #333;
background-color: #fff;
text-align: center;
}

div#footer{
margin: 0px;
width: 100%;
color: #fff;
background-color: #0275BC;
text-align: center;
padding: 15px 0px;
border-top: 5px solid #00446E;
}

div#footer a{color: #fff;}


/* main部分 */
div.factory{
margin: 0px auto;
padding: 5px;
width:680px;
border: 1px solid #0275BC;
}

div.box{
width: 80%;
color: #000;
background-color: #EAF2F8;
padding:10px;
font-size: 90%;
font-weight: bold;
border: 1px solid #0275BC;
margin: 0px auto;
}


/* メールフォーム用 */

div.factory table{
margin: 0px auto;
width: 500px;
border: 0;
color:
background-color: transparent;
border: 0px;
border-collapse: collapse;
}

div.factory th{
color: #fff;
background-color: #0275BC;
font-size: 90%;
font-weight: bold;
text-align: center;
padding: 5px;
border: 1px solid #0275BC;
}

div.factory td{
color: #333;
background-color: #fff;
font-weight: bold;
text-align: center;
padding:5px;
border: 1px solid #0275BC;
}

/* 位置 */
.right{float: right; margin-left: 5px;}
.left{float: left; margin-right: 5px;}
.normal{clear: both;};
/* 装飾 */
.underl{border-bottom: 3px double #f00;}
.red{color: #f00; background: transparent;}
.blue{color:#00f; backgroud: transparent;}
.black{color: #000; background: transparent;}
.memo{font-size: 80%;}
.nb{border: 0;}
.nt{font-size: 90%; text-align: center;"}
.www{font-weight: normal;}

