@charset "utf-8";

/*******************************
  基本要素
*******************************/

body {
	background-image: url(../img/bk.png);
	background-repeat: repeat-x;
	background-color:#454545;
	color: #454545;
}

p {
	font-size: 12px;
	line-height:160%;
}

a {
	color: #454545;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

/*******************************
  ヘッダ
*******************************/

#header {
	height: 441px;
	margin: 0 auto;
	position: relative;
	width: 1000px;	
}

#top #header {
	height: 551px;
}

.sub #header {
	height: 199px;
}

#logo_site {
	left: 22px;
	position: absolute;
	top: 0;
	z-index:2;
}

#txt_description {
	right: 0;
	position: absolute;
	top: 10px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
}

#hd_tel {
	position: absolute;
	left: 604px;
	top: 46px;
}

#hd_btn_mail {
	position: absolute;
	right: 0;
	top: 48px;
}

/*******************************
  ヘッダーナビ
*******************************/

#hd_navi {
	position: absolute;
	left: 685px;
	top: 125px;
	height:16px;
	font-size:0;
	line-height:0;
}

ul#hd_navi li{
	display:inline;
	margin-right:28px;
}

ul#hd_navi li.hd_navi_privacy{
	margin-right:0;
}

/*******************************
  グローバルナビ
*******************************/

#gnav {
	font-size:0;
	line-height:0;
	position: absolute;
	left: 333px;
	top: 164px;
	height:19px;
}

#gnav ul {
}

#gnav li {
	display: inline;
	float:left;
}

#gnav li.camera {
	padding-right:38px;
}

#gnav li.led {
	padding-right:29px;
}

#gnav li.reform {
	padding-right:53px;
}

/*******************************
  メイン
*******************************/

#main {
	background-color:#EFEFED;
	width: 1000px;
}

/* コンテンツ */

#contents {
	margin:0 auto 40px auto;
	width: 900px;
}

.sub #contents {
	padding-top:80px;
}


/*******************************
  フッタ
*******************************/

#footer {
	clear:both;
}

#ft_navi {
	width:1000px;
	background-color:#0A9ABD;
	color:#FFFFFF;
	text-align:center;
	padding:15px 0;
	font-size:11px;
}

#ft_navi li {
	border-left:1px solid #FFF;
	padding-left:13px;
	margin-left:13px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:100%;
}

#ft_navi li:first-child{
	border-left:none;
}

#ft_navi li a {
	color:#FFFFFF;
	text-decoration:none;
}

#ft_navi li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#ft_address {
	margin:0 auto;
	width: 900px;
	padding:22px 0;
}

#ft_address #ft_logo {
	margin-bottom:12px;
}

address {
	font-size:14px;
}

address a {
	text-decoration:none;
}

/*******************************
  TOPページ
*******************************/

.slideshow {
	position:absolute;
	left:0;
	top:200px;
	z-index:1;
}

body#top h3 {
	background-image:url(../img/index_ttl.png);
	background-repeat:no-repeat;
	font-size:16px;
	color:#0F6D85;
	font-weight:normal;
	height:49px;
	padding:96px 0 0 25px;
	margin-bottom:40px;
}

.top_box {
	background-color:#FFF;
	width:262px;
	padding-bottom:10px;
	margin-bottom:42px;
	float:left;
	margin-right:50px;
}

.top_box p {
	width:239px;
	margin:12px 0 10px 15px;
	line-height:160%;
}

.top_box a {
	margin-left:12px;
}

.top_box_right {
	margin-right:0;
}

.others_box {
	width:827px;
	background-image:url(../img/index_others_bk.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	clear:both;
	padding:17px 43px 0 15px;
	font-size:14px;
	height:110px;
}

.others_box p {
	margin:13px 3px;
	width:549px;
	float:left;
	line-height:180%;
}

#btn_others {
	float:right;
	margin-top:10px;
	width:237px;
}


/*******************************
  第2階層
*******************************/

#ttl_image {
	position:absolute;
	left:0;
	top:200px;
	z-index:1;
}

body.second h3 {
	padding:26px 0 21px 0;
}

body.sub h3 {
	padding:26px 0 50px 0;
}

body.second h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:25px;
}

body.second h5 {
	background-color:#0F6D85;
	font-weight:bold;
	color:#FFF;
	font-size:16px;
	padding:6px 12px;
	margin-bottom:25px;
}

body.second h6 {
	color:#0F6D85;
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
}

.main_box {
	clear:both;
	margin-bottom:50px;
}

.main_box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.main_box {
	min-height: 1px;
}

* html .main_box {
	height: 1px;
}

.img_right {
	float:right;
	margin-left:25px;
	margin-bottom:15px;
}

.img_left {
	float:left;
	margin-right:25px;
	margin-bottom:15px;
}

.txt_right {
	text-align:right;
}

.txt_center {
	text-align:center;
}

.txt_red {
	color:#FE4042;
}

/*******************************
  第2階層:防犯カメラ
*******************************/

.youtube {
	float:right;
	width:588px;
	margin-left:20px;
	margin-bottom:37px;
}

dl.lblue_box {
	width:259px;
	background-color:#FFF;
	float:left;
	margin-right:60px;
	margin-bottom:15px;
}

dl.lblue_box dt {
	background-color:#63B6D6;
	color:#FFF;
	font-weight:bold;
	padding:12px;
	font-size:14px;
}

dl.lblue_box dd {
	margin:12px;
}

dl.lblue_box_right {
	float:right;
	margin-right:0;
}

/*******************************
  第2階層:会社概要
*******************************/

#about dl {
	width:508px;
	clear:both;
	font-size:14px;
	line-height:200%;
}

#about_info {
	width:508px;
	float:left;
	margin-bottom:100px;
}

#about dl dt {
	color:#0F6D85;
	width:110px;
	float:left;
}

#about dl dd {
	width:378px;
	float:right;
	padding-bottom:22px;
}

#about .img_right img {
	margin-bottom:22px;
}

/*******************************
  第2階層:プライバシーポリシー
*******************************/

#privacy p {
	font-size:14px;
	margin-bottom:30px;
}

/*******************************
  第2階層:サイトマップ
*******************************/

#sitemap #contents li {
	font-size:14px;
	margin-bottom:30px;
}

#sitemap #contents ul {
	padding-bottom:30px;
}

/*******************************
  第2階層:コンタクト
*******************************/

#contact p {
	font-size:14px;
}

#contact table {
	width:100%;	
	border:1px solid #686667;
	border-collapse:collapse;
	margin:20px 0;
	background-color:#FFF;
	font-size:14px;
}

#contact table th {
	padding:18px;
	border-bottom:1px solid #686667;
	color:#0F6D85;
	width:150px;
}

#contact table td {
	padding:18px;
	border-bottom:1px solid #686667;
}

#contact table td input {
	width:100%;
}

#contact table td textarea {
	width:100%;
}

#contact div#input_btn {
	text-align:center;
	margin:0 auto;
}


#contact form {
	margin-bottom:30px;
}

.confirm ul {
	font-size:14px;
	color:#FE4042;
	font-weight:bold;
	margin:15px 20px;
}

.confirm ul li {
	list-style-type:circle;
}