@charset "utf-8";
/* BASE -----------------------------------------------*/
body {
	color: #333;
	background: #f7f9df;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
}

img {
	border-style: none;
}

/* BASE LYOUT -----------------------------------------*/
.layout-two-column-right #container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	background: #FFFFFF;
}

.layout-one-column #container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	background: #FFFFFF;
}

/* BASE TEXT ------------------------------------------*/
a:link {
	color: #914b00;
	text-decoration: underline;
}

a:visited {
	color: #914b00;
	text-decoration: underline;
}

a:hover {
	color: #81a017;
	text-decoration: underline;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
	margin: 0px;
	padding: 0px 0px 5px;
}

blockquote {
	margin-left: 20px;
}

.clear {
	clear: both;
}

.clear hr{
	display: none;
}

.alttext {
	display: none;
}

/* HEADER LYOUT ---------------------------------------*/
.layout-two-column-right #banner {
	height: 80px;
	background: #A9B63C url(img/bg_head.gif) no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.layout-one-column #banner {
	height: 80px;
	background: #A9B63C url(img/bg_head.gif) no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h1.banner-header {
	margin: 0px;
	padding: 16px 0px 0px 10px;
}

h1.banner-header a {
	display: block;
	background: #A9B63C url(img/bg_logo.gif) no-repeat;
	height: 53px;
	width: 623px;
}

/* COTENTS LYOUT -------------------------------------*/
#pagebody {
	background: #FFFFFF url(img/bg_footer.gif) no-repeat center bottom;
	margin: 0px;
	padding: 0px 10px;
}

/* MAIN LYOUT */
.layout-two-column-right #alpha {
	float: left;
	width: 550px;
	text-align: left;
	margin: 0px 0px 30px;
	padding: 0px;
}
	
.layout-one-column #alpha {
	width: 550px;
	text-align: left;
	margin: 0px auto 30px;
	padding: 0px;
}

/* NAVI LYOUT */
.layout-two-column-right #beta {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

/* FOOTER LYOUT --------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 58px;
	border-top: 1px solid #81a017;
}

#footer p {
	font-size: 11px !important;
	font-size: 70%;
	color: #81a017;
}

#footer a {
	color: #914b00;
	text-decoration: none;
}

#footer a:hover {
	color: #81a017;
	text-decoration: underline;
}

 /* INDEX CONTENTS DESIGN -----------------------------*/
.topimg { /* index mainimage */
	margin: 0px;
	padding-bottom: 10px;
}

div.topmember {
	background: #d4de7e url(img/bg_topmember.jpg) no-repeat center bottom;
	margin: 0px 0px 10px;
	padding: 0px 0px 15px;
}

ul.topmemberlist {
	margin: 0px;
	padding: 10px;
}

.topmemberlist li {
	font-size: 12px;
	line-height: 150%;
	background: #D4DE7E url(img/point_topmember.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px 0px 5px 25px;
	list-style-type: none;
}

.sample-new { /* index sampleimage */
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px 0px 20px;
}

#sample { /* category sampleimage */
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px;
}

.sample-box { /* sampleimage */
	font-size: 12px !important;
	font-size: 80%;
	line-height: 135%;
	width: 183px;
	float: left;
	overflow: hidden;
}

.sample-title {
	text-align: left;
	padding: 0px 10px;
}

.sample-img img {
	border: 0px solid #0066CC;
}

.sample-img {
	text-align: center;
	margin-bottom: 5px;
}

#alpha .ttl { /* title */
	font-size: 14px !important;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	background: #81a017 url(img/point_title01.gif) no-repeat left center;
	padding: 5px 0px 5px 50px;
	margin-bottom: 10px;
}

#topentry1 { /* news list */
	padding: 0px 0px 20px;
	margin: 0px;
}

#topentry1 ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#topentry1 .topic_line {
	list-style-type: none;
	font-size: 12px  !important;
	font-size: 80%;
	line-height: 135%;
	margin: 0px;
	padding: 0px 0px 5px;
}

#topentry1 .categoryname {
	font-size: 10px;
}

#topentry2 { /* member */
	padding: 0px 0px 20px;
	margin: 0px;
}

#topentry2 h3 {
	color: #2d5c00;
	font-size: 14px !important;
	font-size: 90%;
	background: url(img/point_title02.gif) no-repeat left center;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px 20px;
	border-bottom: 1px dotted #2d5c00;
}
	
#topentry2 .border {
	margin: 0px;
	padding: 0px 0px 10px;
}

#topentry3 {
	padding: 0px 0px 20px;
	margin: 0px;
}

#topentry3 h3 {
	clear: both;
	color: #2d5c00;
	font-size: 14px !important;
	font-size: 90%;
	background: url(img/point_title02.gif) no-repeat left center;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px 20px;
	border-bottom: 1px dotted #2d5c00;
}

 /* CONTENTS DESIGN ----------------------------------*/
h2.pagetitle { /* title */
	font-size: 14px !important;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	background: #3E7F00 url(img/point_title03.gif) no-repeat left center;
	padding: 5px 0px 5px 50px;
	margin-bottom: 10px;
}

.text12 { /* text size */
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
}

.text14 {
	font-size: 14px !important;
	font-size: 90%;
	line-height: 150%;
}

.text16 {
	font-size: 16px !important;
	font-size: 100%;
	line-height: 150%;
}

.text18 {
	font-size: 18px !important;
	font-size: 110%;
	line-height: 150%;
}

.text20 {
	font-size: 20px !important;
	font-size: 120%;
	line-height: 150%;
}

.text30 {
	font-size: 30px !important;
	font-size: 130%;
	line-height: 170%;
}

ul.textlist1 { /* list */
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.textlist1 li {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
	background: #FFFFFF url(img/point_list.gif) no-repeat 0px 5px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	list-style-type: none;
}

ul.textlist2 {
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

.textlist2 li {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
	background: #FFFFFF url(img/point_list.gif) no-repeat 0px 5px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	list-style-type: none;
}

dl.textlist3 {
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

.textlist3 dt {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
	background: #FFFFFF url(img/point_list.gif) no-repeat 0px 5px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	list-style-type: none;
}

.textlist3 dd {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
	margin: 0px;
	padding: 0px 0px 5px 30px;
	list-style-type: none;
}

p.textleft20 {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

div.centersection {
	text-align: center;
}

#entry { /* entry design */
}

.entry {
	margin: 0px;
	padding: 0px 0px 20px;
}

.entry-header {
	color: #81A017;
	font-size: 14px !important;
	font-size: 90%;
	background: url(img/point_title04.gif) no-repeat left center;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px 20px;
	border-bottom: 1px dotted #81A017;
}

.entry-date {
	text-align: right;
	font-size: 12px !important;
	font-size: 80%;
	margin: 0px;
	padding: 0px 0px 20px;
	color: #81A017;
}

.entry-body {
	padding-top: 0px;
	margin: 0px;
}

.entry-content {
	margin: 0px;
	padding: 0px;
}

.entry-content h4 {
	font-size: 12px !important;
	font-size: 80%;
	font-weight: bold;
	color: #81A017;
	margin: 0px;
	padding: 0px 0px 10px;
}

.entry-content .img {
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}

.entry-content li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.entry-content hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.entry-more {
	padding: 15px 0px 0px;
	margin: 0px;
}

.entry-footer {
	font-size: 12px !important;
	font-size: 80%;
	clear: both;
	text-align: right;
	margin-bottom: 10px;
}

.entry-more-link {
	font-size: 12px !important;
	font-size: 80%;
	clear: both;
	text-align: right;
}

.entry-more-link a {
	background: url(img/point_link01.gif) no-repeat right center;
	margin: 0px;
	padding-right: 10px;
}

table.entrytable { /* table design */
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.entrytable th {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
	width: 20%;
	margin: 0px;
	padding: 5px;
	text-align: left;
}

.entrytable td {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
	margin: 0px;
	padding: 5px;
}

.content-nav { /* contents navi */
	font-size: 11px !important;
	font-size: 70%;
	text-align: center;
	margin: 0px;
	padding-bottom: 20px;
}

.content-kuzu { /* pankuzu list */
	font-size: 11px !important;
	font-size: 70%;
	margin: 0px;
	padding-bottom: 20px;
	text-align: left;
}

.content-kuzu a, .content-nav a {
	color: #914b00;
	text-decoration: none;
}

.content-kuzu a:hover, .content-nav a:hover {
	color: #81a017;
	text-decoration: underline;
}

.comment-head { /* coment form */
	background: #FFFFFF url(img/bg_form01.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 10px 0px 0px;
}

.comment-bottom {
	background: #FFFFFF url(img/bg_form02.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px 0px 10px;
}

.comment-body {
	background: #FFFFFF url(img/bg_form03.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}

.coment-title {
	font-size: 14px !important;
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
}

table.comment-formtable {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.comment-formtable td {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
	margin: 0px;
	padding: 5px;
}

div.comments {
	margin: 0px;
	padding: 0px;
}

#comment-text {
	width: 420px;
	height: 150px;
	font-size: small;
}

#comment-email {
	width: 200px;
}

#comment-author {
	width: 200px;
}

#comment-url {
	width: 200px;
}

#comments-open-footer {
	text-align: center;
}

.comments-header {
}

.comment {
}

.comment-footer {
}

.error-header { /* photo error */
	color: #CC0000;
	text-align: center;
	border-bottom: 3px double #cc0000;
	margin: 0px 0px 10px;
	padding: 0px 0px 3px;
}

.error-text {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
}

.error-text2 {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
}

.trackback {
}

.trackbacks {
}

.trackbacks-header {
	font-weight: bold;
}

#trackbacks-info {
	margin-top: 10px;
}

.trackback-footer {
	text-align: right;
	margin-bottom: 10px;
}

.date-header {
	padding-left: 20px;
	clear: both;
	padding-top: 15px;
	padding-right: 20px;
}

#form { /* contact form */
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#form th {
	font-size: 12px !important;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	width: 30%;
	border-bottom: 5px solid #FFFFFF;
}

.formtitle {
	border-left: 3px solid #3E7F00;
}

#form td {
	font-size: 12px !important;
	font-size: 80%;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

#form .textfield {
	width: 300px;
}

#form .textarea {
	width: 400px;
	height: 150px;
}

div.formerror, div.formfinish {
	margin: 0px;
	padding: 20px 20px 200px;
}

.formerrortext, div.formfinishtext {
	font-weight: bold;
}

.content { /* search */
	margin: 0px;
	padding: 0px;
}

.content h3 {
 font-size: 14px !important;
	font-size: 90%;
	line-height: 150%;
}

.posted {
	margin: 0px;
	padding: 10px 0px 20px;
	text-align: right;
}

.search-result {
	padding: 0px;
	margin: 0px;
}

.search-result h3 {
 font-size: 14px !important;
	font-size: 90%;
	line-height: 150%;
}

.search-result h4 {
	font-size: 12px !important;
	font-size: 80%;
	line-height: 150%;
	margin: 0px;
	padding: 20px 0px 10px;
}

.logo {
}


/* NAVI DESIGN ---------------------------------------*/
.navihead {
	background: #fff url(img/bg_navi01.gif) no-repeat 0px 0px;
	margin: 0px 0px 20px;
	padding: 10px 0px 0px;
}

.navifoot {
	background: #FFFFFF url(img/bg_navi02.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px 0px 10px;
}

.navibody {
	background: #fff url(img/bg_navi03.gif) repeat-y;
	margin: 0px;
	padding: 0px 10px;
}

.search #search {
	width: 130px;
}

.search {
	margin: 0px;
	padding: 0px;
}

.search #button {
	font-size: 12px;
}

.menu { /* navi list */
	margin: 0px;
	padding-bottom: 20px;
}

ul.menu-main {
	margin: 0px;
	padding: 0px;
}

.menu-main li {
	font-size: 12px !important;
	font-size: 80%;
	background: #D4DE7E;
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
}

.menu-main a {
	color: #3e7f00;
	text-decoration: none;
	background: #d4de7e url(img/point_navi.gif) no-repeat 3px 7px;
	display: block;
	margin: 0px;
	padding: 5px 3px 5px 18px;
}

.menu-main a:hover{
	color: #3e7f00;
	background: #C9D566 url(img/point_navi.gif) no-repeat 3px 7px;
	margin: 0px;
	padding: 5px 3px 5px 18px;
}

ul.menu-sub {
	margin: 0px;
	padding: 0px;
}

.menu-sub li {
	font-size: 12px !important;
	font-size: 80%;
	background: #E6EDAD;
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
}

.menu-sub a {
	color: #3e7f00;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 5px 3px 5px 18px;
}

.menu-sub a:hover {
	color: #3e7f00;
	background: #E7F195;	
}

#beta .rss { /* rss */
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 40px;
}

.rsstitle {
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #3e7f00;
}

ul.rssicon {
	margin: 0px;
	padding: 0px;
	height: 19px;
}

.rssicon li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 89px;
	height: 19px;
}

.vjv_mt { /* vjv mt link */
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

.mt { /* MT link */
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 0px;
}

.mt a {
	color: #81a017;
	text-decoration: none;
}

.mt a:hover {
	color: #81a017;
	text-decoration: underline;
}

div.about {
	margin: 0px;
	padding: 0px 10px 10px;
}

div.about h2 {
	font-size: 11px !important;
	font-size: 70%;
	color: #81a017;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px;
}

div.about p {
	font-size: 11px !important;
	font-size: 70%;
	line-height: 135%;
	text-align: left;
}

#beta .link {
}

#beta .monthly ul{
}

.link-des {
	padding-left: 25px;
	font-size:12px;
	margin-top:5px;
	
}

.dot-line {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.link_btn { 
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
