@charset "UTF-8";
/*
(C) OKUDAGUMI INC

	Table of Contents
	
	DEFOULT
	BASIC INLINE/TEXT STYLING
	BASSIC LAYOUT
	
	HEADER
	
	NAVI
	
	MAIN
	
	SLIDE
	
	FOOTER
	
	CONTACT
	
*/

/*
-------------------------------------------------------------------------------
DEFOULT
-------------------------------------------------------------------------------*/

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ゴシチE", Lucida Grande, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-color: #000;
	background-image: url(../img/common/bgloop.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.alpha a:hover img {
	border-color: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.L {
	float: left;
	display: inline;
}

.R {
	float: right;
	display: inline;
}

strong {
	font-weight: bold;
}

/*
-------------------------------------------------------------------------------
BASSIC LAYOUT
-------------------------------------------------------------------------------*/

div.wrapper {
	width: 952px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	color: #333;
}

/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/

div#header div.inner {
	width: 950px;
	height: 111px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}

div.inner div.logo {
	width: 579px;
	height: 77px;
	margin: 16px 0 0 10px;
	overflow: hidden;
	background-image: url(../img/common/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.logo h1 {
	text-indent: -7777em;
}

div.logo h2 {
	text-indent: -7777em;
}

div.inner div.tel {
	width: 306px;
	height: 85px;
	top: 12px;
	left: 630px;
	position: absolute;
	overflow: hidden;
	background-image: url(../img/common/tel.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.tel h2 {
	text-indent: -7777em;
}


/* 
----------------------------------------------------------------------------- 
NAVI
-----------------------------------------------------------------------------*/
/* 
div.Navi-w {
	width: 950px;
	height: 40px;
	display: block;
	background-image: url(../img/common/navi.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	background-color: #751a20;
	border-bottom: 5px solid #c01a20;
}

ul#Navi {
	width: 950px;
	height: 40px;
}

ul#Navi li {
	float: left;
	display: inline;
}

ul#Navi li a {
	display: block;
	background-image: url(../img/common/navi.jpg);
	background-repeat: no-repeat;
	text-indent: -7777em;
	overflow: hidden;
}

ul#Navi li#nav01 a { margin-left: 80px; width: 115px; height: 40px; background-position: -80px 0px; }

ul#Navi li#nav01 a:hover { background-position: -80px -40px; }

body.b01 ul#Navi li#nav01 a { background-position: -80px -40px; }

ul#Navi li#nav02 a { margin-left: 10px; width: 124px; height: 40px; background-position: -204px 0px; }

ul#Navi li#nav02 a:hover { background-position: -204px -40px; }

body.b02 ul#Navi li#nav02 a { background-position: -204px -40px; }

ul#Navi li#nav03 a { margin-left: 10px; width: 132px; height: 40px; background-position: -338px 0px; }

ul#Navi li#nav03 a:hover { background-position: -338px -40px; }

body.b03 ul#Navi li#nav03 a { background-position: -338px -40px; }

ul#Navi li#nav04 a { margin-left: 12px; width: 280px; height: 40px; background-position: -480px 0px; }

ul#Navi li#nav04 a:hover { background-position: -480px -40px; }

body.b04 ul#Navi li#nav04 a { background-position: -480px -40px; }

ul#Navi li#nav05 a { margin-left: 12px; width: 97px; height: 40px; background-position: -776px -0px; }

ul#Navi li#nav05 a:hover { background-position: -776px -40px; }

body.b05 ul#Navi li#nav05 a { background-position: -776px -40px; }
*/

/* 
----------------------------------------------------------------------------- 
MAIN
-----------------------------------------------------------------------------*/


/* index */

div.info {
	width: 950px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #656565;
	background-image: url(../img/common/dot01.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

div.main {
	width: 680px;
	height: auto;
	display: block;
	overflow: hidden;
}

div.main h3 {
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -7777em;
	width: 665px;
	height: 54px;
	margin: 15px 0 20px 15px;
	display: block;
	float: none;
	clear: both;
}

.newblog {
	background-image: url(../img/common/t-blog.gif);
}

.hoken {
	background-image: url(../img/common/t-hosyou.gif);
}

.works {
	background-image: url(../img/common/t-work.gif);
}

div.main div.mainnote {
	width: 625px;
	height: auto;
	margin-left: 40px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}

div.mainnote div.workbox {
	width: 180px;
	height: 180px;
	background-color: #f5f4eb;
	border: 1px solid #cccccc;
	display: block;
	margin: 0 26px 20px 0
}

div.workbox img {
	margin: 3px 5px;
}

div.workbox p {
	margin: 7px 0 0 5px;
}

div.sub {
	width: 258px;
	height: auto;
	display: block;
}

div.sub h3 {
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -7777em;
	width: 258px;
	height: 54px;
	margin: 15px 0 20px 0;
	display: block;
	float: none;
	clear: both;
}

.s-newworks {
	background-image: url(../img/common/t-newwork.gif);
}

.s-cinfo {
	background-image: url(../img/common/t-cinfo.gif);
}

dl.fakeTable {
	width: auto;
	font-size: 12px;
	line-height: 170%;
	overflow: hidden;
	margin-left: 21px;
	font-size: 11px;
	margin-right: 20px;
}

dl.fakeTable a { color: #666;}

dl.fakeTable dt {
	margin: 0.3em 0.3em 0.3em 0.1em;
	padding: 0.2em;
	width: 7em;
	text-align: left;
}

dl.fakeTable dd {
	padding: 0.5em 0.5em 0.2em 7.2em;
	margin: -2.6em 0 0;
	background: url(../img/common/dot02.gif) left bottom repeat-x;
	text-align: left;
}

div.nw {
	margin-left: 23px;
	margin-top: 0.5em;
	width: 220px;
	height: auto;
	display: block;
}

div.nw img {
	padding: 1px;
	border: 1px solid #666666;
	margin: 5px 5px 5px 0;
}



/* 
----------------------------------------------------------------------------- 
LINE
-----------------------------------------------------------------------------*/

span.dot {
	float: none;
	clear: both;
	display: block;
	background: url(../img/common/dot02.gif) left repeat-x;
	height: 20px;
	width: 215px;
}

span.dot hr {
	display: none;

}

span.none {
	float: none;
	clear: both;
	display: block;
}

span.none hr {
	display: none;
}

/* 
----------------------------------------------------------------------------- 
SLIDE
-----------------------------------------------------------------------------*/

div.picW {
	width: 950px;
	height: 503px;
	overflow: hidden;
	position: relative;
	border: 1px solid #656565;
	background-image: url(../img/common/picbg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#slideshow {
	width: 680px;
	height: 500px;
	overflow: hidden;
	background-color: #FFFFFF;
}

div#slideshow img {
	top: 0;
	left: 0;
}

div.picW div.picside {
	width: 260px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 690px;
	overflow: hidden;
}

div.picside h3.house {
	background-image: url(../img/common/t-house.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 260px;
	height: 53px;
	margin-left: 2px;
	overflow: hidden;
	text-indent: -7777em;
	margin-top: 10px;
}

div.picside div.h-text {
	width: 226px;
	height: auto;
	margin-left: 19px;
	margin-top: 10px;
	overflow: hidden;
	color: #999999;
}

div.picside img {
	padding: 1px;
	border: 1px solid #666666;
	margin: 5px;
}



/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/

div#footer {
	width: 950px;
	height: 22px;
	clear: both;
	display: block;
	overflow: hidden;
	background-color: #333333;
	margin: 0 auto;
}

div#footer div.inner {
	width: 950px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 3px;
}

/* 
----------------------------------------------------------------------------- 
BLOG
-----------------------------------------------------------------------------*/

div.blogwap {
	width: 590px;
	height: auto;
	margin-left: 40px;
	margin-bottom: 20px;
	display: block;
}

p.b-tit {
	font-size: 15px;
	margin-bottom: 1em;
}

p.b-tit a {
	color: #0066CC;
}

p.b-tit a:visited {
	color: #0066CC;
}

p.b-tit a:hover {
	color: #b94047;
}

span.b-date {
	font-size: 11px;
}

p.b-body {

}

p.b-link {
	float: right;
	width: 80px;
	height: 21px;
	display: block;
	background-image: url(../img/common/more.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -7777em;
	margin-bottom: 10px;
}

p.b-link a {
	width: 80px;
	height: 21px;
	display: block;
}
