@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------*/
/* ページ全体 CSS  Start                                     */
/*-----------------------------------------------------------*/


/* =Basic HTML
-------------------------------------------------------------*/

*{
margin: 0;
padding: 0;

}


body {
	background-color: #F2F7DB;
	margin-right:     auto;
	margin-left:      auto;
	text-align:       center;
	font:			  16px "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial,helvetica,clean,sans-serif;
	*font-size:		  16px;
	color:#666;
}

body {
	font-family:
		Arial,
		Helvetica,
		Clean,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}

*:first-child+html body {
	font-family:
		Arial,
		Helvetica,
		Clean,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}

* html body {
	font-family:
		Arial,
		Helvetica,
		Clean,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}

p {
	line-height:24px;
	padding:0px 10px 0px 10px;
	color:#666;
}

hr
{
	border-color: #ccc;
	border-style: dotted;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}


a:link, a:visited {
	color: #F56C00;
	text-decoration: none;
}

a:hover {
	color: #FFAA6F;
	text-decoration: underline;
}

a:active {
	color: #F56C00;
	text-decoration: none;
}

#wrapper{
	text-align: left;
	width: 960px;
	margin: 0px auto;
}


/*---------ページ全体 CSS  End----------------------*/

/*----------ヘッダ CSS  Start-------------*/

/*#header{
	height:            100px;
	background-image:  url(images/header_bg.jpg);
	width:             960px;
}


#header h1 {
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 70px;
	letter-spacing: 0.05em;
	font-weight: normal;
}
*/

#header {
	width:      960px;
	height:		100px;
	position:	relative;
	background-image:  url(images/header_bg.jpg);
	background-repeat: no-repeat;
}

#headerTitle {
	width:			300px;
	padding-left:	10px;
	float:			left;
}

#headerTitle h1 a {
	display:			block;
	background-image:	url(images/header_title.jpg);
	width:				300px;
	height:				42px;
	text-indent:		-3000px;
	margin-top:         17px;
	margin-left:        20px;
}

#headerTitle h1 a:hover {
	display:			block;
	background-image:	url(images/header_title_o.jpg);
	width:				300px;
	height:				42px;	
}



#menu {
	width: 720px;
	margin: 75px auto 15px auto;
}

#menu li {
	display: inline;
}


/*-----ヘッダ CSS  End ---------------------*/


/*-----コンテンツ CSS  Start----------------*/

#container{
	width: 960px;
	background-color:#fff;
}

#contents{
	padding: 10px 30px 10px 30px;
	margin:0px;
}

#contents p {
	position: relative;
	font-weight: normal;
	color: #666;
	line-height: 180%;
	letter-spacing: 0.05em;
}

.topFuture{
	display:			block;
	margin:				20px 0px;
	background-image:	url(images/top_dl_01.jpg);
	background-repeat:	no-repeat;
	height:				409px;
	width:				900px;
}

.topFutureImg {
	position: absolute;
    padding-top:280px;
	padding-left:470px;
}


/*----パンくずnavi--------Start-----------------*/


.breadcrumbList {
	margin-bottom: 10px;
}

.breadcrumbList ul {
	width:         900px;
}

.breadcrumbList li {
	color: #666;
	margin-left: 670px;
	font-size: 12px;
	list-style-type: none;
	text-align: right;
}


/*----パンくずnavi--------End-------------------*/

/*----コンテンツ CSS  End --------------------*/


/*----m-plus-OMO--------Start-----------------*/

#dl {
	padding-bottom:	20px;
}

#dl h1 {
	font-size:   28px;
	margin:      10px 0px;
	color:       #7C9708;
}

#dl h2 {
	font-size:   18px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	margin:      40px 0px 0px 0px;
	color:       #7C9708;
}

#dl p {
	position:       relative;
	font-weight:    normal;
	color:          666;
	line-height:    160%;
	letter-spacing: 0.05em;
	padding:        10px 0px 0px 15px;
}

.table {
	margin-top:		15px;
	border-top:       1px solid #CCC;
	border-right:     1px solid #CCC;
	border-left:      1px solid #CCC;

}

.table th {
	background-color: #E3E3E3;
	padding:          10px;
	color:            #666;
	text-align:       left;
	border-right:     1px solid #CCC;
	border-bottom:    1px solid #CCC;
}

.table td {
	background-color: #efefef;
	padding:          10px;
	color:            #666;
	line-height:      160%;
	border-bottom:    1px solid #CCC;
}

.imgLeft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.imgRight {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

.colorGR {
	color: #7C9708;
}

#buttonDLpdf a {
	display:   block;
	overflow:  hidden;
	width:     204px;
	height:    0px;
	background-image: url(images/buttonDL_PDF.gif);
	padding-top: 45px;
	text-align: center;
	margin: 10px 50px;
}

#buttonDLpdf a:hover {
	background-image: url(images/buttonDL_PDF_o.gif);

}



/*----m-plus-OMO--------End-----------------*/


/*----manual--------Start-----------------*/

#dl p.textStyleTitle {
	font-size:		18px;
	font-weight:	bold;
	margin:      	20px 0px 0px 0px;
	color:			#7C9708;
}

#dl p.textStyleDetailTitle {
	font-size:		16px;
	font-weight:	bold;
	color:			#666;
}

#munual p{
    margin:      0px 0px 0px 10px;
}


/*----manual--------End-----------------*/



/*----rule--------Start-----------------*/

#dl p.detail {
	font-size:		12px;
	padding-left:	40px;
	padding-bottom:	10px;
}

#dl p.seitei {
	text-align:		right;
}

/*----rule--------End-----------------*/



/*------------footer CSS  Start----------*/

#footer{
	clear: both;
	width: 960px;
	height: 60px;
	background-color: #D8E792;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footerBody ul{
	padding: 25px 0 0 430px;
}

#footerBody ul li{
	float: left;
	color: #6C7E01;
	font-size: 12px;
	padding-left: 20px;
	list-style-type: none;
	letter-spacing: 0.05em;
}

#footerBody ul li a {
	color:	#6C7E01;
}

#footer p{
	color: #6C7E01;
	font-size: 12px;
	letter-spacing: 0.05em;
	float: left;
	padding: 20px 0 0 30px;

}


.pageTop {
	margin-top: 30px;
	text-align:	right;
}

.pageTop a {
	color:				#6C7E01;
	font-size:			12px;
	background-image:	url(images/pagetopImg.gif);
	background-repeat:	no-repeat;
	padding:			2px 0px 20px 20px;
}



/*----------- footer CSS  End ---------------------*/

