@charset "UTF-8";

@import "default.css";


/*ポップアップページのスタイルシート

■目次：

・ページレイアウト
・ヘッダー
・本文
・フッター
*/



/*---------------ページレイアウト---------------*/

body {
	text-align: center;
	font-family: Osaka, Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック" ;
}
/*
html,body{
	height:100%;
}
*/

#container {
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#content {
	padding: 0 25px 0;
/*	min-height:50%;*/
}
/* IE6 
*html #content{
	height:50%;
}*/

#header {
	padding-top: 6px;
	border-bottom: 3px solid #FFCC00;
}

#footer {
	margin: 25px 0 0;
	padding: 15px 25px 3px 0;
	background: #6B818E;
	color: #FFFFFF;
	text-align: right;
	font-size: 76%;
	height:45px;
}


/*---------------ヘッダー---------------*/

#logo {
	padding: 3px 0 0 25px;
	float: left;
	width: 270px;
}

#closebutton {
	padding: 6px 25px 0 0;
	text-align: right;
}



/*---------------本文---------------*/



.h1box {
	margin: 34px 0 0;
	border: 1px solid #CCCCCC;
	background: url(bg_popup_h.gif) repeat-x;
}

.h1box h1 {
	margin: 0 1px 1px;
	padding: 5px 0 0 18px;
	background: none;
	border-bottom: 2px solid #FFCC00;
	height: 21px;
	font-size: 100%;
}

h2 {
	margin: 26px 0 0;
	padding: 0 0 8px 20px;
	font-size: 100%;
	background: url(p_square.gif) 2px 0.3em no-repeat;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #CCCCCC;
	width: auto;
}

p {
	margin: 10px 20px 0;
}

.p-txt {
	margin: 10px 20px 0;
}

body .circle_yellow_ul {
	margin: 12px 18px 0;
	list-style: none;
}
body .circle_yellow_ul li {
	padding-left: 15px;
	background: url(p_circle_yellow.gif) 0 0.4em no-repeat;
}

body .circle_glay_ul {
	margin: 12px 18px 0;
	list-style: none;
}
body .circle_glay_ul li {
	padding-left: 15px;
	background: url(p_circle_glay.gif) 0 0.4em no-repeat;
}

body .square_yellow_ul {
	margin: 12px 18px 0;
	list-style: none;
}
body .square_yellow_ul li {
	padding-left: 15px;
	background: url(p_square_yellow.gif) 0 0.4em no-repeat;
}

body .square_glay_ul {
	margin: 12px 18px 0;
	list-style: none;
}
body .square_glay_ul li {
	padding-left: 15px;
	background: url(p_square_glay.gif) 0 0.4em no-repeat;
}

body dl.square_yellow4 {
	margin: 0 18px 0;
	list-style: none;
}
body dl.square_yellow4 dt {
	margin: 12px 0 0;
	padding-left: 15px;
	font-weight: bold;
	background: url(p_square_yellow4.gif) 0 0.35em no-repeat;
}
body dl.square_yellow4 dd {
	margin: 0;
	padding-left: 15px;
}

.fixation_box2_img {
	margin: 12px 0 0;
	text-align: center;
}



/*---------------テーブル---------------*/

/*table format*/
table {
	border-collapse: collapse;
}

/*type1*/
body #container #content table.type1 {
	margin: 20px 0 0 0;
	border: 1px solid #CCCCCC;
}
body #container #content table.type1 th {
	padding: 0;
	text-align: left;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	background: #507184;
	color: #FFFFFF;
}
body #container #content table.type1 td {
	padding: 0;
	border: 1px solid #CCCCCC;
}

/*type2*/
body #container #content table.type2 {
	margin: 20px 0 0 0;
	border: 1px solid #CCCCCC;
}
body #container #content table.type2 th {
	padding: 6px 9px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	background: #507184;
	color: #FFFFFF;
}
body #container #content table.type2 td {
	padding: 6px 9px;
	border: 1px solid #CCCCCC;
}

/*type3*/
body #container #content table.type3 {
	margin: 20px 0 0 0;
	border: 1px solid #CCCCCC;
}
body #container #content table.type3 th {
	border: 1px solid #CCCCCC;
	text-align: center;
	background: #507184;
	color: #FFFFFF;
}
body #container #content table.type3 td {
	border: 1px solid #CCCCCC;
}

/*type4*/
body #container #content table.type4 {
	margin: 20px 0 0 0;
	border: 1px solid #CCCCCC;
}
body #container #content table.type4 th {
	padding: 6px 9px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background: #507184;
	color: #FFFFFF;
}
body #container #content table.type4 td {
	padding: 6px 9px;
	border: 1px solid #CCCCCC;
}

/*type5*/
body #container #content table.type5 {
	border: 1px solid #CCCCCC;
}
body #container #content table.type5 th {
	background: none;
}
body #container #content table.type5 td {
	background: none;
}

/*type1〜4 caption*/
body #container #content table th.title_table {
	background: #88A5B5;
	font-weight: normal;
	color: #FFFFFF;
}

body #container #content table th.data_table {
	font-size: 73%;
}
body #container #content table td.data_table {
	font-size: 73%;
}



/*---------------フッター---------------*/

address {
	color: #FFFFFF;
	font-style: normal;
}