/* CSS Document */

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
address,em,strong,th {
font-style: normal;
font-weight:normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
img,fieldset {
border: 0;
}
li {
list-style-type: none;
}
a:hover img.link{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/* Fonts
------------------------------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, verdana, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	color:#333;
    width:600px;
	margin:0 auto;
	background-color:#FAFAFA;
}

body a{
	color:#333;
	text-decoration:none;
}

body a:visited{
	color:#333;
}

/*コンタクト
--------------------------*/
.hissu{
	color:#F00;
	font-size:10px;
}

.p_title{
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	background-color:#000;
	color:#FFF;
	width:590px;
}

table.form_table{
	width:590px;
}

table.form_table th{
	width:150px;
	vertical-align:top;
	font-weight:bold;
	color:#009FE9;
	padding:5px;
	text-align:right;
	border-bottom:1px solid #20B2D2;
	background-color:#EEE;
}

table.form_table td{
	vertical-align:middle;
	padding:5px;
	border-bottom:1px solid #20B2D2;
	background-color:#DDD;
}

p.contact_bt1{
	margin:10px 0 100px;
}

p.contact_bt1 button{
	margin:0 10px;
	width:150px;
	height:30px;
}

p.contact_bt1 input{
	margin:0 10px;
	width:150px;
	height:30px;
}