/* ============================================================
書式及び基本設定
============================================================ */
body {
margin:0 auto;
padding:0;
color:#333;
line-height: 1.5;
font-size: 12px;
*font-size: 75%; /*for IE6,IE7*/
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
text-align:center;
}

img{
border:0;
}

a:link{
color:#0066CC;
text-decoration:underline;
}
a:hover{
color:#666;
text-decoration:none;
}
a:visited{
color:#0066CC;
text-decoration:underline;
}
a:active{
text-decoration:none;
}

.clearfix:after {
  content: ".";
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


#top{
width:100%;
margin:0 auto;
background-color:#fff;
}
.wrap{
width:613px;
margin:0 auto;
text-align:left;}

#head{
margin:37px 0 0 0px;
text-align:left;
}

#contents{
width:613px;
margin:0px auto;
text-align:center;
}

#logo{
padding:20px 0 20px 0px;
font-size:18px;
float: left;
}

#sign{
float: right;
padding:20px 0 20px 10px;
}

#title{
color:#003333;
font-size:14px;
font-weight:bold;
padding:5px 0 5px 5px;
border:##309DCF 1px solid;
text-align:left;
background-color:#E1F4F7;
margin: 30px 0 20px 0;
}

#title p{
margin:0;
border-left:5px #309DCF solid;
padding:0 0 0 10px;}

.title01{
padding:5px 0 5px 15px;
margin:0 0 10px 0;
background:#F5F5F5;
border-left:#309DCF 8px solid;
font-weight: bold;
color:#333;
text-align:left;
}

.title02{
padding:5px 0 5px 15px;
margin:30px 0 10px 0;
background:#F5F5F5;
border-left:#009900 8px solid;
font-weight: bold;
color:#333;
text-align:left;
}

#contents_txt{
width:600px;
margin:20px auto;
text-align:left;
}
#contents_txt span{
color:#FF0000;
font-size:1.5em;
font-weight:bold;
}

#contact_area{
width:610px;
margin:0 auto;
border:#BCBDA2 1px solid;
text-align:left;
}

#contact_area th{
font-weight:normal;
background-color:#E1F4F7;
border-bottom:#CCC 1px solid;
border-top:#FFF 1px solid;
border-left:#FFF 1px solid;
padding:5px;
width:160px;
}

#contact_area td{
font-weight:normal;
background-color:#FFF;
border-bottom:#CCC 1px solid;
border-top:#FFF 1px solid;
border-right:#FFF 1px solid;
padding:5px;
height:auto;
line-height:2em !important;
width:460px;
}

#contact_area span{
font-size:x-small;
color:#FF0000;
}

.txt01{
text-align:left;
margin:30px 0;
font-size: 12px;
}

.privacy_agree{
background-color:#FFFFCC;
text-align:left;
padding:5px;
margin:30px 0 0 0;
}

.btn{
margin:30px auto 30px auto;}

#copy{
text-align:right;
}


/*-----------------------------------------------
 __Ajax
-----------------------------------------------*/

.textInput,textarea{/* 通常の入力フォーム */
background-color:#FFFFFF;
border:1px solid #ccc;
}

.inputHighlighted{/* ハイライト効果 */
background-color:#FFFFCC;
color:#333;
border:1px solid #333;
}


/*-----------------------------------------------
 __labelタグ
-----------------------------------------------*/
label:hover {
background-color:#CFF1C0;
padding:5px 0 5px 0;
}



