@charset "Shift_JIS";

/* *********************************
FileName: default.css(http://www.mod.go.jp/pco/sapporo/css/default.css)
*********************************** */

/* *********************************
000: リセット用
001: 基本レイアウト
002: ヘッダー
003: メインコンテンツ
004: ナビゲーション
005: フッター
006: タイトル
007: リンク
008: テキスト
009: リスト
010: テーブル
011: 画像
012: その他
013: 表示消去
*********************************** */




/* *********************************
000: リセット用
*********************************** */
body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dt,dd,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,address {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

img {
	border: 0px;
}

table,th,td {
	text-align: left;
}

ul {
	list-style: none outside none;
}

ol {
	list-style: decimal outside none;
	margin: 0px;
	padding: 0em 0em 0em 3em;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

hr {
	display: none;
}




/* *********************************
001: 基本レイアウト
*********************************** */
body {
	background: url(../common/bg.gif);
	color: #3f3a39;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 62.5%;
	text-align: center;
	overflow: scroll;
}
		/* IE7対策用 */
		*:first-child+html body {
			overflow: visible;
		}



/* ヘッダー領域
=================================== */
/* ヘッダー領域設定（トップページ） */
#header_top {
	width: 850px;
	height: 80px;
	margin-bottom: 1px;
}


/* ヘッダー領域設定（各ページ） */
#header {
	width: 850px;
	height: 80px;
	margin-bottom: 3px;
}


/* グローバルナビ基本設定 */
#gnavi {
	float: left;
	height: 18px;
	margin-top: -80px;
	font-size: 1.2em;
}



/* コンテンツ領域
=================================== */
/* メインコンテンツ領域設定 */
#page {
	width: 850px;
	margin: 0px auto;
	background: #ffffff;
	text-align: left;
}


/* メインコンテンツ領域位置補正用 */
#contents {
	display: inline;
	float: left;
	width: 832px;
	margin: 0px 8px 10px 10px;
}


/* サイドメニュー用位置設定 */
#navi_top {
	float: left;
	width: 166px;
	margin: 2px 0px 0px -830px;
	text-align: justify;
}

#navi {
	float: left;
	width: 166px;
	margin: 0px 0px 0px -830px;
	text-align: justify;
}



/* フッター領域
=================================== */
/* フッター用領域設定 */
#foot_top {
	clear: both;
	width: 850px;
}

#foot {
	clear: both;
	width: 828px;
	_width: 850px;/* IE6対策 */
	height: 55px;
	_height: 61px;/* IE6対策 */
	margin: 0px;
	padding:6px 11px 0px 11px;
	background-color: #80A660;
	color: #ffffff;
	line-height: 1.2;
}




/* *********************************
002: ヘッダー
*********************************** */
/* グローバルナビ
=================================== */
ul#gnavi {
	margin: -80px 0px 0px 0px;
	padding-left: 2px;
}

#gnavi li {
	float: left;
	width: 141px;
	height: 18px;
	margin-top: 0px;
	text-align: center;
	vertical-align: bottom;
	line-height: 1.2;
	text-indent: 0em;
}

#gnavi li a {
	display: block;
	overflow: hidden;
	border-top: 2px solid #89B367;
	border-right: 2px solid #61804A;
	border-bottom: 2px solid #61804A;
	border-left: 2px solid #89B367;
	background-color: #80A660;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#gnavi li a:hover {
	border-top: 2px solid #61804A;
	border-right: 2px solid #89B367;
	border-bottom: 2px solid #89B367;
	border-left: 2px solid #61804A;
	background-color: #72945B;
	color: #ffffff;
}



/* ヘッダー画像領域指定
=================================== */
#header_img {
	float: left;
	width: 850px;
	height: 62px;
	margin-top: 18px;
}


/* 【札幌地本】ロゴ表示位置指定 */
#header_img .left {
	float: left;
	height: 33px;
	_height: 38px;/* IE6対策 */
	margin: 10px 0px 0px 10px;
	_margin-left: 5px;/* IE6対策 */
	vertical-align: bottom;
}

#header_img .left a:hover {
	_padding-bottom: 3px;/* IE6対策 */
	border-bottom: 2px solid #80A660;
}


/* 【防衛省・自衛隊】ロゴ表示位置指定 */
#header_img .right {
	float: right;
	height: 29px;
	_height: 33px;/* IE6対策 */
	margin: 27px 10px 0px 0px;
	_margin-right: 5px;/* IE6対策 */
}

#header_img .right a:hover {
	border-bottom: 2px solid #80A660;
	_padding-bottom: 2px;/* IE6対策 */
}




/* *********************************
003: メインコンテンツ
*********************************** */
/* ヴィジュアルエリア用位置設定
=================================== */
#content {
	display: inline;
	float: left;
	width: 649px;
	margin: 0px 0px 0px 183px;
	text-align: justify;
	_text-justify: inter-distribute;/* IE6対策 */
}
		/* IE7対策用 */
		*:first-child+html #content {
			text-justify: inter-distribute;
		}

#content_top {
	display: inline;
	float: left;
	width: 649px;
	margin: 0px 0px 0px 13px;
	text-align: justify;
	_text-justify: inter-distribute;/* IE6対策 */
}
		/* IE7対策用 */
		*:first-child+html #content_top {
			text-justify: inter-distribute;
		}



#btn_area .right_btn{
flort: right;
}












/* *********************************
004: サイドメニュー
*********************************** */
/* サイドメニュー基本設定
=================================== */
#navi_top dl,#navi dl {
	margin: 0px 0px 3px 0px;
}

.nesting dt {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 0.92em;
	font-weight: bold;
	text-indent: 0em;
}

.nesting dt a {
	display: block;
	height: 17px;
	_height: 22px;/* IE6対策 */
	padding: 3px 0px 2px 16px;
	background: url(../common/navi_btn.gif) no-repeat;
	color: #3f3a39;
	text-decoration: none;
	overflow: hidden;
}

.nesting dt a:visited {
	color: #3f3a39;
}

.nesting dt a:hover {
	background: url(../common/navi_btn.gif) no-repeat 0px -22px;
	color: #3f3a39;
	text-decoration: none;
}


/* サイドメニュー入れ子用 */
.nesting dd,.nesting2 dt,h5 {
	display: block;
	height: 19px;
	margin: 0px;
	padding-bottom: 3px;
	font-size: 0.92em;
	line-height: 1.2;
	text-indent: 0em;
}

.nesting2 .dt_dd {
	display: block;
	padding-bottom: 0px;
}

.nesting dd a,.nesting2 dt a,h5 a {
	display: block;
	height: 16px;
	_height: 19px;/* IE6対策 */
	margin-left: 0px;
	padding: 3px 0px 0px 26px;
	background: url(../common/navi_sbtn.gif) no-repeat right top;
	color: #3f3a39;
	text-decoration: none;
	overflow: hidden;
	line-height: 1.2;
}

h5 {
	font-size: 1.2em;
}

h5 a:link {
	color: #3f3a39;
	text-decoration: none;
}

.nesting2 .dt_dd a {
	background: url(../common/navi_sbtn2.gif) no-repeat right top;
}

.nesting dd a:visited,.nesting2 dt a:visited,h5 a:visited {
	color: #3f3a39;
}

.nesting dd a:hover,.nesting2 dt a:hover,h5 a:hover {
	background: url(../common/navi_sbtn.gif) no-repeat right -19px;
	color: #3f3a39;
	text-decoration: none;
}

.nesting2 .dt_dd a:hover {
	background: url(../common/navi_sbtn2.gif) no-repeat right -19px;
}


/* サイドメニュー入れ子用最下層 */
.nesting2 dd {
	display: block;
	width: 148px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	border-top: 1px solid #9ddd68;
	font-size: 0.85em;
	line-height: 1.2;
}

.nesting2 .dd_bottom {
	display: block;
	margin-bottom: 3px;
}

.nesting2 .dd_bottom2 {
	display: block;
	padding-bottom: 3px;
}

.nesting2 dd a {
	display: block;
	width: 135px;
	_width: 148px;/* IE6対策 */
	padding: 4px 3px 2px 10px;
	background: url(../common/navi_subbtn_off.gif) repeat-y left top;
	color: #3f3a39;
	text-indent: -6px;
	text-decoration: none;
}

.nesting2 dd a:visited {
	color: #3f3a39;
}

.nesting2 dd a:hover {
	background: url(../common/navi_subbtn_on.gif) repeat-y left top;
	color: #3f3a39;
	text-decoration: none;
}



/* サイドメニューon/off設定
=================================== */
.nesting .dton {
	display: block;
	height: 17px;
	_height: 22px;/* IE6対策 */
	margin-bottom: 3px;
	padding: 5px 0px 0px 16px;
	background: url(../common/navi_btn.gif) no-repeat 0px -22px;
	color: #3f3a39;
	font-size: 0.92em;
	font-weight: bold;
	overflow: hidden;
}


/* サイドメニュー入れ子用 */
.nesting2 .dton,.nesting2 .dton_bottom {
	display: block;
	height: 16px;
	_height: 19px;/* IE6対策 */
	_margin-bottom: 3px;/* IE6対策 */
	padding: 3px 0px 3px 26px;
	background: url(../common/navi_sbtn.gif) no-repeat right -19px;
	overflow: hidden;
}

.nesting2 .dton_bottom {
	padding-bottom: 3px;
	_margin-bottom: 6px;/* IE6対策 */
}

.nesting2 .dton_dd {
	display: block;
	height: 16px;
	_height: 19px;/* IE6対策 */
	padding: 3px 0px 0px 26px;
	background: url(../common/navi_sbtn2.gif) no-repeat right -19px;
	overflow: hidden;
}


/* サイドメニュー入れ子用最下層 */
.nesting2 .ddon {
	display: block;
	width: 135px;
	_width: 148px;/* IE6対策 */
	padding: 4px 3px 2px 10px;
	background: url(../common/navi_subbtn_on.gif) repeat-y right top;
	color: #3f3a39;
	text-indent: -6px;
	text-decoration: none;
}

.nesting2 .ddon_bottom {
	display: block;
	width: 135px;
	_width: 148px;/* IE6対策 */
	margin-bottom: 3px;
	padding: 4px 3px 2px 10px;
	background: url(../common/navi_subbtn_on.gif) repeat-y right top;
	color: #3f3a39;
	text-indent: -6px;
	text-decoration: none;
}




/* *********************************
005: フッター
*********************************** */
/* adobeコンテンツ
=================================== */
#adobe {
	float: left;
	width: 425px;
	margin-left: 40px;
	_margin-left: 20px;/* IE6対策 */
	_margin-top: 10px;/* IE6対策 */
	padding-bottom: 2px;
}
		/* IE7対策用 */
		*:first-child+html #adobe {
			margin-top: 10px;;
		}

#adobe a {
	margin: 0px;
	padding: 0px;
}

#adobe p {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.2;
}

#adobe img {
	margin: 0px;
	padding: 0px;
}



/* callコンテンツ
=================================== */
#img_call {
	float: right;
	margin-top: 18px;
	margin-right: 40px;
	_margin-right: 20px;/* IE6対策 */
}

#img_call2 {
	height: 26px;
	float: right;
	margin: 15px 4px 4px 0px;
	_margin: 15px 2px 2px 0px;/* IE6対策 */
	padding: 0px;
}



/* フッターナビ3項目用
=================================== */
#foot ul {
	float: right;
	margin: 0px;
	padding: 0px;
}

#foot li {
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	background: url(../common/foot_list_mark.gif) no-repeat 0px 5px;
	font-size: 0.77em;
}

#foot li a,#foot address a {
	text-decoration: none;
}

#foot li a:hover {
	text-decoration: underline;
}

#foot a {
	color: #ffffff;
}

#foot .copy {
	width: 649px;
	clear: both;
}



/* 地方協力本部情報の表示設定
=================================== */
#foot address {
	float: left;
	color: #ffffff;
}

#foot .none a:hover {
	text-decoration: underline;
}




/* *********************************
006: タイトル
*********************************** */
/* コンテンツ用テキスト用大見出し（緑色テキスト）
=================================== */
h2 {
	clear: both;
	margin-bottom: 5px;
	padding:0px 0px 0px 3px;
	border-bottom: 1px solid #cfcfcf;
	color: #6b9e3f;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.3;
}

h2 a {
	color: #6b9e3f;
	text-decoration: none;
}

h2 a:hover {
	color: #6b9e3f;
	text-decoration: none;
}



/* コンテンツテキスト用中見出し
=================================== */
h3 {
	clear: both;
	margin: 0px;
	padding: 2px 0px 1px 5px;
	border-left: solid 12px #7fa761;
	background-color: #eef5db;
	color: #3f3a39;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
}

h3 a {
	color: #3f3a39;
	text-decoration: none;
}

h3 a:hover {
	color: #3f3a39;
	text-decoration: none;
}



/* subclass用ナビ見出し
=================================== */
h4 {
	display: block;
	margin-bottom: 3px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
}

h4 a{
	display: block;
	height: 17px;
	_height: 22px;/* IE6対策 */
	padding: 3px 0px 2px 16px;
	background: url(../common/navi_btn.gif) no-repeat;
	text-decoration: none;
	overflow: hidden;
}

h4 a:link {
	color: #3f3a39;
	text-decoration: none;
}

h4 a:visited {
	color: #3f3a39;
}

h4 a:hover {
	background: url(../common/navi_btn.gif) no-repeat 0px -22px;
	color: #3f3a39;
	text-decoration: none;
}

.h4on {
	height: 17px;
	_height: 22px;/* IE6対策 */
	margin-bottom: 3px;
	padding: 3px 0px 2px 16px;
	background: url(../common/navi_btn.gif) no-repeat 0px -22px;
	color: #3f3a39;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

/* サイドメニュー入れ子用 */
h5 {
	display: block;
	height: 19px;
	margin: 0px;
	padding-bottom: 3px;
	font-size: 1.2em;
	line-height: 1.2;
	text-indent: 0em;
}

h5 a {
	display: block;
	height: 16px;
	_height: 19px;/* IE6対策 */
	margin-left: 0px;
	padding: 3px 0px 0px 26px;
	background: url(../common/navi_sbtn.gif) no-repeat right top;
	color: #3f3a39;
	text-decoration: none;
	overflow: hidden;
	line-height: 1.2;
}

h5 a:link {
	color: #3f3a39;
	text-decoration: none;
}

h5 a:visited {
	color: #3f3a39;
}

h5 a:hover {
	background: url(../common/navi_sbtn.gif) no-repeat right -19px;
	color: #3f3a39;
	text-decoration: none;
}



/* モコプロフィール用テキスト大見出し（緑色テキスト）
=================================== */
h6 {
	clear: both;
	margin-bottom: 5px;
	padding:0px 0px 0px 3px;
	color: #003300;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3;
}

h6 a {
	color: #003300;
	text-decoration: none;
}

h6 a:hover {
	color: #003300;
	text-decoration: none;
}







/* *********************************
007: リンク
*********************************** */
/* 基本設定
=================================== */
a:link {
	color: #5a9628;
	text-decoration: underline;
}

a:visited {
	color: #660033;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}



/* リンクテキスト
=================================== */
.link {
	clear: both;
	margin-top: 10px;
}

.link a {
	margin: 15px 0px 15px 15px;
	padding-left: 15px;
	background: url(../common/list_mark1.gif) no-repeat left center;
	font-size: 1.4em;
}



/* 資料請求リンク
=================================== */
.request_link {
	width: 625px;
	margin: 5px 12px;
	padding: 0px;
	background: #dfffb5;
	overflow: auto;
}

.request_link a {
	display: block;
	float: right;
	width: 88px;
	height: 15px;
	_height: 18px;/* IE6対策 */
	margin: 3px 4px 0px 0px;
	_margin: 3px 2px 0px 0px;/* IE6対策 */
	padding: 3px 16px 0px 0px;
	background: url(../common/btn_lk.gif) no-repeat top right;
	color: #3f3a39;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.request_link a:visited {
	color: #3f3a39;
}

.request_link a:hover {
	background-position: bottom right;
	text-decoration: none;
	color: #3f3a39;
}

.request_link p {
	float: left;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size: 1.3em;
}



/* 戻るリンク
=================================== */
p.back {
	clear: both;
	display: block;
	font-size: 1.2em;
}

p.back a {
	float: right;
	padding-left: 15px;
	background: url(../common/back_mark.gif) no-repeat left center;
}

p.back a:visited {
	color: #5a9628;
}

p.back a:hover {
	color: #ff0000;
}



/* ダウンロード
=================================== */
.download1,.download2 {
	width: 625px;
	margin: 5px 12px;
	padding: 0px;
	overflow: auto;
}

.download1 {
	background: #dfffb5;
}

.download2 {
	background: #f0ffdd;
}

.download1 p,.download2 p {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	font-size: 1.3em;
}

.download1 a,.download2 a {
	display: block;
	float: right;
	width: 88px;
	height: 14px;
	_height: 18px;/* IE6対策 */
	margin: 3px 4px 0px 0px;
	_margin: 3px 2px 0px 0px;/* IE6対策 */
	padding: 4px 2px 0px 0px;
	color: #3f3a39;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.download1 a {
	background: url(../common/btn_dl1.gif) no-repeat top right;
}

.download2 a {
	background: url(../common/btn_dl2.gif) no-repeat top right;
}

.download1 a:visited,.download2 a:visited {
	color: #3f3a39;
}

.download1 a:hover,.download2 a:hover {
	background-position: bottom right;
	text-decoration: none;
	color: #3f3a39;
}

.download1 span,.download2 span {
	margin-left: 10px;
}



/* お問い合わせ
=================================== */
#call2 {
	clear: both;
	height: 101px;
	width: 649px;
	margin-bottom: 10px;
	background: url(../common/call2.gif);
}

#call2 a {
	display: block;
	position:relative;
	top: 50px;
	left: 485px;
	height: 30px;
	_height: 46px;/* IE6対策 */
	width: 159px;
	padding: 16px 0px 0px 28px;
	background: url(../common/btn_contact.gif) no-repeat left top;
	color: #3f3a39;
	font-size: 1.5em;
	text-decoration: none;
	overflow: hidden;
}

#call2 a:hover {
	background: url(../common/btn_contact.gif) no-repeat left bottom;
}




/* *********************************
008: テキスト
*********************************** */
p {
	margin: 5px 12px;
	text-indent: 1em;
	line-height: 1.4;
	font-size: 1.3em;
}

ul,ol,dl {
	margin: 5px 12px;
	list-style: none;
	font-size: 1.3em;
}

dt,dd,li {
	margin: 5px 0px;
	margin-bottom: 10px;
	text-indent: 1em;
	line-height: 1.4;
}

dt {
	margin-bottom: 2px;
}

dd {
	margin-top: 0px;
	margin-left: 11px;
}

p.caption {
	margin: 0px;
	line-height: 1.3;
	text-indent: 0em;
	text-align: center;
}

.notice {
	padding-left: 0px;
	text-indent: 0em;
}

span {
	color: #ff0000;
}




/* *********************************
009: リスト
*********************************** */
/* リスト用アイコン
=================================== */
.li {
	margin-left: 12px;
	text-indent: -1em;
}

.li img {
	margin-right: 1em;
	vertical-align: middle;
}



/* パンくずリスト
=================================== */
#topicpath_top {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 1.2em;
	line-height: 1.3;
}

#topicpath_bottom {
	clear: both;
	display: block;
	width: 649px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	_padding: 10px 0px 0px 0px;/* IE6対策 */
	font-size: 1.2em;
	line-height: 1.3;
}
		/* IE7対策用 */
		*:first-child+html #topicpath_bottom {
			padding: 10px 0px 0px 0px;
		}

#topicpath_top li,#topicpath_bottom li {
	display: inline;
	list-style-type: none;
	text-indent: 0em;
}

#topicpath_top li a,#topicpath_bottom li a {
	padding-right: 13px;
	background: url(../common/list_mark1.gif) no-repeat right center;
}

#topicpath_top li a:visited,#topicpath_bottom li a:visited {
	color: #5a9628;
}

#topicpath_top li a:hover,#topicpath_bottom li a:hover {
	color: #ff0000;
}




/* *********************************
010: テーブル
*********************************** */
table {
	display: block;
	margin: 0px 12px;
	border-collapse: collapse;
	font-size: 1.2em;
}

th,td {
	margin: 0px;
	padding: 10px;
	border: 1px solid #999999;
	line-height: 1.3;
	font-weight: lighter;
}

caption {
	text-align: left;
}

thead th {
	background: #dfffb5;
	text-align: center;
}

.tr1 {
	background: #f0ffdd;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}




/* *********************************
011: 画像
*********************************** */
.img_left {
	float: left;
}

.img_right {
	float: right;
}

.img_top {
	margin-top: 10px;
}


.img_kasane_right_bottom1 {
 position: relative;
 top: -75px;
 left: 515px;
}

.img_kasane_right_bottom1:hover {
	padding: 0px;
	border: 2px solid #80A660;
}


.img_kasane_right_bottom2 {
 position: relative;
 top: -75px;
 left: 287px;
}


.img_kasane_right_bottom2:hover {
	padding: 0px;
	border: 2px solid #80A660;
}







/* *********************************
012: その他
*********************************** */
.h5bottom {
	margin-bottom: 3px;
}

.bottom {
	margin-bottom: 30px;
}

.bottom2 {
	padding-bottom: 30px;
}

.bottom3 {
	padding-bottom: 20px;
}

.bottom4 {
	padding-bottom: 10px;
}

.bottom5 {
	padding-bottom: 5px;
}

.bottom40 {
	padding-bottom: 40px;
}

.bottoms {
	margin-bottom: 15px;
}

.top_0 {
	margin-top: 0px;
}

.top_5 {
	margin-top: 5px;
}

.top_none {
	margin-top: 7px;
}

.top_10 {
	margin-top: 10px;
}

.top_20 {
	margin-top: 20px;
}

.top_30 {
	margin-top: 30px;
}

.clear {
	clear: both;
}


/* *********************************
013: 表示消去
*********************************** */
#call2_1,h1 span {
	display: none;
}
