@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Aldrich);

body {
	color: #666666;
	margin: 0px;
	padding: 10px;
	font: 12px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

a {
	color: #666;
}
a:hover {
	color: #000;
	text-decoration: none;
}

#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

header h1 {
	font: 35px 'Impact', sans-serif;
	padding: 10px 0px 0px 10px;
}
header h1 a {
	color: #000;
	text-decoration: none;
}

header nav ul {
	background: #000;
	height: 30px;
	border-radius: 6px;
	margin-bottom: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -webkit-linear-gradient(#333, #000);
	background: linear-gradient(#333, #000);
	padding-left: 20px;
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 3px 5px #bebebe;
}

header nav ul li {
	float: left;
	border-right: 1px solid rgba(255,255,255,0.3);
}
header nav ul li a {
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-right: 10px;
	padding-left: 10px;
}

header nav ul li a:hover {
	background-color: #666;
	color: #FFF;
}

header nav ul li:first-child {
	border-left: 1px solid rgba(255,255,255,0.3);
}

#contents {
	clear: left;
	padding-top: 0px;
}

#main {
	float: left;
	width: 640px;
}

#main section > h1,
#main article > h1 {
	background: #000;
	height: 20px;
	border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -webkit-linear-gradient(#333, #000);
	background: linear-gradient(#333, #000);
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
	font-size: 100%;
	color: #FFF;
	padding: 0px 0px 3px 15px;
	clear: both;
}

#main p {
	padding: 0.5em 10px 1em;
}

#sub {
	float: right;
	width: 180px;
}

#sub h1 {
	border: 1px solid #999;
	border-radius: 6px 6px 0 0;
	font-size: 100%;
	text-align: center;
	padding: 2px 2px;
	background-color: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
	background: -webkit-linear-gradient(#FFF, #ccc);
	background: linear-gradient(#FFF, #ccc);
}

#sub p {
	padding-right: 0px;
	padding-left: 0px;
}

#sub ul {
	margin-bottom: 1em;
	text-align: center;
}

#sub ul li a {
	text-decoration: none;
	display: block;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 0px 0px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#sub ul li a:hover {
	background-color: #cccccc;
}

footer {
	clear: both;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

#new dl{
	overflow: auto;
	height: 150px;
	padding-left: 10px;
}

#new dt {
	font-weight: normal;
	float: left;
	width: 8em;
}

#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

figure#mainimg img {
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
	margin-bottom: 10px;
}

#service #main article {
	border: 1px solid #CCC;
	border-radius: 6px;
	margin-bottom: 1em;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));
	background: -webkit-linear-gradient(#FFF, #e3e3e3);
	background: linear-gradient(#FFF, #e3e3e3);
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 1px 1px #FFF inset;
	box-shadow: 0px 2px 5px #CCC, 0px 0px 1px 1px #FFF inset;
}

#service #main article h1 {
	font-size: 100%;
	border-bottom: 1px solid #CCC;
	border-left: 3px solid #000;
	margin-bottom: 0.5em;
	color: #000;
	padding: 0px 0px 0px 5px;
}
/*リンク設定*/
#service #main article a {
	padding: 10px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#service #main article a:hover {
	background-color: #ebdeab;
}

.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height: 1;
	font-weight: normal;
}

.ta1 td{
	width: 30px;
	padding: 3px;
	text-align: center;
}

.ta1 th{
	width: 60px;
	padding: 3px;
	text-align: left;
	background-color: #f3f3f3;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: cemter;
	background: #e2e2e2;
}

.ta1 caption{
	padding: 0px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));
	background: -webkit-linear-gradient(#FFF, #e3e3e3);
	background: linear-gradient(#FFF, #e3e3e3);
}

input[type="submit"] {
	width: 200px;
	padding: 0px;
	margin-bottom: 20px;
	border: 1px solid #999;
	border-radius: 30px;
	background-color: #e9f7f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));
	background: -webkit-linear-gradient(#FFF, #e3e3e3);
	background: linear-gradient(#FFF, #e3e3e3);
	-webkit-box-shadow:  0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
}

input[type="submit"]:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#FFF));
	background: -webkit-linear-gradient(#e3e3e3, #FFF);
	background: linear-gradient(#e3e3e3, #FFF);
}

.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
