@charset "utf-8";

/*------------------------------------------------------------
	Universal Style
------------------------------------------------------------*/
body{
background:#33437f url(images/bg-body.png) left top repeat-x;
font-size:100.01%;
color:#333; 
}
html,body,div,
h1,h2,h3,h4,h5,h6,
p,dl,dt,dd,ul,ol,li,img,
table,caption,th,td,
form,fieldset,legend,input,textarea,select,
pre,code,blockquote,address{
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,
p,dl,dt,dd,ul,ol,li,img,
table,caption,th,td,
form,fieldset,legend,input,textarea,select,
pre,code,blockquote,address{
font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
img{
border:0;
vertical-align:bottom;
}
ul{
list-style-position:outside;
list-style-type:none;
}
ol{
margin-left:2em;
list-style-position:outside;
}
dl dd{
margin-bottom:7px;
}
em{
font-style:normal;
color:#f00;
}
table{
border:medium none;
border-collapse:collapse;
}
th,td{
font-weight:normal;
vertical-align:top;
}
a:link{color:#33437f;}
a:visited{color:#800080;}
a:hover,
a:active{color:#f90;}

fieldset{border:0;}
legend{display:none;}
input{vertica-align:middle;}
sup{vertical-align:text-top;line-height:0.6;}
sub{vertical-align:baseline;}
hr{display:none;}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
display:block;
}


/*	枠組み	*/

/*============================================================
	Base Layout
============================================================*/
#page{
margin:0 auto;
width:880px;
}


/*------------------------------------------------------------
	Header Area
------------------------------------------------------------*/
header{
position:relative;
padding-left:250px;
width:630px;
height:144px;
}
header #site-id{
position:absolute;
top:0;
left:-108px;
z-index:0;
padding:15px 0 64px 116px;
width:210px;
background:url(images/bg-site-id.png) left top no-repeat;
font-size:0.875em;
color:#fff;
}
header #author-act{
padding:12px 5px 4px 0;
text-align:right;
font-size:0.75em;
color:#fff;
}
header nav{
display:none;
}
header nav ul{width:630px;}
header nav ul li{
display:inline;
float:left;
margin:0;
font-size:0.875em;
color:#fff;
}


/*------------------------------------------------------------
	Contents Area
------------------------------------------------------------*/
#contents{
position:relative;
top:-44px;
margin:0 0 0;
padding:30px 39px;
width:800px;
min-height:400px;
border:1px solid #fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow:#333 0 0 7px;
-moz-box-shadow:#333 0 0 7px;
-webkit-box-shadow:#333 0 0 7px;
behavior:url(/common/css/PIE.htc);
background:#fff;
}

/*------------------------------------------------------------
	Footer Area
------------------------------------------------------------*/
footer #copyright{
margin:-20px 0 20px;
text-align:right;
color:#fff;
}


/*	clearFix
--------------------------------------*/
header nav ul:after,
#contents:after{
display:block;
clear:both;
visibility:hidden;
content:".";
height:0;
line-height:0;
}
header nav ul,
#contents{
display:inline-block;
}
header nav ul,
#contents{
display:block;
}

/*------------------------------------------------------------
	880px以下
------------------------------------------------------------*/
@media screen and (max-width:880px){

img{
width:100%;
height:auto;
}

#page{
width:auto;
min-width:320px;
}
header{
width:auto;
}

#contents{
margin:0 10px;
padding:30px 39px;
width:auto;
}

footer #copyright{
padding:0 10px;
}

}

@media screen and (max-width:640px){

header{
height:114px;
padding-left:120px;
}
header #site-id{
left:-24px;
padding:15px 0 32px 26px;
width:105px;
background:url(images/bg-site-id.png) left top no-repeat;
background-size:95px 72px;
}
header #author-act{
padding:12px 5px 4px 0;
text-align:right;
font-size:0.625em;
color:#fff;
}

#contents{
margin:0 10px;
padding:20px;
width:auto;
min-height:0;
}

footer #copyright{
padding:0 10px;
font-size:0.625em;
}


}
