@charset "utf-8";
/* CSS Document */

/*************************************************************/

/* ------------------------------------- 
 *	リンクの色設定
 * ------------------------------------- */

/* qanda */
.archive a:link    {color: #33a072; text-decoration: none;}
.archive a:visited {color: #33a072; text-decoration: none;}
.archive a:hover   {color: #31e197; text-decoration: none;}
.archive a:active  {color: #666666; text-decoration: none;}


/* ------------------------------------- 
 *	画像の回り込み設定
 * ------------------------------------- */

img.img_center {
	margin: 0 auto;
}

img.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}


div.dotline_middle {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}


/*************************************************************/

/* ------------------------------------- 
 *	各ページ共通hx要素定義
 * ------------------------------------- */

.archive {
	margin-top:10px;
	margin-bottom:20px;
}

#right_box h4{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
}
#right_box h5{
	background-image: url(../img/base/mark_3kaku_a.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4AA27E;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 16px;
	font-weight: bold;
	font-size: 110%;
	background-position:0px -6px;
}
#right_box h6{
	background-color: #EBF3F0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 105%;
	font-weight: bold;
}


/* ------------------------------------- 
 *	各ページ共通ul要素定義
 * ------------------------------------- */

#right_box .list_item1 {
}
#right_box .list_item1 ul{
	list-style:none;
	margin-bottom: 15px;
}
#right_box .list_item1 li{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
	background: url(../img/base/mark_4kaku_in_3kaku.jpg) 0px center no-repeat;
}

#right_box .list_item2 {
}
#right_box .list_item2 ul{
}
#right_box .list_item2 ul li{
	list-style-type: square;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: bold;
}
#right_box .list_item2 ul li ul li{
	list-style-type: circle;
	margin-bottom: 3px;
	margin-left: 20px;
	font-weight: normal;
}
 
#right_box .list_item3 {
}
#right_box .list_item3 ul{
}
#right_box .list_item3 ul li{
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
#right_box .list_item3 ul li ul li{
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 20px;
	font-weight: normal;
}


/* ------------------------------------- 
 *	各ページ共通ol要素定義
 * ------------------------------------- */

#right_box .list_numb{
}
#right_box .list_numb ol{
}
#right_box .list_numb ol li{
	list-style-type: decimal;
	margin-bottom: 5px;
	font-weight: bold;
}
#right_box .list_numb ol li ol li{
	margin-bottom: 3px;
	font-weight: normal;
}


/* ------------------------------------- 
 *	各ページ共通table要素定義
 * ------------------------------------- */

#right_box .table_deco {
    border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin-bottom:20px;
}
#right_box .table_deco th {
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    background-color:#d6ece3;
    padding:0.5em;
}
#right_box .table_deco .bg_yellow {
    background-color:#FFFFD7;
}
#right_box .table_deco td {
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:0.5em;
}

.archive .table_tec a:link    {color: #555555; text-decoration: none;}
.archive .table_tec a:visited {color: #555555; text-decoration: none;}
.archive .table_tec a:hover   {color: #cccccc; text-decoration: none;}
.archive .table_tec a:active  {color: #555555; text-decoration: none;}



/* ------------------------------------- 
 *	各ページ共通「囲み文字」要素定義
 * ------------------------------------- */

#right_box .waku_tips {
	margin: 0 auto;
	background-color: #F5FAF8;
	width: 95%;
	border: 1px solid #D6ECE3;
	padding: 10px;
}
#right_box .waku_tips .waku_tips_title {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #33a072;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#right_box .waku_tips p {
	padding: 0px;
	margin: 0px;
}


/*************************************************************/

/* ------------------------------------- 
 *	左メニュー緑アイコン 上調整
 * ------------------------------------- */

#left_box li.icon_green_a2_top {
	background-image: url(../img/base/icon_green_b.jpg);
	background-repeat: no-repeat;
	background-position:0px 1px;
}

#left_box li.icon_green_a2_top_on {
	color:#FF0000;
	background-image: url(../img/base/icon_green_b.jpg);
	background-repeat: no-repeat;
	background-position:0px 1px;
}


/*close*/
#left_box li.icon_green_a2_top_on a:link     {color: #33a072; text-decoration: none;}
#left_box li.icon_green_a2_top_on a:visited {color: #33a072; text-decoration: none;}
#left_box li.icon_green_a2_top_on a:hover   {color: #31e197; text-decoration: none;}
#left_box li.icon_green_a2_top_on a:active  {color: #31e197; text-decoration: none;}


/* ------------------------------------- 
 *	左メニューのドットライン、下線のみ
 * ------------------------------------- */

#left_box li.dot_bottom1{
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 135px;
}
#left_box li.dot_bottom2{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 135px;
}
#left_box ul.dot_bottom_ul{
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}


/* 追加分ここまで */
