@charset "utf-8";

/* CSS Document */

body{
width:100%;
text-align:center;
position:absolute;
font-family:Meyryo,Verdana,Arial,Helvetica,sans;
font-size:11px;
color:#666666;
line-height: 150%;
}

a{
color:#666666;
text-decoration:underline;
}

a:hover{
color:#40D200;
text-decoration:underline;
}

#wrapper {
width:800px;
margin:0 auto;
text-align:left;
background:url(../img/bg_body.jpg) repeat-y;
}

/*------head--------*/

#head {
width:800px;
height:180px;
margin:0 auto;
padding-top:10px;
background:url(../img/bg_head.jpg) no-repeat;
}

#head_h1 {
width:380px;
height:10px;
margin:0 0 0 45;
float:left;
}

#head_link {
width:162px;
height:26px;
margin:128 40 0 0;
float:right;
}

/*------navi--------*/

#navi {
width:784px;
margin:0 8 0 8;
}

#navi ul {
width:784px;
}

#navi li {
float:left;
}

/*------container--------*/

#container {
width:722px;
margin:15 39 5 39;
}

#work {
width:722px;
height:150px;
margin:0 auto;
padding:20 20 0 20;
background:url(../work/img/work_bg.jpg) no-repeat;
}

.work_text {
width:682px;
height:130px;
}

/*------footer--------*/

#foot {
width:800px;
height:80px;
margin:0 auto;
background:url(../img/bg_foot.jpg) no-repeat;
}

#foot_link {
width:722px;
margin:0 39 15 39;
padding-top:10px;
}

#foot_link_left {
width:400px;
float:left;
}

#foot_link_right {
width:300px;
float:right;
text-align:right;
}

/*------other--------*/

* {
margin:0;
padding:0;
border:0;
list-style:none;
}

.cl {
clear:both;
font-size:0;
line-height:0;
}

/*------text--------*/

h1 {
font-family:Meyryo,Verdana,Arial,Helvetica,sans;
font-size:10px;
color:#666666;
font-weight:lighter;
}

h2 {
font-family:Meyryo,Verdana,Arial,Helvetica,sans;
font-size:11px;
color:#666666;
font-weight:lighter;
}

.container {
font-family:Meyryo,Verdana,Arial,Helvetica,sans;
font-size:11px;
color:#666666;
line-height: 150%;
}

.container a{
color:#666666;
text-decoration:underline;
}

.container a:hover{
color:#40D200;
text-decoration:underline;
}

.16b {
font-family:Meyryo,Verdana,Arial,Helvetica,sans;
font-size:16px;
color:#666666;
font-weight:bold;
}