@charset "utf-8";

/* DESIGN STYLESHEET
STYLES NAME : design.css
CREATE DATE : 09.09.07
LASTUP DATE : 09.09.07
AUTHOR COMPANY : SHIKI-DESIGN
------------------------------*/

/* DEFINE
--------------------*/

/* BODY
--------------------*/
body{
background:#fff;
color:#000;
}

/* LAYOUT SHARE
--------------------*/
/* HEADER */
#header{
margin-bottom:15px;
width:100%;
height:65px;
background:url(/imgs/design/bg_header.gif) repeat-x 0 0;
font-size:10px;
}
#headerInner{
margin:0 auto;
width:950px;
height:65px;
}

/* LAYOUT EACH
--------------------*/
/* LOGO KENJIN */
#logo01 a{
display:block;
width:441px;
height:62px;
background:url(/imgs/common/logo_kenzin.jpg) no-repeat 0 0;
text-indent:-5000px;
}
#logo01 a:hover{background:url(/imgs/common/logo_kenzinov.jpg) no-repeat 0 0;}

/* LOGO DESIGN */
#logo02 a{
display:block;
width:295px;
height:62px;
background:url(/imgs/common/logo_designon.jpg) no-repeat 0 0;
text-indent:-5000px;
}
#logo02 a:hover{background:url(/imgs/common/logo_designon.jpg) no-repeat 0 0;}

/* INDEX */
#news{
margin:30px auto 0 auto;
width:950px;
}
#newsInner{
float:left;
width:868px;
}
#newsArchive{
float:right;
width:82px;
}
.newsPopup{
float:left;
width:80px;
}
#news dl{
float:right;
padding:0 0 0 20px;
width:768px;
font-size:95%;
line-height:1.5;
}
#news dt{
clear:left;
float:left;
width:6em;
}
#news dd{margin-left:7em;}
#news dd a{
color:#000;
text-decoration:none;
}
#news dd a:hover{
color:#000;
text-decoration:underline;
}
