@charset "UTF-8";
/**
 * 基本スタイル
 */
body {
    font-family:
    	"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",'メイリオ',Meiryo,sans-serif;
	color:#494949;
    text-align: center;
    background-color: #E8E3D7;
    font-size: 100%;
}
address {
    clear:both;
    font-family: Helvetica, Arial, sans-serif, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 10px;
	font-style:normal;
    color: #999999;
	padding-top:9px;
}
img,object {
    vertical-align:bottom;
}
a {
	color:#006699;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}