@charset "utf-8";

    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    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;
    }
		
body{
	font-size:14px;
	line-height:1.4em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
a{
	color:#965A19;
}
h1{
	text-align:center;
}
h2{
background: #e04768; /* Old browsers */
background: -moz-linear-gradient(top,  #e04768 0%, #bd010f 8%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e04768), color-stop(8%,#bd010f), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e04768 0%,#bd010f 8%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e04768 0%,#bd010f 8%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e04768 0%,#bd010f 8%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e04768 0%,#bd010f 8%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04768', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
  color:#ffffff;
	padding:5px;
	margin-bottom:10px;
	font-size:160%;
	line-height:1.2em;
}
article{
	margin:0 5px 10px 5px;
}
.hideBox{
	border:1px solid #BD010F;
	background:#FFECEC;
	margin:0 5px 20px 5px;
	padding:5px;
	text-align:center;
}
ul.menu{
	margin:10px 0;
}
ul.menu li a{
	font-size:14px;
	text-decoration:none;
	display:block;
	padding:0 0 0 16px;
	background:url(../images/ico_arrow.gif) no-repeat 5px 0.35em;
}
ul.fnavi{
	border-top:1px solid #F78800;
	margin-bottom:10px;
}
ul.fnavi li{
	border-bottom:1px solid #F78800;
}
ul.fnavi li a{
	font-size:14px;
	text-decoration:none;
	display:block;
	padding:0 0 0 16px;
	background:url(../images/ico_arrow.gif) no-repeat 5px 0.35em;
}
ul.fnavi li span{
	font-size:12px;
	color:#333;
}
.alignR{
	text-align:right;
}
.note{
	font-size:90%;
	margin-bottom:5px;
	padding:5px;
	color:#BD010F;
	text-decoration:underline;
}
.bnr{
	width:160px;
	margin:4px auto;
	border:1px solid #dbdbdb;
	padding:8px 5px 5px 5px;
}
.bnr img{
	width:100%;
}
.attention{
	padding:5px;
	border:1px solid #CCC;
	margin:0 5px 20px 5px;

}
