@charset "utf-8";					/*使用する文字コード*/

@import "common.css";
@import "under.css";

/* topics before
========================================================================================= */
div#pageContainer.under #before_title{
	background:url(../topics/images/before_title.gif) left top no-repeat;
}


/* topics attention
========================================================================================= */
div#pageContainer.under #attention_title{
	background:url(../topics/images/attention_title.gif) left top no-repeat;
}

div#pageContainer.under .attention{
	width:400px;
	border-right:#ff6600 solid 1px;
	border-bottom:#ff6600 solid 1px;
	margin-bottom:10px;
}

div#pageContainer.under .attention th{
	background:#f8831b;
	border-left:#ff6600 solid 1px;
	border-top:#ff6600 solid 1px;
	padding:5px 10px;
	color:#FFFFFF;
	text-align:center;
}


div#pageContainer.under .attention td{
	border-left:#ff6600 solid 1px;
	border-top:#ff6600 solid 1px;
	padding:5px 10px;
}

div#pageContainer.under .attention .index02{
	width:120px;
}

/* topics copy
========================================================================================= */
div#pageContainer.under #copy_title{
	background:url(../topics/images/copy_title.gif) left top no-repeat;
}

/* topics print_word
========================================================================================= */
div#pageContainer.under #printword_title{
	background:url(../topics/images/printword_title.gif) left top no-repeat;
}

div#pageContainer.under h5.pritnword{
	background:#FF6600;
	background-image:none;
	color:#FFFFFF;
	margin-bottom:0;
}

div#pageContainer.under .text_list{
	width:570px;
	border-right:#ff6600 solid 1px;
	border-bottom:#ff6600 solid 1px;
	margin-bottom:10px;
}

div#pageContainer.under .text_list th{
	background:#fffcdd;
	border-left:#ff6600 solid 1px;
	border-top:#ff6600 solid 1px;
	padding:5px 10px;
	text-align:center;
	width:35%
}

div#pageContainer.under .text_list td{
	border-left:#ff6600 solid 1px;
	border-top:#ff6600 solid 1px;
	padding:5px 10px;
}















