@charset "utf-8";

/* ---------------------------------------------------------------------

TITLE    : ドットジェイピーサイト全体共通 CSS
URL      : http://www.dot-jp.or.jp/css/common.css

--------------------------------------------------------------------- */

*{
	padding: 0px;
	margin: 0px;
}
html {
	overflow-y: scroll;
	/*font-size: 100.01%;*/
}
body {
	background: #D7D7D7;
	text-align: center;
	color: #000000;
	line-height: 1.3em;
	/*font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 80%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 1.5em;
}
h2 {
	background: #FFFFFF url(../img/subpage_h2_bg.gif) no-repeat center bottom;
	/*border-top: 2px solid #FC6600;
	border-bottom: 1px solid #efefef;*/
	font-size: 112%;
	padding: 9px 90px 9px 14px;
	color: #512800;
	margin-bottom: 20px;
	border-top: 1px solid #FFE9DB;
	border-left: 1px solid #FFE9DB;
	border-right: 1px solid #EC5F00;
	border-bottom: 1px solid #EC5F00;	/*border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;*/
}
h3 {
	background: url(../img/subpage_h3_bg.gif) no-repeat left top;
	line-height: 25px;
	color: #E7620A;
	font-size: 100%;
	text-indent: 14px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
h4 {
	background: url(../img/subpage_h4_bg.jpg) no-repeat left bottom;
	font-size: 100%;
	width: 91%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
h5 {
	font-size: 100%;
	width: 91%;
}
h6 {
	font-size: 100%;
	width: 91%;
}
p {
	margin: 0px;
}
.inner {
	padding-bottom: 1.5em;
	padding-top: 0.5em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.t_blank {
	background: url(../img/icon/t_blank.gif) no-repeat 2px 0.3em;
	padding-left: 16px;
	margin-right: 4px;
	margin-left: 2px;
}
dt .t_blank {
	background: url(../img/icon/t_blank.gif) no-repeat 14px 0.5em;
	text-indent: 30px;
	padding-left: 0px;
}
.html {
	background: url(../img/icon/html.gif) no-repeat 0px 0px;
	padding-left: 28px;
	line-height: 20px;
}
.pdf {
	background: url(../img/icon/pdf.gif) no-repeat 0px 0px;
	padding-left: 28px;
	line-height: 20px;
}
.pickup {
	font-weight: bold;
	color: #FF6600;
}
.adobe_reader {
	font-size: 90%;
}
.adobe_reader a {
	background: url(../img/icon/t_blank.gif) no-repeat 2px center;
	padding-left: 16px;
	margin-right: 4px;
	margin-left: 2px;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
a {
	color: #660000;
	text-decoration: none;
}
a img { border: none; } 

a:active,a:hover {
	text-decoration: underline;
	color: #FC6600;
}
strong {
	color: #FF6600;
}
hr {
	height: 1px;
}
#wrapper {
	margin: auto;
	width: 790px;
	background: url(../img/bg.jpg) repeat-y;
	text-align: center;
}
#container {
	margin: auto;
	width: 780px;
	background: #ffffff;
}
#main_wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: left;
}
#contents {
	float: right;
	/*width: 545px;*/
	width: 550px;
	text-align: left;
	margin: 0px 0px 30px;
	padding: 0px;
}
#contents p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}
#contents table {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}
#contents table caption {
	background: url(../img/subpage_h3_bg02.gif) no-repeat left top;
	line-height: 25px;
	color: #E7620A;
	font-size: 100%;
	text-indent: 14px;
	margin-bottom: 1.5em;
	text-align: left;
}
#contents table tr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #E8E8E8;
}
#contents table th {
	padding: 0.5em;
	border-right: 1px none #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	text-align: left;
	background: url(../img/bg_dot.gif) repeat 0px 0px;
}
#contents table td {
	padding: 0.5em;
	border-bottom: 1px solid #E8E8E8;
}
#contents ul {
	list-style: none;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}
#contents ul li {
	line-height: 1.3em;
	background: url(../img/arrow_circle.gif) no-repeat left 0.2em;
	padding-left: 16px;
	margin-bottom: 0.5em;
}
#contents ol {
	list-style: decimal;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}
#contents ol li {
	margin-left: 2em;
	margin-bottom: 0.8em;
}
#contents table ol {
	width: 100%;
	margin-bottom: 0em;
}
#contents table ol li {
	margin-left: 2em;
	margin-bottom: 0em;
}
#contents dl ol {
	width: 100%;
	margin-bottom: 0em;
}
#contents dl ol li {
	margin-left: 2em;
	margin-bottom: 0em;
}
#contents dl {
}
#contents dt {
	background: url(../img/subpage_h3_bg.gif) no-repeat left top;
	line-height: 25px;
	color: #E7620A;
	font-size: 100%;
	text-indent: 14px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
}
#contents dt a {
	display: block;
	text-decoration: none;
	color: #E7620A;
	font-weight: bold;
}
#contents dt a:hover {
	color: #FF6600;
}
#contents dd {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
}
#contents dl p a img {
	border: 1px solid #CCCCCC;
}
#contents dl p a:hover img {
	border: 1px solid #FF6600;
}
#contents form dl {
}
#contents form dt {
	background: url(none);
}
#contents form dd {
}
#navi {
	width: 200px;
	float: left;
	margin-bottom: 20px;
}
#navi ul {
	list-style: none;
	margin-bottom: 0px;
	color: #444444;
	padding: 0px;
	border-top: 1px solid #999999;
}
#navi ul a {
	display: block;
	text-decoration: none;
}
#navi ul li {
	background: #FFFFFF url(../img/subpage_navi_bg.gif) repeat-x left bottom;
	/*background: #E8E8E8;*/
	border-top: 2px solid #777777;
	/*border-top: 2px solid #FC6600;*/
	border-bottom: 1px solid #999999;
	padding: 6px 5px;
	margin: 0px;
	border-right: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
#navi ul li a {
	color: #444444;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navi ul li a:active, #navi ul li a:hover {
	color: #FC6600;
}
#navi ul ul {
	background: #FFFFFF url(../img/bg_dot_o.gif) repeat 0px 0px;
	margin-bottom: 0px;
	color: #FC6600;
	padding: 0px;
	margin-right: -5px;
	border-top: 1px solid #AAAAAA;
	margin-top: 5px;
}
#navi ul li ul li {
	/*background: url(../img/crumbs_arrow1.gif) no-repeat -1px center;*/
	/*background: #F9F9F9 url(../img/crumbs_arrow1.gif) no-repeat -1px center;*/
	background: #FFFFFF url(../img/bg_dot_o.gif) repeat 0px 0px;
	border-bottom: 1px none #CCCCCC;
	border-top: 1px solid #FFFFFF;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border-right-style: none;
	border-left-style: none;
}
#navi ul li ul li a {
	color: #660000;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navi ul li ul li a:active, #navi ul li ul li a:hover {
	color: #FC6600;
}
#navi #info_navi .btm_on {
	/*padding-bottom: 0px;*/
	border-top: 1px solid #777777;
	border-left: 1px solid #FF9900;
	border-right: none;
	/*border-right: 1px solid #EC5F00;*/
	border-bottom: 1px solid #D95700;
	/*background: #F9F9F9 url(../img/subpage_navi_bg2.gif) repeat-x left 1px;*/
	background: #FF8E41 url(../img/subpage_navi_bg3.gif) repeat-x left 1px;
}
#navi #info_navi #info_subnavi .btm_on {
	/*background: #FFFFFF url(../img/bg_dot_o.gif) repeat 0px 0px;*/
	background: #FFEEDB url(../img/crumbs_arrow2.gif) no-repeat -1px center;
}
#navi #info_navi .btm_on a {
	color: #FFFFFF;
	font-weight: bold;
}
#navi #info_navi .btm_on ul {
	background: #FFFFFF url(../img/bg_dot_o.gif) repeat 0px 0px;
	border-top: 1px solid #EC5F00;
	border-bottom: 1px solid #FF9900;
	border-right: 1px solid #FFE9DB;
}
#navi #info_navi .btm_on ul li {
	border-style: none;
	font-weight: bold;
}
#navi #info_navi .btm_on ul li a {
	color: #660000;
	/*background: url(../img/crumbs_arrow1.gif) no-repeat -1px center;
	background: url(../img/crumbs_arrow2.gif) no-repeat -1px 0.3em;
	text-indent: 8px;*/
	font-weight: normal;
}
#navi #info_navi .btm_on ul li a:hover, #navi #info_navi .btm_on ul li a:active {
	color: #FF6600;
}
/*
#navi #iframe_wrrap {
	border-left: 1px solid #efefef;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #999999;
	height: 15.44em;
	padding-top:0px;
	font-size: 80%;
}
#navi iframe {
	background: url(../img/iframe_bg.jpg) repeat-x left bottom;
	height: 15.38em;
	width: 198px;
}
#navi #qr {
	background: url(../img/mobile_qr.gif) no-repeat 0px bottom;
	height: 88px;
	width: 200px;
	text-indent: -9999px;
	margin-top: 10px;
}
*/
/*
#contents1 {
	clear: left;
	margin: 0px;
	background: url(../img/menu_bottomline.gif) repeat-x 0px top;
	padding-top: 16px;
}
#contents1 #contents1_inner {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
*/
/*

	header

*/
#header {
	margin: 0px;
	padding: 0px;
	height: 73px;
	width: 780px;
	background: url(../img/header_bg.jpg) repeat-x 0px -2px;
	text-align: left;
	border-top: 2px solid #FF6100;
}
#header_left {
	float: left;
	height: 73px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	background: url(../img/header_logo_text.gif) no-repeat 100px 0px;
}
#header_left h1 {
	float: left;
	height: 68px;
	width: 100px;
}#header_left h1 a {
	display: block;
	height: 68px;
	width: 95px;
	text-indent: -9999px;
	text-decoration: none;
	outline: 0;
	background: url(../img/header_logo.jpg) no-repeat 10px 0px;
}
/*

	YAHOO!Search

*/
#yahoo_search {
	width: 476px;
	text-align: right;
	height: 22px;
	float: left;
	padding-top: 5px;
}
#yahoo_search p {
	text-align: right;
	margin: 2px 0px 0px;
	padding: 0px;
	font-size: 9px;
	color: #999999;
	line-height: 2em;
}
#yahoo_search p a {
	color: #999999;
	text-decoration: none;
}
#yahoo_search #srchInput {
	width: 175px;
	background: #FFFFFF url(../img/y_search_bg.gif) no-repeat center center;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
#yahoo_search #srchBtn {
	background: url(../img/search_btm.gif) no-repeat center center;
	height: 20px;
	width: 25px;
	text-indent: -9999px;
	border-style: none;
	display: inline;
	margin: 0px;
}
/*

	ヘッダーテキスト広告

*/
#header_ads {
	float: right;
	margin-top: 13px;
	font-size: 12px;
	text-indent: -44px;
	width: 25em;
	width: 422px;
	height: 1.8em;
	line-height: 1em;
	text-align: right;
	margin-right: 10px;
}
.header_ads {/*広告2行用*/
	float: right;
	margin-top: 6px;
	font-size: 11px;
	_font-size: 10px;
	text-indent: -44px;
	width: 25em;
	width: 422px;
	height: 1em;
	line-height: 1em;
	text-align: right;
	margin-right: 10px;
}
#header_ads a, .header_ads a {
	text-decoration: none;
}
#header_ads span, .header_ads span {
	background: url(../img/check.gif) no-repeat 0px center;
	display: inline-block;
	height: 12px;
	width: 39px;
	text-indent: -9999px;
	text-align: left;
	margin-right: 5px;
}
#header_ads .t_blank, .header_ads .t_blank {
	background: url(../img/icon/t_blank.gif) no-repeat 2px center;
}
/*

	グローバルナビゲーション

*/
#global_navi {
	clear: left;
	background: #FFFFFF url(../img/subpage_navi_bg.gif) repeat-x left bottom;
	border-bottom: 1px solid #CCCCCC;
	height: 63px;
}
#global_navi ul {
	/*background: url(../img/global_navi_centerline.jpg) no-repeat center top;*/
	list-style: none;
	/*width: 590px;*/
	width: 620px;
	height: 63px;
	margin-right: auto;
	margin-left: auto;
}
#global_navi ul li {
	float: left;
	/*margin-left: 86px;*/
	margin-left: 55px;
}
#global_navi ul li a {
	display: block;
	width: 80px;
	height: 60px;
	padding: 0em;
	margin: 0px;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
}
/*
#global_navi ul .intern {
	margin-left: 0px;
}
#global_navi ul .intern a {
	background: url(../img/global_navi_btm.gif) no-repeat 0px 0px;
}
#global_navi ul .intern a:hover {
	background: url(../img/global_navi_btm.gif) no-repeat -80px 0px;
}
#global_navi ul .intern .btm_on {
	background: url(../img/global_navi_btm.gif) no-repeat -80px 0px;
}
*/
#global_navi ul .column {
	margin-left: 0px;
}
/*
#global_navi ul .column {
	margin-left: 90px;
}
*/
#global_navi ul .column a {
	background: url(../img/global_navi_btm.gif) no-repeat 0px -180px;
}
#global_navi ul .column a:hover {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -180px;
}
#global_navi ul .column .btm_on {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -180px;
}
#global_navi ul .setsumei a {
	background: url(../img/global_navi_btm.gif) no-repeat 0px 0px;
}
#global_navi ul .setsumei a:hover {
	background: url(../img/global_navi_btm.gif) no-repeat -80px 0px;
}
#global_navi ul .setsumei .btm_on {
	background: url(../img/global_navi_btm.gif) no-repeat -80px 0px;
}
#global_navi ul .senkou a {
	background: url(../img/global_navi_btm.gif) no-repeat 0px -60px;
}
#global_navi ul .senkou a:hover {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -60px;
}
#global_navi ul .senkou .btm_on {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -60px;
}
#global_navi ul .giinnavi a {
	background: url(../img/global_navi_btm.gif) no-repeat 0px -240px;
}
#global_navi ul .giinnavi a:hover {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -240px;
}
#global_navi ul .giinnavi .btm_on {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -240px;
}
#global_navi ul .area_info a {
	background: url(../img/global_navi_btm.gif) no-repeat 0px -120px;
}
#global_navi ul .area_info a:hover {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -120px;
}
#global_navi ul .area_info .btm_on {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -120px;
}
/*
#global_navi ul .about a {
	background: url(../img/global_navi_btm.gif) no-repeat 0px -240px;
}
#global_navi ul .about a:hover {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -240px;
}
#global_navi ul .about .btm_on {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -240px;
}
#global_navi ul .support a {
	background: url(../img/global_navi_btm.gif) no-repeat 0px -300px;
}
#global_navi ul .support a:hover {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -300px;
}
#global_navi ul .support .btm_on {
	background: url(../img/global_navi_btm.gif) no-repeat -80px -300px;
}
*/
/*

	パン屑

*/
#crumbs {
	clear: left;
	list-style: none;
	text-align: left;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	height: 3em;
	background: url(../img/arrow_square.gif) no-repeat 7px 0.4em;
	padding-left: 20px;
}
#crumbs li {
	float: left;
	display: inline;
}
#crumbs li a {
	background: url(../img/arrow_crumbs.gif) no-repeat right 0.3em;
	padding-right: 10px;
	display: block;
	margin-right: 4px;
	color: #FC6600;
}
/*

	関連リンク用

*/
#connect {
	padding-top: 30px;
	clear: both;
}
#connect h4 {
	background: url(../img/connect_bg.jpg) repeat-x center bottom;
	text-indent: 1em;
	color: #444444;
	font-size: 12px;
	line-height: 22px;
	width: 100%;
}
#connect ul {
	list-style: none;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	width: 92%;
}
#connect li {
	background: url(../img/arrow_square.gif) no-repeat 0px 0.4em;
	padding-left: 13px;
}
/*

	ページトップリンク

*/
#index_contents .pagetop {/*ホーム用*/
}
#contents .pagetop {
	clear: both;
	width: 100%;
	margin: 40px 0px 1em;
	padding: 0px;
	background: url(../img/page_top.gif) no-repeat right 0px;
	height: 30px;
}
.pagetop a {
	display: block;
	width: 100%;
	text-decoration: none;
	line-height: 30px;
	text-indent: -9999px;
	outline: none;
}
.pagetop a:hover {
	background: url(../img/page_top.gif) no-repeat right -30px;
}
/*#pagetop {
	clear: both;
	height: 30px;
	background: url(../img/rippy.gif) no-repeat right bottom;
	margin: 0px;
	width: 100%;
	padding: 20px 0px 0px;
}
#pagetop a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	margin-bottom: 0px;
	outline: 0;
	text-decoration: none;
	text-align: right;
	line-height: 30px;
}
*/

/*

　エリアマップ　

*/
#area_map {
	list-style: none;
	background: url(../img/area_map.gif) no-repeat 0px 0px;
	width: 430px;
	height: 310px;
	margin: 0px auto;
	padding-top: 76px;
	font: 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#contents #area_map li {
	background: url(none);
	padding-left: 16px;
	margin-bottom: 0.5em;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#contents #area_map #area_map_1 {
}
#contents #area_map li a {
	height: 18px;
	text-decoration: none;
	display: block;
	width: 70px;
	border-bottom: 1px solid #FFFFFF;
	text-indent: -9999px;
	outline: none;
}
#contents #area_map li a:hover {
	border-bottom: 1px solid #FF6600;
}
#contents #area_map #area_map_1 a, #contents #area_map #area_map_2 a, #contents #area_map #area_map_3 a, #contents #area_map #area_map_5 a {
	margin-left: 312px;
}
#contents #area_map #area_map_4 a {
	margin-left: 323px;
}
#contents #area_map #area_map_6 a, #contents #area_map #area_map_7 a, #contents #area_map #area_map_8 a, #contents #area_map #area_map_9 a, #contents #area_map #area_map_10 a {
	margin-left: 34px;
}
/*

　エリアマップ 2

*/
#contents #area_list {
	width: 100%;
}
#contents #area_list li {
	float: left;
	margin-right: 2em;
	line-height: 1.3em;
	background: url(../img/arrow_circle.gif) no-repeat left 0.2em;
	padding-left: 16px;
	margin-bottom: 0.5em;
}
#contents #area_list li a {
}
/*

	フッターリンク

*/
#under_navi {
	clear: both;
	width: 780px;
	height: 60px;
	background: url(../img/under_navi_bg.gif) repeat-x left bottom;
	margin: 0px auto;
	border-bottom: 2px solid #F4F4F4;
	font-size: 12px;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	text-align: center;
}
#under_navi ul {
	list-style: none;
	clear: left;
	width: 55.2em;
	height: 1.5em;
	margin-right: auto;
	margin-left: auto;
}
#under_navi li {
	display: inline;
	float: left;
	margin-top: 33px;
	margin-right: 0.4em;
	padding-right: 0.4em;
	border-right: 1px solid #CCCCCC;
}
#under_navi .float_last {
	margin-right: 0em;
	padding-right: 0em;
	border-right-style: none;
}
/*

 	footer
 
*/
#footer {
	clear: left;
	width: 780px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	/*background: #E8E8E8;*/
	background: url(../img/grad_bg.gif) repeat-x 0px bottom;
	line-height: 30px;
	font-size: 80%;
	color: #FF6C00;
	border-top: 1px solid #E7E7E7;
	border-bottom: 2px solid #FF6C00;
}
#footer p {
	line-height: 30px;
}

