/*

==================== CSS Introduce ====================

base.css: This File
template.css: Base Template Setting

contents.css: Contents Setting
ie.css: IE6 Bug Fix


*/



/* ##### template.css ##### */

/* HTML Tag
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html { background-color: #fff; } /* IE7 Bug Fix */

body {
	background: url(http://www.soumu.go.jp/main_content/000000057.gif) repeat-x;
	background-color: #fff;
	color: #1C1C1C;
	font-family: Verdana, sans-serif;
    line-height: 1.4;
}

a { text-decoration: underline; }
a:link { color: #206AB3; }
a:visited { color: #576985; }
a:hover, a:active, a:focus { color: #784CD2; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

img { border: 0; }

ul { list-style: none; }

hr {
	clear: both;
	margin-bottom: 10px;
}

pre, {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}



/* Layout
-------------------------------------------------- */

/* Container */
#container {
	width: 910px;
	margin: 0 auto;
	font-size: 80%;
}

/* Header */
#header {
	position: relative;
	background: url(http://www.soumu.go.jp/main_content/000000056.gif) no-repeat;
	margin-bottom: 10px;
}

/* Contents */
#contentsWrapper {
	width: 870px;
	margin: 0 auto 25px;
	/* zoom: 1; IE7 Bug Fix */
}

/* Footer */
#footer {
	clear: both;
	background: url(http://www.soumu.go.jp/main_content/000000047.gif) repeat-x bottom;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	color: #333;
}



/* Header
---------------------------------------------------*/
.headerBottom {
	height: 1%;
	background: url(http://www.soumu.go.jp/main_content/000000253.gif) no-repeat bottom;
	padding: 18px 10px 12px 23px;
}

/* Logo */
.headerLogo {
	float: left;
	width: 181px;
	padding: 5px 0;
}

/* Menu */
.headerMenu {
	float: right;
	width: 650px;
}
.headerMenu ul { float: right; }
.headerMenu li {
	float: left;
	margin-left: 12px;
	padding: 4px 0;
	font-size: 80%;
}
.headerMenu a {
	background: url(http://www.soumu.go.jp/main_content/000000048.gif) no-repeat left center;
	padding-left: 8px;
	text-decoration: none;
}

/* blockSkip (Navigation Skip) */
#blockSkip ul{
	margin: 0;
	padding: 0;
}
#blockSkip li{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
#blockSkip a{
	padding: 5px;
	display: inline;
	z-index: 99;
	text-decoration: none;
	position: absolute; 
	width:300px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
	/zoom:1;
}
#blockSkip a:focus,
#blockSkip a:active{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
	}

/* Google Co-op */
.headerMenu li.sch {
	padding: 0;
}

.headerMenu li.sch img {
	vertical-align:bottom;
}

.headerMenu li.sch form,
.headerMenu li.sch a {
	float: left;
	background: none;
	padding: 0 2px;
}
.headerMenu li.sch a.btn { display: block; }
.headerMenu li.sch input { vertical-align: middle; }
.headerMenu li.sch input.txtFld {
	width: 200px;
	border: 1px solid #aaa;
	margin-right: 2px;
	padding: 2px;
	vertical-align: top;
}
.headerMenu li.sch .radioBtn { padding-top: 3px; padding-bottom:3px; }
.headerMenu li.sch .radioBtn input { margin: 0 3px 0 14px; }

#cse-search-form input,select { vertical-align: middle }
#cse-search-results iframe { width:650px; }

/* Banner */
.headerBanner {
	clear: both;
	float: right;
	padding: 12px 5px 0;
}
.headerBanner li {
	float: left;
	margin-left: 5px;
	padding: 0;
}
.headerBanner li a {
	background: none;
	padding: 0;
}
.headerBanner, .headerBanner li { height: 28px; }

/* Breadcrumbs List */
.bread { margin-bottom: 5px; }



/* Footer
---------------------------------------------------*/
#footer .tail { border-right: 1px solid #333; }
#footer .footerMenu {
	background-color: #f8f8f8;
	border-bottom: 1px solid #c0c0c0;
	padding: 7px;
	text-align: center;
}
#footer .footerMenu ul { display: inline; }
#footer .footerMenu li {
	display: inline;
	background: url(http://www.soumu.go.jp/main_content/000000048.gif) no-repeat 9px 50%;
	border-left: 1px solid #333;
	padding: 0 20px;
	/* zoom: 1; IE7 Bug Fix */
}
#footer .copy {
	padding: 5px 0 15px 0;
	font-size: 80%;
	text-align: center;
}
#footer .copy img {
	padding-right: 5px;
	vertical-align: middle;
}



/* Contents Body
---------------------------------------------------*/
.contentsBody { height: 1%; }
.twoCol .contentsBody {
	float: left;
	width: 665px;
}
.twoColB .contentsBody {
	float: right;
	width: 665px;
}

.press .contentsBody { padding: 0 85px; }
.sct .contentsBody { padding-top: 20px; }
.bukyoku .contentsBody { background: url(http://www.soumu.go.jp/main_content/000000114.gif) no-repeat right top; }
.seisaku .contentsBody { background: url(http://www.soumu.go.jp/main_content/000000116.gif) no-repeat right top; }
.shingi .contentsBody { background: url(http://www.soumu.go.jp/main_content/000000117.gif) no-repeat right top; }

.contentsBody .innerBox {
	height: 1%;
	margin-bottom: 15px;
	padding: 0 15px;
}
.contentsBody .innerBoxB {
	margin-bottom: 15px;
	padding: 0 15px;
}
.contentsBody .innerBG {
	height: 1%;
	background: url(http://www.soumu.go.jp/main_content/000000064.gif);
	border: 1px solid #ccc;
	padding: 15px;
}
.contentsBody .mainArea { width: 460px; }
.contentsBody .sideArea {
	width: 190px;
	background-color: #ccc;
}
.twoCol .contentsBody .mainArea { float: right; }
.twoCol .contentsBody .sideArea { float: left; }
.twoColB .contentsBody .mainArea { float: left; }
.twoColB .contentsBody .sideArea { float: right; }

/* 配置 */
.clear { clear: both; }
.leftPos { float: left; }
.rightPos { float: right; }
.leftPosT { text-align: left; }
.rightPosT { text-align: right; }
.centerPosT { text-align: center; }
.wHalf {
	width: 46%;
	word-wrap: break-word;
}
.nw { white-space: nowrap; }

/* ボタン */
a.btn, input.btn {
	background: none;
	background-color: #fff;
	border: 1px solid #bbb;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0 3px;
	padding: 3px 10px;
	color: #000;
	text-decoration: none;
	line-height: 2;
	cursor: pointer;
}
input.btn { line-height: 1.1; }
a.btn:link,
a.btn:visited,
a.btn:hover { color: #000; }

/* ページトップへ */
.pTop {
	clear: both;
	margin-bottom: 5px;
}
.pTop a {
	background: url(http://www.soumu.go.jp/main_content/000000062.gif) no-repeat left center;
	padding-left: 8px;
	font-size: 80%;
}



/* Contents Menu
---------------------------------------------------*/
.twoCol .contentsMenu {
	float: right;
	width: 190px;
}
.twoColB .contentsMenu {
	float: left;
	width: 190px;
}

/* Section Title */
.sctTtl {
	position: relative;
	padding: 50px 10px 7px 15px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.1;
	font-weight: bold;
}
.bukyoku .sctTtl {
	background: url(http://www.soumu.go.jp/main_content/000000091.gif) no-repeat;
	border-bottom: 1px solid #334f8c;
}
.seisaku .sctTtl {
	background: url(http://www.soumu.go.jp/main_content/000000092.gif) no-repeat;
	border-bottom: 1px solid #33804b;
}
.shingi .sctTtl {
	background: url(http://www.soumu.go.jp/main_content/000000093.gif) no-repeat;
	border-bottom: 1px solid #356275;
}
.bukyoku .sctTtlPT { background: url(http://www.soumu.go.jp/main_content/000000254.gif) repeat-y; }
.seisaku .sctTtlPT { background: url(http://www.soumu.go.jp/main_content/000000255.gif) repeat-y; }
.shingi .sctTtlPT { background: url(http://www.soumu.go.jp/main_content/000000258.gif) repeat-y; }
.relLink {
	background: url(http://www.soumu.go.jp/main_content/000000054.gif) repeat-x bottom;
	border: 1px solid #999;
	padding: 10px;
}

/* Navi */
.contentsMenu .sideNavi {
	background: url(http://www.soumu.go.jp/main_content/000000094.gif) repeat-y;
	border: 1px solid #999;
	padding: 1px 1px 1px 8px;
	font-size: 1.1em;
}

.bukyoku .sideNavi,
.seisaku .sideNavi,
.shingi .sideNavi { padding: 0 1px 1px 8px; }

#gNaviname,
#lNaviname,
#orgNaviname,
#polNaviname,
.sctNavi {
	width: 169px;
	background: url(http://www.soumu.go.jp/main_content/000000054.gif) repeat-x bottom;
	border: 1px solid #999;
	margin-top: 3px;
	padding: 3px;
	text-decoration: none;
}
#gNaviname {
	background: url(http://www.soumu.go.jp/main_content/000000066.gif) repeat-x bottom;
	border: 1px solid #999;
	margin-top: 0;
}

.sctNavi { margin-top: 0; }

#gNaviname a,
#lNaviname a,
#orgNaviname a,
#polNaviname a,
.sctNavi a { text-decoration: none; }

#gNaviname img,
#lNaviname img,
#orgNaviname img,
#polNaviname img,
.sctNavi img {
	vertical-align: middle;
	margin-right: 4px;
}


/** アクセシビリティ対応サイドナビ **/
#gNaviname_new,
#lNaviname_new,
#orgNaviname_new,
#polNaviname_new {
	width: 142px;
	background: #efefef url(http://www.soumu.go.jp/main_content/000220107.gif) 0 0 no-repeat;
	border: 1px solid #999;
	margin-top: 3px;
	padding: 3px;
	padding-left:30px;
	text-decoration: none;
}
#gNaviname_new {
	background: #ceebef url(http://www.soumu.go.jp/main_content/000220106.gif) 0 0 no-repeat;
	margin-top: 0;
}

#gNaviname_new a,
#lNaviname_new a,
#orgNaviname_new a,
#polNaviname_new a,
.sctNavi a { text-decoration: none; }

#gNaviname_new img,
#lNaviname_new img,
#orgNaviname_new img,
#polNaviname_new img,
.sctNavi img {
	vertical-align: middle;
	margin-right: 4px;
}

/** アクセシビリティ対応サイドナビ **/

#gNavilist li,
#lNavilist li,
#orgNavilist li,
#polNavilist li,
.sctNavi li {
	background: url(http://www.soumu.go.jp/main_content/000000095.gif) no-repeat top;
	padding: 5px 7px;
}

#gNavilist li li,
#lNavilist li li,
#orgNavilist li li,
#polNavilist li li,
.sctNavi li li {
	margin-top: 5px;
	padding: 5px 7px 0;
}

#gNavilist li a,
#lNavilist li a,
#orgNavilist li a,
#polNavilist li a,
.sctNavi li a {
	display: block;
	height: 1%;
	background: url(http://www.soumu.go.jp/main_content/000000048.gif) no-repeat left 0.45em;
	padding-left: 12px;
}

#gNavilist li.other a,
#lNavilist li.other a,
#orgNavilist li.other a,
#polNavilist li.other a,
.sctNavi li.other a { background: url(http://www.soumu.go.jp/main_content/000000273.gif) no-repeat left 0.45em; }

#gNavilist li li a,
#lNavilist li li a,
#orgNavilist li li a,
#polNavilist li li a,
.sctNavi li li a { background: url(http://www.soumu.go.jp/main_content/000000062.gif) no-repeat left 0.45em; }



/* Global
-------------------------------------------------- */

/* Block Setting */
.blk {
	position: relative;
	border: 1px solid #e8e8e8;
	margin-bottom: 5px;
}

/* hidden */
.hidden, .hiddenCmt {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -10000px;
}

/* noscript */
#nsBelt {
	background: url(http://www.soumu.go.jp/main_content/000000054.gif) repeat-x bottom;
	border-bottom: 1px solid #ccc;
}
.nsMsg {
	padding: 8px 15px;
	font-size: 0.8em;
	line-height: 1.1;
}

	/* Clear Fix */
	#contentsWrapper:after,
	.headerBottom:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0;
		font-size: 0.1em;
		/*line-height: 0;*/
		clear: both;
	}




/* ##### contents.css ##### */

/* 見出し */
.contentsBody h1 {
	background: url(http://www.soumu.go.jp/main_content/000000061.gif) no-repeat left bottom;
	background-color: #000;
	border: 1px solid #e8e8e8;
	margin-bottom: 12px;
	padding: 7px 10px;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.1;
}
.contentsBody h1.schResult {
	background: url(http://www.soumu.go.jp/main_content/000000054.gif) repeat-x bottom;
	border: 1px solid #ccc;
	color: #333;
}
.contentsBody h2 {
	clear: both;
	border-left: 3px solid #f60;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 3px 7px;
	font-size: 1.2em;
}
.contentsBody h3 {
	border-left: 5px solid #aaa;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 1.1em;
}

.sct .contentsBody h1 {
	background: none;
	border: none;
	border-left: 3px solid #f60;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 3px 7px;
	color: #333;
	line-height: normal;
}
.sct .contentsBody h2 {
	clear: both;
	background: url(http://www.soumu.go.jp/main_content/000000054.gif) repeat-x bottom;
	border: none;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
	padding: 3px 8px;
}
.contentsBody h2.ttl,
.sct .contentsBody h2.ttl {
	background: none;
	border-left: none;
	border-bottom: none;
	margin-bottom: 15px;
	padding: 3px 7px;
	font-size: 1.3em;
	text-align: center;
	text-decoration: underline;
}
.contentsBody h2.ttlYM,
.sct .contentsBody h2.ttlYM {
	background: url(http://www.soumu.go.jp/main_content/000000064.gif);
	border-left: none;
	border-bottom: 2px solid #fa9;
	margin-bottom: 10px;
	padding: 5px 7px;
}

/* リスト */
.contentsBody ul {
	margin-bottom: 10px;
	padding-left: 10px;
}
.contentsBody ol {
	margin-bottom: 10px;
	padding-left: 30px;
}
.contentsBody li { margin-bottom: 3px; }
.contentsBody li img {
	margin-right: 3px;
	vertical-align: top;
}

.contentsBody ul.normal {
	list-style: disc;
	padding-left: 30px;
}

.contentsBody ul.line { /* Clear Fix */
	height: 1%;
	list-style: none;
	padding: 5px 0;
}
.contentsBody ul.line li {
	float: left;
	padding: 2px 5px;
}

.contentsBody .aly_tx ul.linenw { /* listマーク上書き */
	list-style: none;
}

.contentsBody ul.linenw { /* Clear Fix */
	height: 1%;
	list-style: none;
	padding: 5px 0;
}
.contentsBody ul.linenw li {
	float: left;
	padding: 2px 5px;
}
.contentsBody ul.linenw li a {
	white-space: nowrap;
}

.contentsBody .boxDouble ul {
	margin-bottom:0;
	font-weight:bold;
}
.contentsBody .boxDouble ul li.icon {
	background: url(http://www.soumu.go.jp/main_content/000000048.gif) no-repeat left 0.3em;
	padding: 0 0 0.2em 15px;
	font-size:125%;
}
.contentsBody .boxDouble ul li.icon ul {
	font-size:90%;
	margin-bottom:10px;
}


.contentsBody dl { height: 1%; }
.contentsBody dt {
	padding: 5px 10px;
	font-weight: bold;
}
.contentsBody dd {
	margin-bottom: 5px;
	padding: 0 0 2px 25px;
	line-height: 1.1;
}
.contentsBody dl.idxLst dt,
.contentsBody dl.icon dt,
.contentsBody dl.iconS dt {
	clear: left;
	float: left;
	width: 130px;
}
.contentsBody dl.idxLst2 {
	margin-bottom: 10px; 
}
.contentsBody dl.idxLst2 dt {
	padding: 0.1em 10px;
	clear: left;
	float: left;
	width: 130px;
}
.contentsBody dl.idxLst2 dd {
	height: 1%;
	margin-left: 150px;
	padding: 0.1em;
	line-height: 1.4;
}

.contentsBody dl.icon dt { width: 50px; }
.contentsBody dl.iconS dt { width: 20px; }
.contentsBody dl.idxLst dd,
.contentsBody dl.icon dd,
.contentsBody dl.iconS dd {
	height: 1%;
	margin-left: 150px;
	padding: 5px;
	line-height: 1.4;
}
.contentsBody dl.icon dd { margin-left: 70px; }
.contentsBody dl.iconS dd { margin-left: 40px; }

/* 段落 */
.contentsBody p { margin-bottom: 10px; }
.contentsBody p.idt { padding-left: 10px; }

/* ボックス */
.contentsBody .boxNormal {
	border: 1px solid #666;
	margin-bottom: 10px;
	padding: 7px;
}
.contentsBody .boxDouble {
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
}
.contentsBody .boxDouble div.waku_top {
	background: url(http://www.soumu.go.jp/main_content/000110620.gif) no-repeat;
	width:662px;
	height:12px;
}
.contentsBody .boxDouble div.waku_main {
	background: url(http://www.soumu.go.jp/main_content/000110621.gif) repeat-y;
	padding:12px 30px;
}
.contentsBody .boxDouble div.waku_bottom {
	background: url(http://www.soumu.go.jp/main_content/000110622.gif) no-repeat;
	width:662px;
	height:12px;
}

.contentsBody .boxEx {
	background: url(http://www.soumu.go.jp/main_content/000000064.gif) repeat-x;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 7px 7px;
}
.contentsBody .boxAtt {
	background-color: #fc9;
	border: 1px solid #f96;
	margin-bottom: 10px;
	padding: 7px;
}

/* 配置 */
/* ===== template.cssに記述 ===== */

/* 表組 */
td, th { word-wrap: break-word;}

.tableList {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #aaa;
	margin-bottom: 20px;
}
.twoCol .tableList,
.twoColB .tableList { width: 634px; }
.mainArea .tableList { width: 430px; }
.tableList th {
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 5px;
	line-height: 1.4;
}
.tableList th.mainTtl {
	width: auto;
	background: url(http://www.soumu.go.jp/main_content/000000054.gif) repeat-x bottom;
}
.tableList td {
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 5px;
}

.tableLayout {
	border-collapse: collapse;
	border: none;
	margin-bottom: 20px;
}
.tableLayout th,
.tableLayout th.mainTtl,
.tableLayout td {
	background: none;
	background-color: transparent;
	border: none;
	padding: 5px;
	text-align: left;
}

.tableList caption,
.tableLayout caption {
	margin-bottom: 3px;
	text-align: left;
	font-weight: bold;
}
.tableList .w20px { width: 20px; }

/* ボタン */
/* ===== template.cssに記述 ===== */

/* バックナンバー表示 */
.contentsBody ul.year { /* Clear Fix */
	clear: both;
	height: 1%;
	background: url(http://www.soumu.go.jp/main_content/000000047.gif) repeat-x bottom;
	border-left: 1px solid #aaa;
	margin-bottom: 0;
	padding-left: 0;
}
.contentsBody ul.year li {
	float: left;
	background: url(http://www.soumu.go.jp/main_content/000000066.gif) repeat-x bottom;
	border: 1px solid #aaa;
	border-left: none;
	border-bottom: none;
	margin-bottom: 0;
	padding: 5px 15px;
	text-align: center;
}
.contentsBody ul.year li.selected { background: url(http://www.soumu.go.jp/main_content/000000065.gif) repeat-x bottom; }

.contentsBody ul.year2 { /* Clear Fix */
	clear: both;
	height: 1%;
	border: 1px solid #aaa;
	border-right: none;
	border-bottom: none;
	width: 630px;
	margin: 0;
	padding: 0;
}
.contentsBody ul.year2 li {
	float: left;
	background: url(http://www.soumu.go.jp/main_content/000000066.gif) repeat-x bottom;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	width: 89px;
}
.contentsBody ul.year2 li.selected { background: url(http://www.soumu.go.jp/main_content/000000065.gif) repeat-x bottom; }

.contentsBody ul.month { /* Clear Fix */
	clear: both;
	height: 1%;
	background-color: #e6e6e6;
	border: 1px solid #aaa;
	padding-left: 0;
}
.contentsBody ul.month li {
	float: left;
	background: url(http://www.soumu.go.jp/main_content/000000054.gif) repeat-x bottom;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 0;
	padding: 5px 10px;
	color: #666;
	text-align: center;
}

/* タブメニュー */
.contentsBody ul.tab { /* Clear Fix */
	clear: both;
	height: 1%;
	background: url(http://www.soumu.go.jp/main_content/000000047.gif) repeat-x bottom;
	border-left: 1px solid #aaa;
	border-bottom: 2px solid #aaa;
	margin-bottom: 10px;
	padding-left: 0;
}
.contentsBody ul.tab li {
	float: left;
	background: url(http://www.soumu.go.jp/main_content/000000066.gif) repeat-x bottom;
	background-color: #fff;
	border: 1px solid #aaa;
	border-left: none;
	border-bottom: none;
	margin-bottom: 0;
	padding: 5px 15px;
	text-align: center;
}
.contentsBody ul.tab li.selected { background: url(http://www.soumu.go.jp/main_content/000000065.gif) repeat-x bottom; }

/* タイル配置 */
.contentsBody ul.tile { /* Clear Fix */
	clear: both;
	height: 1%;
	margin-bottom: 20px;
	padding-left: 0;
}
.twoCol .contentsBody ul.tile,
.twoColB .contentsBody ul.tile { padding-left: 5px; }
.contentsBody ul.tile li {
	float: left;
	width: 200px;
	padding: 5px;
	text-align: center;
}
.contentsBody ul.tile img {
	display: block;
	margin: 5px auto;
}
.contentsBody ul.tile .date {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding: 3px 7px;
	text-align: left;
}

/* その他 */
.fHTML { }



	/* Clear Fix */
	.contentsBody .innerBox:after,
	.contentsBody ul.year:after,
	.contentsBody ul.year2:after,
	.contentsBody ul.month:after,
	.contentsBody ul.tab:after,
	.contentsBody ul.tile:after,
	.contentsBody ul.line:after,
	.contentsBody ul.linenw:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0;
		font-size: 0.1em;
		/*line-height: 0;*/
		clear: both;
	}



/* Inquiry
-------------------------------------------------- */
.inquiry .contentsBody {
	width: 665px;
	margin: 0 auto;
}

.inquiry h1 {
	background: url(http://www.soumu.go.jp/main_content/000000054.gif) repeat-x bottom;
	border: 1px solid #ccc;
	color: #333;
}

.inquiry .tableList th.mainTtl {
	width: auto;
	background: none;
	background-color: #fed;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
}
.inquiry .tableList th { width: 130px; }
.inquiry .tableList td { line-height: 1.6; }

.inquiry .contentsBody ul.normal {
	margin-bottom: 0;
	padding-left: 15px;
}
.inquiry .contentsBody dt {
	clear: left;
	float: left;
	width: 10px;
	padding: 2px 0 0 0;
	font-weight: normal;
	line-height: 1.6;
}
.inquiry .contentsBody dd {
	margin-bottom: 3px;
	padding: 0 0 0 18px;
	line-height: 1.6;
}

.inquiry strong {
	color: #f00;
	font-size: 1.2em;
}

.inquiry input.txtFld,
.inquiry textarea {
	width: 450px;
	border: 1px solid #aaa;
	padding: 2px;
}

.inquiry iframe {
	height: 150px;
	width: 632px;
	background-color: #fff;
	border: 1px solid #aaa;
}

.inquiry .btnArea {
	background: url(http://www.soumu.go.jp/main_content/000000066.gif) repeat-x bottom;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 10px;
	padding: 10px;
}



.privacy { background: none; }
.privacy #container,
.privacy #contentsWrapper { width: auto; }
.privacy #contentsWrapper {
	margin: 0;
	padding: 15px;
}
.privacy .contentsBody { width: 580px; }
.privacy .contentsBody h1 {
	background: none;
	border: none;
	padding: 0;
	color: #333;
}
.privacy .contentsBody ol { padding-left: 20px; }




/* ##### aly.css ##### */

/* 書式編集モード対応用CSS 2011/12/20 */

/* 表組 */
.aly_tx table {
	border-collapse: collapse;
	border: 1px solid #aaa;
	margin-bottom: 20px;
}

.mainArea .aly_tx table { width: 430px; }
.aly_tx table th {
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 5px;
	line-height: 1.4;
}
.aly_tx table th.mainTtl {
	width: auto;
	background: url(/main_content/000000054.gif) repeat-x bottom;
}
.aly_tx table td {
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 5px;
}

.aly_tx table caption {
	margin-bottom: 3px;
	text-align: left;
	font-weight: bold;
}
.aly_tx table .w20px { width: 20px; }

.inquiry .aly_tx table th.mainTtl {
	width: auto;
	background: none;
	background-color: #fed;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
}
.inquiry .aly_tx table th { width: 130px; }
.inquiry .aly_tx table td { line-height: 1.6; }

/* table IE用 */
* html .aly_tx table { font-size: 90%; }

/* リスト */
.contentsBody .aly_tx ul {
	margin-bottom: 10px;
	list-style: disc;
	padding-left: 30px;
}
.contentsBody li { margin-bottom: 3px; }
.contentsBody li img {
	margin-right: 3px;
	vertical-align: top;
}

/* 文字揃え */

.aly_tx_left {text-align: left;}
.aly_tx_center {text-align: center;}
.aly_tx_right {text-align: right;}
.aly_tx_justify {text-align: justify;}


/* 色変更 */

span.aly_tx_f_auto{color:rgb(0,0,0);}
span.aly_tx_f_black{color:rgb(0,0,0);}
span.aly_tx_f_maroon{color:rgb(128,0,0);}
span.aly_tx_f_saddlebrown{color:rgb(139,69,19);}
span.aly_tx_f_darkslategray{color:rgb(47,79,79);}
span.aly_tx_f_teal{color:rgb(0,128,128);}
span.aly_tx_f_navy{color:rgb(0,0,128);}
span.aly_tx_f_indigo{color:rgb(75,0,130);}
span.aly_tx_f_dimgray{color:rgb(105,105,105);}
span.aly_tx_f_firebrick{color:rgb(178,34,34);}
span.aly_tx_f_brown{color:rgb(165,42,42);}
span.aly_tx_f_goldenrod{color:rgb(218,165,32);}
span.aly_tx_f_darkgreen{color:rgb(0,100,0);}
span.aly_tx_f_turquoise{color:rgb(64,224,208);}
span.aly_tx_f_mediumblue{color:rgb(0,0,205);}
span.aly_tx_f_purple{color:rgb(128,0,128);}
span.aly_tx_f_gray{color:rgb(128,128,128);}
span.aly_tx_f_red{color:rgb(255,0,0);}
span.aly_tx_f_darkorange{color:rgb(255,140,0);}
span.aly_tx_f_gold{color:rgb(255,215,0);}
span.aly_tx_f_green{color:rgb(0,128,0);}
span.aly_tx_f_cyan{color:rgb(0,255,255);}
span.aly_tx_f_blue{color:rgb(0,0,255);}
span.aly_tx_f_violet{color:rgb(238,130,238);}
span.aly_tx_f_darkgray{color:rgb(169,169,169);}
span.aly_tx_f_lightsalmon{color:rgb(255,160,122);}
span.aly_tx_f_orange{color:rgb(255,165,0);}
span.aly_tx_f_yellow{color:rgb(255,255,0);}
span.aly_tx_f_lime{color:rgb(0,255,0);}
span.aly_tx_f_paleturquoise{color:rgb(175,238,238);}
span.aly_tx_f_lightblue{color:rgb(173,216,230);}
span.aly_tx_f_plum{color:rgb(221,160,221);}
span.aly_tx_f_lightgrey{color:rgb(211,211,211);}
span.aly_tx_f_lavenderblush{color:rgb(255,240,245);}
span.aly_tx_f_antiquewhite{color:rgb(250,235,215);}
span.aly_tx_f_lightyellow{color:rgb(255,255,224);}
span.aly_tx_f_honeydew{color:rgb(240,255,240);}
span.aly_tx_f_azure{color:rgb(240,255,255);}
span.aly_tx_f_aliceblue{color:rgb(240,248,255);}
span.aly_tx_f_lavender{color:rgb(230,230,250);}
span.aly_tx_f_white{color:rgb(255,255,255);}



/* ##### ie.css ##### */

/* HTML Tag
-------------------------------------------------- */
* html body { text-align: center; }



/* Template
-------------------------------------------------- */
* html #container { text-align: left; }
* html #contentsWrapper { margin: 0 20px 15px; }

* html #gNaviname,
* html #lNaviname,
* html #orgNaviname,
* html #polNaviname { width: 177px; }

* html .headerBanner { height: 40px; }

* html .contentsBody ul.tile li { width: 210px; }
* html .contentsBody dl.idxLst dt { width: 150px; }
* html .contentsBody dl.icon dt { width: 70px; }

* html .tableList,
* html .tableLayout { font-size: 90%; }
* html .tableList { width: 840px; }
* html .press .tableList { width: 670px; }
* html .twoCol .tableList { width: 633px; }
* html .mainArea .tableList { width: 430px; }

* html .wHalf { width: 48%; }

* html .inquiry #contentsWrapper { text-align: center; }
* html .inquiry .contentsBody,
* html .inquiry .contentsMenu { text-align: left; }
* html .inquiry .tableList { width: 633px; }
* html .inquiry .tableList th { width: 140px; }
* html .inquiry iframe { width: 631px; }

/* for IE6 */
* html #gNaviname img,
* html #lNaviname img,
* html #orgNaviname img,
* html #polNaviname img { vertical-align: -5px; }

* html .headerMenu li.sch .radioBtn { padding-top: 0; }
* html .headerMenu li.sch .radioBtn input { margin: 0 1px 0 8px; }

* html .inquiry .contentsBody dl dd { padding: 3px 0 0 18px; }

* html .contentsBody ul.year2 { width: 631px; }
* html .contentsBody ul.year2 li { width: 90px; }

/* for IE7 */
*+html #gNaviname img,
*+html #lNaviname img,
*+html #orgNaviname img,
*+html #polNaviname img { vertical-align: -5px; }

*+html .headerMenu li.sch .radioBtn { padding-top: 0; }
*+html .headerMenu li.sch .radioBtn input { margin: 0 1px 0 8px; }

*+html .inquiry .contentsBody dl dd { padding: 2px 0 0 20px; }
