@charset "Shift_JIS";


*{
margin: 0;
padding: 0;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

html,body {
background-image: url("../img/bg.gif");
background-color: #C00;
background-position: top;
background-repeat: repeat-x;
height:100%;
}

div#container {
position: relative;
min-height: 100%;
}

div#contents {
background-image: url("../common_img/head.gif");
background-position: top;
background-repeat: no-repeat;
text-align: center;
padding: 100px 0 30px 0;
margin: 0 auto;
}


/* リンク -------------------------------------------------------------------------------- */
a:link {
color: #999900;
text-decoration: underline;
}

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

a:active {
color: #999900;
text-decoration: underline;
}

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

