@charset "UTF-8";

/* common.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:clearfix
3:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
  overflow-y: scroll; /* Firefox scroll-on */
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
  background-color: #ffffe7;
  color: #333333;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 12px;
  font-family: Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 12px;
}

ul li,ol li {
  list-style: none;
}

table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

th,caption {
  text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

img,fieldset {
  border: none;
}

/* Default Link Style */

a,a:link,a:active,a:visited {
  color: #0000ef;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

a img {
  border: 0;
}

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
  content: url(../images/pixel.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */

/* --------- /2:clearfix --------- */

/* ---------- 2:layout  ---------- */

#wrapper {
  width: 900px;
  margin: 0 auto;
  background-color:#ffffff;
}

#header {
  width: 900px;
  background-color: #ffffe7;
  padding-bottom:6px;
}

#header img{
  vertical-align:top;
}

#header h1{
  width:221px;
  float:left;
}

#header div#company{
  width:670px;
  padding-top:26px;
  float:right;
  line-height:160%;
  text-align:right;
}

#header div#company strong{
  font-weight:bold;
  font-size:14px;
}

#header ul#global{
  clear:both;
  width:904px;
  margin-left:-4px;
}

#header ul#global li{
  float:left;
  width:221px;
  padding-left:5px;
}

#contents h2{
  text-align:center;
  margin-bottom:5px;
}

#showFlash{
  margin-bottom:16px;
}

#contents {
  width: 900px;
  padding-bottom: 10px;
}

#contents #main {
  width: 394px;
  padding:0 17px;
  float:left;
}

#contents #main dl{
  width:394px;
}

#contents #main dt{
  color:#e25f6e;
  padding-bottom:8px;
}

#contents #main dd{
  padding-bottom:8px;
  line-height:140%;
}

#contents #main dd b{
  font-weight:bold;
  font-size:13px;
  color:#e25f6e;
}

#contents #userVoice {
  float: left;
  width: 226px;
  border:5px solid #d1d1d1;
}

#contents #userVoice table{
  width:200px;
  margin:0 auto;
}

#contents #userVoice table td{
  vertical-align:top;
  line-height:140%;
}

#contents #userVoice table td.photo{
  width:74px;
  padding-right:14px;
}

#contents #userVoice table td.lead{
  width:116px;
  vertical-align:middle;
}

#contents #userVoice table td.text{
  width:200px;
  padding:14px 0 32px 0;
}

#contents #userVoice dl{
  width:200px;
  margin:0 auto;
}

#contents #userVoice dt{
  font-size:14px;
  padding:10px 0 5px 0;
  font-weight:bold;
}

#contents #userVoice dd{
  line-height:150%;
  padding-bottom:20px;
}

#contents #userVoice dd p{
  margin-top:5px;
  text-align:right;
}

#contents #event{
  float:right;
  width:236px;
}

#contents #event div{
  width:226px;
  border:5px solid #d1d1d1;
}

#contents #event div ul{
  width:200px;
  margin:0 auto;
  padding-bottom:20px;
}

#contents #event div ul li{
  padding:10px 3px 6px 3px;
  line-height:140%;
  border-bottom:1px dotted #d1d1d1;
}

#contents #event ul#banner{
  width:236px;
}

#contents #event ul#banner li{
  padding-top:10px;
}

#footer {
  width: 900px;
  padding:20px 0;
  text-align:center;
  font-family:Verdana;
  font-size:12px;
}

#footer img{
  vertical-align:top;
}

#footer p#textLink{
  border-bottom:1px solid #707070;
  margin-bottom:18px;
  padding-bottom:14px;
  letter-spacing:1px;
}

#footer p#textLink a{
  color:#333333;
  text-decoration:none;
}

#footer p#textLink a:hover{
  color:#5a81c2;
  text-decoration:underline;
}

#footer p#copy{
  margin-top:16px;
}