/* 
共通
*/

body,div,ul,ol,li,fieldset,input,
textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
	color: #111111;
	font-weight: normal;
	text-align: left;
	font-size: 16px;
	font-family: Verdana,Arial,Helvetica,sans-serif,"ＭＳ ゴシック","Hiragino KaKu Gothic Pro",Osaka;
}
fieldset, img{
	border: 0;
	width: auto;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #047EC8;
}
a:active {
	text-decoration: none;
	color: #047EC8;
}


/*
ページレイアウト
*/

body {
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 15px;
	font-family: Verdana,Arial,Helvetica,sans-serif,"ＭＳ ゴシック","Hiragino KaKu Gothic Pro",Osaka;
	color: #111111;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-position: top;
	text-align: center;
	background-image: url(image/bg.gif);
}
#wrapper {
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 840px;
	background-repeat: repeat;
	background-position: top;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#header {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	height: 950px;
	width: auto;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top top;
	background-image: url(image/header.png);
}
#header-in {
	background-repeat: no-repeat;
	height: 950px;
	margin: 0 auto;
	width: 920px;
	background-image: url(image/header-in.png);
}
#contents {
	height: auto;
	width: 840px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #111111;
	background-image: url(image/wra.png);
}
#contents-inner {
	width: 740px;
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 0px;
	padding: 0px;
	height: auto;
	color: #111111;
}


/*
メールフォーム
*/

.mailform {
	background-color: #000000;
	border: 3px solid #CCCCCC;
	border-radius: 10px;
	box-shadow: 0 0 10px #594A42;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	text-align: center;
}

/*
BOX
*/
#boxtop {
	width: 766px; /* 枠線（太さ・色・スタイル） */
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: -5px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-top-style: solid;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}
#box1 {
	width: 765px; /* 枠線（太さ・色・スタイル） */
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	border: 2px solid #CCCCCC;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
/*end*/
