@charset "utf-8";

/* Basic */
* {
	margin: 0;
	padding: 0;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li {
	list-style-type: none;
}

.clearfix {
	clear: both;
}

/* BODY */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
	background-color: #FFFFFF;
	background-image: url(../img/bg01.jpg);
	background-repeat: repeat;
}
body.mail {
	background-image: none;
}


#wrap {
	background-color: #FFF;
	margin: auto;
	width: 900px;
	border-right: 10px solid #000;
	border-left: 10px solid #000;
}
#footer {
	font-size: 10px;
	color: #999;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 20px;
	text-align: center;
}


h1 {
	height: 370px;
}

h2 {
	text-indent:-9999em;
}

h2.t01 {
	background-image: url(../img/catch.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
h2.t02 {
	background-image: url(../img/title02.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
h2.t03 {
	background-image: url(../img/title03.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
h2.t04 {
	background-image: url(../img/title04.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
h2.t05 {
	background-image: url(../img/title05.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
h2.t06 {
	background-image: url(../img/title06.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
h2.t07 {
	background-image: url(../img/title07.jpg);
	background-repeat: no-repeat;
	height: 100px;
}

.tbox2 {
	width: 750px;
	padding-bottom: 50px;
	margin: auto;
}
h3 {
	font-weight: bold;
	color: #09C;
	font-size: 14px;
}





.tbox1 {
	background-image: url(../img/rubic.jpg);
	background-repeat: no-repeat;
	background-position: right 15px;
	width: 825px;
	padding-bottom: 50px;
	padding-left: 75px;
	padding-top: 30px;
}
.tbox3 {
	float: left;
	width: 480px;
}

.btm30 {
	margin-bottom: 30px;
}

.btm50 {
	margin-bottom: 50px;
}
.tb {
	margin-top: 20px;
	margin-bottom: 20px;
}

.site {
	height: 190px;
	margin-bottom: 50px;
	border-bottom: 1px solid #CCC;
}
.btn1 {
	padding-top: 30px;
}

.mark1 {
	color: #F66;
}
.photo {
	width: 270px;
	float: left;
}
.photo02 {
	height: auto;
	width: auto;
	padding-left: 75px;
	padding-bottom: 50px;
}
.photo02 img {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}


#ret {
	text-align: right;
	padding-right: 20px;
}

table.form {
	width: 95%;
	border-collapse: collapse;
}
table.form th {
	width: 150px;
	color: #39C;
	text-align: left;
}
table.form th, table.form td {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
textarea {
	width: 90%;
}
.comment {
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 80px;
	padding-left: 75px;
}

