@charset "utf-8";

/********** --ボディ **********/
body {
	padding: 0px;
	text-align: left;
	background-color: #fafafa;
	margin: 20px 0px 0px;
}
#base {
 width: 760px;
 margin-bottom:20px;
 }
 
#base_wide {
	width: 100%;
	margin-bottom:20px;
	margin-right: 20px;
	margin-left: 20px;
 }

/********** --テキスト **********/
body, td, th {
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka,;
	line-height: 150%;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

input, select, option, textarea {
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka,;
	line-height: normal;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

/********** --リンクスタイル **********/
a:link {	color: #003399; text-decoration:underline;}
a:visited {	color: #003399; text-decoration:underline;}
a:active {	color: #003399; text-decoration:underline;}
a:hover {	color: #0000FF; text-decoration:underline;}

/** 引用 **/
blockquote{
	font-size:100%;
	line-height:150%;
	color:#666666;
	background-color: #FFFFFF;
}

/********** --箇条書き **********/
ul li {	 list-style-image: url(images/listicon1.gif);}

/********** --水平線 **********/
hr {
	color:#aaaaaa;
	background-color:#aaaaaa;
	height: 1px;
	border: 0px;
}

/********** --見出し **********/
h1 {
	color:#003366;
	text-align: left;
	text-valign:  middle;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 15px;
	background-color: #F1F2F5;
	background-image: url(images/h1bg.gif);
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	text-indent: 0px;
	line-height: 150%;
	padding-right: 10px;
}
h1 a:link, h1 a:visited { color:#003366;  text-decoration:none;}
h1 a:hover { color:#0000FF; background:none; text-decoration:underline;}

h2 {
	color:#512E98;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	line-height:120%;
	padding-top: 0px;
	list-style-position: inside;
	list-style-type: circle;
	letter-spacing: 0.05em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F87C9;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	text-indent: 0px;
	text-align: left;
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #8F87C9;
}
h2 a:link, h2 a:visited { color:#666600; text-decoration:none; }
h2 a:hover { color:#666600; background:none; text-decoration:underline;}

h3 {
	color:#8D7DE8;
	line-height:130%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.05em;
	text-indent: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B9B9FF;
	text-align: left;
}
h3 a:link, h3 a:visited {color:#CC6600; text-decoration:none;}
h3 a:hover { color:#CC6600; background:none; text-decoration:underline;}

h4 {
	color:#666666;
	line-height:115%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
	text-indent: 0px;
	text-align: left;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
h4 a:link, h4 a:visited {color:#666666;  text-decoration:none;}
h4 a:hover { color:#666666; background:none; text-decoration:underline;}

h5 {
	color:#663366;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	letter-spacing: 0.05em;
	text-align: left;
}
h5 a:link, h5 a:visited {color:#666666; text-decoration:none;}
h5 a:hover { color:#666666; background:none; text-decoration:underline;}

h6 {
	color:#993333;
	padding-left:5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9966;
	letter-spacing: 0.05em;
	text-indent: 0px;
	text-align: left;
	padding-top: -5px;
	padding-right: 0px;
	padding-bottom: -4px;
	line-height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
h6 a:link, h6 a:visited {color:#666633; text-decoration:none;}
h6 a:hover { color:#669900; background:none; text-decoration:underline;}

/********** --表 **********/
/***** ---パターンA *****/
.table_a {
	border:1px solid #CCCCCC;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	line-height: 120%;
	text-decoration: none;
	text-align: left;
	padding: 4px;
}

.table_a caption {
	color:#666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.table_a_th {
	text-align: left;
	color: #666666;
	background: #DAE2C9;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
}
.table_a_th2 {
	width: 25%;
	text-align: left;
	border-bottom: #ffffff 1px solid;
	color: #666666;
	background-color: #E6EBE3;
	padding: 3px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 120%;
	text-decoration: none;
}
.table_a_td {
	text-align: left;
	border-bottom: #ffffff 1px solid;
	color: #666666;
	background-color: #F0F6E5;
	padding: 3px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	word-break: break-all;
}

/***** ---パターンB *****/
.table_b {
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	padding: 0px;
	font-size: 12px;
}

.table_b caption {
	color:#666666;
	padding: 3px;


.table_b_th {
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	text-align: left;
	color: #FFFFFF;
	background-color: #9EC48A;
	font-size: 12px;
}
.table_b_th2 {
	text-align: left;
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	color: #000000;
	background-color: #D1E8C4;
}
.table_b_td {
	text-align: center;
	background-color: #FFFFFF;
	background-position: center;
	padding: 5px;
}




/** その他 **/
.table_d caption, .table_e caption, .table_f caption {
 background: repeat-x left top;
 padding-left:18px;
}



.table_d caption, .table_e caption, .table_f caption {
 background: repeat-x left top;
 padding-left:18px;
}



/***** ボタン *****/
#btn {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.btn_text {
	padding:10px;
	text-decoration: none;
	background-image: url(images/btn.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	cursor: pointer;
}

.btn_long_text {
	padding:10px;
	text-decoration: none;
	background-image: url(images/btn_long.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	cursor: pointer;
}

.btn_text a:link {
 color: #666666;
 text-decoration:none;
}

.btn_text a:visited {
 color: #666666;
 text-decoration:none;
}
.btn_text a:hover {
	color: #990000;
	text-decoration:none;
}



/***** ---ベースA *****/
.listbox_a {
	padding: 5px 10px;
	border: #AAAAAA 0px solid;
	background-position:0% 0%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	line-height: 110%;
	font-weight: normal;
}

.listset_a1_li {
	color:#666666;
	font-size:10px;
	list-style-image: url(images/listicon1.gif);
	line-height:150%;
}


.listset_a2_li {
	color:#666666;
	font-size:10px;
	list-style-image: url(images/listicon1.gif);
	line-height:130%;
}

/***** ---ベースB *****/
.listbox_b {
	padding: 0px 15px;
	background-color: #FFFFFF;
	border-top: #aaaaaa 1px solid;
	border-right: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
	background: url({$CMSTmplUrl$}img/list_bg.gif) repeat-y left top;
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.listset_b1_li {
	color:#666666;
	font-size:10px;
	padding-left:15px;
	list-style-image: url(images/listicon1.gif);
	line-height:150%;
}


.listset_b2_li {
	color:#666666;
	font-size:10px;
	list-style-image: url(images/listicon1.gif);
	line-height:130%;
}


/***** ---フレームA *****/
.frame_a_outer {
	padding: 0px ;
	border: #AAAAAA 1px solid;

}
.frame_a_inner {
	background: #ffffff;
	margin:0px;
	padding:2px;
}


/***** ---フレームB *****/
.frame_b_outer {
	padding: 0px;
	border-top: #cccccc 3px solid;
	border-bottom: #cccccc 3px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}
.frame_b_inner {
	background: #ffffff;
	margin:0px;
	padding:2px;
}



/********** --ヘッダー **********/
#header{
	width:760px;
	border: 1px solid #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	background-image: url(images/hbg.gif);
	background-repeat: repeat-x;
 }
 
#header_wide{
	width:95%;
	border: 1px solid #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	background-image: url(images/hbg.gif);
	background-repeat: repeat-x;
}


/********** --ボディコンテンツ枠 **********/
#main {
	margin: 0px;
	padding: 7px 20px 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #FFFFFF;
}
.main_td {
	width:100%;
	margin: 0px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px; 
}


/********** --フッター **********/
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.footer_text{
	font-family:Verdana;
	font-size:9px;
	color:#666666;
	text-align: center;
}
.footer_text a:link{
	text-decoration:none;
	color: #666666;
}
.footer_text a:visited{
	text-decoration:none;
	color: #666666;
}
.footer_text a:hover{
	text-decoration:none;
	color: #000000;
}

/********** --インラインスクロール **********/
#idVerticalScroll {
	width: 100%;
	height: 212px;
}

/********** --スクロール付テーブル **********/
DIV.clsVerticalScroll {
	overflow: auto;
}

/********** --テーブル **********/
td.list_data {
	line-height: normal;
	word-break: break-all;
}
