* {
	color:#333333;
	padding:0;
	font-size: 15px;
	line-height: 140%;
	margin: 0;
	background-image: none;
}

a {
	/* color:#688A00; */
	color:#0000ff;
	text-decoration: none;
}

/*
ベース
-------------------------------------------------------------------*/
#base {
	width:780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-color: #000000;
	border-left-color: #000000;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}

/*
ヘッダー
-------------------------------------------------------------------*/
#header {
	width:780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/head.jpg);
	height: 60px;
}
#header #sub2 {
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 30px;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:780px;
	float: right;
}

#contents p{
	/* font-size: 15px; */
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 40px;
	margin-left: 20px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents ul {
	margin-left: 45px;
	margin-right: 45px;
}

#contents h1 {
	font-size: 28px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: -13px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #A2B961;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA; */
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 32px;
}

#contents h2 {
	font-size: 18px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #A2B961;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 22px;
}

#contents h3{
	font-size: 16px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B3C67A;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h3 a{
	font-size: 16px;
	color: #688A00;
}

#contents #c_pad {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#top {
	text-align: right;
	padding-right: 50px;
}
#top a{
	color: #688A00;
}

/*
テーブル
-------------------------------------------------------------------*/

#contents #c_pad table {
	width: 780px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 30px;
}
#contents #c_pad table td {
	padding: 0px;
	border: 1px solid #ffffff;
}
#contents #c_pad table th {
	background-color: #EFEDE7;
	padding: 7px;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #F5F4F0;
	background-position: bottom;
}
#f_menu #tmplby {
	font-size: 10px;
	color: #888888;
	padding-bottom: 5px;
	padding-left: 5px;
}
#f_menu #tmplby a {
	font-size: 10px;
	color: #888888;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #8C8A84;
	font-size: 10px;
	padding: 5px;
}
