@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Your Name (admin)
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
  Reset
----------------------------------------------------*/

html {
  overflow-y: scroll;
  color: #333;
  text-align: center;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,th {
  text-align: left;
}

q:before,q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr,legend {
  display: none;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

img,abbr,acronym,fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

p {
  margin: 0;
}


/*----------------------------------------------------
  Base
----------------------------------------------------*/

body {
  background: #FFF url(../img/share/bg_body.gif);
  color: #333;
  font-size: 12px;
  font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 1.5;
  text-align: center;
}

* + html body {
  font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
  Link
----------------------------------------------------*/

a:link {
  text-decoration: none;
  color: #00F;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}


/*----------------------------------------------------
  #container
----------------------------------------------------*/

#container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3px;
  padding-right: 3px;
  width: 800px;
  background: url(parts/body_bg.gif) repeat-y left;
  text-align: left;
}


/*----------------------------------------------------
  #global_header
----------------------------------------------------*/

#global_header {
  height: 77px;
  background: url(parts/global_header_bg.jpg) no-repeat right top;
}


/*----------------------------------------------------
  #main
----------------------------------------------------*/

#global_header {
  text-align: left;
}



/*----------------------------------------------------
  #global_footer
----------------------------------------------------*/


#global_footer {
  overflow: hidden;
  margin-top: 20px;
  padding: 5px 10px;
  height: 40px;
  background: url(parts/global_footer_bg.jpg) no-repeat left top;
}
#global_footer #foot_dvd {
  float: left;
  width: 57px;
}
#global_footer #copyright {
  float: left;
  width: 535px;
  height: 50px;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
}
#global_footer #foot_corp {
  float: left;
  width: 188px;
}





/* .float clear class */
.clear-fix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
* html .clear-fix {
  display: inline-block;
}
/* no ie mac \*/
* html .clear-fix {
  height: 1%;
}
.clear-fix {
  display: block;
  min-height: 0;
}
/**/
.clear{
clear:both;
}

