@charset "UTF-8";
/* CSS Document */


/*-----------------------------------------------
	default
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}
html {
	height: 100%;
	overflow-y:scroll; /*-スクロールバー常時表示-*/
}
body {
	height: 100%;
	background:#7bcc02;
	background-image:url(../images/bg_grad.png);
	background-repeat:repeat-x;
	font-size:74.5%;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333333;
	line-height:1.5;
}
img,
fieldset {
	border:0;
	vertical-align:top; /*-IE 画像の下に隙間が入る対策-*/
}
.clear{
	clear: both;
	visibility: hidden;
	height: 0;
}

/*-----------------------------------------------
	page layout
-----------------------------------------------*/

#container { /*-FOOTER画面下固定のため-*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:960px;
	margin: 0 auto -120px;
	background:#7bcc02;
	background-image:url(../images/bg_container.png);
	background-repeat:no-repeat;
}
#foot_push { /*-FOOTER画面下固定のため-*/
	height: 120px;
	margin:0 auto;
}

/* header
-----------------------------------------------*/

#header {
	width:960px;
	height:70px;
	margin:0 auto;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}
#headline {
	width:950px;
	height:19px;
	padding-top:1px;
	padding-left:10px;
}
h4 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
#logo {
	width:240px;
	height:50px;
	margin:0 30px;
	float:left;
	display:inline;
}
#header p {
	margin:0px;
	padding-top:7px;
	color:#3b8249;
	font-weight:bold;
}
#header a:link {
	color: #3b8249;
	text-decoration: none;
}
#header a:visited {
	color: #3b8249;
	text-decoration: none;
}
#header a:hover {
	color:#cc3333;
	text-decoration: underline;
}
#header a:active {
	color: #3b8249;
	text-decoration: none;
}


/* column
-----------------------------------------------*/
#col_l {
	width:630px;
	height: 100%;
	float:left;
	display:inline;
}
#col_r {
	width:330px;
	height: 100%;
	float:right;
	display:inline;
}

/* footer
-----------------------------------------------*/
#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	vertical-align:bottom;
	height:120px;
	width:960px;
	margin:0 auto;
}
#page_up {
	width:600px;
	height:20px;
}
#page_up img {
	margin-right:3px;
}
#page_up a:link {
	color: #999999;
	text-decoration: none;
}
#page_up a:visited {
	color: #999999;
	text-decoration: none;
}
#page_up a:hover {
	color:#cc3333;
	text-decoration: none;
}
#page_up a:active {
	color: #999999;
	text-decoration: none;
}
#ada_link {
	width:330px;
	height:60px;
	margin:40px 0 0;
	float:right;
	display:inline;
}



/*-----------------------------------------------
	menu
-----------------------------------------------*/
#blog_bt {
	width:180px;
	height:80px;
	margin:0 0 20px 30px;
}
.menu {
	width:270px;
	height:40px;
	margin:0 30px;
	background-image:url(../images/menu_bt.png);
	background-repeat:no-repeat;
	color:#1f4921;
	font-weight:bold;
}
.menu p {
	margin:0;
	padding-top:10px;
	padding-left:10px;
	font-size:116%;
}
.menu a:link {
	display: block;
	color: #1f4921;
	text-decoration: none;
}
.menu a:visited {
	display: block;
	color: #1f4921;
	text-decoration: none;
}
.menu a:hover {
	display: block;
	color:#cc3333;
	text-decoration: underline;
}
.menu a:active {
	display: block;
	color: #1f4921;
	text-decoration: none;
}

/* sub menu
-----------------------------------------------*/
.sub_menu {
	width:270px;
	margin:0 30px;
	background-color:#b2eb63;
}
.sub_menu ul {
	margin:0;
	padding:5px 0 5px 20px;
	list-style-type:none;
	line-height:150%;
}
.sub_menu li {
	margin:0;
	padding-left:18px;
	background:url(../images/arrow.gif) left top no-repeat;
	color: #1f4921;
}
.sub_menu a:link {
	color: #1f4921;
	text-decoration: none;
}
.sub_menu a:visited {
	color: #1f4921;
	text-decoration: none;
}
.sub_menu a:hover {
	color:#cc3333;
	text-decoration: underline;
}
.sub_menu a:active {
	color: #1f4921;
	text-decoration: none;
}

/* banner
-----------------------------------------------*/
.banner {
	width:270px;
	margin:20px 30px 0;
}
.banner_l {
	width:130px;
	height:130px;
	float:left;
	display:inline;
}
.banner_r {
	width:130px;
	height:130px;
	float:right;
	display:inline;
}

/*-----------------------------------------------
	headline & text
-----------------------------------------------*/
h1 {
	margin:0 30px 0;
	padding-top:15px;
	font-size:138%;
	color:#1f4921;
}
h2 {
	margin:0 30px 0;
	padding-top:10px;
	font-size:116%;
	color:#1f4921;
}
h3 {
	margin:10px 30px 0;
	font-size:100%;
	color:#3b8249;
	font-weight:bold;
}
hr{
	width:570px;
	border:dotted #cccccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:10px 30px;
}
p {
	margin:8px 30px 0;
}
.indent {
	margin:8px 30px 0 60px;
}
.small {
	margin:8px 30px 0;
	font-size:90%;
}
.indent_small {
	margin:8px 30px 0 60px;
	font-size:90%;
}
#col_l a:link {
	color: #3b8249;
	text-decoration: underline;
}
#col_l a:visited {
	color: #3b8249;
	text-decoration: underline;
}
#col_l a:hover {
	color:#cc3333;
	text-decoration: underline;
}
#col_l a:active {
	color: #3b8249;
	text-decoration: underline;
}

/* related links
-----------------------------------------------*/
#related {
	width:570px;
	min-height:110px;
	margin:0 30px;
	background-image:url(../images/related.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#related ul {
	margin:0;
	padding:20px 0 5px 220px;
	list-style-type:none;
	line-height:180%;
}
#related li {
	margin:0;
	padding-left:18px;
	background:url(../images/related_arrow.gif) left top no-repeat;
	color: #666666;
}
#related a:link {
	color: #666666;
	text-decoration: none;
}
#related a:visited {
	color: #666666;
	text-decoration: none;
}
#related a:hover {
	color:#cc3333;
	text-decoration: underline;
}
#related a:active {
	color: #666666;
	text-decoration: none;
}

/*-----------------------------------------------
	table
-----------------------------------------------*/
.simple_border
{
	width: 550px;
	margin:5px 0 10px 50px;
	border-collapse: collapse;
	text-align: left;
	font-size:90%;
}
.simple_border th
{
	font-weight: bold;
	padding: 3px 6px;
	border-bottom: 1px solid #999999;
}
.simple_border td
{
	border-bottom: 1px solid #999999;
	color: #333333;
	padding: 3px 6px;
}
/*.simple_border tbody tr:hover td
{
	color: #333333;
}*/

/*-----------------------------------------------
	Q&A list, etc.
-----------------------------------------------*/
.qa {
	margin:0 30px 0 60px;
	padding:5px 0 5px 0;
	list-style:none;
	list-style-type:none;
	line-height:150%;
}
.qa li {
	margin:5px 0 0;
	padding-left:18px;
	background:url(../images/arrow.gif) left top no-repeat;
	color: #1f4921;
	border:0;
}
.qap {
	margin:0 30px 0 18px;
}
#qa_index {
	width:550px;
	margin:0 30px;
	padding: 5px 10px;
	text-align:right;
	background-color:#b2eb63;
	color:#cc3333;
	font-size:90%;
}