*{
	margin:0;
	padding:0;
}


body{
	margin: 0px;
	background: url(img/back-bg.jpg) repeat-x top fixed;
	background-position: center;
	text-align: center;
	font-family: Verdana, "ＭＳ Ｐゴシック","平成角ゴシック", sans-serif;
}


strong{ font-weight:normal; }
em{ font-style:normal; }


li{ list-style:none; }


a:link,
a:visited{
	text-decoration: none;
	color: #0000FF;
}

a:hover{
	text-decoration: underline;
	color: #FF8C00;
}

img{ border:none; }


/* 基本設定
----------------------------------------------- */

#wrapper{
	width: 780px;
	text-align: left;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}


/* ヘッダーの設定
----------------------------------------------- */

h1{
	margin: 0px 10px 0px 0px;
	padding-top: 15px;
	padding-right: 10px;
	text-align: right;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	z-index: 1;
}


#header{
	margin: 0px;
	width: 780px;
	height: 200px;
	background: url(img/header.jpg) no-repeat;
	text-align: left;
}

#header p{
	font-size: 10pt;
	color: #333;
	line-height: 130%;
	margin: 0 20px;
}


/* メインの設定
----------------------------------------------- */

#main{
	width: 740px;
	text-align: left;
	margin: 0px 20px 10px 20px;
	clear: both;
	text-align: left;
}

#main p{
	font-size: 10pt;
	line-height: 150%;
	margin: 0px 15px 10px 15px;
}


#main .contents{
	margin: 0px 0px 20px 0px;
	clear: both;
}

#main .contents2{
	margin: 20px 0px 20px 0px;
	clear: both;
}


#main .contents a.ad{
	font-weight: bold;
}

#main .contents p.link{
	margin-left: 20px;
	font-weight: bold;
	font-size: 11pt;
}

#main .link{
	margin: 0px 0px 20px 0px;
	clear: both;
}


#main .link ul{
	font-size: 10pt;
	line-height: 180%;
	margin-left: 20px;
}

#main .link li{
	list-style-type: none;
	padding-left: 15px;
	background: url(img/list.gif) no-repeat 0 7px;
}

/* 見出し
----------------------------------------------- */

h2{
	font-size: 1.0em;
	margin: 0px 0px 20px 0px;
	padding: 3px 0 3px 14px;
	background: url(img/h2-bg.jpg) repeat-x bottom;
	border-bottom: solid 1px #288228;
	border-left: solid 5px #288228;
	clear: both;
}

h3.type-a{
	font-size: 1.0em;
	margin: 0px 0px 20px 0px;
	padding: 3px 0 3px 14px;
	background: url(img/h2-bg.jpg) repeat-x bottom;
	border-bottom: solid 1px #288228;
	border-left: solid 5px #288228;
	clear: both;
}

h3.type-b{
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333333;
	border-left: 8px solid #288228;
	background: url(img/h4-bg.jpg) repeat-x bottom;
	clear: both;
}

h3.type-c{
	font-weight: bold;
	font-size: 1.0em;
	color: #333333;
	margin: 30px 0 10px 15px;
}

h3.type-d{
	background: url(img/qa.gif) no-repeat left;
	border-bottom: solid 2px #92007c;
	font-weight: bold;
	font-size: 1.0em;
	color: #333333;
	margin: 30px 0 10px 15px;
	padding: 12px 0 8px 40px;
}


/* 画像の回り込みの設定
----------------------------------------------- */

.left{
	float: left;
	margin: 0px 30px 20px 0px;
}

.right{
	float: right;
	margin: 0px 0px 20px 30px;
}


/* サブメニューの設定
----------------------------------------------- */

#sub{
	width: 750px;
	margin: 0px 15px;
	clear: both;
}


h4{
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333333;
	border-left: 8px solid #288228;
	background: url(img/h4-bg.jpg) repeat-x bottom;
	clear: both;
}

#sub ul{
	float: left;
	margin-bottom: 5px;
}

#sub li{
	display: inline;
	padding: 0px 10px;
	color: #333;
	font-size: 10pt;
	line-height: 100%;
	border-right: 1px solid #333;
	list-style-type: none;
	list-style-position: outside;
}


#sub li a:link{ color: #0000ff; }
#sub li a:visited{ color: #0000ff; }
#sub li a:hover{ color: #ff8c00; }

#sub p{
	clear: both;
	font-size: 10pt;
}


/* 上部メニュー
----------------------------------------------- */

#menu-top{
	margin: 0px 0 10px 0;
	background: url(img/bar2.jpg) no-repeat;
	height: 25px;
	color: #fff;
	clear: both;
}

#menu-top ul{
	margin: 5px 25px 10px 10px;
	float: right;
	line-height: 15px;
	border-right: 1px solid #fff;
}

#menu-top li{
	display: inline;
	padding: 0px 5px;
	color: #fff;
	font-size: 9pt;
	letter-spacing: 0.5pt;
	border-left: 1px solid #fff;
	list-style-type: none;
	list-style-position: outside;
}

#menu-top a:link,
#menu-top a:visited{
	padding: 3px;
	text-decoration: none;
	color: #fff;
}

#menu-top a:hover{
	padding: 1px 3px;
	background: #fff;
	text-decoration: none;
	color: #EA7500;
}


/* 下部メニュー
----------------------------------------------- */

#menu-bottom{
	clear: both;
	margin: 10px 0 10px 0;
	background: url(img/bar2.jpg) no-repeat;
	height: 25px;
	color: #fff;
}

#menu-bottom ul{
	margin: 5px 25px 10px 10px;
	float: right;
	line-height: 15px;
	border-right: 1px solid #fff;
}

#menu-bottom li{
	display: inline;
	padding: 0px 5px;
	color: #fff;
	font-size: 9pt;
	letter-spacing: 0.5pt;
	border-left: 1px solid #fff;
	list-style-type: none;
	list-style-position: outside;
}

#menu-bottom a:link,
#menu-bottom a:visited{
	padding: 3px;
	text-decoration: none;
	color: #fff;
}

#menu-bottom a:hover{
	padding: 1px 3px;
	background: #fff;
	text-decoration: none;
	color: #EA7500;
}


/* フッターの設定
----------------------------------------------- */

#foot{
	clear: both;
	margin: 0px;
	text-align: center;
	color: #333;
	background-color: #fff;
}

#foot ul{
	margin: 0 20px 10px 0;
	border-right: solid 1px #333;
	float: right;
}

#foot li{
	display: inline;
	font-size: 10pt;
	padding: 0 10px;
	border-left: solid 1px #333;
}

#foot a{ color: #333; }
#foot a:visited{ color: #333; }
#foot a:hover{ color: #00F; }



#foot p{
	font-size: 10pt;
	margin: 0 15px 10px 15px;
	line-height: 130%;
	text-align: left;
	clear: both;
}

#foot p.copy{
	background: #fff;
	font-size: 9pt;
	padding: 4px 10px;
	color: #666;
	margin: 0px;
	text-align: center;
}

#foot p.copy a,
#foot p.copy a:visited{
	color: #666;
}

#foot p.copy a:hover{
	text-decoration: none;
	color: #EA7500;
}


/* 文字の装飾
----------------------------------------------- */

.impact{
	padding: 0px;
	color: #000000;
	background-color: #ffff99;
}

.red{ color: #FF0000; font-weight: bold; }
.orange{ color: #ff6600; }


.link-back,.link-next{
	padding: 3px;
	margin: 20px 0px 20px 0px;
	font-weight: bold;
	clear: both;
}

.under{
	border-bottom: solid 1px #de1039;
}

.b{ font-weight: bold; }

.waku{
	border: solid 1px #666;
	padding: 3px 5px;
}

.mt20{ margin-top: 20px!important; }

/* リストの設定
----------------------------------------------- */

.list1{
	font-size: 10pt;
	line-height: 200%;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 20px;
}

.list2{
	font-size: 10pt;
	line-height: 180%;
	list-style-type: disc;
	margin-left: 20px;
	float: left;
	width: 350px;
}

.list3{
	font-size: 10pt;
	line-height: 180%;
	list-style-type: disc;
	margin-left: 20px;
	float: right;
	width: 350px;
}


/* アドセンスの設定
----------------------------------------------- */

#main .ad{
	margin: 0 0 20px 0;
}

.adv{
	clear: both;
	margin: 0px 0px 20px 0px;
}

.adv h3{
	margin: 0 0 0 15px;
	padding: 10px 0 0 0;
	background: none;
	border-top: dotted 1px #aaa;
	font-size: 11pt;
	font-weight: normal;
}

.adv p a{ color: #666; text-decoration: underline; }
.adv p a:hover{ color: #666; text-decoration: none; }


