@charset "Shift_JIS";

/*======================================

	基本設定

=======================================*/

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

body {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",myriad, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #333;
}



/*======================================

	アンカー

=======================================*/

a:link {
	color: #0a3f73;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #aa0000;
}

#menu a:link {
	color: #333;
	text-decoration:none;
}

#menu a:visited {
	color: #666;
	text-decoration:none;
}

#menu a:hover {
	color: #000;
	text-decoration:none;
}


/*======================================

	見出し

=======================================*/
h1{
	font-size: 5px;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing:0.2em;
	font-weight: normal;
	text-align: left;
}

h2 {
	font-size: 5px;
	font-weight: normal;
	letter-spacing:0.1em;
}

h3 {
	font-size: 17px;
	font-family:"arial",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing:0.2em;
	font-weight: normal;
}

h4 {
	height: 12px;
	line-height: 1.0;
	font-size: 14px;
	font-weight: normal;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0 0 10px 0;
	padding: 0 7px;
	border-left: 12px solid #333;
	color: #333;
}


h5 {
	font-size: 3px;
	font-weight: normal;
	letter-spacing:0.1em;
}




/*======================================

	リスト

=======================================*/

ul li{
	margin: 0 0 0 2em;
}

ol li{
	margin: 0 0 0 2.5em;
}

dt {
	font-weight: bold;
}
dd {
	margin-left: 1em;
}


/*======================================

	段落・水平線・イメージ

=======================================*/

p{
	margin: 0.1em 0 0.5em;
}

hr{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: #cccccc; /* 線色 */
	height: 1px; /* IE用 高さ */
}

img {
	border: none;
}


/*======================================

	レイアウト設定

=======================================*/

/* ----------　ページ全体　------------- */

#all {
	color: #fff;
	width: 700px;     /* --（メニュー1個の幅「115」×メニューの数「6」）＋メニュー仕切りラインの本数「7」＝「697」-- */
	height: 650px;
	margin: 1px auto;  /* Firefoxでセンタリング方法 */
	text-align: center;
}

#pro_all {
	color: #fff;
	width: 685px;     /* --（メニュー1個の幅「115」×メニューの数「6」）＋メニュー仕切りラインの本数「7」＝「697」-- */
	height: 650px;
	margin: 1px auto;  /* Firefoxでセンタリング方法 */
	text-align: center;
}




/* ----------　ヘッダー　------------- */

#header {
    width: 700px;
	margin: 15px auto; 
	text-align: left;     /* IEでセンタリングさせる方法 */
}


/* ----------　メニュー部　------------- */

#menu {
	background: url(img/bgoff.gif) repeat-x bottom;
	width: 700px;     /* --（メニュー1個の幅「115」×メニューの数「6」）＋メニュー仕切りラインの本数「7」＝「697」-- */
	height: 31px;     /* -- #menu pの高さ「17」＋#menu pのpadding上下値をたした値「4」＋#menu pのborder-top値「1」＝「22」 -- */
	float:left
}

#menu p {
	height: 31px;
	width: 90px;
	vertical-align: middle;
	text-align: left;
	margin: 0px;
	padding: 2px 0 2px 0;
	float:left;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.on {
	background: url(img/bgon.gif) repeat-x bottom;
}

.off {
	background: url(img/bgoff.gif) repeat-x bottom;
}

.on2 {     /* メニューの一番右端の文字classへ設定する */
	background: url(img/bgon.gif) repeat-x bottom;
	border-right: 1px solid #fff;
}
.off2 {     /* メニューの一番右端の文字classへ設定する */
	background: url(img/bgoff.gif) repeat-x bottom;
	border-right: 1px solid #fff;
}


/* ----------　メイン（左右 合わせた部分）　------------- */

#main {
	color: #555;
	width: 700px;     /* --（メニュー部#menuのwidth値「697」）−（左右の枠線の本数「2」）＝「695」-- */
	height: 600px;
	margin: auto;  /* Firefoxでセンタリング方法 */
	text-align: center;     /* IEでセンタリングさせる方法 */
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	clear: both;	
}

#contact {
	color: #555;
	width: 700px;     /* --（メニュー部#menuのwidth値「697」）−（左右の枠線の本数「2」）＝「695」-- */
	height: 600px;
	margin: auto;  /* Firefoxでセンタリング方法 */
	text-align: center;     /* IEでセンタリングさせる方法 */
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	clear: both;	
	background-image:url(image/house_contact.jpg);
	
}




/* ----------　ニュース／プロジェクトサムネイル部　------------- */
#news_pro_ {
	color: #555;
	width: 632px;     /* --（メニュー部#menuのwidth値「697」）−（左右の枠線の本数「2」）＝「695」-- */
	height: 601px;
	margin: auto;  /* Firefoxでセンタリング方法 */
	text-align: center;     /* IEでセンタリングさせる方法 */
	clear: both;
	
}

#kizi {
    width: 114px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
	text-align: left;
	float:left;
	margin-left:10px;
	margin-top:15px;
　　margin-bottom:10px;
	font-size: 9px;
	color:#333333;
}



#kizi_unit {
    width: 700px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
	text-align: left;
	float:left;
	margin-left:00px;
	margin-top:0px;
　　margin-bottom:0px;
	font-size: 9px;
	color:#333333;
}








#pro_sum {
    width: 700px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
	text-align: left;
	float:left;
	margin-right:0px;
	margin-top:0px;
　　margin-bottom:10px;
	font-size: 9px;
	color:#333333;
}

#pro_sum2 {
    width: 114px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
	text-align: left;
	float:left;
	margin-right:10px;
	margin-top:0px;
　　margin-bottom:10px;
	font-size: 9px;
	color:#333333;
}





/* ----------　メイン 記事部　------------- */




#portfolio {
    width: 173px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
	text-align: left;
	float:left;
	margin-left:10px;
	margin-top:15px;
　　margin-bottom:10px;
	font-size: 9px;
	color:#333333;
}




#profile {
    width: 400px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
	text-align: left;
	float:left;
	margin-left:20px;
	margin-top:15px;
　　margin-bottom:10px;
	font-size: 12px;
	color:#333333;
}

#contact_tx {
    width: 500px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
	text-align: left;
	float:left;
	margin-left:20px;
	margin-top:15px;
　　margin-bottom:10px;
	font-size: 12px;
	color:#333333;
}

/* ----------　プロジェクトページ部　------------- */


#projects_ue {
    width: 700px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
	height:463px;
	text-align: left;
	float:left;
}





#projects_mainimage {
    width: 530px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
	text-align: left;
	float:left;
	margin-left:0px;
	margin-top:0px;
	font-size: 9px;
	color:#333333;
}

#projects_tx {
	width: 135px;
    height: 463px;  
	text-align: left;
	float:left;
	margin-left:10px;
	font-size: 12px;
	color:#333333;
}



div.outer {  
    display: table;  
    height: 463px;  
	margin-left:10px;
	margin-top:0px;
    width: 100%;  
}  
    * html div.outer {  
        position: relative;  
    }  
    *+html div.outer {  
        position: relative;  
    }  
div.vertical_bottom {  
    display: table-cell;  
    vertical-align: bottom;  
}  
    * html div.vertical_bottom {  
        position: absolute;  
        top: 100%;  
    }  
    *+html div.vertical_bottom {  
        position: absolute;  
        top: 100%;  
    }  
div.vertical_bottom p.inner {  
    margin: 0;  
}  
    * html div.vertical_bottom p.inner {  
        position: relative;  
    }  
    *+html div.vertical_bottom p.inner {  
        position: relative;  
    } 

/* ----------　プロジェクトページ部おわり　------------- */








#imgHover {
	position: relative;
	margin-top: 473px;
	width: 500px;
	top: 0px;
}
#imgHover #imgHoverList {		list-style: none;		position: relative;	}		
#imgHover ul li {			float: left;			margin-right: 0px;	margin-top: 10px;	}			
#imgHover ul li img {				border: none;			}						
#imgHover ul li a {				display: block;			}						
#imgHover ul li a:hover {				position: static;			}						
#imgHover ul li a .mainImage {				display: none;			}						
#imgHover ul li a:hover .mainImage {display: block;	position: absolute;	top: -473px;left: 0px !important;left: 0px;			}








#top_image {
    width: 700px;     /* --（#mainのwidth値「675」）−（#naviのwidth値「150」））−（#kiziと#naviの間を少しあけるのでその値「20」）＝「505」-- */
    height:600px;
	background-image:url(image/house_1.jpg);
	text-align: left;
	float:left;
	margin-left:0px;
}




/* ----------　フッター　------------- */

#footer {
	width: 700px;
	border: 0px solid #999;
	font-size: 9px;
	color:#333333;
	text-align: right;
	margin: 0px 0;
	padding: 5px 0; 
}


#pro_footer {
	width: 700px;
　　position: absolute;
    top: 0px;
    right: 0px;	
	border: 0px solid #999;
	font-size: 9px;
	color:#333333;
	text-align: right;
	margin: 0px 0;
	padding: 137px 0; 
}




div.subject {
   text-align: left;
   float: left;
}
div.date {
   text-align: right;
}
div.footer {
   color:#333333;
   padding:0.1em;
}
