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

/* 共通のスタイル */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol,li, dl, dt, dd, address, th, td, em, strong, form, input {
	margin:0px;
	padding:0px;
}

a img {
border:none;
}

a:link {
	color:#330066;
	text-decoration:underline;
}

a:visited {
	color:#660066;
	text-decoration:underline;
}

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


body {
text-align:center;
font-size:16px;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-family:Arial, Helvetica, sans-serif;
color:#333333;
background-color:#FFFFFF;
}



/* コンテンツページ用 */




#head {
height:138px;
width:980Px;
background-image:url(/img/head.jpg);
margin:0px auto;
}

#headmenu {
position:absolute;
top:36px;
left:50%;
margin-left: -210px;
}


#blogh {
padding-top:110px;
margin-right:30px;
float:right;
font-weight:bold;
color:#999999;
font-size:18px;
}
}

#foot {
height:87px;
width:980px;
background-image:url(/img/footfilter.png);
background-repeat:repeat-x;
margin:0px auto;
}

.copy {
position:absolute;
text-align:center;
left:50%;
margin-left: -210px;
}


p {
padding:3px;
}