@charset "utf-8";

/* -----------------------
初期設定
------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, 
ul, ol, li, dl, dt, dd, table, th, td, form, filedset {
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3",san-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	background: url(../shareimg/body_bk.gif) repeat-x top;
}

img {vertical-align: top;}

a img {border: none;}

a {text-decoration: underline;}
a:link, a:visited {color:#333399;}
a:hover, a:active {color:#666699;text-decoration: none;}

ul, ol, li {list-style: none;}

p {margin: 0 0 1em 0;}

address {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	padding-bottom: 0.5em;
	color: #e9e3e0;
}

em {font-style: normal;}

/* -----------------------
ワイヤーフレーム
------------------------- */
div#header {
	margin: 0 auto 20px;
	width: 850px;
	height: 180px;
	background: url(../shareimg/head_bk.gif) no-repeat top right;
}
div#header div#headttl {
	float: right;
	width: 250px;
}
div#header div#headnav {
	margin-top: 29px;
	float: left;
	width: 550px;
}
div#container {
	margin: 0 auto;
	width: 850px;
	text-align: left;
}
div#main {
	width: 550px;
	float: left;
}
div#right {
	width: 250px;
	float: right;
	text-align: left;
}
div#footer {
	clear: both;
	width: 100%;
	margin-top: 2em;
	padding: 30px 0 0;
	background: #534741;
}
div#footerInner {
	margin: 0 auto;
	padding: 0 20px;
	width: 850px;
}

/* コンテンツページ用ワイヤーフレーム */
body#conPage div#container div#main div.kaisetuerea {
	float: left;
	width: 330px;
}
body#conPage div#container div#main div.photoerea {
	float: right;
	width: 200px;
}

/* -----------------------
ページ要素
------------------------- */
/*-*-*-*-*-*- タイトル回り -*-*-*-*-*-*/
div#header div#headnav ul li {
	display: inline;
	float: left;
	padding-left: 15px;
}
div#header div#headnav p {
	clear: both;
	margin: 10px 0 0 35px;
	color: #A9A3A0;
	text-align: left;
}

/*-*-*-*-*-*- メイン *-*-*-*-*-*-/
/* ページ見出し　H1 */
body#conPage div#container div#main h1 {
	width: 550px;
	height: 40px;
	margin: 0 0 2em 0;
	padding-left: 0.5em;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 40px;
	background: url(../shareimg/h1bk.gif) no-repeat;
	font-weight: bold;
	color: #fff;
}
/* 葉のマーク+オレンジ下線付　H2 */
body#topPage div#container div#main h2,
body#conPage div#container div#main h2 {
	margin: 3em 0 1.5em;
	padding-left: 1.8em;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #333;
	background: url(../shareimg/mainh2bk.gif) no-repeat left;
	border-bottom: 1px solid #F15A24;
}
body#conPage div#container div#main h2.topmidasi {		/* 最上部に来る場合上余白0 */
	margin-top: 0;
	}

/* トップページ　コピー部分　H2 */
body#topPage div#container div#main h2#lead1 {
	margin: 0 0 3em 0;
	background-image: none;
	border: 0;
}
/* 冒頭白文字、水色文字　H3 */
body#topPage div#container div#main h3.midasi3,
body#conPage div#container div#main h3 {
	margin-bottom: 1em;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #3399e5;
	background: url(../shareimg/h3bk.gif) no-repeat top left;
}
body#topPage div#container div#main h3.midasi3:first-letter,
body#conPage div#container div#main h3:first-letter {
	padding: 0 6px;
	color: #e5e5ff;
}

/*-*-*-* 右列 *-*-*-*/
body#topPage div#container div#right div#notebl,
body#conPage div#container div#right div#notebl {
	padding: 0.5em 0;
	background: #66b3ff url(../shareimg/right_bk_bl.gif) repeat-y;
}
body#topPage div#container div#right div#notepk,
body#conPage div#container div#right div#notepk {
	padding: 0.5em 0;
	background: #ef7b78 url(../shareimg/right_bk_pk.gif) repeat-y;
}
body#topPage div#container div#right div#notegr,
body#conPage div#container div#right div#notegr {
	padding: 0.5em 0;
	background: #95c23a url(../shareimg/right_bk_green.gif) repeat-y;
}
body#topPage div#container div#right div#noteor,
body#conPage div#container div#right div#noteor {
	padding: 0.5em 0;
	background: #f7931e url(../shareimg/right_bk_or.gif) repeat-y;
}
body#topPage div#container div#right div#notebl h2,
body#conPage div#container div#right div#notebl h2,
body#topPage div#container div#right div#notepk h2,
body#conPage div#container div#right div#notepk h2,
body#topPage div#container div#right div#notegr h2,
body#conPage div#container div#right div#notegr h2,
body#topPage div#container div#right div#noteor h2,
body#conPage div#container div#right div#noteor h2 {
	margin-bottom: 1em;
	line-height: 2em;
	color: #fff;
	text-align: center;
}
body#topPage div#container div#right div#notebl h2,
body#conPage div#container div#right div#notebl h2 {
	background: url(../shareimg/right_h2bk_bl.gif) no-repeat bottom;
	letter-spacing: 1px;
}
body#topPage div#container div#right div#notepk h2,
body#conPage div#container div#right div#notepk h2 {
	background: url(../shareimg/right_h2bk_pk.gif) no-repeat bottom;
	letter-spacing: 1px;
}
body#topPage div#container div#right div#notegr h2,
body#conPage div#container div#right div#notegr h2 {
	background: url(../shareimg/right_h2bk_green.gif) no-repeat bottom;
	letter-spacing: 1px;
}
body#topPage div#container div#right div#noteor h2,
body#conPage div#container div#right div#noteor h2 {
	background: url(../shareimg/right_h2bk_or.gif) no-repeat bottom;
	letter-spacing: 2em;
}
body#topPage div#container div#right div#notepk dl,
body#conPage div#container div#right div#notepk dl {
	margin-left: 1.5em;
}
body#topPage div#container div#right div#notepk dd,
body#conPage div#container div#right div#notepk dd {
	margin-bottom: 0.5em;
	font-size: 12px;
	color: #fff;
}
body#conPage div#container div#right div#notepk dt a.now {
	background: url(../shareimg/worksnow_bk.gif) no-repeat;
	padding-left: 1em;
	text-decoration: none;
	font-weight: bold;
}
body#topPage div#container div#right div#notebl p,
body#conPage div#container div#right div#notebl p,
body#topPage div#container div#right div#notepk p,
body#conPage div#container div#right div#notepk p,
body#topPage div#container div#right div#notegr p,
body#conPage div#container div#right div#notegr p,
body#topPage div#container div#right div#noteor p,
body#conPage div#container div#right div#noteor p {
	margin-left: 1.5em;
	color: #fff;
}

/*-*-*-* フッター *-*-*-*/
body#topPage div#footer div#footerInner p#counter,
body#conPage div#footer div#footerInner p#counter {
	margin: 0;
	text-align: right;
	color: #e9e3e0;
}
address a:link, address a:visited {color: #9999cc;}
address a:hover, address a:active {color:#666699;text-decoration: none;}


/*-*-*-*　表紙用　*-*-*-*/

body#topPage div#container div#main div#smartgallerypad {
	margin: 2em auto;
	text-align: center;
}
body#topPage div#container div#main div#smartgallerypad div#myGallery {
	margin: 0 auto;
}
body#topPage div#container div#main div#lead2 {
	clear: both;
	margin: 3em 0.5em 1em;
	background: url(../indeximg/nokotech.gif) no-repeat top right;
	border: 1px solid #ccc;
} 
body#topPage div#container div#main div#lead2 p {
	margin: 1em;
}

/*-*-*-*-*-*- 表紙 お知らせ -*-*-*-*-*-*/
div#newsnote {background-image: url(../indeximg/notepadbk.gif);padding: 5px;}

div#newsnote h3 {margin: 0;padding: 0;color: #8DC21F;line-height: 32px;}
div#newsnote p {line-height: 32px;margin-left: 1em;margin-bottom: 32px;}

div#newsnote p.notelastline {margin-bottom: 8px;}



/*-*-*-*　コンテンツページ用　*-*-*-*/
body#conPage div#container div#main div.kaisetuerea table {
	width: 330px;
	text-align: left;
}
body#conPage div#container div#main div.kaisetuerea table th {
	width: 70px;
	text-align: center;
}
body#conPage div#container div#main div.photoerea img {
	border: 1px solid #666;
}

/*-*-*-*　プラン紹介ページ用　*-*-*-*/
div.planzuwrap {
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;	
}
div.planzuwrap div.planzuleft {
	width: 250px;
	float: left;
}
div.planzuwrap div.planzuright {
	width: 250px;
	float: right;
	text-align: left;
}
div.grkakomi {
	padding: 10px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #999;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #999;
}
div.grkakomi p.grobi {
	padding-left: 5px;
	background-color: #eee;
	line-height: 2em;
	border-bottom: 1px solid #e5e5e5;
	}
img.imglist {
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #999;
	}


/* -----------------------
パーツ
------------------------- */
/*-*-*-* ●付きリスト *-*-*-*/
ul.circlelist {margin-left: 1.5em;}
ul.circlelist li {list-style-type: disc;}


.clear {clear: both;}
.fred {color: #e50000;}
.fblu {color: #3399e5;}
.f18 {font-size: 18px;}
.f24 {font-size: 24px;}
.wdpad {padding: 0 1em;}
.wdpadl15 {padding-left: 1.5em;}
.mb0 {margin-bottom: 0;}
.mb1 {margin-bottom: 1em;}
.mb2 {margin-bottom: 2em;}
.mb3 {margin-bottom: 3em;}
.center {text-align: center;}
.wdright {text-align: right;}

