﻿@charset "UTF-8";

@import "/common/css/default.css";


/*ポップアップページのスタイルシート
/*水谷作成20100525

■目次：
・本文
・テーブル
・フッター
*/

/*---------------本文---------------*/

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(/common/css/popup_css/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(/common/css/popup_css/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(/common/css/popup_css/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(/common/css/popup_css/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(/common/css/popup_css/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;
}
