@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

body,td,th {
	font-size: 10pt;
	color: #333333;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	text-align: center;
	background-color: #f0f0f0;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}

h1 {
	font-size: 10pt;
	font-weight: normal;
	color: #333366;
}

h2 {
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
}

h3 {
	margin-bottom: 10px;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dotted #D61518;
}

h4 {
	font-size: 10pt;
	color: #663333;
	font-weight: bold;
	/*border-bottom: 1px dotted #D61518;*/
}

p {
	font-size: 10pt;
	color: #333333;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
dl {
	margin: 5px 0;
}
dt {
	font-size: 10pt;
	margin: 5px 0 0 0;
	padding: 0 5px;
}
dd {
	font-size: 10pt;
	margin: 0;
	padding: 0 10px;
}
dd a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
a {
	display: block;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.h120{
	width: 120px;
	height: 100px;
}

#head {
	width: 800px;
	/*height: 220px;*/
	background-image: url("./img/header.jpg");
	background-repeat: no-repeat;
}
#head img{
	width: 800px;

}


#menu {
	background-image: url("./img/menu_bg.gif");
	background-repeat: repeat-y;
}

#menu_top {
}

#menu_area {
	padding: 0 22px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu_item {
	width: 151px;
	float: left;
}

#menu_bottom {
	height: 15px;
}

#content {
	background-color: #ffffff;
}

#content_top {
	height: 25px;
	background-image: url("./img/content_top.gif");
	background-repeat: no-repeat;
}

#content_area {
	padding: 0 30px;
	background-image: url("./img/content_bg.gif");
	background-repeat: repeat-y;
}

#content_area > p {
	padding: 2px 30px;
}
#content_area a {
	display: inline;
}

#content_bottom {
	height: 30px;
	background-image: url("./img/content_bottom.gif");
	background-repeat: no-repeat;
}
#content_main {
	width: 680px;
	padding: 0 30px;
	clear: both;
}

#privacy {
	width: 760px;
	text-align: right;
	font-size: 10px;
}

#foot {
	background-color: #ffffff;
	text-align: center;
}

#foot a {
	display: inline;
}

#foot_top {
	background-image: url(./img/footer_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#foot_area {
	background-image: url(./img/footer_bg.gif);
	background-repeat: repeat-y;
}

#foot_bottom {
	background-image: url(./img/footer_bottom.gif);
	background-repeat: no-repeat;
}

#end {
	height: 40px;
	background-image: url(./img/page_end.gif);
	background-repeat: no-repeat;
}

#work_menu {
}

.work_left {
	float: left;
	width: 330px;
	height: 120px;
	border-right: 1px dotted #808080;
	margin-bottom: 10px;
}

.work_right {
	float: left;
	width: 329px;
	height: 120px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.work_left .img, .work_right .img {
	width: 120px;
	float: left;	
	border: 2px groove #cccccc;
}
.work_left .title, .work_right .title {
}
.work_left .text, .work_right .text {
	width: 176px;
	padding: 0 10px;
	float: left;
}
.text h3 {
}
.text p {
}

.text_info h3 {
	margin-top: 15px;
}

.text_info .inc_img {
	margin-left: 6px;
	margin-bottom: 10px;
	border: 2px groove #cccccc;
	background-color: #ffffff;
	float: right;
}

.text_info .img_spacer {
	width: 6px;
	height: 112px;
	background-color: #ffffff;
	float: right;
}

.text_info .img_area {
	width: 260px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	float: right;
}

.text_info .img_list {
	width: 124px;
	padding: 0 4px;
	margin-bottom: 10px;
	/*border-right: 1px dotted #808080;*/
	float: left;
}

* html .text_info .img_list {
}

.text_info .img_list img {
	margin-bottom: 5px;
	border: 2px groove #cccccc;
	background-color: #ffffff;
}

.text_info p.totop {
	text-align: right;
}

.sub_menu {
	padding: 0 0 10px;
	margin: 0;
	clear: both;
}

.sub_menu img {
	margin: 0 0 10px;
	float: left;
}

.perform {
	padding: 0 10px 15px;
	clear: both;
	overflow: hidden;
}

.perform h4 {
	margin-bottom: 5px;
	border-bottom: 1px dotted #D61518;
}

.contact label {
	width: 160px;
	display: inline-block;
}

.contact input {
	width: 200px;
}

.contact select {
	width: 200px;
}

.contact textarea {
	width: 100%;
	margin: 10px 0;
	padding: 5px;
}


.spacer {
	padding-bottom: 15px;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

#map {
	width: 400px;
	height: 300px;
	border: 2px groove #cccccc;
}

#map_area {
	width: 400px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	float: right;
	text-align: center;
}

#map_spacer {
	width: 20px;
	height:304px;
	background-color: #ffffff;
	float: right;
}