/* -------------------- リセット -------------------- */
@import "http://yui.yahooapis.com/2.8.1/build/reset/reset-min.css";

/* ベース
-------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	background-image:url(http://www.morita-dewrite.co.jp//img/wall_bd.gif);
}

#container {
	width: 950px;
	background-image:url(./img/wall_b_main.gif);
	background-repeat: repeat-y;
	background-repeat: 
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}


#content {
	width: 840px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

#main {
	width: 600px;
	position: relative;
	float: left;
	overflow: hidden;
	text-align: left;
}
#sidebar {
	width: 220px;
	position: relative;
	float: right;
	overflow: hidden;
	text-align: left;
	margin-top: 20px;
}


P.ad{	font-size		:	12pt;
		font-style		:	normal;
		color			:	#000000}

DIV.base{	font-size		:	85%;
		font-style		:	normal;
		color			:	#000000}

DIV.basebold{	font-size		:	85%;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#000000}

DIV.basewhite{	font-size		:	85%;
		font-style		:	normal;
		color			:	white}
		
SPAN.new{	font-size		:	85%;
		font-style		:	normal;
		color			:	#336600}

SPAN.chu{	font-size		:	75%;
		font-weight		:	lighter;
		font-style		:	normal;
		color			:	#000000}

H1	{	font-size		:	200%;
		font-weight		:	bold;
		font-style		:	normal;
		text-align		:	center;
		color			:	#336600}

H2	{	font-size		:	130%;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#336600}

DIV.lgreen	{	font-size		:	175%;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#336600}

DIV.lblack	{	font-size		:	175%;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#000000}

DIV.lsimple	{	font-size		:	175%;
		font-weight		:	bold;
		font-style		:	normal}

DIV.senglish	{	font-size		:	100%;
		font-weight		:	bold;
		font-style		:	normal}

DIV.ssimple	{	font-size		:	100%;
		font-weight		:	bold;
		font-style		:	normal}

DIV.sblack	{	font-size		:	100%;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#000000}

DIV.sslim	{	font-size		:	100%;
		font-style		:	normal;
		color			:	#000000}

DIV.msimple	{	font-size		:	115%;
		font-weight		:	bold;
		font-style		:	normal}

DIV.mblack	{	font-size		:	115%;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#000000}
		
DIV.mgreen	{	font-size		:	115%;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#336600}

DIV.sgreen	{	font-size		:	100%;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#336600}

DIV.bbold	{	font-size		:	75%;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#000000}

DIV.mail	{	font-size		:	85%;
		font-weight		:	bold;
		font-style		:	normal;
		color			:	#336600}

DIV.maila{	font-size		:	100%;
		font-weight		:	bold;
		font-style		:	normal}



A:hover	{color:	#FF0000}


