* {
	color:#404040;
	padding:0;
	font-size: 14px;
	line-height: 120%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

body {
	background-color: #81D201;
}

a {
	color: #0181D2;
}

a:visited {
	color: #D20181
}

a:hover {
	color: #80C0E9
}

strong {
	color: #FF3D00
}

/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#wrap {
	width: 800px;
	margin: auto;
}

/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:190px;
	background-image: url(img/title.jpg);
}

#header p {
		font-size: 12px;
}

#header a {
		font-size: 12px;
}

/*
左広告
-------------------------------------------------------------------*/

#leftad {
	width:400px;
	float: left;
	text-align: left;
}

/*
右広告
-------------------------------------------------------------------*/

#rightad {
	width:400px;
	float: left;
	text-align: left;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#content {
	width:640px;
	float: left;
	text-align: left;
}

#content img {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	border-style:none;
}

#content p {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 20px
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 18px;
	color: #404040;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #81D201;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #81D201;
	padding-left: 10px;
}

#content h3 {
	font-size: 16px;
	color: #404040;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #81D201;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #81D201;
	padding-left: 10px;
}

#content h4 {
	font-size: 14px;
	color: #404040;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #81D201;
	padding-left: 10px;
}

#content div {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
}


/*
サイドメニュー
-------------------------------------------------------------------*/

#side {
	width:160px;
	float: left;
	text-align: left;
}

#side img {
	border-style:none;
}

#side p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 30px
	margin-left: 30px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#side div{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#footer_menu {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
	height: 25px;
	font-size: 10px;
}

#footer_menu li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}

#footer_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

#footer_menu li a {
	font-size: 10px;
}

#footer_menu p {
	font-size: 10px;
	color: #404040;
}

/*
下の画像
-------------------------------------------------------------------*/

#under {
	width:800px;
	height:16px;
	background-image: url(img/under.gif);
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #808080;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #81D201;
	font-size: 10px;
}