*{
	margin:0px;
	padding:0px;
}

html{ 
    height: 100%; 
} 

body{

    height: 100%; 

	background-image: url("../image/back.gif");
	background-repeat: repeat-x;
	background-color: #eee;

	font-size:13px;

}

#menu
{
	padding:5px;
	font-size:13px;

	text-align:right;
}

.both
{
	clear: both;
}

.red
{
	color:#f00;
}

.c_button{
	width:120px;
	height:40px;
}

#wrap_body
{

    height: 100%;
    min-height: 100%;

	background-color:#fff;
	width:800px;

	margin-left:auto;
	margin-right:auto;

	border-left:1px #666 solid;
	border-right:1px #666 solid;

}

body > #wrap_body { 
    height: auto; 
}

#wrap_contents{
	padding:10px;
}

#wap_privacy dt
{
	margin-top:10px;
	font-weight:bold;
}

#wap_privacy dd
{
	margin-top:10px;
}

.w500{ width:500px;}


input[type=text]
{
	padding:3px;
}

/*
お問い合せ
*/
#wap_contact{

}

#contact_btn{
	text-align:center;
}

.msg_area{

	padding:3px;
	width:100%;

}
/*
入力テーブル
*/

#table_input table{
    border: 1px #999999 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:13px;

}

#table_input tr{
}
#table_input th , #table_input td{

    padding: 5px;
	height:23px;
	line-height:23px;

    border: 1px #737373 dotted;
    border-width: 0 0 1px 1px;

	vertical-align:top;
	text-align:left;
}
#table_input th{
    background: #eee;
    font-weight: bold;

}

#table_input tr.tr1{
    background: #ffffff;
}
#table_input tr.tr2{
    background: #f9f9f9;
}
