
/*------CSS------*/
*{margin:0;padding:0;line-height:160%;}
body{
margin:0;
padding:0;
font-family:arial, sans-serif, Osaka, verdana, Meiryo;
color:#111;
background:#f4f4f4;
}
h1,h2,h3,p,ul,ol,li{
margin:0px;
padding:0px;
}
li{
margin:0px;
padding:0px;
list-style-type:none;
}
img{border:0;}

/*--------------------------------------------*/
a{ color:#a50f38; text-decoration:none;}
a:hover{ color:#aa364f; text-decoration:underline;}
.clear-fix{ clear:both;}

#mframe{
width:830px;
text-align:left;
margin:0 auto;
}
#headline{
background:#fff;
background: -moz-linear-gradient(top, #eee, #fff);
background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
background: linear-gradient(top center, #eee 0%, #fff 100%);
border-bottom:solid 1px #ccc;
margin:0 0 18px 0;
text-align:center;
}
#headline .headline_in{
width:830px;
margin:0 auto;
display:block;
padding:15px 0;
text-align:left;
}
#headline a{
text-decoration:none;
font-size:33px;

color:#000;
text-shadow:2px 2px 1px #ddd;
}
h1{
padding:0 8px 8px 0;
font-weight:normal;
font-size:11px;
color:#555555;
}

#side_col{
width:26%;
position:relative;
float:left;
font-size:12px;
color:#555;
}
#side_col ul{
margin-bottom:10px;
color:#fff;
background:#222;
background: -moz-linear-gradient(top, #444, #000);
background: -webkit-gradient(linear, center top, center bottom, from(#444), to(#000));
background: linear-gradient(top center, #444 0%, #000 100%);
}

#side_col ul a{
color:#fff;
text-decoration:underline;
}
#side_col ul li{
padding:11px;
border-top:#444 solid 1px;
border-bottom:#000 solid 1px;
}
#side_col h3{
margin:0 0 1px 0;
border-bottom:#222 solid 1px;
}
#contentcolumn{
width:65%;
padding:25px;
margin:0 0 20px 0;
position:relative;
float:right;
font-size:15px;
line-height:150%;
background:#f9f9f9;
border:solid #fff 2px;
box-shadow:1px 1px 3px #999;
}

h2,
h3,
#contentcolumn .link_title{
color:#3d0000;
font-size:15px;
padding:7px 5px;
margin:15px 0;
font-weight:bold;
border-radius:4px ;
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top,  #fff 0%, #ffefe8 35%, #ffe5d2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(35%,#ffefe8), color-stop(100%,#ffe5d2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fff 0%,#ffefe8 35%,#ffe5d2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fff 0%,#ffefe8 35%,#ffe5d2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fff 0%,#ffefe8 35%,#ffe5d2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fff 0%,#ffefe8 35%,#ffe5d2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffe5d2',GradientType=0 ); /* IE6-9 */
}

#contentcolumn ul li,
#contentcolumn p{
line-height:150%;
}

#contentcolumn .reference li{
line-height:150%;
padding-bottom:3px;
}

.image{
border-top: #ddd solid 2px;
border-bottom: #ddd solid 2px;
width:100%;
}

#footerbar{
padding:12px;
background:#eee;
font-size:12px;
color:#666;
text-align:center;
}
#footerbar_in{
width:830px;
margin:0 auto;
text-align:left;
}
#footerbar ul li{
line-height:180%;
}
#footerbar .credit{
letter-spacing:1px;
text-align:right;
font-size:11px;
}

