@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	-webkit-text-size-adjust: 100%;
}

a img:hover {
	opacity: 0.5;
}

a:link {
	color: #333;
	font-weight:bold;
}

a:visited {
	color: #333;
}

a:hover {
	color: #ccc;
}

a:active {
	color: #333;
}

body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul li {
	border: none;
}

a img {
	border: none;
}

#logo {
	width: 700px;
}

#logo h3 {
	padding-top: 85px;
	font-size: 36px;
	color: #333333;
	margin-bottom: 10px;
}

#logo h1 {
	margin-bottom: 100px;
}

address {
	font-size: 12px;
	color: #333;
	font-style: normal;
	margin-top: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 5px;
	margin-bottom: 50px;
}

address a {
	color: #333;
}

address a:hover {
	color: #999;
}

#navi {
	list-style-type: none;
	position: fixed;
	top: 20px;
	right: 0px;
}

#navi li {
	margin-top: 5px;
}

#contents {
	width: 700px;
}

#greetings {
	margin-top: 200px;
	padding-top: 50px;
}

#greetings p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 16px;
	line-height: 36px;
	color: #333333;
	text-align: justify;
}

#works {
	margin-top: 250px;
	padding-top: 50px;
}

#works p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 16px;
	line-height: 36px;
	color: #333333;
	text-align: justify;}
#works #item {
	margin-top: 50px;
}

#works dl {
	color: #333;
	height: 80px;
	margin-left: 60px;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 14px;
}

#works dl dt {
	float: left;
}

#works dl dd {
	font-size: 14px;
	margin-left: 220px;
	line-height: 28px;
	text-align: justify;
	padding-top: 12px;
}

#price {
	margin-top: 250px;
	padding-top: 50px;
}

#price p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 16px;
	line-height: 36px;
	color: #333333;
	text-align: justify;
}

#price table {
	font-size: 14px;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 630px;
	margin-left: 60px;
}

#price table {
	margin-top: 50px;
}

#price table caption {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: left;
}

#price table tr th {
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
}

#price table tr td {
	padding-top: 15px;
	padding-left: 20px;
}

#contact {
	margin-top: 250px;
	padding-top: 50px;
	margin-bottom: 300px;
}

#contact p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 16px;
	line-height: 36px;
	color: #333333;
	text-align: justify;}

#formwrap {
	padding-left: 70px;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 16px;
	line-height: 36px;
	color: #333333;
	text-align: justify;
}

#formwrap p {
	font-size: 14px;
	padding-left: 0;
	font-weight: normal;
}

#formwrap form .midashi {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

#formwrap form p span {
	color: #F00;
	font-size: 14px;
}

#formwrap form textarea {
	width: 400px;
	height:200px;
}

#contact table {
	font-size: 14px;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	width: 630px;
	margin-left: 60px;
	margin-top: 50px;
}

#contact table caption {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: left;
}

#contact table tr th {
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
	width: 180px;
}

#contact table tr td {
	padding-top: 15px;
}

#contact table tr td a {
	color: #333;
}

#contact table tr td a:hover {
	color: #999;
}

#contents #contact iframe {
	padding-left:70px;
	margin-top:20px;
}