@charset "UTF-8";
@import url(../etc/default.css);

/*
バック：#f29f10
フッタ：#2c7a6a
文字色；#28373b
青：#2c7a6a
黄：#ffdd66
赤：#b80f1e
黒：#2e4047
*/






/* pages */
body{
font-size: 85%;
background: #f29f10 url(img/bg.gif) center center repeat-y;
color: #28373b;
line-height: 1.4;
font-family: Georgia, sans-serif;
text-align: center;
}
#container{
width: 800px;
position: relative;
margin-right: auto;
margin-left: auto;
text-align: left;
background: #fff;
}
#header{
border-top: 6px solid #2c7a6a;
}
#main{
margin: 0 80px 60px;
position: relative;
}


/* common */
a{
color: #2c7a6a;
text-decoration: underline;
}
a:hover{
color: #ffdd66;
}
img{
border: none;
vertical-align: bottom;
}
em{
font-weight: bold;
color: #2c7a6a;
}
hr{
clear: both;
width: 0;
height: 0.1px;
margin: 0;
padding: 0;
visibility: hidden;
}


/* block */
h1{
font-size: 300%;
text-align: center;
font-weight: bold;
}
#header .date{
margin: 0 0 12px;
padding: 24px 24px 30px;
border-top: 6px solid #ffdd66;
font-size: 120%;
background: #2c7a6a url(img/date_bg.gif) left bottom repeat-x;
color: #fff;
font-size: 180%;
text-align: center;
}
#header table{
margin-right: 238px;
}
#header .copy{
background: url(img/asia_copy.gif) right center no-repeat;
margin: 0 120px 24px;
padding: 12px 0;
}
h2{
clear: both;
margin: 36px 0 12px;
font-size: 150%;
color: #b80f1e;
border-bottom: 1px dotted #999;
}
#moushikomi h2{
clear: none;
}
.naiyo dl{
padding: 0 12px;
}
.naiyo dt{
font-size: 140%;
}
.naiyo dd{
margin-left: 24px;
margin-bottom: 1em;
}
#chirashi{
float: right;
width: 160px;
padding: 0 12px 12px;
text-align: center;
}
#moushikomi{
float: left;
width: 370px;
}
#asiaweek{
margin-top: 24px;
padding: 12px;
border: 1px dotted #2e4047;
font-size: 90%;
color: #506f7b;
}
#asiaweek dt{
margin-top: 12px;
font-size: 150%;
}


/* =footer */
#footer{
clear: both;
}
#footer p{
padding: 12px;
background-color: #2c7a6a;
color: #fff;
text-align: right;
}
#footer a{
color: #fff;
text-decoration: none;
}


