@charset "utf-8";

/*　------ 基本文字サイズ10px＋文字色 ------　*/
html {
	font-size: 62.5%;
	color: #626262;
}

body {
	font-size: 100%;
	color: #626262;
	margin: 0;
	padding: 0;
}

/*　------ ページ背景 ------　*/
body#home {
	background: #da3583 url(../img/home_bg.jpg) no-repeat 0 0;
}
body#about {
	background: #da3583 url(../img/about_bg.jpg) no-repeat 0 0;
}
body#works {
	background: #da3583 url(../img/works_bg.jpg) no-repeat 0 0;
}
body#gallery {
	background: #da3583 url(../img/gallery_bg.jpg) no-repeat 0 0;
}
body#project {
	background: #da3583 url(../img/project_bg.jpg) no-repeat 0 0;
}
body#contact {
	background: #da3583 url(../img/contact_bg.jpg) no-repeat 0 0;
}

/*　------ リンク ------　*/
a {
	color: #32b16c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #e4007f;
	font-weight: bold;
	text-decoration: underline;
}
a img {
	border: none;
}

/*　------ 章BOX ------　*/
p {
	margin: 0 0 1.5em 0;
}

/*　------ タイトル ------　*/
h1,h2,h3,h4,h5,h6,dl {
	margin: 0;
	padding: 0;
}
h1 {
	position: absolute;
	top: 10px;
	left: 8px;
}
h2 {
	margin-bottom: 0.5em;
}
h3 {
	color: #8e1b52;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0.5em;
	background: url(../img/dotted_line_700.gif) no-repeat 0 bottom;
}
h3:first-letter {
	color: #e4007f;
}

/*　------ ヘッダー領域 ------　*/
#head {
	position: relative;
	height: 195px;
}

/*　------ グローバルメニュー ------　*/
#menu_container {
	width: 934px;
	height: 123px;
	margin: 0 0 0 133px;
}
#menu_container img {
	display: block;
}
#menu_container #menu {
	margin-left: 117px;
	padding-top: 13px;
	height: 110px;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#menu_container #menu ul,
#menu_container #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_container #menu li {
	float: left;
}

/*　------ サブメニューエリア ------　*/
#submenu_container {
	width: 810px;
	height: 42px;
	margin: 0 0 0 195px;
	clear: both;
	overflow: hidden;
	zoom: 1;
}

/*　------ コンテンツエリア ------　*/
#main_container {
	width: 810px;
	margin: 0 0 0 195px;
	background: url(../img/contents_bg.gif);
	padding-top: 30px;
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
	zoom: 1;
}

/*　------ コンテンツBOX ------　*/
div.contents {
	font-size: 1.2em;
	line-height: 1.6;
	padding: 0 55px 0 55px;
}

/*　------ 注釈 ------　*/
.notes {
	padding-left: 1em;
	text-indent: -1em;
}

/*　------ 新規ウインドウ立ち上げを知らせるイメージ ------　*/
.blank_img {
	margin-right: 3px;
}

/*　------ フッターエリア ------　*/
#footer_container {
	width: 1020px;
	height: 250px;
	margin: 0 0 0 90px;
	background: url(../img/footer_bg.gif) no-repeat 0 0;
	position: relative;
}
#bnr_container {
	padding-top: 55px;
	padding-left: 210px;
	width: 600px;
}

/*　------ ポイントイメージ睡蓮 ------　*/
#suiren {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*　------ コピーライト ------　*/
#copyright {
	position: absolute;
	bottom: 50px;
	right: 230px;
}

/*　------ ページの先頭へ戻る ------　*/
div.page_top {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 160px;
}

/*　------ 汎用サイズ調整 ------　*/
.top_em {
	margin-top:1.6em;
}
.top_em2 {
	margin-top:0.8em;
}
