@import "../base.css";

/*** タイトル ************************************************/

.title1_blue {
	border:1px solid #333333; clear: both;
	
	background-image:url('image/c_h1_1.jpg');
	background-repeat:repeat-y;
	background-color:#339D8D;
	
	/*平成20年10月6日情報政策課 鈴木削除　Firefox閲覧時のはみ出し対応*/
	/*width:100%;*/
	/*************************************************************/
	text-align:left;
	font-size: 1.3em;
	color:#FFFFFF;
	font-weight:bold; padding-left:15px; padding-right:0px; padding-top:3px; padding-bottom:3px
}



.title2_blue {
	border:1px solid #333333; clear: both;
	
	background-image:url('image/c_h23_back.jpg');
	background-repeat:repeat-y;
	
	/*平成20年10月6日情報政策課 鈴木削除　Firefox閲覧時のはみ出し対応*/
	/*width:100%;*/
	/*************************************************************/
	text-align:left;
	font-weight:bold;
	font-size:1.3em; padding-left:15px; padding-right:0px; padding-top:3px; padding-bottom:3px
}

.title3_blue {

	border-bottom:1px dotted #333333; font-weight:bold;
	
	clear: both;
	
	background-image:url('image/c_h23_back.jpg');
	background-repeat:repeat-y;
	font-size:1.0em;
	/*平成20年10月6日情報政策課 鈴木削除　Firefox閲覧時のはみ出し対応*/
	/*width:100%;*/
	/*************************************************************/
	text-align:left; padding-left:15px; padding-right:0px; padding-top:3px; padding-bottom:3px
}


/*** タイトル（blue無しCSS） ************************************************/

.title1{
	border:1px solid #333333; clear: both;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	background-color:#339D8D;
	-webkit-box-shadow: 5px 5px 5px #555;
    -moz-box-shadow: 5px 5px 5px #555;
    box-shadow: 5px 5px 5px #555;

	
	
	/*平成20年10月6日情報政策課 鈴木削除　Firefox閲覧時のはみ出し対応*/
	/*width:100%;*/
	/*************************************************************/
	text-align:left;
	font-size: 1.3em;
	color:#FFFFFF;
	font-weight:bold; padding-left:15px; padding-right:0px; padding-top:3px; padding-bottom:3px
}



.title2 {
	border:2px solid #339D8D; 
	clear: both;
	background-color:#b4e7df;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-image:url('image/c_h23_back.jpg');
	background-repeat:repeat-y;


	-webkit-box-shadow: 3px 3px 3px #555;
    -moz-box-shadow: 3px 3px 3px #555;
    box-shadow: 3px 3px 3px #555;

	
	
	/*平成20年10月6日情報政策課 鈴木削除　Firefox閲覧時のはみ出し対応*/
	/*width:100%;*/
	/*************************************************************/
	text-align:left;
	font-weight:bold;
	font-size:1.3em; padding-left:15px; padding-right:0px; padding-top:3px; padding-bottom:3px
}

.title3 {

	border:1px solid #339D8D; font-weight:bold;
	clear: both;
	background-color:#e2f6f3;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-repeat:repeat-y;
	
	-webkit-box-shadow: 2px 2px 2px #555;
    -moz-box-shadow: 2px 2px 2px #555;
    box-shadow: 2px 2px 2px #555;



	
	
	/*平成20年10月6日情報政策課 鈴木削除　Firefox閲覧時のはみ出し対応*/
	/*width:100%;*/
	/*************************************************************/
	text-align:left; padding-left:15px; padding-right:0px; padding-top:3px; padding-bottom:3px
}

/*** テーブルシンプルリスト ****************************************************/

.table_list1_blue_header{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#333333;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#333333;
	background-color:#339D8D;
	color:#FFFFFF;
	padding:3px 10px;
}

.table_list1_blue_title{
	color:#FFFFFF;
	font-size: 0.9em;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#333333;
	background-color:#339D8D;
	padding:3px 10px;
}


/*** テーブルシンプルリスト（blue無しCSS） ****************************************************/

.table_list1_header{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#333333;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#333333;
	background-color:#339D8D;
	color:#FFFFFF;
	padding:3px 10px;
}

.table_list1_title{
	color:#FFFFFF;
	font-size: 0.9em;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#333333;
	background-color:#339D8D;
	padding:3px 10px;
}


/***** リストについて（2006年8月31日追加：T&Fカンパニー） ************/

.circle1 {
	background-image:url('image/c_list_a1.jpg');
}

.circle2{
	background-image:url('image/c_list_a2.jpg');
}

.circle3{
	background-image:url('image/c_list_a3.jpg');
}


.rect1 {
	background-image:url('image/c_list_b1.jpg');
}

.rect2{
	background-image:url('image/c_list_b2.jpg');
}

.rect3{
	background-image:url('image/c_list_b3.jpg');
}

.tri1 {
	background-image:url('image/c_list_c1.jpg');
}

.tri2{
	background-image:url('image/c_list_c2.jpg');
}

.tri3{
	background-image:url('image/c_list_c3.jpg');
}
