@charset "UTF-8";
/*
reset
--------------------------------------------------------- */
html {
	font-size:62.5%;
}
body {
	margin:0;
	padding:0;
	font-size:140%;
	color:#333;
	line-height:1;
}
div, table, caption,th,tr,td,ul,ol,li,dl,dt,dd,address,form,input,textarea,h1,h2,h3,h4,h5,h6,p{
        font-weight: normal;
        font-style: normal;
        font-family:Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
        font-size:100%;
    	margin: 0;
    	padding: 0;
        line-height:1.6;
}
fieldset, img {
        border: 0;
        vertical-align:bottom;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}
ol, ul {
        list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
        font-weight: normal;
        font-style: normal;
}
caption, th {
        text-align: left;
        font-size:100%;
}
button {
	border:none;
	background:#fff;
	cursor:pointer;
}
a:hover img {
	-ms-filter: "alpha( opacity=90 )";
	filter: alpha( opacity=90 );
	opacity: 0.9;
}
blockquote {
	width:80%;
	margin:0 auto 15px;
	padding:10px;
	border:1px solid #999;
}
strong {
	font-weight:bold;
}
/* clear
--------------------------------------------------------- */
.clear {
	/zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

body {
	background:url(../img/bg_body.jpg) repeat left top;
}
#headerWrap {
	padding-top:10px;
	background:url(../img/header-bg.jpg) repeat-x left top;
	text-align:center;
}
#header {
	background:url(../img/bg_headcont.jpg) no-repeat center top;
}
#content {
	width:980px;
	margin:0 auto 20px;
	padding-top:15px;
	padding-bottom:10px;
	background:#fff;
	/zoom:1;
}
#content:after {
	content:'';
	display:block;
	clear:both;
}
#mainContent {
	width:680px;
	padding-left:20px;
	float:left;
	/zoom:1;
}
#mainContent:after {
	content:'';
	display:block;
	clear:both;
}
#sideBar {
	width:240px;
	padding:0 10px;
	float:right;
	/zoom:1;
}
#sideBar:after {
	content:'';
	display:block;
	clear:both;
}
#footer {
	width:980px;
	margin:0 auto;
	padding:30px 0;
	background:url(../img/footer_line.png) repeat-x left top;
	text-align:center;
}
#footer small {
	color:#7f7f7f
	font-size:12px;
}
.section {
	margin-bottom:25px;
}
.movie {
	width:520px;
	padding:5px 68px;
	border:2px solid #555;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(51,51,51) 0%, rgb(0,0,0) 15%, rgb(0,0,0) 85%, rgb(51,51,51) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(51,51,51)), color-stop(15%,rgb(0,0,0)), color-stop(85%,rgb(0,0,0)), color-stop(100%,rgb(51,51,51))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(51,51,51) 0%,rgb(0,0,0) 15%,rgb(0,0,0) 85%,rgb(51,51,51) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(51,51,51) 0%,rgb(0,0,0) 15%,rgb(0,0,0) 85%,rgb(51,51,51) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(51,51,51) 0%,rgb(0,0,0) 15%,rgb(0,0,0) 85%,rgb(51,51,51) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgb(51,51,51) 0%,rgb(0,0,0) 15%,rgb(0,0,0) 85%,rgb(51,51,51) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 */
}
.movie iframe {
}
.mailForm {
	width:518px;
	margin-bottom:20px;
	padding:20px 70px 15px;
	border:1px solid #ddd;
	border-radius:5px;
	background:url(../img/bg_section.png) repeat left top;
}
.mailForm table {
	margin-bottom:10px;
}
.mailForm th,
.mailForm td {
	padding:5px 10px 10px;
	font-size:15px;
}
.mailForm td input {
	padding:3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
.mailName,
.mailAdd,
.mailAddConf {
	width:300px;
}
.inputBtn {
	position:relative;
	margin-bottom:25px;
}
.entryBtn {
	position:relative;
}
.inputBtn input.hover {
	top:5px;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;	
}

.company th {
	background:#555555;
	color:#fff;
	font-weight:bold;
}
.company td {
	background:#f9f9f9;
}
.company th,
.company td {
	padding:8px 10px;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;	
}
.company {
	width:938px;
	margin:0 auto;
	border-top:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;	
}
.companyCont {
	clear:both;
	margin:0px 10px 10px;
	margin-top:30px;
	padding-top:10px;
	border-top:1px solid #cdcdcd;
}
.companyCont h2 {
	margin-left:10px;
}
.photo {
	margin-bottom:8px;
	padding:2px;
	border:1px solid #ddd;
	width:144px;
	background:#fff;
}
#sideBar {
	margin-top:10px;
	border-left:1px solid #efefef;
}
#sideBar h2 {
	margin:0 0 5px;
}
.name {
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}
.name span {
	font-size:14px;
	font-weight:normal;
}
#sideBar p {
	margin-bottom:1em;
	font-size:12px;
}
.bb1s {
	border-bottom:1px solid #efefef;
}
.must {
	color:#c00;
	font-size:12px;
}
.fss {
	font-size:12px;
}
.tar {
	text-align:right;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb40 {
	margin-bottom:40px;
}
.atn {
	font-size:12px;
}