@charset "utf-8";
/****** 標準 CSS *******/
/*@charset "shift_JIS";*/

/****** 基本設定 ******/
a {
  font-weight : bolder;
  text-decoration : none;
}
a:active {
  color : #ff00ff;
}
a:hover {
  color : red;
  text-decoration : underline;
}
em{
  font-weight: bold;
  color: fuchsia;
}
h1{
  margin: 10px 0;
  font-size: 16px;
}
form{
  margin: 0;
}
input{
  ime-mode: inactive;
}
textarea{
  ime-mode: active;
}

/****** ページ全体設定 *******/
body{
  margin-top: 0px;
  font-size : 10pt;
  line-height: 1.5em;
  color: #003366;
  background-color: #f8f8f8;
}

/****** メインBOX *******/
#mainbox{
  text-align: center;
}

/****** ページフッタ *******/
#pagefot hr,#pagefoot hr{
  color: #ccccff;
  margin: 15px 0 0;
}
#pagefot #google,#pagefoot #google{
  width: 400px;
  margin: 0 auto;
}
#fotbox{
  font-family: arial;
  line-height: 1.3em;
  text-align: right;
/*  border: 1px solid #999999;*/
}
#fotbox p{
  float: left;
  text-align: left;
  margin: 0 0 0 4px;
/*  border: 1px solid #999999;*/
}
/* 著作権 */
#fotbox address{
  margin: 0 4px 0 0;
  font-style: normal;
}

/****** メッセージ用 *******/
dl.msgbox{
  width: 560px;
  margin: 20px auto 30px;
  padding: 4px;
  border: 3px dotted #9999ff;
}
.msgbox dt{
  padding: 8px 4px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #3366cc;
}
.msgbox dd{
  margin: 0 0 0 10px;
  padding: 4px 4px;
  font-size: 14px;
}

/****** 入力フォーム用 *******/
.formbox{
  width: 460px;
}
.formbox .exp01{
  text-align: left;
}
.formbox .exp01 dt{
  font-weight: bold;
}
.formbox .exp01 dd{
  margin: 0;
  padding: 2px 4px;
  line-height: 1.2em;
}
.formbox table{
  border: 1px solid #999999;
}
.formbox th{
  background: #ccccff;
}
.formbox td{
  text-align: left;
  background: #cccccc;
}
* .formbox em{
  color: red;
}
#name,#subject{
  ime-mode: active;
}
#name{
  width: 120px;
}
#email,#subject,#comment{
  width: 300px;
}
#comment{
  height: 120px;
}

/****** その他 *******/
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.fleft{
  float: left;
}
.fright{
  float: right;
}


