/*ページ全体に関わるもの*/
html,body{
	margin:0;
	padding:0;
	background-color: #ededed;
	background-image: url(images/shadow.gif);
	background-repeat: repeat-y;
}

body{
	font-size: 84%;
}

/*ヘッダー*/
div#header{
	position:relative;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #379F2C;
	border-bottom-color: #379F2C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 12px;
}


/*レイアウト用枠*/
div#container{
	width: 765px;
	margin: 0;
	text-align: left;
	color: #444444;
	padding: 0px;
	background-color: #ffffff;
}

div#container-margin {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

div#c-both {
	clear: both;
	margin: 0px;
}

div#center-left {
	float: left;
	width: 590px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}
	
/*右*/
div#right {
	background-color: #ededed;
	float: right;
	width: 165px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

#right li {
	text-decoration: none;
	background-color: #ededed;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDCDCD;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	line-height: 2em;
	margin-right: 0px;
	font-size: 12px;
}
#right ul {
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#right li a {
	text-decoration: none;
	background-color: #ededed;
	list-style-type: none;
	color: #444444;
	height: 100%;
}
#right li a:hover {

	text-decoration: none;
	background-color: #ededed;
	list-style-type: none;
	color: #FDD514;
	height: 100%;
}

/*中央*/
div#center {
	background-color: #FFFFFF;
	float: right;
	width: 420px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

#center a {

	color: #379F2C;
	text-decoration: none;
}
#center a:hover {


	color: #379F2C;
	text-decoration: underline;
}

#center li {
	line-height: 1.4;
	margin-top: 10px;
	padding-left: 5px;
	margin-left: 0px;
}
#center ul {
	line-height: 1.4;
	margin-top: 10px;
	padding-left: 15px;
	margin-left: 10px;
}


/*左*/
div#left {
	background-color: #FFFFFF;
	float: left;
	width: 140px;
	padding: 0px;
	background: #379F2C;
}

#left ul{
	padding: 0px;
	margin: 0px;
	width: 140px;
}

#left li {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FDD514;
	text-align: left;
	display: block;
	float: none;
	height: 30px;
	width: 140px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	background-image: url(images/navi_b.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-indent: 10px;
}
#left li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #379F2C;
	background-image: url(images/navi_a.gif);
}
#left li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#left li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FDD514;
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(images/navi_b.gif);
	background-repeat: repeat-x;
}

/*フッター*/
div#footer{
	color: #FFFFFF;
	clear:both;
	width:100%;
	text-align:center;
	float: none;
	background-color: #379F2C;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	margin: 0px;
}

div#footer p{
	margin:0;
	padding:5px 10px;
	font-size: 12px;
}

div#footer a{
	display:inline;
	padding:0;
	color:#FFFFFF;
	text-decoration: none;
}


p{
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.4;
}

a {
	color: #379F2C;
	text-decoration: underline;
}

h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FDD514;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}


h3 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
	padding-left: 10px;
	list-style-type: disc;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE360;
}

h4 {
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
	font-size: small;
	margin-right: 10px;
}


h5 {
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	margin-bottom: 3px;
	font-size: x-small;
}
.txtred {
	color: #FF3300;
}
.txtred_small {

	font-size: 84%;
	color: #FF3300;
}
