@charset "utf-8";


/*===================================
	CSSリセット
=====================================*/
* { 
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:170%;
}

body {
	font-size: 75%;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}


body {
	background-color: #ffffff; /*このサイトの背景色*/
	color: #4d4d4d; /*このサイトの基本となる文字色*/
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

a {
	color:#57a10d;
	text-decoration:underline;
}
a:hover {
	color:#6fc01e;
	text-decoration:none;
}


ul, dl {
}

li {
	list-style:none;
}

.clear {
	clear:both;
}

img {
	border:none;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.hide {
	display:none;
}

/*===================================
	共通レイアウトの設定
=====================================*/

body {
	background:url(/images/bg-head_01.jpg) 0 0 repeat-x;
	background-color:#fdfae4;
}

#wrapper {
	width:1024px;
	margin:0 auto;
}

#headArea {
	text-align:right;
	color:#fdfae4;
	font-size:10px;
	height:20px;
}

#header {
	padding:19px 0 17px 0;
}

#header h1 {
	float:left;
}

#header ul#formBox_01 {
	float:right;
}

#header ul#formBox_01 li {
	float:left;
	display:block;
	padding-left:10px;
}

#contents {
	padding-top:22px;
	padding-bottom:57px;
	background:url(/images/lin-dot_01.jpg) bottom repeat-x;
}

#menuArea {
	width:198px;
	float:left;
}

#mainArea {
	width:485px;
	float:left;
	padding-left:19px;
}

#main {
	width:790px;
	float:right;
}

#subArea {
	width:282px;
	float:right;
}

#menuArea h4 {
	padding-bottom:8px;
}

#menu-main dt img{
	display:block;
}

#menu-main dt {
	margin-bottom:2px;
}

#menu-main dd {
	width:198px;
	margin-bottom:2px;
	display:block;
	background:url(/images/lin-dot_01.jpg) bottom repeat-x;
}

#menu-main dd a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:198px;
	display:block;
	color:#669933;
	line-height:130%;
}

#menu-main dd a span {
	background:url(/images/ico_05.jpg) 12px 11px no-repeat;
	padding:7px 0 7px 27px;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:140%;
}

#menu-main dd a:hover {
	color:#669933;
	background:url(/images/lin-dot_01.jpg) bottom repeat-x #e2f4c4;
}

#menu-main dd.this a {
	color:#669933;
	background-color:#e2f4c4;
	background:url(/images/lin-dot_01.jpg) bottom repeat-x #e2f4c4;
}

#menu-main dd.this a:hover {
	color:#669933;
	background-color:#e2f4c4;
	background:url(/images/lin-dot_01.jpg) bottom repeat-x #e2f4c4;
}
	

ul#bnrArea {
	margin-bottom:32px;
}

ul#bnrArea li {
	height:50px;
	display:block;
	margin-bottom:2px;
	_display:inline;
}

ul#bnrArea li img {
	_height:50px;
	_display:block;
	_margin-bottom:2px;
	
}

#formBox_02 {
	padding-bottom:37px;
	background:url(/images/lin-dot_01.jpg) bottom repeat-x;
}

#formBox_02_under {
	padding-bottom:37px;
	background:url(/images/lin-dot_01.jpg) bottom repeat-x;
}

#formBox_02_underIn {
	background:url(/images/lin-dot_01.jpg) top repeat-x;
	padding-top:25px;
	margin-top:23px;
}

ul#menu-other {
	background:url(/images/lin-dot_01.jpg) bottom repeat-x;
	padding:11px 0 8px 8px;
}

ul#menu-other li {
	background:url(/images/ico_01.jpg) 0 4px no-repeat;
	display:block;
	padding:0 0 5px 17px;
}


#main h4 {
	background-color:#669933;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:6px 0 4px 12px;
	margin-bottom:15px;
}

#main h5 {
	color:#669933;
	padding-bottom:5px;
	font-weight:bold;
	font-size:12px;
}


/*pagetop*/
#pagetop {
	text-align:right;
	padding:11px 0 27px 0;
}

#pagetop a {
	background:url(/images/ico_04.jpg) 0 4px no-repeat;
	padding-left:17px;
}

/*nextBack*/
#nextBack {
	text-align:center;
	border:3px solid #cccccc;
	padding:15px 0 15px 0;
	background-color:#ffffff;
}

#nextBack a {
}

#nextBack a:hover {
}

#nextBack a.nextBack-back {
	background:url(/images/ico_06.jpg) 0 4px no-repeat;
	padding-left:20px;
	padding-right:14px;
}

#nextBack a.nextBack-next {
	background:url(/images/ico_01.jpg) right 4px no-repeat;
	padding-right:19px;
	padding-left:14px;
}



/*===================================
	Tips集
=====================================*/
a.link_nomal {
	background:url(/images/ico_01.jpg) 0 2px no-repeat;
	padding-left:15px;
}
a.link_other {
	background:url(/images/ico_07.jpg) 0 2px no-repeat;
	padding-left:15px;
}



