@charset "UTF-8";
/* CSS Document */

/* ========================
  common style
======================== */

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
  display:block;
}

body {
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ","Meiryo", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.5em;
  background: transparent url(../images/common/main_back.png) no-repeat top center;
}

.clearfix:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

a {
  color: #8c2323;
  text-decoration: none;
}

a:link {
  color: #8c2323;
  text-decoration: none;
}

a:visited {
  color:#8c2323;
  text-decoration: none;
}

a:hover {
  color: #c63d3d;
  text-decoration: underline;
}

::selection {
background: #ed8274; /* CSS3 */
}

::-moz-selection {
background: #ed8274; /* Firefox */
}

/* ----------------------------
Yahoo! CSS Reset (YUI 3)
http://developer.yahoo.com/yui/3/cssreset/
CSSresetr.com
---------------------------- */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin:0;
  padding:0;
  background: transparent url() no-repeat top left;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

fieldset, img {
  border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style:normal;
  font-weight:normal;
}

li {
  list-style:none;
}

caption, th {
  text-align:left;
}

h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}

q:before, q:after {
  content:'';
}

abbr, acronym {
  border:0;
  font-variant:normal;
}

sup {
  vertical-align:text-top;
}

sub {
  vertical-align:text-bottom;
}

input, textarea, select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}

input, textarea, select {
  *font-size:100%;
}

legend {
  color:#000;
}

.red_border {
  border-top: 5px #a82000 solid;
}

/* ========================
  header style
======================== */

div#header_wrapp {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background: transparent url(../img/common/header_back.jpg) repeat top left;
}

div#header_inner {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

div#top_logo_area {
  width: 300px;
  padding: 45px 0 0 0;
  float: left;
  text-align: center;
}

div#top_logo_area h1 {
  width: 300px;
  padding: 0 0 25px 0;
}

h1#logo_area {
  width: 300px;
  padding: 65px 0 0 0;
  float: left;
  text-align: center;
}

div#top_logo_area select.language_change {
  width: 100px;
  color: #531d09;
  border: 1px #dbd0c5 solid;
  background-color: #f9f4eb;
}


div#top_menu {
  width: 670px;
  float: right;
}

div#top_menu ul {
  width: 631px;
  padding: 0;
  margin: 0 0 0 39px;
  background: transparent url(../img/common/menu_back.png) no-repeat top right;
}

div#top_menu ul li {
  width: 90px;
  height: 240px;
  float: left;
  overflow: hidden;
}




/* ========================
  main style
======================== */


div#main_wrapp {
  width: 100%;
  padding: 40px 0;
  margin: 0;
  text-align: center;
  background-color: #f9f8f4;
}

div#main_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

div#left_container {
  width: 250px;
  float: left;
}

div#right_container {
  width: 720px;
  float: right;
}

div#right_container h2 {
  width: 720px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px #333333 solid;
  border-bottom: 1px #333333 solid;
}

div#right_container h2 img {
  width: auto;
  height: 23px;
  margin: 0 0 0 10px;
  display: block;
}




/* ========================
  footer style
======================== */

div#footer_wrapp {
  width: 100%;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  background: transparent url(../img/common/footer_back.gif) repeat top left;
}

div#footer_inner {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

div#footer_inner p {
  width: 1000px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
}





/* ========================
  pagetop style
======================== */

div#pagetop {
  width: 90px;
  position: absolute;
  top: -65px;
  right: 20px;
}

div#pagetop img {
  width: 90px;
}










/* ========================
  other style
======================== */

.mincho_font {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
}

.ptb_20 {
  padding: 20px 0;
}
