/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#fff;
}
html { 
	min-width:980px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	position:absolute;
	width:100%;
	background:url(../images/cont-tail.png) repeat-y center top;
	min-height:100%;
	height:auto!important;
	height:100%;
	z-index:1001;
}
.container {
	margin:0 auto;
	width:900px;
	font-size:.814em;
}
	/* Header */
	header .container {
		height:228px;
		
		position:relative;
	}
	
	/* Content */
	section#content .container {
		position:relative;
		padding-bottom:165px;
	}
			
	/* Footer */
	footer {
		font-size:.769em;
		line-height:1.2em;
		text-transform:uppercase;
		background-color:#000;
		height:61px;
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
	}
		footer .container {
			width:auto;
			padding:24px 59px 0 59px;
		}



/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}

/*---- tailings ----*/
.tail-top { 
	background:url(../images/tail-top.png) repeat-x left top;
	height:84px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#fff;
	margin:0;
	padding:0;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.redirect {
	position:absolute;
	left:48px;
	top:6px;
	z-index:1002;
}
	.redirect li {
		float:left;
		border-left:1px solid #555;
		line-height:.83em;
		padding-left:12px;
		margin-left:12px;
	}
	.redirect li:first-child {
		border:none;
		margin:0;
		padding:0;
	}
		.redirect li a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
		}
		.redirect li a:hover {
	text-decoration:underline;
		}


.top-links {
	position:absolute;
	right:41px;
	top:6px;
	z-index:1002;
}
	.top-links li {
		float:left;
		border-left:1px solid #555;
		line-height:.83em;
		padding-left:12px;
		margin-left:12px;
	}
	.top-links li:first-child {
		border:none;
		margin:0;
		padding:0;
	}
		.top-links li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
		}
		.top-links li a:hover {
	text-decoration:underline;
		}
		
.works li {
	float:left;
	margin-left:4px;
	padding-top: 30px;
	padding-right: 10px;
}
.works li:first-child {
	margin:0;
}

.list {
	padding-bottom:20px;
}
	.list li {
		padding:0 0 5px 16px;
		background:url(../images/marker.gif) no-repeat left 5px;
	} 
	
.services li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	line-height:1.385em;
	padding-top:34px;
}
.services li:first-child {
	padding:0;
}
	.services li img {
		float:left;
		margin-right:20px;
	}

/*----- other -----*/
.img-indent { 
	margin:0 0 20px 0; 
}

.extra-wrap { 
	overflow:hidden;
}

p {
    font-size:15px;
	margin-bottom:20px;
	line-height:1.385em;
}
.p0 {
	margin:0;
}

	
.address img {
	margin-right:20px;
	float:left;
}
.address .fleft.alt {
	margin-right:50px;
	width:167px;
}
	.address .fleft span {
		float:right;
	}
	.address .fleft p {
		margin:0;
	}



/*----- txt, links, lines, titles -----*/
a {
	color:#FFF;
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	h1 a {
		display:block;
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(../images/logo-small.png);
		width:198px;
		height:139px;
	}
h2 {
	font-size:36px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:26px;	
}
h3 {
	font-size:36px;
	line-height:1.2em;
	margin-bottom:26px;	
}
h5 {
	line-height:1.385em;
	font-weight:normal;
	font-size:1em;
	margin-bottom:20px;	
}

.line-hor { 
	background:url(../images/line-hor.png) repeat-x left bottom;
}
.line-hor2 { 
	background:url(../images/line-hor.png) repeat-x left top;
}


/*===== header =====*/
header h1 a {
	position:absolute;
	right:49px;
	top:57px;
}

/*===== content =====*/
#content .inside {
	padding-top: 24px;
	padding-right: 54px;
	padding-bottom: 10px;
	padding-left: 48px;
}
#content .inside2 {
	padding:34px 54px 37px 48px;
}

/*===== footer =====*/
footer a {
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}


/*----- forms -----*/

#contacts-form .rowElem { 
	display:block;
}
	#contacts-form .col-1 .rowElem {
		background:url(../images/input-bg.png) no-repeat left bottom;
		height:42px;
		margin-bottom:10px;
	}
	#contacts-form .col-2 .rowElem {
		background:url(../images/textarea-bg.png) no-repeat left bottom;
		height:151px;
		margin-bottom:25px;
	}
#contacts-form label {
	display:block;
	padding-bottom:2px;
}
#contacts-form input,
#contacts-form textarea {
	position:relative;
	border:0;
	background:none;
	padding:3px 5px 2px 5px;
}
#contacts-form input {
	width:250px; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:298px; 
	height:126px; 
	overflow:auto;
}

/*==========================================*/

/*--- site navigation ---*/
nav {
	position:absolute;
	left:40px;
	top:30px;
	z-index:1002;
}
	nav ul li {
		float:left;
	}
		nav ul li a {
			text-transform:uppercase;
			font-size:0.850em;
			line-height:1.2em;
			display:block;
			text-decoration:none;
			padding:21px 12px 18px 12px;
		}
		nav ul li a:hover,
		nav ul li.current a {
			color:#000;
			background-color:#DAB6B6;
		}
#link a {
	color: #DAB6B6;
	;
}
    
	
/*--- styles for index.html ---*/
#page1 #main, #page1 header .container { background:none;}
#page1 h1 { padding-top:117px;}
#page1 h1 a { background-image:url(../images/logo.png); width:318px; height:223px;}
#page1 #content {padding-bottom:250px;}

/*--- JBGallery ---*/
html.jbg footer a { text-decoration:none;} /* for IE7*/
html.jbg footer a:hover { text-decoration:underline;} 

/*--- GALLERY ---*/
h4 {
	font-size:30px;
	line-height:normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 13px;
