body {
	font: 13px/1.5 "Lucida Grande", Lucida, Verdana, serif, sans-serif;
	color: #666666;
	background: #ffffff; /* url(assets/bkgshadow.png) repeat-x fixed; */
	margin: 50px 0 0;
	padding: 0;
	cursor: default;
}

/* @group Headers */

h1 {
	font: normal 36px;
	color: #fff;
	text-transform: lowercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	margin: 0 0 20px;
}

h1 span {
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

h2 {
	font-size: 1em;
}
h3 {
	font-size: 1em;
	clear: both;
}

#contentfront {
	/*background: url(assets/kksamurai.png) no-repeat 0 0;*/
	display: block;
	min-height: 600px;
	max-width: 1040px;
	padding: 0px 30px 50px 20px;
	float: left;
	clear: all;
}
#content {
	/*background: url(assets/kksamurai.png) no-repeat 0 0;*/
	display: block;
	min-height: 600px;
	max-width: 1040px;
	padding: 0px 30px 50px 20px;
	float: left;
	clear: all;
}
#yugenfront {
	min-height: 448;
	max-width: 1000px;
	padding: 0px 10px 0px 0px;
	float: left;
	clear: both;
	visibility: visible;
	overflow: visible;
}
#yugen {
	min-height: 448;
	max-width: 1000px;
	padding: 0px 10px 0px 0px;
	float: left;
	clear: both;
	visibility: visible;
	overflow: visible;
	position: fixed;
	top: 50px;
	left: -850px;
}
p {
	/*color: rgba(255,255,255,0.7);*/
	padding: 0px 50px 0px 10px;
	float: left;
	clear: both;
	}
	
#content p {
	padding: 0px 240px 0px 10px;
	float: none;
	clear: none;
	position: relative;
	left: 180px;
	visibility: visible;
	overflow: visible;

}
.pclear {
	color: rgba(255,255,255,0.7);
	clear: both;
}
a {
	color: #FFCC66;
	text-decoration: none;
}
a:hover   {
	color: #B0D183;
	text-decoration: none;
}

p strong {
	font-weight: bold;
}
.stdtext {
	font: 13px/1.5;
	text-decoration: none;
	}
.stdtextbetont {
	font: 13px/1.5;
	color: #B0D183;
	text-decoration: none;
	}
.stdtext:link   {
	color: #FFCC66;
	text-decoration: none;
}
.stdtext:link:hover   {
	color: #B0D183;
	text-decoration: none;
}
.stdtext:hover   {
	color: #B0D183;
	text-decoration: none;
}


#try-it {
	color: #fff;
	padding: 0 0 0 20px;
}

#try-it li {
	list-style-position: inside;
	margin: 5px 0;
}
.fltlft {
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 24px;
	padding-top: 4px;
	padding-bottom: 14px;
	border-width: 0;
}
a img {
	color: #FFFFFF;
	border-style: none;
	text-decoration: none;
}

/* @end */
