/*******************************************************************
-----------------------------------------------------要素
********************************************************************/
*{
	padding:0;
	margin:0;
	color:#aaaaaa;
}
body{
	font-size:82%;
	line-height:140%;
	background-color:#000000;
}
a{
	color:#888888;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#888888;
}
img{
	border:none;
}
h3{
	color:#cccccc;
	font-size:115%;
	margin-top:2em;
	margin-left:1em;
}
h4{
	color:#336699;
	font-size:100%;
	margin-top:1.5em;
	margin-left:1em;
}
hr{
	border-style: dotted none none none;
	border-top-width: 2px;
	border-top-color:#666666;
	height: 2px;
	margin-left:1em;
	margin-top:1em;
	margin-bottom:0.5em;
}
/*******************************************************************
-----------------------------------------------------クラス
********************************************************************/
.999{
	color:#999999;
}
.mt12{
	margin-top:12px;
}
.mt15{
	margin-top:15px;
}
.mt24{
	margin-top:24px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.ar{
	text-align:right
}
/*******************************************************************
-----------------------------------------------------中央に配置
********************************************************************/
div#siteBox{
	text-align:center;
}
div#contentBox{
	text-align:left;
	margin:auto;
	width:772px;
}
/*******************************************************************
-----------------------------------------------------共通レイアウト
********************************************************************/
div#header{
	width:772px;
	height:45px;
	margin-top:18px;
}
h1#logo{
	width:309px;
	height:45px;
	float:left;
}

div#navi{
	width:772px;
	height:24px;
	margin-top:9px;
}
div#mainBox{
	width:772px;
	margin-bottom:0px;
}
div#footer{
	text-indent:1em;
	font-size:78%;
	width:772px;
	height:30px;
	margin-top:18px;
	margin-bottom:6px;
	border-top:1px solid #555555;
	border-bottom:1px solid #555555;
}
	div#footer span{
		margin:5px;
	}
	div#footer span.fr img{
		margin:0 0.5em 0 0.5em;
	}
/*******************************************************************
-----------------------------------------------------トップページレイアウト
********************************************************************/
div#leftBoxTop{
	width:495px;
	margin-top:18px;
	float:left;
}

div#rightBoxTop{
	width:265px;
	margin-top:18px;
	float:right;
}
div#movie{
	height:227px;
	text-align:center;
	padding-top:;
}
div#infoTop{
	margin-top:12px;
	background-image:url(img/top/info_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
	div#infoTop p{
		margin-top:6px;
		margin-left:1em;
	}
div#blog{
	margin-top:12px;
}
	div#blog p{
		margin-top:6px;
		margin-left:1em;
	}

/*******************************************************************
-----------------------------------------------------セカンドページレイアウト
********************************************************************/
div#contents{
	margin-top:12px;
}
	div#contents p{
		margin-top:0.7em;
		margin-left:1em;
	}
	div#contents p.topP{
		margin-top:2em;
		margin-left:1em;
	}
	div#contents img.imgL{
		margin-top:2em;
		margin-left:1em;
		margin-right:1.8em;
		margin-bottom:1.8em;
		float:left;
	}
	div#contents img.imgR{
		margin-top:2em;
		margin-left:1.8em;
		margin-bottom:1.8em;
		float:right;
	}
/*ごあいさつ*/
div#contents p.aisatsu{
	margin-top:2.5em;
}
/*会社概要*/
div#contents table.table1{
	margin-left:1em;
	margin-top:2em;
	border:1px solid #555555;
	border-collapse:collapse;
}
	div#contents table.table1 th{
	width:100px;
	text-align:center;
	background-color:#333333;
	}
	div#contents table.table1 td,th{
	padding:4px;
	border:1px solid #555555;
	}
/*個人情報保護方針*/
div#contents ol{
		margin-left:3em;
		margin-top:0.7em;
	}
	div#contents ol li{
		margin-top:0.7em;
	}
	div#contents ol ul{
		margin-left:1em;
	}
/*お問合せ*/
div#contents table.table2{
	margin-left:1em;
	margin-top:2em;
	border:1px solid #555555;
	border-collapse:collapse;
	width:450px;
}
	div#contents table.table2 th{
	width:100px;
	text-align:center;
	background-color:#333333;
	}
	div#contents table.table2 textarea,option,select,input{
	color:#333333;
	}
	div#contents table.table2 td,th{
	padding:4px;
	border:1px solid #555555;
	}
	div#contents table.table2 td.botton{
	text-align:center;
	}
div#contents div.mid{
	text-align:center;
}
/*******************************************************************
-----------------------------------------------------
********************************************************************/


dl.topic {
	background-color: #;
	margin: 0em 0em;
	border: 1px solid #;
	border-top: none;
}
	dl.topic dt {
		font-weight: normal;
		color: ;
		margin: 0;
		padding: 0em 0em 0em 0em;
		border-top: 1px solid #;
		width: 5.5em;
		float: left;
	}
	dl.topic dd {
		background-color: ;
		margin: 0 0 0 5.5em;
		padding: 0em 0em 0em 0em;
		border-top: 1px solid #;
		border-left: 1px solid #;
	}