@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/

h1{
	font-size:1.2rem;
}

h2{
	font-size:1.5rem;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE1E1;
	color: #523F2A;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 70px;
}

h3{
	font-size:1.2rem;
	color: #330000;
	background-image: url(../../images/common/bg_title/bg_title10.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 115px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

h4{
	font-size:1.2rem;
	background-image: url(../../images/common/bg_title/h3_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 38px;
}

p{
	margin-left: 20px;
}

a:link {
	text-decoration: none;
	color: #D98CB0;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #DC6189;
}
a:active {
	text-decoration: none;
}

small{
	color:#fff;
	display: block;
	text-align: center;
}

#header{
	color:#fff;
	text-align: center;
	padding: 15px;
	background-image: url(../../images/common/bg_s_top.jpg);
	background-repeat: repeat-x;
}
.wrapper{
	position: relative;
	margin: 0px;
	padding: 0px;
}

.container{
	background-color: #FFFFFF;
}

.container p{
	text-align: left;
	color: #666;
	margin-left: 20px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	margin-right: 20px;
}
#contents_inner {
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



section{
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 100px;
	padding-left: 30px;
}

section:nth-child(2n){
	background-color: #FFFFFF;
}
#works_ttl  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#footer{
	position: relative;
	z-index: 2;
	background-image: url(../../images/common/footer.jpg);
	background-repeat: repeat-x;
	height: 113px;
	padding-top: 100px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	background-position: bottom;

}
#contents_inner table tr td img {
	margin-top: 30px;
}
