@charset "Shift_JIS";
/*
instantGarden 2009, hara
www.ninefive95.com/ig/
*/

* { 
	margin:0px;
	padding:0px;
	line-height: 1.5em;
	letter-spacing : 0.03em;
	font-family:Arial, Verdana, sans-serif;
}

body {
	color:#1f1407;
	text-align: center;
}

a { 
	text-decoration: none;
}

a:link,a:visited {
	color:#666;
	text-decoration:underline;
}

a:hover {
	color: #dfb73d;
	text-decoration:underline;
	outline: none;
}

img {
	border: solid 0px;
}

h1 {
	background:#fff url(../images/bg.jpg) top center no-repeat;
	display:block;
	height:500px;
	text-indent:-5000px;
}

h2 {
	color:#1f1407;
	font-weight:bold;
	font-size:xx-large;
	line-height: 1.2em;
	letter-spacing : 0.3em;
}

h3 {
	color:#1f1407;
	font-size: medium;
	line-height: 1.2em;
	letter-spacing : 0.1em;
	color:#A54011;
}

p {
	font-size:small;
	padding:0 0 10px;
}

dt{
	float:left;
	padding:0 10px 0 0;
	color:#A54011;
}

dd{
	float:left;
	color:#A54011;
}
/*----------------------------------------main*/
#all {
	width: 900px;
	padding: 45px 0 0;
	text-align: left;
	margin: 0 auto;
}
/*----------------------------------------cont-l*/
#cont-l {
	float:left;
	width:300px;
	padding:0 0 20px;
}

#cont-l dl{
	padding:0 0 30px;
}

#cont-l ul{
	padding:0;
}

#cont-l ul li{
	list-style:none;
	padding:5px 0 10px;
}
/*----------------------------------------cont-r*/
#cont-r {
	float: right;
	width:570px;
	border-left:#aaa solid 1px;
}

#cont-r ul li {
	list-style: none;
}
/*----------------------------------------screenshot*/
#screenshot {
	clear:both;
	width:900px;
	padding:20px 0 0 5px;
}

#screenshot h2 {
	border-top:#aaa solid 1px;
	padding:10px 0 0;
}

#screenshot ul li {
	float:left;
	list-style:none;
}

#gallery {
	clear:both;
	width:900px;
	padding:0;
}
/*----------------------------------------footer*/
#footer {
	clear:both;
	width:900px;
	height:100px;
	margin:0 auto;
	padding:20px 0 0;
	background:#fff url(../images/bg_footer.jpg) bottom center no-repeat;
	color:#aaa;
	text-align:center;
	font-size: x-small;
}
/*----------------------------------------all_class*/
.em{
	color:#A54011;
}

.small{
	font-size:small;
}

.x-small{
	font-size:x-small;
}

.large{
	font-size:large;
}

.bold{
	font-weight:bold;
}

.glay{
	color:#999;
}

.h2_sub{
	color:#A54011;
	font-size:small;
	letter-spacing : 0.4em;
	padding:0 0 20px;
}

.clear_both{
	clear:both;
}

.text_l{
	padding:0 0 15px 5px;
}

.text_l_last{
	clear:both;
	padding:0 0 0 5px;
}

.text_r{
	clear:both;
	padding:0 0 40px 25px;
}

.text_r_last{
	clear:both;
	padding:0 0 0 25px;
}