/* ***************************************
 RESET
**************************************** */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {line-height:1;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
nav ul, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {text-decoration: line-through;}
abbr[title], dfn[title] {
  border-bottom:1px dotted #000;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}
input, select {vertical-align:middle;}
em {
  font-style: normal;
  font-weight: bold;
}

/* ***************************************
COMMON
**************************************** */

html {
height:100%;
text-align:center;
}

body {
height:100%;
font-size:14px;
font-family:"ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",sans-serif;
line-height:1;
color:#333333;
position:relative;
}

a { color:#0BA0BB; outline:none; text-decoration:underline; position:relative;/* 一部ieにて下線が消えるため */ }
a:hover { text-decoration:none; }
.img { line-height:1;}
.img img { vertical-align:text-bottom;}
.ic_link_01 { background:url(../img/ic_link_01.gif) center left no-repeat; padding-left:8px;}

ul.clearfix li {
float:left;
}

iframe {
border:0;
}

/* ***************************************
  header
**************************************** */
#header {
  text-align:left;
}

/* ############ benesseHeader ############ */
#benesseHeader {
  width:100%;
  padding:7px 0;
  background:#FFF;
}
#benesseHeader .bh_inner {
  width: 1200px;
  margin: 0 auto;
}
#benesseHeader .bh_contents {
  width: 960px;
  margin: 0;
}
#benesseHeader .benesseLogo {
  float:left;
  width:91px;
}
#benesseHeader .benesseLogo a {
  display:inline-block;
}
#benesseHeader .benesseLogo a:first-child {
  margin-bottom: 7px;
}
#benesseHeader ul {
  float: right;
  margin-top: 3px;
  font-size: 12px;
}
#benesseHeader li {
  margin-left: 20px;
}
#benesseHeader li a {
  color: #0070CB;
}

/* ############ footer ############ */
#footer {
  width: 100%;
  padding: 0 0 30px 0;
  background-color: #fff;
}
#footer a {
  color: #0070CB;
}

/* ############ site footer ############ */
#siteFooter {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
#siteFooter .sf_inner {
  width: 1200px;
  margin: 0 auto;
}
#siteFooter .sf_contents {
  width: 960px;
  margin: 0;
}
#siteFooter p {
  color: #aaa;
  text-align: left;
  font-size: 11px;
}
#siteFooter .site_link {
  margin:20px 0 0 0;
  font-size:11px;
}

/* ############ benesse footer ############ */
#benesseFooter {
  width: 100%;
  margin-top: 13px;
  border-top: 3px solid #0070CB;
}
#benesseFooter .bf_inner {
  width: 1200px;
  margin: 0 auto;
}
#benesseFooter .bf_contents {
  width: 960px;
  margin: 0;
}
#benesseFooter .bf_contents {
  margin-top: 13px;
}
#benesseFooter .bf_contents ul {
  float:left;
}
#benesseFooter .bf_contents .ic_link_01 {
  margin-right:20px;
}
#benesseFooter .bf_inner address {
  float: right;
  font-size: 12px;
  font-style: normal;
  color: #666;
}


