/* ページの基本
----------------------------------------------*/
body{
margin:0px;
padding:0px;
font-size:small;
line-height:1.2em;
color:#404040;
}

table,tr,td {

font-size:small;
line-height:1.2em;
color:#404040;
}

h1,h2,h3,h4,h5,p,form,dt,dl,dd,ul.li{
margin:0px;
padding:0px;
}

.clear {
clear:both;
}

a:link{
color:#404040;
text-decoration:underline;
}
a:visited{
color:#404040;
text-decoration:underline;
}
a:hover{
color:#00619f;
text-decoration:underline;
}
a:active{
color:#00619f;
text-decoration:underline;
}


/* cssハック
----------------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* topページ構成
----------------------------------------------*/
#page{
margin:0px auto;
padding:0px;
width:768px;
}

#header{
margin:0px;
padding:0px;
width:768px;
height:113px;
background:url(../common/header-bg.gif) no-repeat;
}

#header-inner{
margin-left:4px;
margin-right:4px;
padding:0px;
}

#logo{
margin:0px;
padding:0px;
width:196px;
float:left;
}

#menu{
margin-top:9px;
margin-right:3px;
padding:0px;
float:right;
}

#navi{
clear:both;
margin:0px;
padding:0px;
}

#btn-box{
margin-left:2px;
margin-right:2px;
margin-bottom:25px;
padding:0px;
}

#btn-box02{
margin-left:4px;
margin-right:4px;
padding:0px;
}

#footer{
clear:both;
margin-left:4px;
margin-right:4px;
margin-top:50px;
margin-bottom:20px;
padding:0px;
border-top:1px solid #cfcfcf;
}


/* ページ共通
----------------------------------------------*/
.english-btn{
text-align:right;
margin-right:10px;
}

.footer-img{
margin-top:4px;
margin-left:4px;
}

.pan{
margin-bottom:30px;
padding:0px;
}

.page-top{
text-align:right;
margin-top:7px;
margin-bottom:30px;
}


/* 中面ページ
----------------------------------------------*/
#contents{
margin-top:20px;
margin-left:24px;
margin-right:24px;
}

.contents-inner{
margin-top:70px;
margin-left:30px;
margin-right:30px;
}

.contents-inner02{
margin-top:66px;
margin-left:30px;
margin-right:30px;
}

.contents-left{
width:367px;
float:left;
}

.contents-right{
float:right;
}

.top-img{
margin-top:60px;
margin-left:4px;
margin-right:4px;
}

.btn-img{
margin-right:6px;
}

.btn-img02{
margin-right:8px;
}

.dissolution-text{
margin-bottom:40px;
}

.dissolution-en-text{
margin-bottom:36px;
}

.history-box{
margin-top:4px;
margin-bottom:30px;
width:660px;
}

.history-box02{
margin-top:4px;
width:660px;
}

.history-box-w{
padding-top:7px;
padding-left:10px;
padding-right:10px;
padding-bottom:7px;
width:64px;
}

.history-box-w02{
padding-top:7px;
padding-right:10px;
padding-bottom:7px;
}

.history-box-b{
padding-top:7px;
padding-left:10px;
padding-bottom:7px;
background:#e8eef4;
}

.history-box-b02{
padding-top:7px;
padding-bottom:7px;
background:#e8eef4;
}


/* アジアデザインデータベースメニュー
----------------------------------------------*/
#asia-menu{
margin-top:5px;
margin-left:8px;
margin-bottom:20px;
text-align:left;
}


/* イベントイベント＆レポート
----------------------------------------------*/
#event-title{
margin-top:26px;
margin-left:8px;
margin-right:8px;
}

#event-menu{
margin-top:5px;
margin-left:8px;
margin-bottom:20px;
text-align:left;
}

/* トピックス＆ヘッドライン
----------------------------------------------*/

#topics-title{
margin-top:26px;
margin-left:8px;
margin-right:8px;
margin-bottom:30px;
}


#headline-title{
margin-top:26px;
margin-left:8px;
margin-right:8px;
margin-bottom:30px;
}


#schedule-title{
margin-top:26px;
margin-left:8px;
margin-right:8px;
margin-bottom:30px;
}













