@charset "utf-8";
body {
	background: #ffffff;                             /* 背景色 */
	color: #333333;                                  /* フォントカラー */
	margin: 0px;                                     /* マージン */
}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
}
p {
	margin-top: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #009999;
	text-decoration: underline;
}
a:visited {
	color: #009999;
	text-decoration: underline;
}
a:hover
{
	color: #AABBDD;
	text-decoration: none;
}
a:active {
	color: #009999;
	text-decoration: underline;
}
#container {
	background-image: url(images/design/bg.jpg);
	padding: 0px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container_in {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	margin: 0px;
	width: 800px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #74B8FC;
	padding: 0px;
}
#pankuzu {
	margin: 0px;
	padding: 6px 16px;
	background-color: #E9F4FC;
	font-size: 13px;
	line-height: 14px;
}
#main {
	padding: 0px;
	float: left;
	width: 592px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 16px;
}
#main h1 {
	font-size: 22px;
	font-weight: normal;
	background-image: url(images/design/h1_bg.jpg);
	padding: 8px;
	height: 24px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main h1 a {
	text-decoration: none;
	color: #006699;
}
#main h2 {
	font-size: 24px;
	background-image: url(images/design/h2_bg.jpg);
	padding: 8px 8px 8px 14px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 26px;
}
.h2sub {
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
}
#main h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 6px 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #000000;
	background-color: #D7E9F7;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #009999;
}
#main h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #FF6600;
}
#main h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 4px 4px 5px 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #000000;
	background-color: #eeeeee;
}
#side {
	padding: 0px;
	float: right;
	width: 160px;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.menu_box {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BCC2D0;
	border-bottom-color: #BCC2D0;
	border-left-color: #BCC2D0;
}
#footer {
	background-image: url(images/design/foot_end.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 16px 10px 26px;
	font-size: 80%;
	text-align: center;
	width: 800px;
	clear: both;
}
.font_s {
	font-size: 12px;
	line-height: 18px;
}
.font_14 {
	font-size: 14px;
	line-height: 18px;
}
.font_16 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.font_18 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.font_big {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #999999;
	color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.table_gray {
	background-color: #CCCCCC;
}
.table_gray td {
	padding: 5px 10px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 15px;
}
.table_gray th {
	background-color: #f0f0f0;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
.btn_estimate {
	margin: 0px auto;
	padding: 10px;
	height: 20px;
	width: 220px;
	background-image: url(images/design/btn_estimate.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.btn_estimate a {
	color: #FFFFFF;
}
.list_square {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-type: square;
	padding: 5px 0px 0px 25px;
}
.list_square li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	line-height: 18px;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.topmovie {
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
}

