/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* reset css */

body{
	background:#ffc;
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
header {
    margin: 0 auto;
    width: 100%;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
.header-msg {
    width: 100%;
    margin: -3px auto 0;
    text-align: center;
    background: #363334;
    color: #fff;
    padding: 10px 0;
}
#main-img,
#main-img img{
	margin: 0 auto;
    width: 100%;
 }
.info-area {
    width: 100%;
    margin: 10px auto;
}
.info-bar {
    text-align: center;
    background: url(/img/info_back.gif);
    width: 94%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    text-shadow: 2px 2px 1px #787904,
             -2px 2px 1px #787904,
             2px -2px 1px #787904,
             -2px -2px 1px #787904;
}
ul.info-tex {
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
}
ul.info-tex li a {
    text-decoration: underline;
    color: #383838;
}
table.entry-btn-area {
    width: 94%;
    margin: 20px auto 0;
}
td.entry-btn {
    width: 47%;
    text-align: center;
}

td.entry-btn img {
    width: 94%;
    text-align: center;
}
.info-tex2, 
.info-tex2 img {
    margin: 15px auto 0;
    width: 100%;
    background: #179CAB;
    padding: 0 0 4px 0;
}
.contents {
    width: 100%;
    margin: 0 auto;
}
.contents-title{
	width:100%;
	margin: 0 auto;
	text-align: center;
}
.contents-title img{
	width:70%;
	margin: 0 auto;
}
ul.contents-btn {
    width: 100%;
    margin: 0 auto;
}
li.contents-btn-dtl, 
li.contents-btn-dtl a, 
li.contents-btn-dtl a img {
    width: 310px;
    margin: 0 auto;
}
.song-bnr, 
.song-bnr a ,
.song-bnr a img {
    width: 96%;
    margin: 3px auto 0;
    text-align: center;
}
.sup-area{
	width:100%;
	margin:0 auto;
}
.sup-area-back {
    width: 94%;
    margin: 20px auto 0;
}
.sup-area-title {
    background: #ff9900;
    color: #fff;
    padding: 14px 0 10px 15px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
ul.sup-btn {
    width: 100%;
    margin: 0 auto;
}
li.sup-btn-dtl, 
li.sup-btn-dtl-end {
    background: url(/img/sup_back_btn.gif);
    height: 20px;
    margin: 3px 0;
    line-height: 22px;
}
li.sup-btn-dtl-end {
    border-radius: 0 0 10px 10px;
}
a li.sup-btn-dtl, 
a li.sup-btn-dtl-end  {
    text-decoration: none;
    padding: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    color:#fff; font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}

a{
	text-decoration:none;
}

footer {
    margin-top: 10px;
    text-align: center;
    background: #999999;
    padding: 7px;
    color: #fff;
    font-size:12px;
}










