@charset 'UTF-8'
/*------------------------*/
/* 事業紹介スタイルシート */
/*------------------------*/
/*中央揃え（上下margin有り）*/
.work_center_margin{
	margin:20px 0px;
	padding:0px;
	text-align:center;
}
/*中央揃え（上margin、下大margin有り）*/
.work_center_bigmargin{
	margin:20px 0px 40px 0px;
	padding:0px;
	text-align:center;
}
/*青四角付テキスト*/
.work_bluesquare_text{
	background-image:url("../images/text_pointer_square.gif");
	background-repeat:no-repeat;
	background-position:left top;
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 12px;
}
/*青四角付テキスト（小margin）*/
.work_bluesquare_text_min{
	background-image:url("../images/text_pointer_square.gif");
	background-repeat:no-repeat;
	background-position:left top;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 12px;
}
.work_bluesquare_text span,
.work_bluesquare_text_min span,
.work_bluesquare_text_min a{
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:18px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
/*重要テキスト*/
.work_important_text{
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:26px;
}
/*事業紹介用左寄せ*/
.work_rightside{
	margin:25px 0px;
	padding:0px;
	text-align:right;
}
/*リンク（円と三角）*/
.work_link_circle{
	background-image:url("../images/link_pointer_arrow_circle.gif");
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px;
	padding:0px 0px 0px 17px;
}
/*リンク（円と三角・サイズ小）*/
.work_link_circle_mini{
	background-image:url("../images/link_pointer_circle_mini.gif");
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px;
	padding:0px 0px 0px 15px;
}
.work_link_circle a,
.work_link_circle_mini a{
	margin:0px;
	padding:0px;
	color:#053C8A;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-decoration:underline;
}
.work_link_circle a:hover,
.work_link_circle_mini a:hover{
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:16px;
	color:#053C8A;
	font-weight:bold;
	text-decoration:underline;
}
/*リンク（円と三角・全て小）*/
.work_link_circle_small{
	background-image:url("../images/link_pointer_circle_mini.gif");
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px;
	padding:0px 0px 0px 15px;
}
.work_link_circle_small a{
	margin:0px;
	padding:0px;
	color:#053C8A;
	font-size:12px;
	line-height:14px;
	text-decoration:underline;
}
.work_link_circle_small a:hover{
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:14px;
	color:#053C8A;
	text-decoration:underline;
}
/*左側 イメージ置き場*/
.work_left_image{
	margin:10px 0px;
	padding:0px;
	width:283px;
	float:left;
}
/*右側 テキスト置き場*/
.work_right_text{
	margin:10px 0px;
	padding:0px;
	width:270px;
	float:right;
}
/*ソーラー事業用コンテンツタイトル*/
.work_solar_contents{
	background-image:url("../work/images/solar_contents_bar.gif");
	background-repeat:no-repeat;
	background-position:left top;
	margin:15px 0px;
	padding:0px;
	width:506px;
	height:27px;
}
.work_solar_contents strong{
	margin:0px;
	padding:5px 0px 0px 35px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	display:block;
}
/*ソーラー用padding*/
.solar_padding{
	margin:0px;
	padding:0px 7px 0px 2px;
}
/*イメージタイトル（ソーラー用）*/
.solar_image_title{
	background-image:url("../work/images/solar_title_box.gif");
	background-repeat:no-repeat;
	background-position:left top;
	margin:15px 0px;
	padding:0px 0px;
}
.solar_image_title span{
	margin:0px 0px 0px 10px;
	padding:0px 0px;
	font-size:12px;
	line-height:15px;
	text-align:left;
	font-weight:bold;
	vertical-align:top;
	display:block;
}
/*ソーラー空きスペース*/
.solar_empty_padding{
	margin:0px 0px;
	padding:10px 0px;
	font-size:1px;
	line-height:1px;
	clear:both;
	page-break-after:avoid;
}
/*左側 イメージ置き場（ソーラー用）*/
.solar_left_image{
	margin:0px 0px 12px 0px;
	padding:0px;
	width:276px;
	float:left;
}
/*右側 テキスト置き場（ソーラー用）*/
.solar_right_text{
	margin:0px 0px 12px 0px;
	padding:0px;
	width:279px;
	float:right;
}
/*左右 中央揃えテキスト置き場（ソーラー用）*/
.solar_left_image .solar_center_text,
.solar_right_text .solar_center_text,
.solar_center_text_long{
	margin:5px 0px 10px 0px;
	padding:0px;
	font-size:12px;
	line-height:16px;
	text-align:center;
}

/*左側 青テキスト置き場（事業概要用）*/
.workindex_left_bluetext{
	margin:0px 0px 15px 0px;
	padding:0px;
	width:386px;
	font-size:14px;
	line-height:20px;
	color:#136AC9;
	font-weight:bold;
	float:left;
}
/*右側 続きリンク置き場（事業概要用）*/
.workindex_right_nextlink{
	margin:0px 0px 15px 0px;
	padding:0px;
	width:130px;
	text-align:right;
	float:right;
}
/*左側 画像置き場置き場（事業概要用）*/
.workindex_left_image{
	margin:0px 0px 20px 0px;
	padding:0px;
	width:156px;
	text-align:center;
	float:left;
}
/*右側 テキスト置き場（事業概要用）*/
.workindex_right_text{
	margin:0px 0px 20px 0px;
	padding:0px;
	width:385px;
	float:right;
	zoom:1;/* IE6背景印刷用 */
}

/*グリーンビズ用スタイル*/
/*グリーンビズTM-Gとは*/
.greenbiz_space{
	text-align:left;
	padding:5px 0px 0px 0px;
	width:422px;
}

.greenbiz_bar_font{
	font-size:18px;
}

.greenbiz_bar_font_green{
	font-size:15px;
	color:#00791F;
	font-weight:bold;
}

.greenbiz_bg_wood_b{
	background-image:url("../work/images/greenbiz_bg_wood_b.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px 0px 0px 0px;
	padding:0px 40px 0px 30px;
	height:100px;
	line-height:21px;
}

.wood_text01{
	float:left;
	padding:5px 0px 0px 0px;
	text-align:center;
	width:50%
}

.wood_text02{
	float:right;
	padding:5px 0px 0px 10px;
	text-align:left;
	width:40%
}

.wood_text03{
	float:right;
	padding:5px 0px 0px 0px;
	text-align:center;
	width:50%
}

.greenbiz_color_red{
	color:#B20013;
	font-weight:bold;
}

.greenbiz_color_green{
	color:#007583;
	font-weight:bold;
}

.evolution_text{
	float:left;
	padding:5px 0px 0px 0px;
	text-align:left;
	width:70%
}

.evolution_img{
	float:right;
	padding:5px 40px 0px 0px;
	text-align:left;
	width:20%
}

.greenbiz_bg_wood_s{
	background-image:url("../work/images/greenbiz_bg_wood_s.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 20px;
	height:36px;
	line-height:21px;
	font-weight:bold;
}

/*「グリーンビズTM-G」を可能にした　『超微多孔スポンジ状セラミックス基盤』＝『グリーンビズTM』*/
.greenbiz_blue_text{
	color:#136AC9;
	font-weight:bold;
}

.contents_titlebox_b{
	background-image:url("../work/images/greenbiz_titlebox_bg.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0px 0px 15px 0px;
	padding:0px;
	width:557px;
	height:60px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}

.contents_titlebox_b span{
	margin:0px;
	padding:13px 0px 0px 25px;
	display:block;
}

.greenbiz02_tb{
	border:1px #A3A3A3 solid;
	border-collapse:collapse;
	text-align:center;
	font-size:13px;
}

.greenbiz02_tb td{
	border:1px #A3A3A3 solid;
	border-collapse:collapse;
	padding:5px;
}

.greenbiz02_tb_text{
	text-align:left;
}

.greenbiz02_tb_color01{
	background-color:#D3D3D3;
}

.greenbiz02_tb_color02{
	background-color:#EBF3FA;
	width:17%;
}

.bio_img{
	float:left;
	padding:5px 0px 0px 0px;
}

.bio_text{
	float:right;
	padding:5px 20px 0px 0px;
	text-align:left;
	width:45%
}
.bio_text sup{
	color:#136AC9;
}
.bio_text02{
	text-align:left;
	font-weight:bold;
}
.bio_text03{
	padding:0px 0px 0px 23px;
}


/*使用セダムの特徴*/
.greenbiz03_list{
	margin:0px 0px 20px 0px;
	padding:0px;
}

.greenbiz03_list ul{
	margin:0px;
	padding:0px 10px 0px 5px;
	list-style-type: none;
	float:left;
}

.greenbiz03_list li{
	margin:0px;
	padding:0px 0px 3px 0px;
}

.greenbiz03_list02 ul{
	margin:0px;
	padding:0px 0px 5px 0px;
	list-style-type: none;
	float:left;
	width:160px;
}

.greenbiz03_list02 li{
	background-image:url("../work/images/greenbiz_black_point.gif");
	background-repeat:no-repeat;
	background-position:left top;
	margin:0px;
	padding:0px 0px 0px 8px;
	float:left;
}

.greenbiz03_bluesquare_text{
	background-image:url("../images/text_pointer_square.gif");
	background-repeat:no-repeat;
	background-position:left top;
}
.greenbiz03_bluesquare_text span{
	margin:0px;
	padding:0px 0px 0px 10px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

/*多機能無灌水緑化システム「グリーンビズTM−G」の特徴*/
.greenbiz04_bluesquare_text{
	background-image:url("../images/text_pointer_square.gif");
	background-repeat:no-repeat;
	background-position:left top;
	margin:10px 0px 0px 0px;
}
.greenbiz04_bluesquare_text span{
	margin:0px;
	padding:0px 0px 0px 10px;
	color:#000000;
	font-weight:bold;
}

.greenbiz04_tb{
	font-size:12px;
}

/*屋上緑化による効果*/
.greenbiz07_tb_gray{
	background-color:#ECECEC;
	margin:5px 0px 0px 20px;
	padding:0px;
	width:420px;
	font-size:12px;
}
.greenbiz07_tb_gray td{
	padding:10px;
}

.greenbiz07_space{
	padding:5px 0px 0px 20px;
}
.greenbiz07_space span{
	padding:5px 0px 0px 20px;
}

.greenbiz07_tb{
	border:1px #A3A3A3 solid;
	border-collapse:collapse;
	margin:5px 0px 0px 0px;
	width:509px;
	font-size:12px;
}

.greenbiz07_tb td{
	border:1px #A3A3A3 solid;
	text-align:center;
	padding:5px;
}

.greenbiz07_bg_color01{
	background-color:#D0E2FA;
	font-weight:bold;
}

.greenbiz07_bg_color02{
	background-color:#F7DDC4;
	font-weight:bold;
}
/* グリーンビス */
.greenbiz01_p{
	float:left;
	margin:0px;
	padding:0px;
	width: 350px;
}
.greenbiz01_img{
	float:left;
	margin:0px 0px 0px 15px;
	padding:0px;
	width: 180px;
}
.greenbiz01_background{
	margin:20px 0px 0px 0px;
	padding:0px;
	background:url(../work/images/greenbiz_image12.jpg) right top no-repeat;
	font-size: 120%;
}
.greenbiz_caption{
	margin:0px;
	padding:0px;
	color: #3E3E3F;
	font-size:80%;
	text-align:right;
}
.greenbiz_bigfont{
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
.greenbiz02_p{
	float:left;
	margin:0px;
	padding:0px;
	width: 330px;
}
.greenbiz02_img{
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px;
	width: 210px;
}
.font_strong{
	color:#CE1222;
	font-weight:bold;
}
.greenbiz02_bluesquare_text{
	background-image:url("../work/images/text_pointer_square02.gif");
	background-repeat:no-repeat;
	background-position:left top;
	margin:10px 0px 0px 0px;
	line-height:23px;
}
.greenbiz02_bluesquare_text span{
	margin:0px;
	padding:0px 0px 0px 15px;
	color:#000000;
	font-weight:bold;
}
.greenbiz02_arrow{
	font-size: 120%;
	line-height:1.6em;
}
.greenbiz02_arrow img{
	vertical-align:middle;
	margin:0px 3px;
}
/*認証取得*/
.greenbiz_ninsyou_logo{
	background:url("../images/bt_gbg_ninsyou.gif") no-repeat center;
	margin:10px auto;
	padding:0px;
	width:547px;
	height:57px;
	text-decoration:none;
	display:block;
}
.greenbiz_ninsyou_logo span{
	font-size:5px;
	line-height:5px;
	visibility:hidden;
}
/*認証内容（オープンウィンドウ）*/
#ow_greenbiz_text{
	margin:10px auto;
	padding:0px;
	width:810px;
}
#ow_greenbiz_text h1{
	background-color:#52A922;
	margin:5px 0px;
	padding:7px 0px;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	color:#FFFFFF;
	display:block;
}
#ow_greenbiz_text table{
	background-color:#C0CCBA;
	margin:0px;
	padding:0px;
	width:100%;
}
#ow_greenbiz_text table tr th{
	background-color:#DAECD0;
	padding:7px 5px;
	font-size:12px;
	line-height:14px;
	text-align:center;
}
#ow_greenbiz_text table tr td{
	padding:7px 5px;
	font-size:12px;
	line-height:14px;
	text-align:left;
}
#ow_greenbiz_text table tr td.ow_greenbiz_table_left{
	background-color:#EAF4E4;
}
#ow_greenbiz_text table tr td.ow_greenbiz_table_right{
	background-color:#FFFFFF;
}



/*コンテンツ内容 右側 専用padding*/
#contents_space #right_space #right_padding_greenbiz{
	margin:16px 0 0 0;
	padding:0px 9px 0px 15px;
}
/*コンテンツ内容 右側 タイトル（margin-bottom:0px;）*/
#contents_space #right_space .contents_title_nobottom_greenbiz{
	background-image:url("../images/contents_title_bg.gif");
	background-repeat:no-repeat;
	background-position:center left;
	margin:0px 0px 0px 10px;
	padding:0px;
	width:565px;
	height:48px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
#contents_space #right_space .contents_title_nobottom_greenbiz span{
	margin:0;
	padding:18px 0px 0px 25px;
	display:block;
}
/*コンテンツ内容 右側 サブタイトル（ボックス）*/
#contents_space #right_space #right_padding_greenbiz .contents_titlebox{
	background-image:url("../images/contents_titlebox_bg.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0px 0px 15px 0px;
	padding:0px;
	width:556px;
	height:40px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
/*コンテンツ内容 右側 サブタイトル（ボックス・上下margin）*/
#contents_space #right_space #right_padding_greenbiz .contents_titlebox_margin{
	background-image:url("../images/contents_titlebox_bg.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:10px 0px 10px 0px;
	padding:0px;
	width:556px;
	height:40px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
/*コンテンツ内容 右側 サブタイトル（ボックス・上下margin）*/
#contents_space #right_space #right_padding_greenbiz a.contents_titlebox_link{
	background-image:url("../images/contents_titlebox_bg.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:10px 0px 10px 0px;
	padding:0px;
	width:556px;
	height:40px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	display:block;
}
#contents_space #right_space #right_padding_greenbiz .contents_titlebox span,
#contents_space #right_space #right_padding_greenbiz .contents_titlebox_margin span,
#contents_space #right_space #right_padding_greenbiz a.contents_titlebox_link span{
	margin:0px;
	padding:13px 0px 0px 25px;
	display:block;
}
.all_side_padding_bottom_10{
padding: 0 0 15px 5px;
}
.greenbiz_title{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	line-height:20px;
	color:#136AC9;
	font-weight:bold;
}
.greenbiz_font_green{
	margin:0px 0px 10px 0px;
	padding-top:0px;
	font-size:15px;
	line-height:20px;
	color:#548700;
	font-weight:bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.greenbiz_font_green02{
	margin:20px 0px 15px 0px;
	padding:0px;
	font-size:15px;
	line-height:20px;
	color:#548700;
	font-weight:bold;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr.greenbiz_line{
	border:0;
	height: 1px;
	margin: 10px 0;
	background-image: url(../work/images/greenbiz_line.gif);
	background-repeat: repeat-x;
}
.greenbiz_bigfont02{
	font-size:120%;
	font-weight:bold;
	text-align:center;
	margin-top: 50px;
}
ul.greenbiz_button{
	width:510px;
	height: 50px;
	padding-left: 0;
	margin:0 auto;
}
ul.greenbiz_button li{
	list-style: none;
	float:left;
	margin:0 10px;
}
ul.greenbiz_button li a{
	text-decoration:none;
	display:block;
	width:233px;
	height:49px;
}
ul.greenbiz_button li span{
	visibility: hidden;
}
ul.greenbiz_button li.question{
	background-image: url(../images/btn_qa.gif);
	background-repeat: no-repeat;
}
ul.greenbiz_button li.inquiry{
	background-image: url(../images/btn_inq.gif);
	background-repeat: no-repeat;
}

/*greenbiz01*/
.greenbiz_text_big{
	font-size: 120%;
	line-height: 25px;
}

.greenbiz_title_green_bar{
	background-image: url(../work/images/green_bar.gif);
	background-repeat: no-repeat;
	margin:0px 0px 15px 0px;
	padding:12px 0px 0px 25px;
	width: 536px;
	height: 39px;
	color:#ffffff;
	font-weight:bold;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ ProW3",Meiryo,"メイリオ",Osaka,"HG創英角ｺﾞｼｯｸUB",Arial,Helvetica,Verdana,sans-serif;
	font-size: 130%;
}
.greenbiz_title_green_bar_2{
	background-image: url(../work/images/green_bar.gif);
	background-repeat: no-repeat;
	margin:0px 0px 15px 0px;
	padding:2px 0px 10px 25px;
	line-height:1.2em;
	width: 536px;
	height: 39px;
	color:#ffffff;
	font-weight:bold;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ ProW3",Meiryo,"メイリオ",Osaka,"HG創英角ｺﾞｼｯｸUB",Arial,Helvetica,Verdana,sans-serif;
	font-size: 130%;
}
.greenbiz_orange_bg{
	background-image: url(../work/images/subtitle_orange.gif);
	background-repeat: no-repeat;
	width: 496px;
	height: 33px;
	padding:13px 0px 0px 55px;
	font-weight:bold;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ ProW3",Meiryo,"メイリオ",Osaka,"HG創英角ｺﾞｼｯｸUB",Arial,Helvetica,Verdana,sans-serif;
	font-size: 110%;
}
.greenbiz_bold{
	font-size: 100%;
	font-weight: bold;
}



/*greenbiz02*/
p#greenbiz02_txt{
	background:#EDECEB;
	padding:10px;
}

/*画像の中央揃え*/
div.img_center{
	width:100%;
	text-align:center;
}
div.img_center > table{
	width:100%;
	border:none;
}
div.img_center > table > tr > td{
	border:none;
}
div.img_center img{
	margin:5px;
}

/*greenbiz04*/
/*従来品との比較*/
.greenbiz_kouzou{
	width:533px;
	background:#EAF5FD;
	border:solid 1px #99CCFF;
	margin:0px;
	padding:5px;
}
/*青文字*/
 .bluesubtitle{
	color:#094EA7;
	font-weight:bold;
}

span.bluesubtitle > img {
	vertical-align:middle;
}
/*赤文字*/
 .reddetail{
	color:#CC0000;
	font-weight:bold;
	line-height:1.7em;
}
.inline_kouzou{
	margin:10px;
	line-height:1.8em;
}
.greenbiz04_p{
	font-weight:bold;
	line-height:1.5em;
	margin-left:5px;
}

/*画像の横並び表示*/
ul.greenbiz_image_list{
	list-style-type:none;
	margin:10px 0px 0px 0px;
	padding:0px;
}
ul.greenbiz_image_list li{
	margin:0px 1px;
	padding:0px;
	text-align:center;
	font-size:90%;
	float:left;
}

/*その他の施工実績はこちら*/
a.btn_other{
	background:url("../work/images/btn_other.gif") no-repeat center;
	margin:0px auto;
	padding:0px;
	width:313px;
	height:49px;
	text-decoration:none;
	display:block;
}
a.btn_other span{
	font-size:10px;
	line-height:10px;
	visibility:hidden;
}

/*こちらボタン*/
a.btn_g_select{
	background:url("../work/images/btn_g01_other_top.gif") no-repeat top;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:260px;
	text-decoration:none;
	text-align:center;
	font-weight:100%;
	cursor:pointer;
	display:inline-block;
}
a.btn_g_select strong{
	background:url("../work/images/btn_g01_other_bottom.gif") no-repeat bottom;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:100%;
	display:inline-block;
}
a.btn_g_select strong span{
	background:url("../work/images/btn_g01_other_pointer.gif") no-repeat right center;
	margin:0px;
	padding:7px 2% 5px 0px;
	width:95%;
	font-weight:bold;
	color:#548700;
	display:inline-block;
}

/*テキストリスト*/
ul.greenbiz_text_list{
	list-style-type:none;
	margin:10px 0px 0px 0px;
	padding:0px;
}
ul.greenbiz_text_list li{
	margin:0px;
	padding:0em 0em 0em 1em;
	text-align:left;
}
ul.greenbiz_text_list li strong{
	margin-left:-1em;
}
/*greenbiz07*/
/*認証内容（オープンウィンドウ）*/
.greenbiz_greenber{
	background-color:#52A922;
	margin:5px 0px;
	padding:7px 0px;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	color:#FFFFFF;
	display:block;
	text-align: center;
}
table.greenbiz_table{
	background-color:#C0CCBA;
	margin:0px;
	padding:0px;
	width:100%;
}
table.greenbiz_table tr th{
	background-color:#DAECD0;
	padding:7px 5px;
	font-size:15px;
	line-height:1.5em;
	text-align:center;
}
table.greenbiz_table tr td{
	padding:7px 5px;
	font-size:15px;
	line-height:1.5em;
	text-align:left;
}
table.greenbiz_table tr td.ow_greenbiz_table_left{
	background-color:#EAF4E4;
}
table.greenbiz_table tr td.ow_greenbiz_table_right{
	background-color:#FFFFFF;
}
.font_hiragino_green{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#339900;
}



