@charset "shift_jis";

/* ----------基本スタイル---------- */

* {
	margin: 0;
	padding: 0;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg_body.gif);
    background-position:center;
	background-repeat: repeat-y;
	font-size: 100%;
	color: #585858;
	background-color:#f0f8ff;
}

a {
	color: #003399;
	background-color:transparent;
	text-decoration:none;
}

a:visited {
	color: #006666;
	background-color:transparent;
	text-decoration:none;
}

a:hover {
	color: #FF6633;
	background-color:transparent;
	text-decoration:none;
}

img {
	border: none;
}


/* フォント デフォルト */

p,h1,h2,h3,h4,h5,h6 {
	font-size: 0.75em;
	line-height: 1.6em;
}


h2 {
	border-bottom: 1px solid #BDBDBD;
	margin-bottom: 15px;
}


/* リスト デフォルト */

ul,ol,dl {
	font-size: 0.75em;
	line-height: 1.6em;
}

ul ul,
ul ol,
ul p,
ol ul,
ol ol,
ol p {
	font-size: 1em;
}

ul li {
	margin-left: 1.3em;
}

ol li {
	margin-left: 1.6em;
}

/* IE5-6用CSSハック */

* html ul li {
	margin-left: 1.5em;
}

* html ol li {
	margin-left: 2.5em;
}


/* IE7用CSSハック */

*:first-child+html ul li {
	margin-left: 1.5em;
}

*:first-child+html ol li {
	margin-left: 2.5em;
}


/* 回り込み解除 */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}


/* フォントサイズ */

.small {
	font-size: 0.625em;
}

.large {
	font-size: 0.875em;
}


span.small {
	font-size: 0.83em;
}

span.large {
	font-size: 1.17em;
}



/* フォントカラー */

.text_red {
	color: #FF3300;
}

.text_red_b {
	color: #FF3300;
	font-weight: bold;
}

.text_blue {
	color: #003399;
}

.text_blue_b {
	color: #003399;
	font-weight: bold;
}

.text_green {
	color: #006C60;
}

.text_green_b {
	color: #006C60;
	font-weight: bold;
}


/* レイアウト */

#container,
#g_navi,
#contents {
	width: 751px;
}


/* ヘッダ */

#header {
	width: 751px;
	background-image: url(../img/bg_head.gif);
	background-repeat: repeat-x;
	border-top: 3px solid #14A053;
}


/* 文字サイズ変更 */

#font_changer {
	margin-top: 7px;
}


/* ローカルナビ */

#l_navi {
	height: 300px;
	overflow: visible;
	background-image: url(../img/bg_l_navi.jpg);
	background-repeat: no-repeat;
}


/* フッタ */

#footer {
	width: 751px;
	border-top: 2px solid #2CAF59;
	margin-top: 24px;
}


/* ページのトップへ */

.btn_pagetop {
	width: 555px;
	margin-top: 30px;
	text-align: right;
}


/* カテゴリトップ */

.category_tb {
	margin-bottom: 15px;
}


/* コンテンツ余白 */

.c_margin1 {
	width: 540px;
	margin: 10px 0 20px 15px;
}


/* 余白 */

.mb0 {
	margin-bottom: 0;
}

.mb1em {
	margin-bottom: 1em;
}


/* 行揃え */

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}


/* PDF Download */

ul.download {
	list-style-type: none;
}

ul.download li {
	margin-bottom: 0.5em;
	margin-left: 0;
}

ul.download a {
	background-image: url(../img/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 23px;
}


/* PDF Download 2 */

ol.download li {
	margin-bottom: 0.5em;
}

ol.download a {
	background-image: url(../img/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 23px;
}


/* program download */

ul.down {
	list-style-type: none;
}

ul.down li {
	margin-bottom: 0.5em;
	margin-left: 0;
}

ul.down a {
	background-image: url(../img/icon_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 23px;
}


/* zoom */

ul.zoom {
	list-style-type: none;
}

ul.zoom li {
	margin-bottom: 0.5em;
	margin-left: 0;
}

ul.zoom a {
	background-image: url(../img/icon_zoom.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 23px;
}
