* {
margin:0;
padding:0;
}

body {
text-align:center;
}

#box1 {
height: 270px;
background: url(../img/main_image.jpg) center center no-repeat;
}

#container {
width:880px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#box2 {
width:590px;
float:right;
text-align: right;
background: url(../img/news_back.jpg) ;
}

#box3 {
width:290px;
float:left;
}

#box4 {
width:100%;
clear:right;
}

.box5 {
width:270px;
padding: 15px 0px 0px 0px;
float:left;
}


/* ------------------------------
　news設定
------------------------------ */
.news_img {
float: left;
}

.news {
padding: 0px 0px 0px 50px;
color:#333333;
font-size: 10px;
line-height: 1.5em;
}


/* ------------------------------
　モバイル設定
------------------------------ */
p.mobile {
padding: 0px 0px 0px 00px;
color:#333333;
font-size: 10px;
line-height: 1.5em;
}


/* ------------------------------
　修理設定
------------------------------ */
p.syuri {
padding: 10px 20px 10px 0px;
color:#333333;
font-size: 11px;
line-height: 1.7em;
}

.syuri_img {
padding: 20px 0px 0px 0px;
}

.syuri_dot {
padding: 10px 0px 10px 0px;
}



/* ------------------------------
　オリコ設定
------------------------------ */
.orico {
padding: 0px 20px 0px 0px;
color:#333333;
font-size: 10px;
line-height: 1.5em;
}

table.orico_t {
border: 1px #e5e5e5 solid;
}


/*コピーライト*/
.copyrighs {
background: url("../img/copyrights.gif") no-repeat;
width: 300px;
height: 20px;
margin: 0px 0px 20px 0px;
padding: 0px;
display:block;
}

*.floatclear {
clear: both;
}

/*更新歴リンク色*/	
A.newslink:link {
color: #333333;
text-decoration: none;
border-bottom:1px #666666 solid;
}
A.newslink:visited {
color: #666666;
text-decoration: none;
border-bottom:1px #666666 solid;
}
A.newslink:active {
color:#333333;
text-decoration: none;
border-bottom:1px #999999 dotted;
}
A.newslink:hover {
color: #999999;
text-decoration: none;
border-bottom:1px #333333 dotted;
}