/*
CRAFTER CLASS CSS
ERIONES
*/

/*   オリジナル                    */

/* case01 鍛冶師
-----------------------------------------------------*/
.table_css01 table {
	border: 1px solid #963;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 8px;
}
.table_css01 th {
	padding: 2px;
	font-weight: bold;
	line-height: 120%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #963;
	border-right-color: #963;
	border-bottom-color: #963;
	border-left-color: #963;
	background-color: #E4CAAF;
}
.table_css01 td {
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #963;
	border-right-color: #963;
	border-bottom-color: #963;
	border-left-color: #963;
}

/* case02 錬金術師
-----------------------------------------------------*/
.table_css02 table {
	border: 1px solid #63C;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 8px;
}
.table_css02 th {
	padding: 2px;
	font-weight: bold;
	line-height: 120%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #63F;
	border-right-color: #63F;
	border-bottom-color: #63F;
	border-left-color: #63F;
	background-color: #BFBFFF;
}
.table_css02 td {
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #63F;
	border-right-color: #63F;
	border-bottom-color: #63F;
	border-left-color: #63F;
}

/* case03 甲冑師
-----------------------------------------------------*/
.table_css03 table {
	border: 1px solid #09F;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 8px;
}
.table_css03 th {
	padding: 2px;
	font-weight: bold;
	line-height: 120%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #06F;
	border-right-color: #06F;
	border-bottom-color: #06F;
	border-left-color: #06F;
	background-color: #80BFFF;
}
.table_css03 td {
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #06F;
	border-right-color: #06F;
	border-bottom-color: #06F;
	border-left-color: #06F;
}

/* case04 調理師
-----------------------------------------------------*/
.table_css04 table {
	border: 1px solid #F6F;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 8px;
}
.table_css04 th {
	padding: 2px;
	font-weight: bold;
	line-height: 120%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F6F;
	border-right-color: #F6F;
	border-bottom-color: #F6F;
	border-left-color: #F6F;
	background-color: #FFB5FF;
}
.table_css04 td {
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F6F;
	border-right-color: #F6F;
	border-bottom-color: #F6F;
	border-left-color: #F6F;
}

/* case05 彫金師
-----------------------------------------------------*/
.table_css05 table {
	border: 1px solid #F60;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 8px;
}
.table_css05 th {
	padding: 2px;
	font-weight: bold;
	line-height: 120%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	background-color: #FC0;
}
.table_css05 td {
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}

/* case06 革細工師
-----------------------------------------------------*/
.table_css06 table {
	border: 1px solid #F3C;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 8px;
}
.table_css06 th {
	padding: 2px;
	font-weight: bold;
	line-height: 120%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3C;
	border-right-color: #F3C;
	border-bottom-color: #F3C;
	border-left-color: #F3C;
	background-color: #F9C;
}
.table_css06 td {
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3C;
	border-right-color: #F3C;
	border-bottom-color: #F3C;
	border-left-color: #F3C;
}


/* case07 裁縫師師
-----------------------------------------------------*/
.table_css07 table {
	border: 1px solid #F60;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 8px;
}
.table_css07 th {
	padding: 2px;
	font-weight: bold;
	line-height: 120%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	background-color: #FFEFB0;
}
.table_css07 td {
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}

/* case08 木工師
-----------------------------------------------------*/
.table_css08 table {
	border: 1px solid #6C0;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 8px;
}
.table_css08 th {
	padding: 2px;
	font-weight: bold;
	line-height: 120%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6C0;
	border-right-color: #6C0;
	border-bottom-color: #6C0;
	border-left-color: #6C0;
	background-color: #DFFFBF;
}
.table_css08 td {
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6C0;
	border-right-color: #6C0;
	border-bottom-color: #6C0;
	border-left-color: #6C0;
}


.table_sr table {
	border: 1px solid #666;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFF;
	clear: both;
	line-height: 130%;

}
.table_sr th {
	padding: 2px;
	font-weight: bold;
	line-height: 120%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.table_sr td {
	padding: 2px;
	border: 1px solid #666;
	border-width: 0 0 1px 1px;

}
.table_sr p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-decoration: none;
}

.table_cristal table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.table_cristal th {
	padding: 2px;
	font-weight: bold;
	line-height: 120%;
}
.table_cristal td {
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

.vertical_a { vertical-align: top; }

.table_waku00 {
	border: 1px solid #999;
	line-height: 150%;
	background-color: #FFF;
}

.table_waku01 {
	border: 1px solid #F36;
	line-height: 150%;
	background-color: #FFF;
}
.table_waku02 {
	border: 1px solid #39F;
	line-height: 150%;
	background-color: #FFF;
}
.table_waku03 {
	border: 1px solid #F90;
	line-height: 150%;
	background-color: #FFF;
	
}
.table_waku04 {
	border: 1px solid #6C0;
	line-height: 150%;
	background-color: #FFF;
	
}
.table_waku05 {
	border: 1px solid #933;
	line-height: 150%;
	background-color: #FFF;
	
}

.td_line01 {
	line-height: 150%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #F36;
	border-right-color: #F36;
	border-bottom-color: #F36;
	border-left-color: #F36;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;


}
.td_line02 {
	line-height: 150%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #09F;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	
}
.td_line03 {
	line-height: 150%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	
}
.td_line04 {
	line-height: 150%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #6C0;
	border-right-color: #6C0;
	border-bottom-color: #6C0;
	border-left-color: #6C0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	
}

.td_uo_l1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F36;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.td_uo_l1 p {
	display: block;
}
.td_uo_l1 a {
	display: block;
	color: #F33;
	text-decoration: none;
}
.td_uo_l1 a:hover {
	display: block;
	background-color: #FCF;
	color: #F33;
	text-decoration: none;
}

.td_uo_l2 {
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #39F;
	padding-top: 5px;
	padding-bottom: 5px;
}
.td_uo_l2 p {
	display: block;
}
.td_uo_l2 a {
	display: block;
	color: #06F;
	text-decoration: none;
}
.td_uo_l2 a:hover {
	display: block;
	background-color: #D2EEFF;
	color: #06F;
	text-decoration: none;
}


.td_uo_l3 {
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F90;
	padding-top: 5px;
	padding-bottom: 5px;

}
.td_uo_l3 p {
	display: block;
}
.td_uo_l3 a {
	display: block;
	color: #F60;
	text-decoration: none;
}
.td_uo_l3 a:hover {
	display: block;
	background-color: #FFF1B9;
	color: #F60;
	text-decoration: none;
}

.td_uo_l4 {
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6C0;
	padding-top: 5px;
	padding-bottom: 5px;

}
.td_uo_l4 p {
	display: block;
}
.td_uo_l4 a {
	display: block;
	color: #6C0;
	text-decoration: none;
}
.td_uo_l4 a:hover {
	display: block;
	background-color: #DCFFB9;
	color: #6C0;
	text-decoration: none;
}

.td_uo_l5 {
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #09F;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #09F;

}
.td_uo_l5 p {
	display: block;
}
.td_uo_l5 a {
	display: block;
	color: #F90;
	text-decoration: none;
}

.td_uo_l6 {
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F36;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F36;
}
.td_uo_l6 p {
	display: block;
}
.td_uo_l6 a {
	display: block;
	color: #333;
	text-decoration: none;
}
.td_uo_l6 a:hover {
	display: block;
	background-color: #FCF;
	color: #333;
	text-decoration: none;
}

.td_bg01 {
	/*background-color: #E2C7AB;*/
	text-align: center;
	background-image: url(../img/cont/bs_bg.gif);
}
.td_bg01 a {
	color: #000;
}
.td_bg01_s {
	background-color: #F5ECE2;
	text-align: center;
}
.td_bg02 {
	background-color: #FFFFFF;
	line-height: 150%;
	padding: 3px;
}

.td_bg_r {
	background-color: #FFACAC;
	text-align: center;
}

.td_bg_b {
	/*background-color: #C1E0FF;*/
	text-align: center;
	background-image: url(../img/cont/ar_bg.gif);
}
.td_bg_b a {
	color: #000;
}
.td_bg_b_s {
	background-color: #ECF5FF;
	text-align: center;
}
.td_bg_y {
	/* background-color: #FFC; */
	background-image: url(../img/cont/wev_bg.gif);
	text-align: center;
}
.td_bg_y a {
	color: #000;
}
.td_bg_o {
	text-align: center;
	background-color: rgba(255, 193, 7, 0.73);

}
.td_bg_bk {
	text-align: center;
	color:#666;
background: url("http://grad3.ecoloniq.jp/sample/img/patterns_31.png") repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #838383));
background: url("http://grad3.ecoloniq.jp/sample/img/patterns_31.png") repeat, -webkit-linear-gradient(#fff, #838383);
background: url("http://grad3.ecoloniq.jp/sample/img/patterns_31.png") repeat, -moz-linear-gradient(#fff, #838383);
background: url("http://grad3.ecoloniq.jp/sample/img/patterns_31.png") repeat, -o-linear-gradient(#fff, #838383);
background: url("http://grad3.ecoloniq.jp/sample/img/patterns_31.png") repeat, -ms-linear-gradient(#fff, #838383);
background: url("http://grad3.ecoloniq.jp/sample/img/patterns_31.png") repeat, linear-gradient(#fff, #838383);



}
.td_bg_g {
	/* background-color: #BFFFAA; */
	background-image: url(../img/cont/ww_bg.gif);
	text-align: center;
}
.td_bg_g_s {
	background-color: #E8FFDF;
	text-align: center;
}
.td_bg_g_sb {
	background-color: #E2F944;
	text-align: center;
}
.td_bg_h_c {
	background-color: #FFF;
	text-align: center;
}
.td_bg_p {
	/* background-color: #D9D9FF; */
	background-image: url(../img/cont/alc_bg.gif);
	text-align: center;
}
.td_bg_p a {
	color: #000;
}
.td_bg_p_s {
	background-color: #F7F7FF;
	text-align: center;
}
.td_bg_s {
	/*background-color: #FFCAE4;*/
	background-image: url(../img/cont/tan_bg.gif);
	text-align: center;
}
.td_bg_s a {
	color: #000;
}
.td_bg_s_s {
	background-color: #FFECF5;
	text-align: center;
}
.td_bg_c {
	background-image: url(../img/cont/ww_bg.gif);
	/*background-color: #D1FFA4;*/
	text-align: center;
}
.td_bg_c a {
	color: #000;
}
.td_bg_a {
	/*	background-color: #FFCEFF; */
	background-image: url(../img/cont/cul_bg.gif);
	text-align: center;
}
.td_bg_a a {
	color: #000;
}
.td_bg_k {
	background-color: #FEE4F2;
	text-align: center;
}
.td_bg_t {
	background-color: #9D9DFF;
	text-align: center;
}
.td_bg_e {
	/*background-color: #FC3;*/
	background-image: url(../img/cont/gs_bg.gif);
	text-align: center;
}
.td_bg_e a {
	color: #000;
}
.td_bg_i {
	background-color: #A6FFFF;
	text-align: center;
}
.td_bg_yu {
	background-color: #D1FFA4;
	text-align: center;
}
.td_bg_yu a {
	color: #000;
}
.td_item01 {
	/* background-color: #B5E1FF; */
	background-image: url(../img/cont/search_bg.gif);
	text-align: center;
	vertical-align: middle;
}
.td_item02 {
	/*background-color: #FFCDAC; */
	background-image: url(../img/cont/search_bg_i.gif);
	text-align: center;
	vertical-align: middle;
}

.c_search_box {
	height: 350px;
	width: 790px;
	background-image: url(../img/cont/crafter_bg/bs.png);
}
.kensu {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}
.recipe_box {
	border: 1px dotted #F90;
	background-color: #FFF;
	padding: 10px;
	width: 720px;
	overflow: hidden;
}

.recipe_box2 {
	border: 1px dotted #F90;
	background-color: #FFF;
	padding: 10px;
	width: 92%;
}
.recipe_box3 {
	border: 1px solid #FC0;
	background-color: #FFF;
	padding: 10px;
	width: 767px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.recipe_box3 li, ul {
	padding: 0px;
	margin-top: 0px;
	text-decoration: none;
}


.box_01 {
	float: left;
	width: 390px;
	
	
}
.box_02 {
	float: right;
	width: 390px;
}



/* BOX
------------------------------------------------------------------*/
.left_select_a {
	width: 410px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;	
	
}

.left_select_b {
	float: right;
	width: 380px;
	height: 380px;
	overflow: hidden;	
	
}

/* カラー
------------------------------------------------------------------*/
.color_style01 {
	color: #960;	
}
.color_style02 {
	color: #06F;	
}
.color_style03 {
	color: #F60;	
}
.color_style04 {
	color: #A68500;
}
.color_style05 {
	color: #63F;	
}
.color_style06 {
	color: #FF0080;	
}
.color_style07 {
	color: #008000;
}
.color_style08 {
	color: #F3C;	
}
.color_style09 {
	color: #F00;
}


/* カラー染料クラス
------------------------------------------------------------------*/

/* ヘンプ */

.color_hemp_natural {
	background-color: #cab79e;
	text-align: center;
}
.color_hemp_brown {
	background-color: #817664;
	text-align: center;
	color: #FFF;
}
.color_hemp_glay {
	background-color: #7c7d75;
	text-align: center;
	color: #FFF;
}
.color_hemp_sand {
	background-color: #d0b39b;
	text-align: center;
}

/* コットン */

.color_cotton_natural {
	background-color: #ece5d5;
	text-align: center;
}
.color_cotton_vamilion {
	background-color: #9b7d63;
	text-align: center;
	color: #FFF;
}
.color_cotton_orive {
	background-color: #7c7d5e;
	text-align: center;
	color: #FFF;
}
.color_cotton_selest {
	background-color: #d1dbd6;
	text-align: center;
}
.color_cotton_maize {
	background-color: #e3dbaa;
	text-align: center;
}

/* カンバス */

.color_canbus_natural {
	background-color: #ecece2;
	text-align: center;
}
.color_canbus_sepia {
	background-color: #9c855b;
	text-align: center;
	color: #FFF;
}
.color_canbus_uord {
	background-color: #656975;
	text-align: center;
	color: #FFF;
}
.color_canbus_forcher {
	background-color: #d9b8b3;
	text-align: center;
}
.color_canbus_drave {
	background-color: #6d6756;
	text-align: center;
	color: #FFF;
}

/* ベルベティーン */

.color_velveteen_natural {
	background-color: #d9d3ac;
	text-align: center;
}
.color_velveteen_laiven {
	background-color: #6c6b5f;
	text-align: center;
	color: #FFF;
}
.color_velveteen_winered {
	background-color: #7d4c4a;
	text-align: center;
	color: #FFF;
}
.color_velveteen_vagandy {
	background-color: #6c4042;
	text-align: center;
	color: #FFF;
}
.color_velveteen_cleam {
	background-color: #ecd598;
	text-align: center;
}
.color_velveteen_forest {
	background-color: #7d8c62;
	text-align: center;
	color: #FFF;
}



/* 革クラス */

.color_seep_lather {
	background-color: #E2DDC9;
	text-align: center;
}
.color_toopseep_lather {
	background-color: #6B493D;
	text-align: center;
	color: #FFF;
}
.color_glayseep_lather {
	background-color: #77787B;
	text-align: center;
	color: #FFF;
}

/* ドードーレザー */

.color_dodo_lather {
	background-color: #B76F3B;
	text-align: center;
	color: #FFF;
}
.color_blackdodo_lather {
	background-color: #333132;
	text-align: center;
	color: #FFF;
}

/* バッファロー */

.color_bufferlo_lather {
	background-color: #734E30;
	text-align: center;
	color: #FFF;
}
.color_surtblackbufferlo_lather {
	background-color: #2A2A2A;
	text-align: center;
	color: #FFF;
}
.color_redorkerbufferlo_lather {
	background-color: #AE5039;
	text-align: center;
	color: #FFF;
}
.color_oxbladbufferlo_lather {
	background-color: #B3424A;
	text-align: center;
	color: #FFF;
}
.color_mothgreenbufferlo_lather {
	background-color: #5B6F3A;
	text-align: center;
	color: #FFF;
}
.color_dethertyellowbufferlo_lather {
	background-color: #FFF1AB;
	text-align: center;
}
.color_lasetblownbufferlo_lather {
	background-color: #C69E6E;
	text-align: center;
}


/* カララント */
.color_GN {
	background-color: #58B13F;
	text-align: center;
	color: #FFF;
}
.color_GR {
	background-color: #A7AA8F;	
	text-align: center;	
}
.color_PR {
	background-color: #743AA6;
	text-align: center;
	color: #8A4DC1;
}
.color_BR {
	background-color: #94714E;
	text-align: center;
	color: #FFF;
}
.color_BK {
	background-color: #4F4D41;	
	text-align: center;
	color: #FFF;	
}
.color_BL {
	background-color: #5A6BE0;
	text-align: center;
	color: #FFF;
}
.color_WH {
	background-color: #F5F2E2;
	text-align: center;
}
.color_RD {
	background-color: #C74A47;
	text-align: center;
	color: #FFF;
}
.color_YE {
	background-color: #ECE654;	
	text-align: center;	
	
}


/* optino class
------------------------------------------------------------------*/
.p_option01 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F90;
	display: block;
	margin-bottom: 5px;
	padding-left: 10px;
}
.p_option02 {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 2px;
}
.p_option02 b {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.p_option02 i {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.p_option02 u {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.p_option03 {
	text-decoration: none;
	padding: 3px;
	border: 1px dashed #F90;
}
.span_option01 a {
	color: #000;
}
.span_option02 {
	color: #090;
}
.span_option03 {
	font-size: 10px;
}
.span_option04 {
	margin-top: 3px;
	background-color: #FFC;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.form_option01 {
	margin-right: 50px;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.form_option_left {
	float: left;
	width: 330px;
	overflow: hidden;
}
.form_option_right {
	float: right;
	width: 350px;
	overflow: hidden;
	margin-right: 30px;
}
.form_option_left02 {
	float: left;
	width: 380px;
	overflow: hidden;
}
.form_option_right02 {
	float: right;
	width: 300px;
	overflow: hidden;
	margin-right: 30px;
}
.p_class_set01 {
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #F90;
	border-left-color: #F90;
	margin-bottom: 20px;
	padding-left: 10px;
	width: 100%;
}
.rb_left {
	float: left;
	width: 120px;
}
.rb_right {
	float: right;
	width: 120px;
}
.set_tbl_ads {
	margin-top: 7px;
}
.color_set_orange {
	color: #930;
}

.td_bright_set {
	background-image: url(../img/cont/alpha.png);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 3px;
}

.page_no {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0.1em;
	padding-right: 0.8em;
	padding-bottom: 0.1em;
	padding-left: 0.8em;
	background-color: #FC0;
}
.page_no a {
	color: #000;
	text-decoration: none;

	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.page_no a:hover {
	color: #FFF;
	text-decoration: none;

	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.page_no_on {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0.1em;
	padding-right: 0.8em;
	padding-bottom: 0.1em;
	padding-left: 0.8em;
	background-color: #F90;
}
.page_no_on a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.page_no_on a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F90;
	display: block;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

/* TableSorter
------------------------------------------------------------------*/
table.tablesorter {
	text-align: left;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
}
table.tablesorter thead tr .header {
	background-image: url(http://eriones.com/img/tbs_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	vertical-align: top;
	
}
table.tablesorter tbody tr.odd td {

}
table.tablesorter thead tr .headerSortUp {
	background-image: url(http://eriones.com/img/tbs_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://eriones.com/img/tbs_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #FFB544;
}

/* button 
---------------------------------------------- */



.div_br {
	border-bottom: solid 1px #ccc;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.highlight { background-color: yellow }

.open2 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: .1em .8em .10em;
}
.open2:hover {
	text-decoration: none;
}
.open2:active {
	position: relative;
	top: 1px;
}
.open3 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: .1em .8em .10em;
}
.open3:hover {
	text-decoration: none;
}
.open3:active {
	position: relative;
	top: 1px;
}
.open4 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: .1em .8em .10em;
}
.open4:hover {
	text-decoration: none;
}
.open4:active {
	position: relative;
	top: 1px;
}
.memo {
	text-align: right;
	padding-right: 10px;
	padding-top: 17px;	
}

#floatWindow{
	display:none;
	width:240px;
	top:250px;
	left:68%;
	z-index: 11;
	position: absolute;
	list-style-type:none;
	float:left;
	background:#eee;
	border:1px solid #bbb;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0px 2px 3px #aaa;
	-moz-box-shadow:0px 2px 3px #aaa;
	-webkit-box-shadow:0px 2px 3px #aaa;
	text-shadow:0px 1px 0px #fff;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#floatWindow a.close{
	position:absolute;
	right:20px;
	top:2px;
}
#floatWindow a.close img{
	border:none;
}
#floatWindow dl{
	width:100%;
	height:100%;

	margin:0;
}
* html #floatWindow dl{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/window/floatWindow.png',sizingMethod='scale');
}
* html #floatWindow dl *{
	position:relative;
}
#floatWindow dl dt{
	height:25px;
	text-indent:1em;
	color:#333;
	cursor:move;
	font-size: 13px;
	text-decoration: none;
}
#floatWindow dl dd{
	margin:0;
	padding:10px;
	background-color: #FFF;
}
#floatWindow p {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-bottom: 2px;
}
#floatWindow p a {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	color: #00F;
}
#floatWindow p a:hover {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	color: #F60;
}
#floatWindow2{
	display:none;
	width:240px;
	top:250px;
	left:43%;
	z-index: 13;
	position: absolute;
	list-style-type:none;
	float:left;
	background:#eee;
	border:1px solid #bbb;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0px 2px 3px #aaa;
	-moz-box-shadow:0px 2px 3px #aaa;
	-webkit-box-shadow:0px 2px 3px #aaa;
	text-shadow:0px 1px 0px #fff;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	right: 45%;
}
#floatWindow2 a.close{
	position:absolute;
	right:20px;
	top:2px;
}
#floatWindow2 a.close img{
	border:none;
}
#floatWindow2 dl{
	width:100%;
	height:100%;

	margin:0;
}
* html #floatWindow2 dl{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/window/floatWindow.png',sizingMethod='scale');
}
* html #floatWindow2 dl *{
	position:relative;
}
#floatWindow2 dl dt{
	height:25px;
	text-indent:1em;
	color:#333;
	cursor:move;
	font-size: 13px;
	text-decoration: none;
}
#floatWindow2 dl dd{
	margin:0;
	padding:10px;
	background-color: #FFF;
}
#floatWindow2 p {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
}
#floatWindow2 p a {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	color: #00F;
}
#floatWindow2 p a:hover {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	color: #F60;
}
#floatWindow3 {
	display:none;
	width:240px;
	top:250px;
	left:69%;
	z-index: 10;
	position: absolute;
	list-style-type:none;
	float:left;
	background:#eee;
	border:1px solid #bbb;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0px 2px 3px #aaa;
	-moz-box-shadow:0px 2px 3px #aaa;
	-webkit-box-shadow:0px 2px 3px #aaa;
	text-shadow:0px 1px 0px #fff;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#floatWindow3 a.close{
	position:absolute;
	right:20px;
	top:2px;
}
#floatWindow3 a.close img{
	border:none;
}
#floatWindow3 dl{
	width:100%;
	height:100%;

	margin:0;
}
* html #floatWindow3 dl{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/window/floatWindow.png',sizingMethod='scale');
}
* html #floatWindow3 dl *{
	position:relative;
}
#floatWindow3 dl dt{
	height:25px;
	text-indent:1em;
	color:#333;
	cursor:move;
	font-size: 13px;
	text-decoration: none;
}
#floatWindow3 dl dd{
	margin:0;
	padding:10px;
	background-color: #FFF;
}
#floatWindow3 p {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-bottom: 2px;
}
#floatWindow3 p a {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	color: #00F;
}
#floatWindow3 p a:hover {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	color: #F60;
}
#floatWindow4 {
	display:none;
	width:550px;
	top:318px;
	left:35%;
	z-index: 10;
	position: absolute;
	list-style-type:none;
	float:left;
	background:#eee;
	border:1px solid #bbb;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0px 2px 3px #aaa;
	-moz-box-shadow:0px 2px 3px #aaa;
	-webkit-box-shadow:0px 2px 3px #aaa;
	text-shadow:0px 1px 0px #fff;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#floatWindow4 a.close{
	position:absolute;
	right:20px;
	top:2px;
}
#floatWindow4 a.close img{
	border:none;
}
#floatWindow4 dl{
	width:100%;
	height:100%;

	margin:0;
}
* html #floatWindow4 dl{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/window/floatWindow.png',sizingMethod='scale');
}
* html #floatWindow4 dl *{
	position:relative;
}
#floatWindow4 dl dt{
	height:25px;
	text-indent:1em;
	color:#333;
	cursor:move;
	font-size: 13px;
	text-decoration: none;
}
#floatWindow4 dl dd{
	margin:0;
	padding:10px;
	background-color: #FFF;
}
#floatWindow4 p {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
}
#floatWindow4 p a {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	color: #00F;
}
#floatWindow4 p a:hover {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	color: #F60;
}
.tryit
	{
	list-style-type:none;
	float:left;
	background:#eee;
	border:1px solid #bbb;
	padding:5px 10px;
	margin:0px 10px 10px 0px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	cursor:pointer;
	box-shadow:0px 2px 3px #aaa;
	-moz-box-shadow:0px 2px 3px #aaa;
	-webkit-box-shadow:0px 2px 3px #aaa;
	text-shadow:0px 1px 0px #fff;
	}
.tryit:hover
	{ color:#000; }
.tryit:active
	{ box-shadow:none; }
.bg_ca {
	background-color: #FFC;
}
.result_box_info {
	width: 770px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	border: 1px solid #FC0;
	background-color: #FFF;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.result_box_right {
	float: right;
}
.result_box_right a {
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #F90;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	color: #FFF;
	background-color: #F90;
}
.result_box_right a:hover {
	background-color: #FFF;
	color: #000;
}
.result_box_right_on {
	background-color: #F90;
	color: #FFF;
}
.radius_table {
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}
.in_grs {
	background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
background: linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */

	font-size: 14px;
	text-align: center;	
}
.info_box {
	display: inline-block;
	color: #333;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	background-image: url(overlay.png);
	background-repeat: repeat-x;
	width: 742px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 15px;
	background: rgb(252,234,187); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWFiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZjY2Q0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y4YjUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmRmOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-8 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.info_box2 {
	display: inline-block;
	color: #333;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	background-image: url(overlay.png);
	background-repeat: repeat-x;
	width: 742px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	background: rgb(230,240,163); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyZTYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MzZDgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmYwNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(230,240,163,1) 0%, rgba(210,230,56,1) 50%, rgba(195,216,37,1) 51%, rgba(219,240,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,240,163,1)), color-stop(50%,rgba(210,230,56,1)), color-stop(51%,rgba(195,216,37,1)), color-stop(100%,rgba(219,240,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-8 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
.info_box3 {
	display: inline-block;
	color: #333;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	background-image: url(overlay.png);
	background-repeat: repeat-x;
	width: 742px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 0px;
	background: #e4f5fc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZjVmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2JmZThmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzlmZDhlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYWIwZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f5fc), color-stop(50%,#bfe8f9), color-stop(51%,#9fd8ef), color-stop(100%,#2ab0ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* IE10+ */
	background: linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 ); /* IE6-8 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
.info_form {
	padding: 10px;
	line-height: 200%;
	background-color: #FFC;
	width: 740px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.info_form2 {
	padding: 10px;
	line-height: 200%;
	background-color: #F4FFF4;
	width: 740px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6C3;
	border-right-color: #6C3;
	border-bottom-color: #6C3;
	border-left-color: #6C3;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.info_form3 {
	padding: 10px;
	line-height: 200%;
	background-color: #ECFBFF;
	width: 740px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #09F;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.ds_table {
	-webkit-box-shadow: 1px 2px 3px 0px #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 1px 2px 3px 0px #ccc; /* Firefox用 */
	box-shadow: 1px 2px 3px 0px #ccc; /* CSS3 */
}
.t_right {
	text-align: right;
	margin-top:-25px;  	
	
}
.t_left {
	text-align: left;	
	height:25px;  
}
#message_box
{
	position: relative;
	width: 95%;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 1em;
	color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	background-color: #EAEAEA;
}
 
#message_box:before, #message_box:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
 
#message_box:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.hamlet_1{
	/*background-color: #FFA6A6;*/
	height: 40px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
background: #fcecfc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZiYTZlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZkODlkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdjZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fcecfc 0%, #fba6e1 50%, #fd89d7 51%, #ff7cd8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcecfc), color-stop(50%,#fba6e1), color-stop(51%,#fd89d7), color-stop(100%,#ff7cd8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%); /* IE10+ */
background: linear-gradient(top,  #fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=0 ); /* IE6-8 */


}
.hamlet_1 p {
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
}
.hamlet_2{
	/*background-color: #C5EBC5;*/
	height: 90px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background: #f8ffe8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmZlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2UzZjVhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2RmMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(33%,#e3f5ab), color-stop(100%,#b7df2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* IE10+ */
	background: linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* W3C */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 );

}
.hamlet_2 p {
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
}
.hamlet_3{
	/*background-color: #C5EBC5;*/
	height: 50px;
	background: #f8ffe8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmZlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2UzZjVhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2RmMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(33%,#e3f5ab), color-stop(100%,#b7df2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* IE10+ */
	background: linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* W3C */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 );
	
}
.hamlet_3 p {
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
}

.hamlet_span {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	line-height: 180%;
}
strong {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.item_color_impact {
	font-size: 16px;
	color: #900;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#img_view {
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 64px;
}
.img_thumb {
	background-color: #FFF;
}
.img_thumb:hover {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	border: 1px solid #999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
