/* html5 resetCSS*/

@charset "shift_jis";

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* basic */
body {
	line-height:1;
	background: url('image/kabe.jpg');
	background-color: #ffffff;
	background-position:top center;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

img {
	border:0;
	line-height:0;
}

li {list-style:none;}

a {outline:none;}

body, input, textarea {

	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	font-size:100.01%;
	line-height:1.5;
	letter-spacing:0.05em;
	font-size:0.8em;
}

a        {color:#242bb2;}
a:hover  {color:#009ce6;}

dl{
	margin:0 auto;
}

dt{
	clear:left; float:left;
	padding:2px 0;
}

dd{
	float:left;
	font-weight:bold;
	padding:2px 0;
}

dt, dd {
	border-top:1px dotted #666;
}

.dl_first{
	border:none;
}


hr, .faq .sub {
	border:none;
	border-bottom:dotted 1px #CCCCCC;
}

ul.come{
	list-style-image:url(../image/come.gif);}

.clear_br {clear:both; height:0; line-height:0;}



/* wrapper */

#contents {
width:780px;
height:auto;
margin:0 auto;
border-left:1px #000 solid;
border-right:1px #000 solid;
background-color:#FFFFFF;
background-image:url(image/bg_contents.gif);
background-repeat:repeat;
}

#header {
	width:780px;
	height:160px;
	background-image:url(image/header_bg.gif);

	-o-box-shadow:0px 3px 3px rgba(0,0,0,0.25);
	-ms-box-shadow:0px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.25);
	box-shadow:0px 3px 3px rgba(0,0,0,0.25);
}

/* for IE6, IE7 */

#header {
	/border-bottom :1px solid #000;
}

/* for IE8 */

html>/**/body #header {
	border-bottom /*\**/:1px solid #000\9;
}

#header h1{
   float:left;
   width:380px; height:160px;/* タイトル画像のサイズ */
   display:block;
   text-indent:-9999px;
}

#header dl {
	width:380px;
	height:150px;
	float:right;
	overflow:auto;
	background-color:#fff;
	padding:10px 0 0 10px;
}

#header dt {
	width:12em;
}

#header dd{
	width:15em;
}

#section {
	clear:both;
	width:780px;
}

#banners {
	width:745px;
	height:auto;
	padding:20px 0 20px 0;
	background-image:url(image/banners_bg.png);
	background-repeat:repeat;
}

.article {
	width:780px;
	background-color:#fff;
	padding-bottom:20px;
}

.article dl {
	width:42em;
}

.article dt {
	width:11em;
}

.article dd {
	width:30em;
}


h2 {
padding-left:35px;
margin-bottom:1em;

line-height:30px; height:30px;

background-color:#2f691d;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52b533', endColorstr='#2f691d'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#52b533), to(#2f691d)); /* for webkit browsers */
background: -moz-linear-gradient(top, #52b533, #2f691d); /* for firefox 3.6+ */ 

color:#fff;

-o-text-shadow:-1px -1px 1px rgba(0,0,0,0.5);
-ms-text-shadow:-1px -1px 1px rgba(0,0,0,0.5);
-moz-text-shadow:-1px -1px 1px rgba(0,0,0,0.5);
-webkit-text-shadow:-1px -1px 1px rgba(0,0,0,0.5);
text-shadow:-1px -1px 1px rgba(0,0,0,0.5);

-o-box-shadow:0px 1px 3px rgba(0,0,0,0.125);
-ms-box-shadow:0px 1px 3px rgba(0,0,0,0.125);
-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.125);
-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.125);
box-shadow:0px 1px 3px rgba(0,0,0,0.125);
}

.article img {margin:0 auto; display:block; padding-bottom:1em;}



/* --- footer --------------------------------------------------------------------- */

#footer {
    width:780px;
	height:30px;
	font-size:0.9em;
    color:white;
	background-color:#2f691d;
}

#footer ul{
         margin:0;
		 padding-top:8px;
         text-align:right;
        }

#footer li {
         padding:0 0.5em;
         display:inline;
         list-style:none;
         border-left:dotted 1px #52b533;
        }

#footer span, #topback {
	display:block;
}

#footer span {
	height:30px;
	padding-left:590px;
}

#footer ul {
	padding-right:20px;
}





/* info (modify, update) */
#info{
      border:none;
      margin:0;
      padding:5px;
      font-size:0.9em;
      line-height:125%;
      text-align:left;
      background-color:#FFFFFF;
     }

#footer a {color:#72ff47;}
#footer a:hover {color:#fff;}
      

/* CSS3 effects */

/* down */
article h1, h2, .textlink {

-o-text-shadow:-1px -1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.5);
-ms-text-shadow:-1px -1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.5);
-moz-text-shadow:-1px -1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.5);
-webkit-text-shadow:-1px -1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.5);
text-shadow:-1px -1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.5);
}

/* up */
#footer a, #header dt, .article dt {

-o-text-shadow:1px 1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(255,255,255,0.5);
-ms-text-shadow:1px 1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(255,255,255,0.5);
-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(255,255,255,0.5);
-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(255,255,255,0.5);
text-shadow:1px 1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(255,255,255,0.5);
}

/* select */

::selection {
background: #ffb7b7; /* CSS3 */
}

::-moz-selection {
background: #ffb7b7; /* Firefox */
}
