@charset "Shift_JIS";

/*cssリセット*/
*{
margin:0;
padding:0;
border:;
}

h1,h2,h3,h4,h5,h6,p,{
font-size:100%;
font-weight:normal;
font-style:normal;
line-height:100%;
}


/*全体構造*/
body{
margin:0;
padding:0;
text-align:left;
font-size:;
font-family:"ＭＳ Ｐゴシック",sans-serif;
line-height:1.1;
color:#000;
background:#fff;
}

a{
text-decoration:none;
}

a img{
border-width:0px;
margin:0;
padding:0;
}

ul{
list-style:none;
}


/*全体*/
#cover{
width:100%;
margin:0px 0px 0px 0px;
padding-bottom:20px;
}


/*ﾍｯﾀﾞｰ*/
#header	{margin:5px 0px 0px 10px; padding:2px; font-size:8pt; color:#339; font-weight:normal; letter-spacing:0.2em;}
#header p{margin:0px; padding:0px; }
#header p a{text-decoration:none; color:#339; font-size:8pt;}
#header p a:hover{text-decoration:underline; color:#3cc;}

/*ﾍﾟｰｼﾞﾀｲﾄﾙ*/
#title {width:1160px; margin:10px 0px 0px 0px; padding:0px;}
#title h1{margin:0px 0px 0px 10px; padding:0px; font-size:16pt; color:#000; font-weight:bold; letter-spacing:;} 
#title h1 a{color:#000;}
#title h1 a:hover{color:#06f;}
#title h1 span{font-size:10pt; color:#000; }

/*ﾒｲﾝ全体*/
#main{width:100%; margin:5px 0px 0px 0px; padding:5px 0px 5px 5px; border-style:solid; border-color:#00c; border-width:2px 0px 2px 0px;}	

em{font-weight:bold; font-style:normal;}
span.small{font-size:80%;}
p.date{margin:0px 2px 0px 0px; font-size:7pt; text-align:right;}
p a{text-decoration:none; color:#000; font-size:10pt;}
p a:hover{text-decoration:underline; color:#0ff;}


#footer{clear:both; width:100%; /*IEバグ対策*/ color:#666; text-align:center; font-size:80%;}
