@charset "UTF-8";
/* CSS Document */

html{
font-family:"メイリオ","Meiryo","ヒラギノ角ゴシックPro W3","Hiragino Kaku Gothic Pro","Osaka","MS ゴシック",sans-serif;
font-size:62.5%;
background:url(../images/cmn/shadow.gif) center top repeat-y;
background:#333;
}

body {
font-size: 1.1em;
line-height:1.5;
width:100%;
margin:0;
padding:0;
color:#333;
background:#333;
}

*{
}


img{
border:0;
vertical-align:bottom;/* for IE6 */
}

a{
text-decoration:none;
outline:none;
color:#ff0000;
}

a:link,
a:visited{
text-decoration:none;
}

a:hover,
a:active{
text-decoration:underline;
}

/* ============================================================ layout */

#pageTop {
background:#fff;
padding:20px 0 5px 10px;
}

h1{ 
padding:0;
margin:0;
}

h2{ 
}


#wrapper {
background:url(../images/shadow.gif) repeat-x #fff;
padding:0 10px 20px 10px ;
_padding-top:1em ;
}
#inner {
margin:0 auto;
width:900px;
overflow: hidden; 
} 

* html #inner {  
    height: 1%;
} 

#side {
width:220px;
float:left;
}

#main {
width:650px;
float:right;
}

#main h3{
border-top:1px dotted #ccc;
padding-top:20px;
margin-top:20px;
}

#footer {
color:#fff;
clear:both;
text-align:right;
padding:10px 30px 50px 10px;

}

.press {
text-align:right;
margin-bottom:2em;
}

.pagebute {
padding:10px;
text-align:center;
}

#mailForm {
width:600px;
margin:0 auto;
}

#mail-form-author,
#mail-form-email {
width:300px;
}

.comments-open-content blockquote {
color:#ff0000;
}
