@charset "Shift_JIS";

/********************************************************
★リセット★
********************************************************/

/* フォントサイズ統一
********************/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}

select,
input,
button,
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

h1 {
	font-size: 153.9%; /* 20px 相当の大きさ*/
}

p {
	font-size: 116%; /* 15px 相当の大きさ*/
}



/********************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p
,blockquote,th,td {
     margin: 0;
     padding: 0;
}
html {
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6 {
     font-size: 108%;
}
p {
     margin: 0 0 1em 0;
}
ol,ul {
     list-style: none;
}
fieldset,img {
     border: 0;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
caption,th {
}
address,caption,cite,code,dfn,em,strong,th,var {
     font-style: normal;
}


/********************************************************
★基本設定★
********************************************************/
body {
	background: #FFFFFF;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,th,td {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	color: #444;
}
/* リンク色指定
********************/
a:link    {color: #335cd6; text-decoration: none;}
a:visited {color: #335cd6; text-decoration: none;}
a:hover   {color: #0084ff; text-decoration: underline;}
a:active  {color: #00b4ff; text-decoration: underline;}

/* デモ用リンク色指定
********************/
a.demo:link    {color: #FFEEEE; text-decoration: underline;}
a.demo:visited {color: #FFEEEE; text-decoration: underline;}
a.demo:hover   {color: #0084ff; text-decoration: underline;}
a.demo:active  {color: #00b4ff; text-decoration: underline;}


/********************************************************
*********************************************************
*********************************************************
★セミナー一覧ページ★
*********************************************************
*********************************************************
*********************************************************/


/********************************************************
★ヘッダ★
********************************************************/
div#seminarheader {
	height: 45px;
	margin: 0px;
	background: #FFFFFF url(../Img/bkgnd.gif) repeat-x;
}
div#seminarheadercontainer {
	width: 95%;
	margin: 0px auto;
	text-align: left;
}





/* ↓↓↓---------------------100312修正- */
img#logo {      
	float: left;
}

/* ↓↓↓---------------------100312修正- */
img#title {      
	margin-left:20px;
	float: left;
}

/* ↓↓↓---------------------100312追加ここから- */
ul#closebtn  {      
	float: right;
}
ul#closebtn li {
	font-size: 9px;
	color: #444444;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul#closebtn li em {
	position: absolute;
	left: -999px;
	width: 990px;
}
ul#closebtn li a {
	text-decoration: none;
	display: block;
	width:78px; 
	height:29px;
}
/* ボタン1 */
ul#closebtn li a {
	background: url(../Img/btn_close.gif) no-repeat 0 0;
}
ul#closebtn li a:hover {
	background: url(../Img/btn_close.gif) no-repeat 0 -29px;
}
ul#closebtn li a:active {
	background: url(../Img/btn_close.gif) no-repeat 0 -58px;
}
/* ↑↑↑---------------------100312追加ここまで- */






/********************************************************
★メイン★
********************************************************/
div#seminarmain {
	width: 95%;
	margin: 0px auto;
	text-align: left;
}

/********************************************************
★テキスト★
********************************************************/
div#seminarmain p#lead {
	margin-bottom: 1em;
	float: left;
	width: 670px;
	line-height: 1.7;
	font-size: 93%;
}
div#seminarmain p.caption {
	margin-bottom: 1em;
	width: 580px;
	line-height: 1.5;
	font-size: 77%;
}

/********************************************************
★右上ボタン★
********************************************************/
div#fctbtn {
	margin: 0px 0px 0px 10px;
	float: right;
	width: 200px;
}
div#fctbtn ul {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	font-weight: bold;
}
div#fctbtn li {
	line-height: 30px;
	list-style-type: none;
	text-align: center;
	text-indent: -10px;
}
div#fctbtn li a {
	display: block;
	width: 200px;
	height: 30px;
}

div#fctbtn li a {
	background: url(../Img/btn_bk_1l.gif)  0 0 no-repeat;
	text-decoration: none;
}
div#fctbtn li a:hover {
	background: url(../Img/btn_bk_1l.gif)  0 -30px no-repeat;
	text-decoration: none;
}
div#fctbtn li a:link    {color: #444; text-decoration: none;}
div#fctbtn li a:visited {color: #444; text-decoration: none;}
div#fctbtn li a:hover   {color: #FF6600; text-decoration: none;}
div#fctbtn li a:active  {color: #FF0000; text-decoration: none;}

div#fctbtn img.btn {
	margin: 0px;
	border: none
}

/********************************************************
★年度選択★
********************************************************/
div#year ul {
	margin: 10px 0px;
	height: 30px;
	width: 100%;
	background: url(../Img/bkgnd_year.gif) repeat-x;
	font-weight: bold;
	font-size: 93%;
}
div#year li {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	display: block;
	float: left;
	width: 150px;
	height: 28px;
	line-height: 30px;
	background: #F3F3F3;
	list-style: none;
	font-weight: bold;
	text-align: center;
}
div#year li.fcs {
	background: #FFFFFF;
}
div#year li a {
	border-bottom: 1px solid #BBB;
	display: block;
	width: 150px;
	height: 28px;
}

/********************************************************
★カテゴリ選択テーブル★
********************************************************/
table#category {
	margin-top: 10px;
	margin-bottom: 5px;
	border-collapse: collapse;
	float: left;
	table-layout: auto;
}
table#category th {
	padding: 3px 5px;
	border: 1px solid #BBB;
	background: #ebebeb url(../Img/category_thead_bkgnd.gif) repeat-x;
	font-weight: bold;
	font-size: 93%;
	text-align: center;
}
table#category td {
	padding: 5px 5px;
	border: 1px solid #BBB;
	font-weight: bold;
	font-size: 85%;
	text-align: center;
}

/*
★右上ボタン2★
********************************************************/
div#fctbtn2 {
	margin: 10px 0px 0px 10px;
	width: 200px;
	float: right;
}
div#fctbtn2 ul {
	margin: 0px;
	padding: 0px;
	font-size: 77%;
	font-weight: bold;
}
div#fctbtn2 li {
	line-height: 1.4;
	list-style-type: none;
	text-align: center;
	text-indent: -10px;
}
div#fctbtn2 li a {
	display: block;
	width: 200px;
	height: 40px;
	padding-top: 5px;
}

div#fctbtn2 li a {
	background: url(../Img/btn_bk_2l.gif)  0 0 no-repeat;
	text-decoration: none;
}
div#fctbtn2 li a:hover {
	background: url(../Img/btn_bk_2l.gif)  0 -45px no-repeat;
	text-decoration: none;
}
div#fctbtn2 li a:link    {color: #444; text-decoration: none;}
div#fctbtn2 li a:visited {color: #444; text-decoration: none;}
div#fctbtn2 li a:hover   {color: #FF6600; text-decoration: none;}
div#fctbtn2 li a:active  {color: #FF0000; text-decoration: none;}

div#fctbtn2 img.btn {
	margin: 0px;
	border: none
}

/********************************************************
★タイトルh2★
********************************************************/
div#seminarmain h2 {
	font-size: 93%;
	margin-top: 10px;
	margin-bottom: 5px;
}

iframe#seminerlist {
	border: 1px solid #000;

}
/********************************************************
★セミナー一覧テーブルヘッド★
********************************************************/
table.seminarlisthead {
	border-collapse: collapse;
	width: 100%;
	table-layout: auto;
	background: #ebebeb url(../Img/seminarlist_thead_bkgnd.gif) repeat-x;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 2px;
}

/* ↓↓↓-------------------------------------------------------------100319修正 */
table.seminarlisthead th {
	padding: 3px 0px 2px;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #DDD;
	font-size: 85%;
	line-height:1.2;
}
/* ↓↓↓-------------------------------------------------------------100319修正 */
table.seminarlisthead td {
	padding: 3px 5px;
	border-top: none;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

/* ↓↓↓---------------------------100408追加 */
input.hankaku 
{
	ime-mode:disabled; 
}
input.zenkaku 
{
	ime-mode:active; 
}

/********************************************************
*********************************************************
*********************************************************
★セミナー一覧テーブル-インラインフレーム表示用（別ファイル）★
*********************************************************
*********************************************************
*********************************************************/


/* テーブル
*********************************************************/
table.seminarlist thead {
	background: #ebebeb url(../Img/seminarlist_thead_bkgnd.gif) repeat-x;
	font-weight: bold;
	text-align: center;
}

table.seminarlist {
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	table-layout: auto;
}
table.seminarlist th {
	padding: 3px 8px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	font-size: 85%;
}

table.seminarlist td {
	padding: 3px 5px;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #DDD;
	font-size: 85%;
	text-align: left;
}
table.seminarlist tfoot {
	border: 1px solid #FFF;
	height: 5px;
}
/* リスト
********************/
table.seminarlist ul {
	margin: 0px 0px 0px 15px;
	list-style: disc;
}
table.seminarlist ul li {
	padding: 0px 0px 0px 0px;
}
/* 番号付きリスト
********************/
table.seminarlist ol {
	margin: 0px 0px 0px 20px;
	list-style: decimal;
}
table.seminarlist ol li {
	padding: 0px 0px 0px 0px;
}

/* ↓↓↓-------------------------------------------------------------100319削除 */
/* 満員
********************/
/* 締切
********************/
/* 終了
********************/


/* ↓↓↓---------------------100312追加- */
/* 申込ボタン関連
********************/
table.seminarlist img {
	margin:5px 0;
}


/* -----------------------------------------↓↓↓100319追加ここから */
/********************/
table.seminarlist td.txtcenter {
	text-align: center;
	word-wrap: break-word;
	word-break:break-all;
}
table.seminarlist td.txtright {
	text-align: right;
	word-wrap: break-word;
	word-break:break-all;
}
table.seminarlist td.txtleft {
	text-align: left;
	word-wrap: break-word;
	word-break:break-all;
}
/* -----------------------------------------↑↑↑100319追加ここまで */


/* -----------------------------------------↓↓↓100415追加ここから */
/* 会社会員一覧画面用
********************/
table td.txtleftbreak {
	text-align: left;
	word-wrap: break-word;
	word-break:break-all;
}
/* -----------------------------------------↑↑↑100415追加ここまで */


/********************************************************
*********************************************************
*********************************************************
★フォームページ★
*********************************************************
*********************************************************
*********************************************************/
div#formmain {
	width: 980px;
	margin: 20px auto;
	text-align: left;
	line-height: 1.7;
}


/* -----------------------------------------↓↓↓100319-2追加ここから */

/*
★利用者登録ページボタン★
********************************************************/
div#fctbtn300x30 {
}
div#fctbtn300x30 ul {
	padding: 0px 0px 0px 10px;
	float: left;
	width: 370px;
	font-size: 85%;
	font-weight: bold;
}
div#fctbtn300x30 li {
	line-height: 30px;
	list-style-type: none;
	text-align: center;
	text-indent: -10px;
}
div#fctbtn300x30 li a {
	display: block;
	width: 370px;
	height: 30px;
}
/*
div#fctbtn300x30 ul {
	padding: 0px 0px 0px 10px;
	float: left;
	width: 300px;
	font-size: 85%;
	font-weight: bold;
}
div#fctbtn300x30 li {
	line-height: 30px;
	list-style-type: none;
	text-align: center;
	text-indent: -10px;
}
div#fctbtn300x30 li a {
	display: block;
	width: 300px;
	height: 30px;
}
*/
div#fctbtn300x30 li a {
	background: url(../Img/btn_bk_300x30.gif)  0 0 no-repeat;
	text-decoration: none;
}
div#fctbtn300x30 li a:hover {
	background: url(../Img/btn_bk_300x30.gif)  0 -30px no-repeat;
	text-decoration: none;
}
div#fctbtn300x30 li a:link    {color: #444; text-decoration: none;}
div#fctbtn300x30 li a:visited {color: #444; text-decoration: none;}
div#fctbtn300x30 li a:hover   {color: #FF6600; text-decoration: none;}
div#fctbtn300x30 li a:active  {color: #FF0000; text-decoration: none;}



/* -----------------------------------------↑↑↑100319-2追加ここまで */







table.formtable {
	margin: 0 0 0.5em;
	border-collapse: collapse;
	width: 100%;
	table-layout: auto;
	border: 1px solid #DDD;
}
table.formtable th, table.formtable td {
	padding: 7px 10px;
	border: 1px solid #DDD;
	font-size: 85%;
	text-align: left;
	line-height: 1.7;
}
table.formtable th {
	text-align: left;
	background: #EEE;
}
table.formtable li {
	margin-bottom: 5px;
}

div#formmain input {
}


/* 入力エラー部
********************/
.formtable td.alert {
	color: #FF3300;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #DDD;
}

.formtable td.select {
	padding: 2px 0px 2px 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}



/*
基本書式
********************************************************/

/* ↓↓↓---------------------100312新規- */
div#titlebar {
	background: url(../Img/seminarlist_thead_bkgnd.gif);
	border: 1px solid #CCCCCC;
	margin: 0px 0px 30px;
	height: 30px;
}
 /* ↓↓↓---------------------100312新規- */
div#titlebar h1 {
	font-size: 108%;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	float:left;
}
/* ↓↓↓---------------------100312新規- */
div#titlebar .closebtn {
	margin:4px 10px 0 0;
	width:60px;
	height:22px;
	font-size: 77%;
	float:right;
}



.alert {
	color: #FF3300;
}


div#formmain h2 {
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px double #CCCCCC;
	margin: 2em 0px 1em;
}

div#formmain p {
	font-size: 85%;
	margin: 0.5em 20px 1em;
}



div#formmain em {
	color: #FF3300;
	margin: 0 2px;
	font-weight: normal;
}


#formmain .linkarrow {
	margin-right: 3px;
	margin-left: 3px;
}




/*
★ボタンイメージ★
********************************************************/
div#formmain div#fctbtn {
	margin: 10px 0px 20px 20px;
	float: left;
	width: 200px;
}
div#formmain div#fctbtn ul {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	font-weight: bold;
}
div#formmain div#fctbtn li {
	line-height: 30px;
	list-style-type: none;
	text-align: center;
	text-indent: -10px;
}
div#formmain div#fctbtn li a {
	display: block;
	width: 200px;
	height: 30px;
}

div#formmain div#fctbtn li a {
	background: url(../Img/btn_bk_1l.gif) no-repeat 0 0;
	text-decoration: none;
}
div#formmain div#fctbtn li a:hover {
	background: url(../Img/btn_bk_1l.gif)  no-repeat 0 -30px;
	text-decoration: none;
}
div#formmain div#fctbtn li a:link    {color: #444; text-decoration: none;}
div#formmain div#fctbtn li a:visited {color: #444; text-decoration: none;}
div#formmain div#fctbtn li a:hover   {color: #FF6600; text-decoration: none;}
div#formmain div#fctbtn li a:active  {color: #FF0000; text-decoration: none;}

div#formmain div#fctbtn img.btn {
	margin: 0px;
	border: none
}

/*
★送信ボタン★
********************************************************/
div#formmain .action {
	text-align: center;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 20px;
	margin: 20px 0px 40px;
}
div#formmain .action .formbtn {
	width:160px;
	height:30px;
	margin: 0 20px;
	font-size: 85%;
}




/********************************************************
*********************************************************
*********************************************************
★600px幅ページ★
*********************************************************
*********************************************************
*********************************************************/
div#w600 {
	width: 600px;
	margin: 20px auto;
	text-align: left;
	line-height: 1.7;
}

/*
基本書式
********************************************************/



/*---------------------------------
div#w600 h1 {
}
----------------------100312削除 -*/

div#w600 h2 {
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px double #CCCCCC;
	margin: 1em 0px;
}

div#w600 p {
	font-size: 85%;
	margin: 0.5em 20px 1em;
}
div#w600 .center {
	text-align:center
}

div#w600 a.G003 {
	font-size: 125%;
}

div#w600 em {
	color: #FF3300;
	margin: 0 2px;
	font-weight: normal;
}

/*
★送信ボタン★
********************************************************/
div#w600 .action {
	text-align: center;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 20px;
	margin: 20px 0px 30px;
}
div#w600 .action .formbtn {
	width:160px;
	height:30px;
	margin: 0 20px;
	font-size: 85%;
}




/*
★テーブル★
********************************************************/
div#w600 table {
	margin: 10px 0;
	border-collapse: collapse;
	width: 100%;
	table-layout: auto;
	border: 1px solid #DDD;
}
div#w600 th, div#w600 td {
	padding: 4px 6px;
	border: 1px solid #DDD;
	font-size: 85%;
	text-align: left;
}
div#w600 th {
	text-align: left;
	background: #EEE;
}
#w600 td.selecter {
	font-weight: bold;
	color: #FFFFFF;
	background: #999999;
}


#w600 .linkarrow {
	margin-right: 3px;
	margin-left: 3px;
}


/* ↓↓↓---------------------100312追加- */
ul#akasatana_menu {
	width: 500px;
	margin: 0 0 20px 0px;
	padding:15px 30px 15px 30px;
	font-weight:bold;
	border: 1px solid #CCCCCC;
	font-size: 108%;
	text-align: center;
}
ul#akasatana_menu li {
	margin-right: 20px;
	width: 30px;
	height:15px;
	float:left;
}

/* ↑↑↑---------------------100312追加ここまで- */





/********************************************************
*********************************************************
*********************************************************
★ログインページ★
*********************************************************
*********************************************************
*********************************************************/

table.logintable {
	margin: 0 auto 0.5em;
	border-collapse: collapse;
	width: 90%;
	table-layout: auto;
	border: 1px solid #DDD;
}
table.logintable th, table.logintable td {
	padding: 7px 10px;
	border: 1px solid #DDD;
	font-size: 85%;
	text-align: left;
	line-height: 1.7;
}
table.logintable th {
	text-align: left;
	background: #EEE;
}

/********************************************************
*********************************************************
*********************************************************
★申込一覧ページ★
*********************************************************
*********************************************************
*********************************************************/


/*
★ボタンイメージ★
********************************************************/
div.fctbtn140x45 {
	vertical-align : middle;
	text-align : center;
}

div.fctbtn140x45 a {
	margin: 0px;
	padding-top: 8px;	
	background: url(../Img/btn_bk_140x45.gif) no-repeat 0 0;
	display: block;
	width: 140px;
	height: 37px;
	text-align: center;
	line-height: 1.5;
	font-size: 93%;
	font-weight: bold;
	text-decoration: none;
}
div.fctbtn140x45 a:hover {
	background: url(../Img/btn_bk_140x45.gif) no-repeat 0 -45px;
	text-decoration: none;
}
div.fctbtn140x45 a:link    {color: #444; text-decoration: none;}
div.fctbtn140x45 a:visited {color: #444; text-decoration: none;}
div.fctbtn140x45 a:hover   {color: #FF6600; text-decoration: none;}
div.fctbtn140x45 a:active  {color: #FF0000; text-decoration: none;}

/********************************************************
*********************************************************
*********************************************************
★お申込内容の確認・変更・キャンセルページ★
*********************************************************
*********************************************************
*********************************************************/


/*
申込済セミナー情報枠
********************************************************/
/* ↓↓↓-------------------------------------------------------------100319-2修正 */
table.seminarinfo {
	margin: 20px 0;
	border-collapse: collapse;
	width: 600px;
	table-layout: auto;
	border: 1px solid #BBB;
	background: #F7F7F7
}
/* ↓↓↓-------------------------------------------------------------100319-2修正 */
table.seminarinfo th {
	padding: 3px 8px;
	height: 25px;
	font-size: 85%;
	text-align: right;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	word-wrap: break-word;
	word-break:break-all;
}
/* ↓↓↓-------------------------------------------------------------100319-2修正 */
table.seminarinfo td {
	padding: 3px 8px;
	height: 25px;
	font-size: 85%;
	text-align: left;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	word-wrap: break-word;
	word-break:break-all;
}



/*
受講者情報
********************************************************/
table.moushikomitable {
	margin: 0 0 0.5em;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
/* ↓↓↓-------------------------------------------------------------100512修正 */
table.moushikomitable th, table.moushikomitable td {
	padding: 3px 6px;
	border: 1px solid #DDD;
	height: 30px;
	font-size: 85%;
	text-align: left;
	line-height: 1.7;
	word-wrap: break-word;
	word-break:break-all;
}
/* ↓↓↓-------------------------------------------------------------100512修正 */
table.moushikomitable td.center {
	text-align: center;
	word-wrap: break-word;
	word-break:break-all;
}
table.moushikomitable th {
	text-align: left;
	background: #EEE url(../Img/seminarlist_thead_bkgnd.gif);
}

table.moushikomitable tfoot td {
	border: 1px solid #FFFFFF;
}






/*
★ボタンイメージ★
********************************************************/
/* ↓↓↓-------------------------------------------------------------100319-2修正 */
div.fctbtn150x30 {
	vertical-align : middle;
	width: 143px;
}

div.fctbtn150x30 a {
	margin: 0px;
	padding-top: 8px;
	padding-right: 7px;
	background: url(../Img/btn_bk_150x30.gif) no-repeat 0 0;
	display: block;
	width: 143px;
	height: 22px;
	text-align: center;
	line-height: 1.5;
	font-size: 93%;
	font-weight: bold;
	text-decoration: none;
}
div.fctbtn150x30 a:hover {
	background: url(../Img/btn_bk_150x30.gif) no-repeat 0 -30px;
	text-decoration: none;
}
div.fctbtn150x30 a:link    {color: #444; text-decoration: none;}
div.fctbtn150x30 a:visited {color: #444; text-decoration: none;}
div.fctbtn150x30 a:hover   {color: #FF6600; text-decoration: none;}
div.fctbtn150x30 a:active  {color: #FF0000; text-decoration: none;}







/********************************************************
*********************************************************
*********************************************************
★FAQページ用★
*********************************************************
*********************************************************
*********************************************************/
div#faq {
	width: 800px;
	margin: 20px auto;
	text-align: left;
	line-height: 1.7;
}

/*
基本書式
********************************************************/

/*-------------------------
div#faq h1 {
	font-size: 108%;
	font-weight: bold;
	background: url(../Img/seminarlist_thead_bkgnd.gif);
	border: 1px solid #CCCCCC;
	padding: 6px 10px 0 10px;
	margin: 0px 0px 30px;
	height: 24px;
}
---------------100312削除 -*/


.alert {
	color: #FF3300;
}


div#faq h2 {
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px double #CCCCCC;
	margin: 1em 0px;
}

div#faq p {
	font-size: 85%;
	margin: 0.5em 20px 1em;
}


/* Q&Aの固まり
********************/
dl.faq  {
	padding: 1px 0px 5px;
	margin: 15px 25px 15px;
	border: 1px solid #CCCCCC;
	font-size: 93%;
	color: #444;
}

/* クエスチョン
********************/
dl.faq dt {
	font-weight: bold;
	background: url(../Img/category_thead_bkgnd.gif) repeat-x;
	padding: 4px 15px 1.2em;
	height: 20px;
}
/* アンサー
********************/
dl.faq dd {
	font-weight: normal;
	padding: 0.3em 15px 0.3em;
}

/* 番号付きリスト
********************/
dl.faq dd ol {
	list-style: decimal inside;
	margin: 5px 0px 0px 10px;
}
/* リスト
********************/
dl.faq dd ul {
	margin: 5px 0px 0px 25px;
	list-style: disc outside;
}


/* [Qn.][An.]の装飾
********************/
dl.faq dt em {
	font-size: 108%;
	font-weight: bold;
	color: #FFFFFF;
	background: #FF9900;
	padding: 2px 1px 1px 4px;
	margin-right: 5px;
}
dl.faq dd em {
	font-size: 108%;
	font-weight: bold;
	color: #FFFFFF;
	background: #329DCF;
	padding: 2px 1px 1px 4px;
	margin-right: 5px;
}


