@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------------　common*/

html {
    height: 100%;
}

body {
	width: 550px;
	margin: 0px;
	padding: 10px 0 0 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.4;
	font-size: 12px;
	color: #000;
}



#h_logo {
	float:left;
	line-height: normal;
	font-size: 20px;
	width: 300px;
	height: 25px;
}

#h_pops {
	float:left;
	line-height: normal;
	font-size: 20px;
	width: 528px;
	padding:10px;
	color:#fff;
	text-align:center;
}

.pologo{float:right;}

#close_btn {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/common/btn_close.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
	margin: 10px 50px 0px 0px;
}

dl {
	clear: both;
	width: 500px;
}

dt {
	width:200px;
    border-left: 4px solid #CCC;
	padding: 0 0 0 5px;
	font-size: 14px;
}


dd {
	margin: 0;
	padding: 5px 0 15px 0;
}


.btn {
	float: left;
	width: 70px;
}

#image-button01 {
      border: 0px;
      width: 67px;
      height: 22px;
      background: url(../images/common/ctt_btn_01.gif) left top no-repeat;
}

#image-button02 {
      border: 0px;
      width: 67px;
      height: 22px;
      background: url(../images/common/ctt_btn_02.gif) left top no-repeat;
}

textarea {
    background-color: #FFF;/* 背景色 */
    border-color: #999;/* 枠色 */
    border-width: 1px 1px 1px 1px;/* 枠線の太さ 上右下左 */
    border-style: solid solid solid solid;/*枠線の種類 上右下左*/
}

#footbox address {
	width: 250px;
	font-style: normal;
	margin: 50px 0 0 5px;
	font-size: 10px;
}

#close_btn02 {
	clear: both;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/common/btn_close.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#mode {/*IE対策*/
ime-mode:disabled; 
}
