@charset "utf-8";
/*
(C) コーエイ不動産

	Table of Contents
	
	DEFOULT
	BASIC INLINE/TEXT STYLING
	BASSIC LAYOUT
	
	HEADER
	
	NAVI
	
	MAIN
	
	SLIDE
	
	FOOTER
	
	CONTACT
	
*/

/*
-------------------------------------------------------------------------------
DEFAULT
-------------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
img{margin: 0px;}
hr{margin: 0px;}

/* standard helper classes */
.clr {clear: both;float: none;overflow: hidden;width: 1px;height: 1px;margin: 0 -1px -1px 0;border: 0;padding: 0;font-size: 0;line-height: 0;}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
* html .pkg {display: inline-block;}
/* no ie mac \*/
* html .pkg {height: 1%;}
.pkg {display: block;}
/* */

/* 
----------------------------------------------------------------------------- 
BASIC INLINE/TEXT STYLING
-----------------------------------------------------------------------------*/

html { border: none; }

body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Lucida Grande, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 0.8em;
	text-align: center;
	background-color:#FFF8DD;
}

a {
	color: #cccccc;
}

a:active 
{
	color:#666666;
	text-decoration:none;
}

a:visited {
	color: #cccccc;
}

a:hover {
	color: #eb8400;
}



.L {
	float: left;
	display: inline;
}

.R {
	float: right;
	display: inline;
}

.pkg
{	
	display:block;
	float:none;
	clear:both;
}

h5
{
	border-color:#993333;
	border-style:solid;
	border-width:0 0 2px 20px;
	color:#666666;
	font-size:15px;
	line-height:100%;
	margin:8px 0;
	padding-left:10px;
	width:450px;
}

h6 {
  color: #666666; /* 文字の色 */
  border-left-color: #ff6633; /* 左枠の色 */
  padding: 2px 0px 0px 8px; /* 余白の幅 */
  border-style: solid; /* 枠の種類 */
  border-width: 0px 0px 0px 15px; /* 枠の幅 */
  font-size: 18px;
  text-align:left;
  margin-left:1em;
}

/*
slideshow
*/

#slideshow
{
width:790px;
height:490px;

}

.slidebox
{
	position:relative;
}

.meggase
{
	position:absolute;
	background-image:url(image/message2.png);
	top:30px;
	right:20px;
	z-index:9999;
	text-indent:-7777em;
	width:304px;
	height:56px;
}

* html .meggase
{
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="http://ko-ei.info/testdir/image/message2.png", sizingMethod="crop");
}

/* 
==============================================================
　　　　　　　　　　　　　基本設定
==============================================================
*/

#wapper
{
	width:950px;
	margin:0 auto;
}


.header
{
	background-image:url(image/topue.gif);
	width:940px;
	height:125px;
	position:relative;
}

.contens
{
	width:940px;
	height:auto;
	background-color:#6E1919;
} 

.menu
{
	width:140px;
	height:auto;
	background-color:#6E1919;
}

.menu p
{
	height:20px;
}

.menu ul
{
	background-color:#6E1919;
}

.menu li
{
	width:140px;
	height:80px;
}
 

.box
{
	width:790px;
	background-color:#FFFFFF;
}

.box .sen
{
	width:790px;
	height:20px;
	background-color:#EBC27A;
	text-indent:-7777em;
}

.news
{
	width:778px;
	height:655px;
	margin-left:10px;
	text-align:left;
}

.newsimg
{
	background-color:#6E1919;	
	padding-top:4px;
	padding-left:10px;
}


.news span
{
	background-color:#6E1919;
	width:780px;
	height:30px;
	text-align:left;	
}

.news dl
{
	margin-left:10px;
}

.event
{
	width:780px;
	height:30px;
	background-color:#6E1919;
	text-align:left;
}

.eventimg
{
	padding-top:4px;
	padding-left:10px;
}


.eventbox
{
	background-color:#FFFFFF;
	width:778px;
	border: solid #6E1919 1px;
}

.eimg
{
	margin:10px;
	width:200px;
}

.etext
{	
	width:550px;
}

.etext .text
{
	line-height:1.8em;
	width:480px;
	background-image:url(image/line_02.gif);
	padding-bottom:2px;
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#FFFFFF;
}

.sekou
{
	background-color:#FFFFFF;
	width:778px;
	text-align:right;
	border: solid #6E1919 1px;

}

.sekou img
{
	padding: 0 25px;
	margin-top:10px;
		
}

.sekou a:hover img
{
	border-color: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.sekouline
{
	background-image:url(image/line_01.gif);
	width:760px;
	background-repeat:repeat-x;
}

.fmenu
{
	text-align:right;
	background-color:#FFFFFF;
	padding-right:10px;
}

.fmenu a
{
	color:#000000;
}


.fmenu a:hover {
	color: #eb8400;
}



.footer
{
	width:940px;
	font-size:10px;
	height:80px;
}


.footl
{
	width:500px;
	text-align:left;
}

.footr
{
	width:430px;
	padding-top:60px;
	text-align:right;
}

.whatsnew
{
	position:absolute;
	background-image:url(image/menubg.png);
	bottom:0px;
	right:0px;
	z-index:9999;
	width:790px;
	height:80px;
	text-align:left;
}

* html .whatsnew
{
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="image/menubg.png", sizingMethod="crop");
}

.whatsnew p
{
	text-align:left;
	font-size:small;
	padding-left:10px;
	padding-top:5px;
}

.whatsnew li
{
	padding-left:1em;
}

/*会社概要*/
.compimg
{
	width:790px;
	height:40px;
	padding-top:10px;
	background-color:#6E1919;
	text-align:left;
}

table#waku {
  border-collapse: collapse;
  border-style: solid; /* 枠の種類 */
  border-color: #666666; /* 枠の色 */
  border-width: 1px; /* 枠の幅 */
  margin: 5px;
}

td#info {
  border-style: solid; /* 枠の種類 */
  border-color: #666666; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
}

table#w {
  border-collapse: collapse;
  border-style: solid; /* 枠の種類 */
  border-color: #666666; /* 枠の色 */
  border-width: 1px; /* 枠の幅 */

}

table#info3 {
  border-collapse: collapse;
  border-style: solid; /* 枠の種類 */
  border-color: #666666; /* 枠の色 */
  border-width: 1px; /* 枠の幅 */
}


.gaiyou
{
	width:790px;
}

.gaiyouline
{
	background-image:url(image/line_01.gif);
	width:780px;
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}

.gaiyouimg
{
	width:120px;
	margin-left:1em;
}

.gaiyoutext
{
	width:600px;
	color:#666666;
	text-align:left;
}


/*使用*/
.siyouimg
{
	width:790px;
	height:40px;
	padding-top:10px;
	background-color:#6E1919;
	text-align:left;
}


.box .siyousen
{
	width:790px;
	height:20px;
	background-color:#EBC27A;
	text-align:right;
	color:#FFFFFF;
}


.box .siyousen a
{
	color:#FFFFFF;
}


.box .siyousen a:hover
{
	background-color:#FFFFFF;
	color:#000000;
}

.siyou
{
	background-color:#FFFFFF;
}

.siyoubox
{
	width:260px;
	color:#666666;
	padding-left:5em;
}

.siyoubox img
{
	text-align:center;
	margin-top:1em;
	border-collapse: collapse;
	border-style: solid; /* 枠の種類 */
	border-color: #666666; /* 枠の色 */
	border-width: 1px; /* 枠の幅 */
}

.siyoubox p
{
	text-align:left;
}

.kawara
{
	font-size:13px;
	color:#666666;
}

.tategu
{
	font-size:13px;
	color:#666666;
}

.tategu img
{
	padding-left:4em;
}

.tategu p
{
	text-align:left;
	width:500px;
	padding-left:4em;
}

.bath
{
	width:700px;
	margin:0 auto;
	padding-left:4em;
}

.bath img
{
	padding-right:3em;
}

/*現在の現場案内*/

.genbabox
{
	background-color:#FFFFFF;
	padding-top:5em;
	padding-left:5em;
}

.genba
{
	padding-top:10px;

}

.genbaimg
{
	width:210px;
}

.genbaimg img
{
	margin-top:2em;
}

.genbamap
{
	padding-left:5em;
}


/*施工例*/
.sekourei
{
	width:700px;
	background-color:#FFFFFF;
	margin:0 auto;
}

.sekoureibox
{
	width:200px;
	margin:1em;
}

.sekoureititle
{
	background-color:#cc9966;
	width:200px;
	color:#FFFFFF;
	font-weight: bold;
	height:22px;
}

.sekoureiimg
{
	width:200px;
}

.sekoureiline
{
	background-image:url(image/line_01.gif);
	width:670px;
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:4px;
}


.sekoureitext
{
	border-style: solid; /* 枠の種類 */
	border-color: #CCCCCC; /* 枠の色 */
	border-width: 1px; /* 枠の幅 */	
	color:#666666;
	text-align:left;
	font-size:10px;
	width:198px;
	padding:1px;
	height:73px;
}


.sekoureiimg a:hover img
{
	border-color: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
