@import url("layout_utf8.css");

body {
	background-color: #81C9EB;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #000000;
	font-size: 100%;
	line-height: 170%;
	width: 100%;
}

p {
	margin: 0px;
}

img {
	border: none;
}

/* 大見出し画像タイトル用（共通） */

h1.common{
	margin: 0 0 0 0px;
	padding: 0px;
	height: 39px;
	width: 100%;
	background-image: url(../images/ttl_common-bg.gif);
	background-repeat: repeat-x;
	
}

/* 中見出し画像タイトル用（共通） */

h2{
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 20px;
	background-image:url(../images/h2.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #666666;
	font-size: 125%;
	width: 97%;
	clear: both;
}

/* 小見出し画像タイトル用（共通） */

h3{
	color: 000000;
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 7px;
	border-bottom: 1px dotted #CCCCCC;
	width: 99%;
}

/* フォント */

.blue_bold{
	color: #2E58BA;
	font-weight: bold;
}

.blue{
	color: #2E58BA;
}

.red{
	color: #CC3333;
}

.red_bold{
	color: #CC3333;
	font-weight: bold;
}

.large{
	font-size: 1.5em;
}

.center-txt{
	text-align: center;
}

.right-txt{
	text-align: right;
}

/* 背景囲い */

.blue_bg{
	border: none;
	padding: 10px;
	background-color: #E3F3F9;
	width: 97%;
}

/*通常のリンクカラー（共通）*/

a:link{
	color: #2E59BA;
	text-decoration: underline;
}

a:visited{
	color: #2E59BA;
	text-decoration: underline;
}

a:hover{
	color: #2663EB;
	text-decoration: underline;
}

/* テーブルルール（フォント共通指定） */

td{
	vertical-align: top;
	color: #000000;
}

/* リスト（共通） */

ul.list{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}

ul.list li{
	margin-top: 5px;
	margin-left: 15px;
	_margin-left: 0px;
	padding: 0px;
}

/* DL（共通） */

dl{
	margin: 5 0 0 0px;
	padding: 0px;
}

dt{
	margin-top: 5px;
	font-weight: bold;
}

dd{
	margin-top: 5px;
	margin-left: 20px;
}

/* DL（共通マーク有り） */

dl.mark{
	margin: 5 0 0 0px;
	padding: 0px;
}

dl.mark dt{
	margin-top: 10px;
	font-weight: bold;
	background-image: url(../images/dt_square.gif);
	background-repeat:no-repeat;
	padding-left: 14px;
}

dl.mark dd{
	margin-top: 5px;
	margin-left: 20px;
}

/* ページトップ */

.pagetop{
	text-align: right;
	margin-top: 3px;
	clear: both;
}

.pagetop a:link{
	color: #FF9900;
	text-decoration: none;
}

.pagetop a:visited{
	color: #FF9900;
	text-decoration: none;
}

.pagetop a:hover{
	color: #FF9900;
	text-decoration: none;
}

/* 回り込みの解除（共通） */
.newline {
	clear : both;
}

/* 右回りこみ画像（共通）*/
.img_right-txt{
	margin: 10px 5px 0px 0px;
}

img.img_right{
	float: right;
	_margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: center;
}

/* 左回りこみ画像（共通）*/
.img_left-txt{
	margin: 10px 5px 0px 0px;
}

img.img_left{
	float: left;
	_margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* ページ内ナビ（共通） */

div#tab{
	margin-top: 10px;
	margin-bottom: 0px;
	width: 97%;
}

div#tab ul{
	margin: 0px;
	padding: 0px;
}

div#tab li{
	list-style-type: none;
	float: left;
	line-height: 180%;
}

/* ページ内ナビの下のbar（共通） */

.bar{
	_margin-top: 0px;
	border-top: 5px solid #858585;
	padding-top:10px;
	width: 100%;
	clear: both;
}

/* ページ内ナビ（タブ）  */

div#tab a.two-on{
	margin-right: 10px;
	background-color: #858585;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	text-align: center;
	color: #FFFFFF;
}

div#tab a.two{
	margin-right: 10px;
	background-color: #D7D7D7;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	text-align: center; /* タブ数で変更  */
}

div#tab a.two-last{
	margin-right: 0px;
	background-color: #D7D7D7;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	text-align: center;
}

div#tab a.two-last-on{
	margin-right: 0px;
	background-color: #858585;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	text-align: center;
	color: #FFFFFF;
}

/* タブ下のメニュー */

#tab_undernavi{
	background-color: #EBEBEB;
	color: #666666;
	padding: 5px;
	width: 97%;	
}

#tab_undernavi strong.hit{
	padding-right: 30px;
	padding-left: 30px;
}

#tab_undernavi a.out{
	padding-right: 30px;
	padding-left: 30px;
}

/* デザインテーブル（共通） */
table.shape01{
	margin: 0 10 10 10px;
	padding: 0;
	border: 0px solid #ffffff;
}

table.shape01 caption{
	color: #2E58BA;
	font-weight: bold;
	text-align: left;
}

table.shape01 td.line{
	vertical-align: middle;
	padding: 5px;
	margin: 0;
	color: #000000;
	border-bottom: 1px solid #DBDBDB;
	white-space: nowrap;
}

table.shape01 td{
	vertical-align: middle;
	padding: 5px;
	margin: 0;
	color: #000000;
	border: 0px solid #FFFFFF;
}

table.shape01 td.top{
	vertical-align: top;
	padding: 5px;
	margin: 0;
	color: #000000;
	border: 0px solid #FFFFFF;
}


/* デザインテーブル（共通） */

table.shape02 {
	margin: 0 10 10 10px;
	border: 1px solid #999999;
	border-collapse: collapse;
	text-align: left;
	background-color:#FFFFFF;
}

table.shape02 th {
	padding: 5px;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	white-space: nowrap;
}

table.shape02 td {
	padding: 5px;
	border: 1px solid #999999;
}

/* サイトマップ用 */

.itemize{
	margin: 20px 0px 0px 0px;
	width: 100%;
	font-weight: bold;
	background-image: url(../images/dt_square.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
	padding-top: 3px;
	padding-left: 14px;
}

.itemize p{
	font-weight: normal;
	margin-top:10px;
	padding: 5px 0px 5px 0px;
}
