@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: 10px;
}

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

#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;
}

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

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 p {
	padding: 0px;
	margin-left: 140px;
}

#service #main article figure img {
	float: left;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: bottom;
}

#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: 15px 20px 20px 15px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#service #main article a:hover {
	background-color: #ebdeab;
}

.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;
}
