﻿@charset "utf-8";
/* --------------------------------------------------------------------

	Site Name	: granddesign.jp
	Description	: works page settings
	Version		: 2.9
	Notes		: 
	Technical Notes	: 
	Author		: Grand Design Co., Ltd. 

----------------------------------------------------------------------- */

/* --------------------------------------------------------------------
	 initial settings
----------------------------------------------------------------------- */

body { 
	margin:0 auto;
	padding:0 ;
	font-size:12px ; 
	color: #000066 ; 
	text-align:center ; 
	background:url(../imgs/gd_logobg.jpg) no-repeat top center ; }

h1#title { display:none }

img {
	border:0;
}


/* --------------------------------------------------------------------
	 contents settings
----------------------------------------------------------------------- */

#contents { 
	text-indent:-9999px ;
	overflow:hidden ; }

/*
h2 { font-size:12px ; }

p { 
	font-family:Arial, Helvetica, sans-serif ; 
	font-weight:bold ; 
	line-height:20px }
*/

#contents li {
	list-style::none;
}

.contentsArea {
	width:700px;
	color:#444;
	text-align:left;
	margin:20px auto 15px;
}

.contentsArea h3 {
	float:left;
	margin:0 20px 0 0;
	border:solid 1px #ccc;
}

.contentsArea p {
	line-height:1.6;
}

/* --------------------------------------------------------------------
	 lower side settings
----------------------------------------------------------------------- */

#evolve { margin-top:320px }

#introduction { margin:30px 0 20px } 

#inquiry { margin-top:20px ; }

/* --------------------------------------------------------------------
	 footer
----------------------------------------------------------------------- */

#validate { margin-top:30px }

#validate img.first { margin-right:20px }

div#copyright { 
	color: #666666 ; 
	margin-top:25px ;
	margin-bottom:30px ; 
	font-family:Arial, Helvetica, sans-serif ; }


