@charset "UTF-8";

@import "header.css";
@import "footer.css";

*{
	padding: 0;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",verdana ,arial ,sans-serif;
}

img{border:0;}

body{
	width:740px;
	margin:0 auto;
	color:#666666;
}

h1{
	height:16px;
	line-height:16px;
	color:#666666;
	font-size:10px;
	font-weight: 400; 
	font-family: "ＭＳ Ｐゴシック";
	display: none;
	}

h2{
	height:30px;
	line-height:30px;
	color:#666666;
	font-size:14px;
	}

div#wrapper{
	width:710px;
	padding: 0 4px;
	margin:0 auto;
	background:transparent url(../images/contentsback.gif) repeat-y scroll center top;
}

div#contents{
	clear:both;
	text-align:center;
	font-size:12px;
	padding: 8px 9px 30px 9px;
}

textarea {
	font-size: 12px;
}

.red {
	color: red;
}

a, a:hover, a:visited, a:link, a:active {
	color:#666666;
/* 	text-decoration: none; */
}

*html table {
	font-size: 100%;
}

.s {
	text-decoration: line-through;
}

.strong {
	font-weight: bold;
}
.tel {
	height:29px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:1px;
}
