@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin:0px; /* for IE */
	padding: 0px; /* for IE */
	text-align: center;
	word-spacing: 0.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-position: center;
	background-color: #F0F0F0;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCC;
}

/* for WinIE6*/
* html body {
  font-size: 14px;
  font-family: Verdana, "MS P ゴシック", sans-serif;
}
/* for WinIE7*/
*:first-child+html body {
  font-size: 14px;
  font-family: 'メイリオ', Meiryo, sans-serif;
}
a:link {
	text-decoration:none;
}

/*ヘッダー*/
#header {
	width: 100%;
	height: 137px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../image/common/header/header_bg.gif);
	background-repeat: repeat-x;
}
#header_nonavi {
	width: 100%;
	height: 90px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../image/common/header/header_bg.gif);
	background-repeat: repeat-x;
}
#headervisual {
	height: 135px;
	text-align: center;
	width: 100%;
}
#headervisual_nonavi {
	height: 90px;
	text-align: center;
	width: 100%;
}
#headervisual #headspace {
	height: 135px;
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#headervisual_nonavi #headspace {
	height: 90px;
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#header #headervisual #headspace #headttl {
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	display: block;
	height: auto;
	width: 350px;
	text-indent: -9999;
	background-image: url(../image/common/header/headttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 0px;
	padding-top: 0px;
}
#header #headervisual #headspace #headttl h1 a {
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	display: block;
	height: 80px;
	width: 350px;
	text-indent: -9999;	
	margin-top: 0px;
}
#header #headervisual #headspace #headttl h1 a　p {
	position: absolute;
	left: 0px;
	width: 320px;
	height:80px;
	cursor: pointer;
	text-indent: -9999;
	padding-top: 20px;
}

/* for WinIE*/
* html #header #headervisual #headspace #headttl h1 a {
	color: #FFFFFF;
	display: block;
	height: 80px;
	width: 350px;
	text-indent: -9999;
}

#header #headervisual #headspace #headinfo h1 {
	font-size: 10px;
	color: #666666;
	width: 600px;
	text-indent: 7px;
	padding-top: 0px;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter;
}
/* for WinIE*/
* html #header #headervisual #headspace #headinfo h1 {
	font-size: 8px;
	color: #999999;
	height: 20px;
	width: 600px;
	text-indent: 1px;
	text-decoration: none;
		
}

/* header sub menu */
#headersubmenu{
	height: auto;
	width: auto;
	position: absolute;
	top: 65px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 520px;
}
/* for WinIE6*/
* html #headersubmenu {
  display:inline;
  overflow: hidden;
}

#headersubmenu ul {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px;
	}
#headersubmenu ul a {
	color:#0099CC;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(../image/common/icon/bg_list_red.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	display: block;
}

#headersubmenu ul a.current {
	color:#333333;
	background-color: #F1F1F1;
	background-image: url(../image/common/icon/bg_list_red.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

#headersubmenu ul a:hover {
	color:#CC0000;
	background-color: #F0F0F0;
	background-image: url(../image/common/icon/bg_list_red.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	text-decoration: underline;
}	
	
	
#headersubmenu ul li {
	float: left;
	font-size: 12px;
	text-decoration: underline;
	padding: 0px;
	line-height: 1.5em;
	width: auto;
	margin-right: 5px;
	}

/* dekyologo */
#dekyologo{
	display: block;
	height: 40px;
	width: 200px;
	position: absolute;
	margin-left: 690px;
	top: 7px;
	background-image: url(../image/common/header/jadac_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#dekyologo a p {
	display: block;
	width: 200px;
	height: 50px;
	position: relative;
	cursor: pointer;	
}
/*outline*/

#outlinebg {
	width:910px;
	margin: 0px auto;

/*ガイド*/
}
#outlinebg #inquiry {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#outlinebg #inquiry h2 {
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 10px;
	text-align: center;
	font-weight: normal;
}
#outlinebg #inquiry img {
	vertical-align: middle;
}

#outline {
	width:900px;
	text-align:left;
	margin: 0px auto;
}
ul li {
	list-style-type: none;
}
a {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.c-both {
	clear: both;
	
/*余白設定*/
}
.padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding_bottom20 {
	padding-top: 10px;
	padding-bottom: 20px;
}


/* main */
#main {
	width:670px;
	margin: 0px;
	float: right;
}
/* mainサイドバーなし */
#main_noside {
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* for WinIE6*/
* html #main {
  display:inline;
  overflow: hidden;
}
#mainspace {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;	
}

#mainspace #ad-main {
	text-align: center;
	margin: 50px 0px 30px;
	height: auto;
	width: auto;
}


/* mainspace contents */

#mainspace #topics {
	width: auto;
	}
/* for WinIE6*/
* html #topics {
  display:inline;
  overflow:inherit;
}
	
/* 別ウィンドウアイコン */
#mainspace #topics a[href^="http://"]{ 
	padding-right: 12px;
	background: url(../image/common/icon/ex_window.gif) no-repeat center right;
}
#mainspace #topics a[href^="https://"]{ 
	padding-right: 12px;
	background: url(../image/common/icon/ex_window.gif) no-repeat center right;
}

#mainspace .box {
	line-height: 17px;
	font-size: 12px;
	width: 99%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* for WinIE6*/
* html .box {
  display:inline;
  overflow: hidden;
}
#mainspace .box .topic {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainspace .box .topic a {
	color: #0099CC;
	text-decoration: underline;
}
#mainspace .box .topic a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#mainspace .box .topic dt {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../image/common/icon/bg_list_grey.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
	background-position: left center;
	float: left;
	text-align: left;
	clear: both;
}

#mainspace .box .topic dd {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0;
	color: #333333;
	font-size: 12px;
	padding-left: 0px;
	width: auto;
}
#mainspace .box .topic dd img {
	vertical-align: text-top;
	margin-right: 5px;
}
#mainspace .txt-topics-indent/* */ {
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #333;
}


/* パンくずリスト*/

#mainspace #pankuzu {
	height: 17px;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainspace #pankuzu h2 {
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	margin-right: 15px;
	line-height: 17px;
	height: 17px
}
#mainspace #pankuzu h2 a {
	color: #0099CC;
}

#mainspace #pankuzu h2 a:hover {
	text-decoration: underline;
	color: #CC0000;
}
#navi-nocss {
	display: none;
}


/*フッター*/
#footer {
	width:100%;
	height: 120px;
	background-image: url(../image/common/footer/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	background-color: #FFF;
	font-size: 12px;
}
/* 別ウィンドウアイコン */
#footer a[href^="http://"]{ 
	padding-right: 12px;
	background: url(../image/common/icon/ex_window.gif) no-repeat center right;
}
#footer a[href^="https://"]{ 
	padding-right: 12px;
	background: url(../image/common/icon/ex_window.gif) no-repeat center right;
}
#footer .copy {
	text-align: center;
	height: 25px;
	color: #FFF;
	background-color: #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer #footernavi {
	color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	padding: 0px;
	width: 890px;
}

#footer #footernavi #logo {
	height: 80px;
	width: 880px;
	text-align: center;
	background-image: url(../image/common/footer/logo.gif);
	background-repeat: no-repeat;
	background-position: 50px 2px;
	margin: 0px;
}
#footer #footernavi #logo h3 {
	text-align: center;
	font-weight: normal;
	line-height: 25px;
	padding-top: 15px;
	padding-left: 30px;
	font-size: 12px;
}
#footer #footernavi #logo h3 a {
	color: #0099CC;
	text-decoration: underline;
}

#footer #footernavi #logo h3 a:hover {
	text-decoration: underline;
	color: #CC0000;
}

.rollover {
}
