<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ABOUTページ */
/* Menu*/
#menu{
width:192px;
margin:0 30px 100px 0;
padding-bottom:16px;
border-bottom:10px solid #000;
position:relative;
float:left;
}
#menu li{
text-indent:-500px;
overflow:hidden;
line-height:0;
font-size:0;
margin:0;padding:0;
}
#menu li a{
width:192px;
display:block;
line-height:normal;
}
a.menu_name{
height:35px;
background:url(../aboutk2/images/menu_name.gif);
background-position:0 0;
}
a:hover.menu_name, li.present a.menu_name{
background:url(../aboutk2/images/menu_name.gif);
background-position:192px 0;
}
a.menu_dev_c{
height:34px;
background:url(../aboutk2/images/menu_develop.gif);
background-position:0 0;
}
a:hover.menu_dev_c, li.present a.menu_dev_c{
background:url(../aboutk2/images/menu_develop.gif);
background-position:192px 0;
}
a.menu_dev_b{
height:34px;
background:url(../aboutk2/images/menu_back.gif);
background-position:0 0;
}
a:hover.menu_dev_b, li.present a.menu_dev_b{
background:url(../aboutk2/images/menu_back.gif);
background-position:192px 0;
}
a.menu_dev_p{
height:34px;
background:url(../aboutk2/images/menu_principle.gif);
background-position:0 0;
}
a:hover.menu_dev_p, li.present a.menu_dev_p{
background:url(../aboutk2/images/menu_principle.gif);
background-position:192px 0;
}
a.menu_tech{
height:34px;
background:url(../aboutk2/images/menu_tech.gif);
background-position:0 0;
}
a:hover.menu_tech, li.present a.menu_tech{
background:url(../aboutk2/images/menu_tech.gif);
background-position:192px 0;
}
a.menu_past{
height:34px;
background:url(../aboutk2/images/menu_past.gif);
background-position:0 0;
}
a:hover.menu_past, li.present a.menu_past{
background:url(../aboutk2/images/menu_past.gif);
background-position:192px 0;
}
a.menu_future{
height:34px;
background:url(../aboutk2/images/menu_future.gif);
background-position:0 0;
}
a:hover.menu_future, li.present a.menu_future{
background:url(../aboutk2/images/menu_future.gif);
background-position:192px 0;
}
/* Contents */
#about_contents{
width:939px;height:100%;
padding:75px 0 30px 0;
background:#BBB url(../images/contents_bg.jpg) no-repeat;
position:relative;
float:left;
}
#right_box{
width:695px;
margin-bottom:50px;
float:left;
}
#page1,#page2,#page3,#page4,#page7{
margin-bottom:200px;
}
.title{
width:690px;height:66px;
padding-left:2px;
background:url(../aboutk2/images/title_bg.gif) repeat-x;
margin-bottom:10px;
}
.title img{
margin-top:12px;
}
.texts{
margin-bottom:50px;
}
.about_subtitle{
margin-bottom:17px;
}
.about_subtitle2{
margin:20px 0 15px 0;
}
.overview_image{
margin:20px 0;
}
/* 年表 */
.chronicle{
margin-bottom:30px;
color:#FFF;
font-size:14px;
font-weight:bold;
float:left;
}
.chronicle dt{
width:60px;
margin:0 10px 6px 0;
line-height:150%;
float:left;
}
.chronicle dd{
width:610px;
margin-bottom:6px;
line-height:150%;
float:left;
}
</pre></body></html>