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

/*====================================================
	基本要素
====================================================*/

body {
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
font-size: 12px;
color: #b2a49c;
line-height:16px;
text-decoration:none;
background: url(../images/bg_top.gif) top center repeat-x #fff;
margin:0px;
padding:0px;
text-align:center;
}

h1,h2,h3,h4,h5{
font-size: 12px;
font-weight:normal;
margin:0px;
padding:0px;
}

p,ol,br,pre{
margin:0px;
padding:0px;
}

ul,li{
margin:0px;
padding:0px;
list-style:none;
}

del{
text-decoration:none;
}

address{
font-style:normal;
}

object,embed{
vertical-align:top;
}

a{
outline:none;
}


/*====================================================
	リンク
====================================================*/

a{
font-size:12px;
}

a:link {
text-decoration: none;
color: #9d9aaf;
}

a:visited {
text-decoration: none;
color: #9d9aaf;
}

a:hover {
text-decoration: underline;
color: #9d9aaf;
}

a:active {
text-decoration: none;
color: #9d9aaf;
}
