@charset "EUC-JP";

/********** common *******************************/

body,div,p,span,table,th,td,ul,ol,li,dl,dt,dd,img,form,iframe{
	padding:0;
	margin:0;
	border:none;
}

a:link{
	color:#3377bb;
}

a:visited{
	color:#3377bb;
}

a:hover{
	color:#3333ff;
}

body{
	color:#333333;
	background:#ffffff;
	margin:0 auto;
	background:url(/images/bg_header_nav.png) repeat-x left top #eeeeee;
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','meiryo';
}


/********* header ********************************/

.header{
	background:#ffffff;
	position:relative;
	height:80px;
	width:980px;
	margin:0 auto;
	padding:0;
}

.header h1,
.header .dpm{
	margin:5px 0 0;
	padding:0;
	font-size:10px;
	width:180px;
	position:absolute;
	text-align:center;
	font-weight:normal;
}

.header .site_logo{
	float:left;
}

.header .site_logo img{
	width:90%;
	height:90%;
	margin:4% 0 0 4%;
}

.header .header_banner{
	float:left;
	width:610px;
	text-align:center;
}

.header .header_banner img{
	margin:0 auto;
}

.header .sub_menu{
	right:0;
	bottom:-1px;
	position:absolute;
	width:170px;
	height:11px;
	margin:0;
	padding:5px 5px 2px;
	list-style:none;
	font-size:9px;
	line-height:11px;
	background:#604c3f;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	text-align:center;
}

.header .sub_menu li{
	float:left;
	padding-left:13px;
	background:url(/images/food_bg_icon.png) no-repeat 0 -300px #604c3f;
}

.header .sub_menu li:first-child{
	margin-right:5px;
}

.header .sub_menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
}

.header .search_menu{
	margin:0 auto 0;
	float:right;
	width:180px;
	padding:7px 0;
	text-align:left;
}

.header .search_menu dt{
	font-size:11px;
}

.header .search_menu ul{
	list-style:none;
}

.header .search_menu li{
	float:left;
}

.serch_form{
	height:15px;
	width:110px;
	margin-right:3px;
}


/********** nav **************************/

.nav{
	width:100%;
	margin-bottom:10px;
	text-align:center;
	border-bottom:1px solid #333333;
	height:39px;
	box-shadow:0px 1px 1px #cccccc;
}

.nav{
background: #FFB800;
box-shadow: inset 0px 5px 0px #604c3f;
position: relative;
z-index: 499;
}

.nav_list{
	width:980px;
	height:22px;
	padding:11px 0 6px;
	margin:0 auto;
	list-style:none;
}

.nav_list > li{
	float:left;
	line-height:22px;
	height:22px;
	padding:0 20px;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}

.nav li{
	border-right:1px solid #ffc833;
	border-left:1px solid #7f5800;
}

.nav_list > li:first-child{
}

.nav_list > li:last-child{
	border-right:none;
}

.nav > li:first-child{
	border-left:1px solid #7f5800;
}


/********** pulldown ************/

.nav_list li dl{
	position:relative;
}

.nav_list li dt a,
.nav_list li dd a{
	display:block;
	color:#604c3f;
	padding:0px 15px;
	text-decoration:none;
	border-radius:4px;
}

.nav_list li dt a:hover{
	color:#ffffff;
	background-color:#668855;
}

.nav_list li dt a.selected{
	background:#577e41;
	-moz-border-radius:4px;
	border-radius:4px;
}

.nav_list li dd{
	margin-top:-3px;
	position:absolute;
	z-index:100;
}

.nav_list li dd ul{
	list-style:none;
	padding:0;
	margin:0;
	background:#577e41;
	-moz-border-radius:4px;
	-moz-border-radius-topleft:0;
	border-radius:4px;
	border-top-left-radius:0;
	box-shadow:1px 1px 3px #666666;
}

.nav_list li dd li{
	float:none;
	border:none;
	width:180px;
	text-align:left;
	font-size:11px;
	line-height:25px;
	border-bottom:1px solid #446633;
	background:url(/images/food_bg_icon.png) no-repeat 7px -21px;
	padding:0;
	font-weight:normal;
}

.nav_list li dd li:first-child{
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
}

.nav_list li dd li:last-child{
	border-bottom:none;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}

.nav_list li dd li:hover{
}

.nav_list li dd li a{
	display:block;
	padding:3px 10px 3px 25px;
}

/********** pulldown_hover **********/

.nav_list > li{
	list-style:none;
	text-align:left;
}

.nav_list li a{
	display:block;
	color:#ffffff;
	padding:3px 15px;
	text-decoration:none;
}

.nav_list li dl dd{
	height:0;
}

.nav_list li:hover dl dd{
	height:auto;
}

.nav_list li dl ul{
	overflow:hidden;
	position:absolute;
	z-index:100;
	list-style:none;
	padding:0;
	margin:0;
	background:#577e41;
	-moz-border-radius:4px;
	-moz-border-radius-topleft:0;
	border-radius:4px;
	border-top-left-radius:0;
	box-shadow:1px 1px 3px #666666;

	height:0;
	max-height:0;
	transition:max-height 1s linear;
	-o-transition:max-height 1s linear;
	-moz-transition:max-height 1s linear;
	-webkit-transition:max-height 1s linear;
}

.nav_list li:hover dl ul{
	height:auto;
	max-height:1000px;
}

.nav_list li dl ul li{
	border:none;
	width:180px;
	text-align:left;
	font-size:11px;
	line-height:25px;
	border-bottom:1px solid #446633;
	background:url(/images/food_bg_icon.png) no-repeat 7px -21px;
	padding:0;
	font-weight:normal;
}

.nav_list li dl ul li a{
	display:block;
	padding:3px 10px 3px 25px;
}

.nav_list li:hover ul li a{
	background:transparent;
}

.nav_list li ul li:hover{
/*
	background-color:#668855;
*/
}

.nav_list li ul li:first-child{
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
}

.nav_list li ul li:last-child{
	border-bottom:none;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}


/********** section_left **********************************/

.section_left{
	text-align:center;
	float:right;
	width:158px;
	padding:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#ffffff;
	margin-bottom:20px;
	border:1px solid #bbbbbb;
}

.section_left ul{
	list-style:none;
}

.section_left ul li{
	margin:0 auto 8px;
}
.section_left ul li > dl > dt{
	font-size:10px;
	text-indent:33px;
	background-image:none;
	position:relative;
}

.section_left ul li > dl > dt:before{
	position:absolute;
	left:0;
	display:block;
	content:" ";
	width:36px;
	height:40px;
}

.section_left ul li:first-child > dl > dt:before{
	top:-15px;
	background:url(/images/icon_leftmenu_heading.png) no-repeat left 0px transparent;
}

.section_left ul li:first-child + li > dl > dt:before{
	top:-7px;
	background:url(/images/icon_leftmenu_heading.png) no-repeat left -100px transparent;
}

.section_left ul li:first-child + li + li > dl > dt:before{
	top:-9px;
	background:url(/images/icon_leftmenu_heading.png) no-repeat -1px -201px transparent;
}


/********** special ********************/

.left_special_1{
}

.left_special_1,
.left_special_2{
	position:relative;
	width:158px;
	height:158px;
	font-size:11px;
}

.left_special_1 a,
.left_special_2 a,
.left_special_3 a,
.left_special_4 a,
.left_special_5 a,
.left_special_6 a{
	display:block;
	width:158px;
	height:158px;
	color:#666666;
	text-decoration:none;
}

.left_special_1 a:hover,
.left_special_2 a:hover{
	text-decoration:underline;
}

.left_special_1 a span,
.left_special_2 a span{
	text-align:left;
	position:absolute;
	left:0;
	bottom:0;
	width:148px;
	height:45px;
	background:#ffffff;
	margin:5px;
}

.left_special_4 a,
.left_special_5 a,
.left_special_6 a{
	height:50px;
	line-height:50px;
}

/********** menu **********/

.left_menu_1{
	font-size:11px;
	line-height:18px;
	text-align:left;
}

.left_menu_1 dl dt a,
.left_menu_1 dl dt span{
	cursor:pointer;
	text-decoration:none;
}

.left_menu_1 > dl > dt{
	padding:5px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	text-indent:19px;
	letter-spacing:1px;
	background:url(/images/food_bg_icon.png) no-repeat 3px -105px #577e41;
	color:#ffffff;
}

.left_menu_1 > dl > dd > ul{
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border:1px solid #c8d4c1;
	border:1px solid #cccccc;
	border-top:none;
	background:#f2f2f2;
	overflow:hidden;
}

.left_menu_1 dl dd > ul li{
	margin:0;
	border-bottom:1px dotted #cccccc;
/*	text-indent:21px;	*/
	padding-left:19px;
	background:url(/images/food_bg_icon.png) no-repeat 7px -24px;
}

.left_menu_1 dl dd > ul li.about{
	background-color:#e4e4f2;
	border-bottom:2px dotted #bbc;
	background:url(/images/bg_leftmenu_about.png) no-repeat 4px 4px #e9e9f0;
}

.left_menu_1 dl dd > ul li.more{
	background-image:none;
	padding-left:0px;
}

.left_menu_1 dl dd > ul li.more:hover{
	background:#f2f2f2;
}

.left_menu_1 dl dd > ul li.more a{
	display:block;
	margin:5px;
	text-indent:16px;
	padding:2px 2px;
	border-radius:4px;
	background:url(/images/food_bg_icon.png) no-repeat -233px -242px #fff;
	box-shadow:1px  1px 0px #ccc;
}

.left_menu_1 dl dd > ul li.more a:hover{
	background-color:#ffffee;
}

/*
.left_menu_1 > dl > dd > ul > li,
*/
.left_menu_1 dl dd ul li.multi_menu{
	background:none;
	text-indent:0px;
}

.left_menu_1 dl dd ul li.multi_menu span{
	color:#3377bb;
}

.left_menu_1 dl dd ul li:hover,
.left_menu_1 dl dd ul li dl dt:hover{
	background-color:#ffffee;
}

.left_menu_1 dl dd ul li.multi_menu:hover{
	background-color:transparent;
}

.left_menu_1 dl dd > ul li:last-child{
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}

.left_menu_1 dl dd > ul li a,
.left_menu_1 dl dd > ul li span{
	display:block;
	padding:4px 4px;
	text-decoration:none;
}

.left_menu_1 dl dd ul li > a:hover,
.left_menu_1 dl dd ul li > span:hover{
	text-decoration:underline;
}

.left_menu_1 dl dd ul li.multi_menu dl dt a:before,
.left_menu_1 dl dd ul li.multi_menu dl dt span:before{
	content:"▼";
	padding-right:5px
}

.left_menu_1 dl dd > ul > li > a:hover,
.left_menu_1 dl dd > ul > li > span:hover{
	text-decoration:none;
	cursor:pointer;
}


/********** open/close ***********/

.left_menu_1 dl dd ul li ul.menu_close{
	display:none;
}

.left_menu_1 dl dd ul li ul.menu_open{
	display:block;
	background:#ffffff;
}


/********** aside_right *********************************/

.aside_right{
	float:right;
	text-align:center;
	width:160px;
	padding:10px 9px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#ffffff;
	margin-bottom:20px;
	border:1px solid #bbbbbb;
}

.aside_right ul{
	list-style:none;
}

.aside_right ul li{
	margin:0 auto 10px;
}

.aside_right ul li,
.aside_right div{
	border-radius:8px;
	border:1px solid #666;
	overflow:hidden;
}

.aside_right a:hover img{
	opacity:0.8;
}

.aside_right img{
	display:block;
	box-shadow:inset 0px 0px 1px 1px #999;
}

.aside_right div.right_google_ad{
	margin-top:10px;
	border:none;
	border-radius:0px;
	width:160px;
	height:600px;
}

.aside_right div.right_google_ad *{
	position:static !important;
}


/********** special ********************/

.right_special_1{
	width:158px;
	height:158px;
}

.right_special_1 a,
.right_special_2 a,
.right_special_3 a,
.right_special_4 a,
.right_special_5 a,
.right_special_6 a{
	display:block;
	width:158px;
	height:158px;
	color:#666666;
}

.right_special_4 a,
.right_special_5 a,
.right_special_6 a{
	height:50px;
	line-height:50px;
}

.right_menu_1{
	font-size:12px;
	line-height:18px;
	text-align:left;
}

.right_menu_1 dl dt{
	background:#e6eed9;
	padding:5px;
	text-indent:0.5em;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

.right_menu_1 dl dd ul li{
	background:#f6ffe9;
	text-indent:1em;
	padding:5px;
	margin:0;
	border-bottom:1px dotted #d6ddb9;
}

.left_menu_1 dl dd ul li:last-child,
.right_menu_1 dl dd ul li:last-child{
	border:none;
}


/********* footer ********************************/

.footer{
	padding:20px 0 0px;
	margin:0 auto;
	clear:both;
	color:#ffffff;
	background:#604c3f;
}

.footer .footer_inner:after{
	content:" ";
	clear:both;
	height:0;
	display:block;
}

.footer .footer_inner{
	width:980px;
	margin:0 auto;
	font-size:60%;
}


/***** logo *****/

.footer .footer_logo{
	width:140px;
	float:left;
	margin-right:15px;
}

.footer .footer_logo img{
	width:140px;
	margin-top:-5px;
}

.footer .footer_logo div{
	background: url(/images/food_bg_icon.png) no-repeat 0px -26px;
	text-indent:15px;
	line-height:20px;
	margin-bottom:5px;
	margin-left:5px;
}

.footer .footer_logo .logo{
	text-indent:0;
	background:none;
	line-height:0px;
	margin-bottom:0px;
	margin-left:0px;
}

.footer .footer_logo a{
	color:#fff;
	text-decoration:none;
}

.footer .footer_logo a:hover{
	text-decoration:underline;
}

/***** list *****/

.footer dl{
	border-left:1px dotted #88796f;
	width:180px;
	min-height:120px;
	float:left;
	padding:0px 10px 0px 15px;
	margin-bottom:20px;
}

.footer dl:nth-child(5n+1){
	margin-left:155px;
}

.footer dl  dt{
	margin-bottom:5px;
}

.footer dl ul{
	list-style:none;
}

.footer dl ul li{
	padding-left:10px;
	background: url(/images/food_bg_icon.png) no-repeat 0px -26px;
	text-indent:10px;
	line-height:20px;
	margin-bottom:5px;
}

.footer dl ul li:last-child{
	margin-bottom:0;
}

.footer dl a{
	color:#ffffff;
	text-decoration:none;
}

.footer dl a:hover{
	text-decoration:underline;
}


/***** copyright *****/

.footer .footer_copyright{
	clear:both;
	color:#ffffff;
	text-align:center;
	font-size:60%;
	background:#48392f;
	line-height:100%;
	padding:10px 0;
	width:100%;
}

/****************************** OVERLAY SS ******************************/


/********** SS **********/

#OVERLAY_SS_area{
	z-index:999;
	position:fixed;
	background:#ffffff;
	border:8px solid #ffffff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
}


/********** グレーアウト **********/

#OVERLAY_SS_GRAY{
	display:none;
	z-index:998;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(/images/bg_overlay_ss.png) repeat 0 0;
	background:rgba(0,0,0,0.8);
	color:#fff;
	text-align:right;
	font-size:80%;
	cursor:pointer;
}


/********************  interface ********************/

#OVERLAY_SS_info{
	z-index:999;
	overflow:hidden;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	padding:0 10px;
	color:#fff;
	background:#604c3f;
	background:rgba(0,0,0,0.2);
}

#OVERLAY_SS_info ul{
	float:right;
	height:30px;
	list-style:none;
}


/********** url **********/

#OVERLAY_SS_info .box_1{
	float:left;
	width:215px;
	height:18px;
	margin:6px 0 0 0;
	padding-right:5px;
	line-height:18px;
	font-size:11px;
}

#OVERLAY_SS_url{
	width:170px;
	height:15px;
	padding:0 5px;
	margin:0 0 0 3px;
	line-height:15px;
	font-size:11px;
	vertical-align:1px;
}


/********** ratio **********/

#OVERLAY_SS_info .box_2{
	float:left;
	height:18px;
	padding:0 5px 0 10px;
	margin:6px 0 0 0;
	line-height:19px;
	font-size:11px;
}

#OVERLAY_SS_info .box_2_inner{
	float:left;
}

#OVERLAY_SS_height{
	padding-right:3px;
}


/********** 原寸ボタン **********/

#OVERLAY_SS_info .box_3{
	float:left;
	height:20px;
	padding:0px 10px;
	margin:5px 10px 0 0;
	line-height:20px;
	font-size:10px;
	border-radius:4px;
	background:#eee;
	background:#577e41;
}

#OVERLAY_SS_info .box_3 a{
	color:#fff;
	display:block;
	float:right;
	text-decoration:none;
}

#OVERLAY_SS_info .box_3 a:link{
	text-decoration:none;
}

#OVERLAY_SS_info .box_3 a:visited{
	text-decoration:none;
}

#OVERLAY_SS_info .box_3 a:hover{
	text-decoration:underline;
}


/********** tweet **********/

#OVERLAY_SS_info .box_4{
	display:block;
	float:left;
	height:18px;
	padding-right:10px;
	margin:5px 10px 5px 0;
	line-height:18px;
	font-size:10px;
}

#OVERLAY_SS_tweet{
	float:left;
	font-weight:bold;
	display:block;
}

#OVERLAY_SS_tweet img{
	padding-left:10px;
	vertical-align:-4px;
	margin-right:1px;
}

#OVERLAY_SS_tweet:link{
	color:#fff;
	text-decoration:none;
}

#OVERLAY_SS_tweet:visited{
	color:#fff;
	text-decoration:none;
}

#OVERLAY_SS_tweet:hover{
	color:#fff;
	text-decoration:underline;
}

#OVERLAY_SS_tweet:hover img{
	text-decoration:none;
}


/******************** 記事用 ********************/

.font_small{
	font-size:80%;
}

.color_green{
	color:#009900;
}


/********** SNS **********/

.aside_info_sns{
	float:right;
	font-size:80%;
	list-style:none;
	margin:0 20px 10px auto;
	padding:0px 0;
	height:20px;
	overflow:hidden;
	text-align:right;
	width:400px;
	min-height:20px;
}

.aside_info_sns div.line,
.aside_info_sns div.googleplus1,
.aside_info_sns div.facebook_share,
.aside_info_sns div.hatena,
.aside_info_sns div.twitter_topsy,
.aside_info_sns div.twitter_official{
	display:inline-block;
	height:20px;
	padding:0;
	margin:0 5px 0 0;
	float:right;
}

.aside_info_sns div.facebook_share{
	width:47px;
	width:94px;
}

.aside_info_sns div.twitter_topsy{
	padding:1px 0 0;
	height:19px;
}

.aside_info_sns div.twitter_topsy img{
	width:52px;
	height:17px;
}

.aside_info_sns div.twitter_official{
	width:80px;
	width:55px;
	margin:0 10px 0 0;
}

.aside_info_sns div.googleplus1{
	width:50px;
	width:24px;
}

.aside_info_sns div.hatena{
}

.aside_info_sns div.googleplus1{
	padding-top:2px;
	height:18px;
}


/********** お気に入り **********/

.add_favorite:before{
	content:"★";
	color:#ff9900;
	padding-right:2px;
	text-shadow:1px 1px 1px #ffffff;
}

.del_favorite:before{
	content:"×";
	font-weight:bold;
	color:#ff0000;
	padding-right:2px;
	text-shadow:1px 1px 1px #ffffff;
}

.add_favorite,
.del_favorite{
	display:inline-block;
	padding:3px 10px 3px 5px;
	height:11px;
	line-height:12px;
	font-size:11px;
	border-radius:3px;
	letter-spacing:-1px;

	border:1px solid #aaaaaa;
	margin-right:5px;

	background:-o-linear-gradient(top, #ffffff, #dddddd);
	background:-moz-linear-gradient(top, #ffffff, #dddddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
}

.add_favorite a,
.del_favorite a{
	text-decoration:none;
	color:#000000;
	text-shadow:1px 1px 1px #ffffff;
}

.add_favorite a:hover,
.del_favorite a:hover{
	text-decoration:underline;
}


/******************** left menu favorite ********************/

.left_heading{
	font-size:10px;
	line-height:17px;
	padding:7px 5px 4px;
	text-align:left;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-indent: 19px;
	letter-spacing: 1px;
	background: url(/images/food_bg_icon.png) no-repeat 3px -105px #577E41;
	color: white;
}

.left_heading + p{
	background:#ddd;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#BOOKMARK,
#HISTORY{
	font-size:70%;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	padding:0 4px;
	border:1px solid #ccc;
	background:#f2f2f2;
	min-height:10px;;
}

#BOOKMARK li.comment,
#HISTORY li.comment{
	font-size:11px;
	text-align:left;
	padding:0px 2px;
	line-height:150%;
}

#BOOKMARK li.V2_favorite,
#HISTORY li.V2_favorite{
	text-align:left;
	margin:5px 0;
	padding:4px;
	border-radius:4px;
	border:1px dotted #ccc;
	background:#ffffff;
}

#BOOKMARK li a img,
#HISTORY li a img{
	float:left;
	margin-top:2px;
}

#BOOKMARK li .title,
#HISTORY li .title,
#BOOKMARK li > a + a,
#HISTORY li > a + a{
/*	clear:both;	*/
	height:20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display:block;
	width:121px;
}

#BOOKMARK li  a img,
#HISTORY li a img{
	margin-right:4px;
	vertical-align:text-bottom;
	margin-left:1px;
}

#BOOKMARK li dl:after,
#HISTORY li dl:after{
	content:"";
	clear:both;
	height:0;
	display:block;
}

#BOOKMARK li dd,
#HISTORY li dd{
	font-size:75%;
	border-radius:2px;
	background:#f9f9f9;
	padding:2px 4px;
	display:inline-block;
	margin-right:3px;
	line-height:14px;
	height:14px;
}

#BOOKMARK li dd img,
#HISTORY li dd img{
	vertical-align:bottom;
}

#BOOKMARK li dd:last-child,
#HISTORY li dd:last-child{
	margin-right:0;
}

#BOOKMARK li dd.official:empty,
#HISTORY li dd.official:empty{
	display:none;
}

.fav_left div.favorite{
	margin-bottom:8px;
}


/********** report **********/

#REPORT_BOX{
	padding:20px;
	border-radius:8px;
	box-shadow:0px 0px 4px #000;
	position:fixed;
	width:480px;
	height:220px;
	background-color:#eeeeee;
	color:black;
	z-index:999;
	display:none;
	text-align:center;
}

#REPORT_BODY{
	margin:4px auto 0;
	width:470px;
	height:150px;
}

.report_heading{
	border-bottom:4px solid #ffaa00;
	padding:2px 6px;
	margin-bottom:6px;
	font-size:90%;
}

.report_button{
	text-align:center;
}

.report_button input{
	width:200px;
}

.streaming_layer_gray{
	cursor:pointer;
	display:none;
	position:fixed;
	z-index:800;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
}


/********** ポップアップ ***************/

.popup_container dl.POPUPWORD:after{
	content:"";
	clear:both;
	height:0;
	display:block;
}

.popup_container dl.POPUPWORD{
	margin-top:15px;
	margin-left:5px;
	position:absolute;
	top:1.5em;
	z-index:20;
	width:400px;
	padding:15px 0 0;
	color:#524335;
	box-shadow:2px 2px 2px #666666;
	-moz-border-radius:6px;
	border-radius:6px;
	background:url(/images/food_bg_popup.jpg) repeat-y center top;
	border-bottom:2px solid #333333;
}

.popup_container{
	position:relative;
}

.popup_container dl.POPUPWORD{
	top:0.5em;
}

.popup_container dl.POPUPWORD dt{
	display:block;
	width:370px;
	line-height:100%;
	padding:25px 15px 0 15px;
	margin:-30px 0 10px;
	font-size:20px;
	text-align:left;
	background:url(/images/food_bg_popup_header.png) no-repeat center top;
}

.popup_container dl.POPUPWORD dd{
	font-size:13px;
	line-height:150%;
	padding-top:10px;
	margin:0 15px 10px;
	border-top:1px solid #524335;
}

.popup_container dl.POPUPWORD dd img{
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #333333;
}

.popup_container dl.POPUPWORD dd p{
	font-size:90%;
	line-height:145%;
}

.popup_container dl.POPUPWORD a{
	clear:both;
	display:block;
	float:right;
	padding:5px 10px;
	margin:10px 0 0 0;
	font-size:11px;
	line-height:100%;
	text-align:right;
	text-decoration:none;
	color:#ffffff;
	background:#73665a;
	-moz-border-radius:6px;
	border-radius:6px;
	border:2px solid #ffffff;
	box-shadow:0 0 2px #c7a988;
}

.popup_container dl.POPUPWORD a:hover{
	color:#ffff00;
	text-decoration:underline;
}


/********** no script popup **********/

.popup_container dl.POPUPWORD{
	height:0;
	overflow:hidden;
	padding:0;
	border:none;
	opacity:0;
	transition:opacity 400ms ease;
	-o-transition:opacity 500ms ease;
	-moz-transition:opacity 500ms ease;
	-webkit-transition:opacity 300ms ease;
}

.popup_container:hover dl.POPUPWORD{
	opacity:1;
	height:auto;
	overflow:visible;
	padding:15px 0 0;
	border-bottom:2px solid #333333;
}

.popup_container dl.POPUPWORD:hover{
	opacity:1;
	height:auto;
	overflow:visible;
	padding:15px 0 0;
	border-bottom:2px solid #333333;
}

.popup_container:hover dl.POPUPWORD,
.popup_container dl.POPUPWORD:hover{
	padding-bottom:10px;
}

.popup_container dl.POPUPWORD dt,
.popup_container dl.POPUPWORD dd{
	display:none;
}

.popup_container:hover dl.POPUPWORD dt,
.popup_container:hover dl.POPUPWORD dd,
.popup_container:hover dl.POPUPWORD:hover dt,
.popup_container:hover img:hover + dl.POPUPWORD dd{
	display:block;
}




/*==============================================================================================================
/import news_article.css
/==============================================================================================================*/
/**************************************** 記事内用CSS ****************************************/
/* icon_cursor */
.icon_cursor{
	vertical-align:text-top;
}
.img_center .icon_cursor,
.img_left_top .icon_cursor,
.img_right_top .icon_cursor{
	height:13px;
	vertical-align:text-bottom;
}
/* common */
.article_main i.def{}
.article_main .text_box_def,
.article_main .text_box_01,
.article_main .text_box_02,
.article_main .text_box_03,
.article_main blockquote.def,
.article_main blockquote.text_box_01,
.article_main blockquote.text_box_02,
.article_main blockquote.text_box_03,
.article_main .text_box,
.article_main .text_box_yellow,
.article_main .text_box_blue,
.article_main .text_box_green,
.article_main blockquote.text_box,
.article_main blockquote.text_box_yellow,
.article_main blockquote.text_box_blue,
.article_main blockquote.text_box_green{
	padding:1em;
	margin:0 1em;
	background:#f3f3f3;
	border:1px solid #999999;
	height:100%;
}
.article_main .text_box_01,
.article_main blockquote.text_box_01,
.article_main .text_box_yellow,
.article_main blockquote.text_box_yellow{
	background:#fcfcf3;
}
.article_main .text_box_02,
.article_main blockquote.text_box_02,
.article_main .text_box_blue,
.article_main blockquote.text_box_blue{
	background:#f4f9ff;
}
.article_main .text_box_03,
.article_main blockquote.text_box_03,
.article_main .text_box_green,
.article_main blockquote.text_box_green{
	background:#f5faf7;
}
/* maintxt */
.maintxt{
	line-height:1.5em;
	padding:0 0.5em;
}
/* h */
.article_main h1{
	width:550px;
	line-height:120%;
	font-size:120%;
}
.article_main .maintxt h2{
	padding-left:12px;
	font-size:20px;
	border-left:10px solid #604C3F;
	color:#604C3F;
}

.article_main .maintxt h2{
	font-size:100%;
    line-height:18px;
    padding:5px 5px 5px 28px;
    margin:10px 0 10px;

    color:#ffffff;
    background:url(/images/dogs_bg_icon_2.png) no-repeat scroll 0 -293px #604C3F;

    border-radius:6px;
    border:9px solid transparent;
    border-image-source:url(/images/news_bg_heading_slice.png);
    border-image-slice:9 round;
    border-image:url(/images/news_bg_heading_slice.png) 9 round;
    -moz-border-image:url(/images/news_bg_heading_slice.png) 9 round;
    -webkit-border-image:url(/images/news_bg_heading_slice.png) 9 round;
	
	font-weight:normal;
}


.article_main .maintxt h4{
	font-size:110%;
	color:#604C3F;
	border-bottom:1px dotted #604C3F;
	padding-bottom:5px;
}
.article_main .maintxt h6{
	font-size:100%;
	color:#604C3F;
}
/* bold */
.bold,
.bold1,
span.bold,
strong.bold,
span.bold1,
strong.bold1{
	color:#d01000;
	font-weight:bold;
}
.bold2,
span.bold2,
strong.bold2{
	color:#00881f;
	font-weight:bold;
}
.bold3,
span.bold3,
strong.bold3{
	color:#4420d0;
	font-weight:bold;
}
.bold4,
span.bold4,
strong.bold4{
	color:#000000;
	font-weight:bold;
}
.bold5,
span.bold5,
strong.bold5{
	color:#ff6600;
	font-weight:bold;
}
.bold6,
span.bold6,
strong.bold6{
	color:#229988;
	font-weight:bold;
}
.bold7,
span.bold7,
strong.bold7{
	color:#2266ff;
	font-weight:bold;
}
.bold8,
span.bold8,
strong.bold8{
	color:#cc00ee;
	font-weight:bold;
}
.bold9,
span.bold9,
strong.bold9{
	color:#ff00cc;
	font-weight:bold;
}
.bold10,
span.bold10,
strong.bold10{
	color:#000000;
	font-weight:bold;
	font-family:'ヒラギノ角ゴ StdN W7', 'HiraginoSans-W7', "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", 'meiryo';
}
/* テキスト寄せ */
.news_right{
	text-align:right;
}
.news_center{
	text-align:center;
}
/* フォントサイズ */
.font_small{
	font-size:80%;
	line-height:130%;
}
.font_large{
	font-size:120%;
	line-height:130%;
}
.font_x-large{
	font-size:150%;
	line-height:130%;
}
/* 画像用テーブル */
.img_right_top,
.article_main table.img_right_top{
	float:right;
	margin:0 0 4px 4px;
	background:#e5e5e5;
}
.img_left_top,
.article_main table.img_left_top{
	float:left;
	margin:0 12px 8px 0;
	background:#e5e5e5;
}
.article_main table.img_right_top{
	margin:0 0 8px 8px;
}
.article_main table.img_left_top{
	margin:0 8px 8px 0;
}
.article_main table.img_center{
	margin:0 auto 0;
	background:#e5e5e5;
}
.article_main table.img_right_top td,
.article_main table.img_left_top td,
.article_main table.img_center td{
	vertical-align:top;
}

table.img_right_top img,
table.img_left_top img,
table.img_center img{
	vertical-align:bottom;
}

/* キャプション */
.article_main table.img_right_top td.cap,
.article_main table.img_left_top td.cap,
.article_main table.img_center td.cap{
	vertical-align:top;
	line-height:125%;
	padding:0 2px 2px;
	background:#e5e5e5;
	text-align:left;
	font-size:12px;
}
.article_main table.img_right_top td div.cap,
.article_main table.img_left_top td div.cap,
.article_main table.img_center td div.cap{
	vertical-align:top;
	line-height:125%;
	padding:2px 2px 2px;
	background:#e5e5e5;
	text-align:left;
	font-size:12px;
}
.article_main table.img_right_top caption.cap,
.article_main table.img_left_top caption.cap,
.article_main table.img_center caption.cap{
	caption-side:bottom;
	line-height:125%;
	padding:0 4px 2px;
	text-align:left;
	background:#e5e5e5;
	font-size:12px;
}
.article_main table.img_center caption.cap{
	margin:0 auto;
}
/* リスト */
.article_main .maintxt ul,
.article_main .maintxt ol{
	padding:1em;
	margin:1em;
}
.article_main .maintxt ul.def{
	margin:0 2em;
	padding:0;
	list-style-type:disc;
	margin-top:0.3em;
}
.article_main .maintxt ol.def{
	margin:0 2em;
	padding:0;
	list-style-type:decimal;
	margin-top:0.3em;
}
.article_main .maintxt ul.def li,
.article_main .maintxt ol.def li{
	line-height:130%;
	margin-bottom:0.3em;
}
/* 水平線 */
.article_main .maintxt hr.def{
	width:100%;
}
/* clear:both */
.clear_both{
	clear:both;
}
/* エラー */
.error_page{
	width:960px;
	margin:0 auto 0;
	text-align:left;
	border-left:5px solid #aaaaaa;
	border-right:5px solid #aaaaaa;
	color:#333333;
}
.error_page .logo img{
	margin:8px;
}
.error_page .article_main{
	line-height:130%;
	padding:0 0.5em;
	border:none;
	float:none;
	background-color:transparent;
	text-align:left;
}
.article_main p.error strong,
.article_main p.caution strong{
	display:block;
	font-size:31px;
	margin:35px 0 10px;
}
.article_main p.caution strong{
	border-bottom:1px solid #333333;
	margin-bottom:10px;
	padding-bottom:5px;
}
.article_main p.caution strong img{
	vertical-align:text-bottom;
	margin-right:10px;
}
.article_main p.error,
.article_main p.caution{
	line-height:120%;
	font-size:13px;
	margin-left:10px;
	margin-right:10px;
}
.article_main p.error_comment{
	line-height:120%;
	font-size:13px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	padding-bottom:5px;
	border-bottom:1px solid #333333;
}
.article_main p.error_url{
	line-height:120%;
	font-size:13px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:45px;
}
/* 連載用 */
.old_link_caption{
	margin-top:1em;
	color:#ff0000;
	font-size:90%;
}
.article_main h1.manual_title{
	width:535px;
	height:13px;
	padding-left:15px;
	margin-bottom:4px;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	line-height:13px;
	background:url(/image/bg_manual_title_anchor.gif) no-repeat 3px 1px #ffffff;
	color:#444444;
}
/************ レビュー/プレビュー/デモ用 ************/
.article_main .review_header,
.article_main .preview_header,
.article_main .demo_header{
	width:528px;
	margin-bottom:1em;
	padding:2px;
	border:1px solid #8686b3;
	background:#eeeeee;
}
.article_main .preview_header{
	border:1px solid #818181;
}
.article_main .demo_header{
	margin-bottom:0em;
}
/* レビュー キャッチ */
.article_main .review_header p.catch,
.article_main .preview_header p.catch,
.article_main .demo_header p.catch{
	width:518px;
	padding:2px 4px;
	border:1px solid #ffffff;
	border-bottom:1px solid #8a8ae5;
	background:url(/image/bg_review_pc_catch.gif) repeat-x bottom left #ffffff;
}
.article_main .preview_header p.catch{
	border-bottom:1px solid #666666;
	background:url(/image/bg_preview_pc_catch.gif) repeat-x bottom left #ffffff;
}
.article_main .demo_header p.catch{
	font-weight:normal;
}
/* タイトル */
.article_main .review_header h1,
.article_main .preview_header h1,
.article_main .demo_header h1{
	width:502px;
	line-height:100%;
	padding:10px 12px 16px;
	border:1px solid #ffffff;
	border-bottom:none;
	background:#e6e6ff;
	font-size:182%;
}
.article_main .preview_header h1{
	background:#ffffe6;
}
/* 著者名 */
.article_main .review_header .author,
.article_main .preview_header .author,
.article_main .demo_header .author{
	width:518px;
	height:100%;
	margin:0;
	padding:2px 4px;
	border:1px solid #ffffff;
	border-top:none;
	background-image:none;
	background:#e6e6ff;
}
.article_main .preview_header .author{
	background:#ffffe6;
}
.article_main .demo_header .author{
	padding-top:0;
}
/* レビュー リード */
.article_main p.review_lead{
	margin:0 1.5em 0;
	padding:2px 1em 6px;
	border:1px solid #999999;
	background:#f7f7ff;
}
.review_raquo{
	line-height:130%;
	color:red;
	font-size:130%;
	font-weight:bold;
}
/* デモ パブリッシャ */
.article_main .demo_header p.publisher{
	text-align:right;
	font-size:13px;
	line-height:13px;
	padding-left:10px;
	padding-right:8px;
	background:#e6e6ff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
/* デモ 追記 */
.article_main p.postscript1,
.article_main p.postscript2,
.article_main p.postscript3{
	color:#ff0000;
	margin:-1.5em 0 0;
	font-size:80%;
	line-height:120%;
}
/* デモ フッター */
.article_main .demo_footer{
	line-height:140%;
	margin:0 22px;
	padding:1em;
	border:1px solid #8686b3;
	background:#f7f7ff;
	font-size:95%;
	text-align:center;
}
.article_main .demo_footer p.finding{
	border-bottom:1px solid #8686b3;
	font-weight:bold;
	text-align:left;
}
.article_main .demo_footer ul.key_operation,
.article_main .demo_footer p.sys_require{
	margin:0.3em 0.5em 1.5em;
	text-align:left;
}
.article_main .demo_footer p.file_size{
	margin-bottom:0.5em;
}
/* デモ 免責事項 */
.article_main .exemption{
	line-height:15px;
	margin:1em 22px;
	font-size:13px;
}
/* 連載用 */
.old_link_caption{
	margin-top:1em;
	color:#ff0000;
	font-size:90%;
}
.article_main h1.manual_title{
	width:535px;
	height:13px;
	padding-left:15px;
	margin-bottom:4px;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	line-height:13px;
	background:url(/image/bg_manual_title_anchor.gif) no-repeat 3px 1px #ffffff;
	color:#444444;
}
/*** レビュー用 ***/
.article_main .gametitle_container{
	width:506px;
	height:100%;
	margin:10px;
	padding:4px;
	clear:both;
	background:#f3f3f3;
}
.article_main .gametitle_container h2{
	line-height:17px;
	margin-bottom:2px;
	padding-left:12px;
	background:url(/image/icatch_red_white_8.gif) no-repeat 0 5px;
	font-size:15px;
	font-weight:normal;
	margin:0 0 6px 82px;
	border:none;
}
.article_main .gametitle_container p{
	display:none;
	line-height:125%;
	margin:0.5em 0 0 12px;
	font-size:13px;
	margin:1em 0 0 82px;
}
.article_main .gametitle_container table{
	width:421px;
	line-height:110%;
	margin:0;
	font-size:12px;
	text-align:left;
	table-layout:fixed;
}
.article_main .gametitle_container table col.class1,
.article_main .gametitle_container table col.class3{
	width:55px;
}
.article_main .gametitle_container table col.class2,
.article_main .gametitle_container table col.class5{
	width:4px;
}
.article_main .gametitle_container table col.class3,
.article_main .gametitle_container table col.class6{
	width:145px;
}
.article_main .gametitle_container table tr{
	vertical-align:top;
}
.article_main .gametitle_container table th{
	padding-top:2px;
	vertical-align:top;
	font-weight:normal;
}
.article_main .gametitle_container table td{
	padding-top:2px;
	vertical-align:top;
	padding-right:4px
	padding-left:4px
}
.article_main .gametitle_container table td ul li a{
	margin-right:4px
}
.article_main .gametitle_container table td ul{
	width:100%;
	line-height:110%;
	margin:0;
	padding:0;
	text-align:left;
	font-size:12px;
	border:none;
}
.article_main .gametitle_container table td ul li{
	display:inline;
}
/******************** ストリーミング ********************/
.streaming_cotaner{
	height:100%;
	text-align:center;
}
.streaming_cotaner p.movie_title{
	color:#333333;
	padding:4px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:110%;
	margin:0 auto;
}
.streaming_cotaner object{
	margin:0;
	padding:0;
}
.streaming_cotaner embed{
	background:#ffffff;
	margin:0;
	padding:0;
}
.streaming_cotaner .interface{
	background:url(/image/bg_streaming_bottom1.gif) left top;
	text-align:center;
	margin:0 auto;
}
.streaming_cotaner .interface p.dl_caution{
	margin:0;
	padding:5px 0 2px;
	background:#ececec;
	font-size:11px;
	line-height:110%;
	border:1px solid #bbbbbb;
	border-top:none;
}
.streaming_cotaner .interface p.dl_caution strong{
	color:#D90000;
}
.streaming_cotaner .interface .button{
	height:100%;
	line-height:100%;
	margin:0 auto;
	text-align:center;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
}
.streaming_cotaner .interface .button div{
	border-top:1px solid #ffffff;
	margin-bottom:-2px;
}
.streaming_cotaner .interface .button img{
	margin-top:2px;
}
.streaming_cotaner .interface .button .streaming_cap{
	font-size:80%;
	line-height:110%;
	background:#ececec;
	padding:4px 8px 6px 10px;
	margin:0;
	text-align:left;
	border-bottom:1px solid #bbbbbb;
}
.streaming_cotaner .interface .button .download{
}
.streaming_cotaner .interface .button .download_high{
}
.streaming_cotaner .interface .button .fullscreen{
	display:none;
}
* + html  .streaming_cotaner .interface .button .fullscreen{
	display:inline;
}
* html .streaming_cotaner .interface .button .fullscreen{
	display:inline;
}
.streaming_cotaner .interface .button .fullscreen{
}
.streaming_cotaner .interface .button .fullscreen img{
	cursor:pointer;
}
.streaming_cotaner .interface .button p.filesize{
	font-size:13px;
	line-height:110%;
	margin-bottom:0;
	padding:2px 0 3px;
}
.movie_attention{
	padding:4px;
	font-size:11px;
	line-height:120%;
	text-align:left;
	color:#ff1111;
	border:1px solid #ff1111;
	background:#ffffdd;
}
/*** リンク強調 ***/

.article_main .maintxt h2.emphasis{
	clear:both;
	margin:0;
	padding:1px 0;
	font-size:100%;
	border:none;
	background:none;
	-webkit-border-image:none;
	-moz-border-image:none;
	-ms-border-image:none;
	-o-border-image:none;
	border-image:none;
}

.article_main .maintxt h2.emphasis a{
	color:#cc3333;
	text-align:center;
	display:block;
	padding:12px 10px;
	background:#ffdd44;
	background: -moz-linear-gradient(#f9e080, #f0cf69);
	background: -webkit-gradient(linear, left top, left bottom, from(#f9e080), to(#f0cf69)); 
	border:2px solid #f0cf69;
	box-shadow:0px 1px 1px 0px #000, inset 0px 0px 0px 1px #fce383;
	text-shadow:1px 1px 0px #f0cf69;
	border-radius:8px;
	margin:5px 0;
}

.article_main .maintxt h2.emphasis a:visited{
	color:#cc3333;
}

.article_main .maintxt h2.emphasis a:hover{
	color:#ff0000;
	box-shadow:0px 1px 1px 0px #666, inset 0px 0px 3px #ffee88;
	margin:7px 0px 3px;
}

/**************************************** TEXTTABLE ****************************************/
.article_main table.TEXTTABLE{
	margin:0 auto 0;
	background:#3C9CD0;
}
/******************** DEF ********************/
.TABLE_DEF,
.TABLE_BLUE,
.TABLE_RED,
.TABLE_GREEN{
	margin:0 auto;
	font-size:80%;
	border-collapse:collapse;
	border-bottom:1px solid #aaaaaa;
}
#fgContents2 .TABLE_DEF,
#fgContents2 .TABLE_BLUE,
#fgContents2 .TABLE_RED,
#fgContents2 .TABLE_GREEN{
	font-size:70%;
}
.TABLE_DEF th,
.TABLE_DEF td,
.TABLE_BLUE th,
.TABLE_BLUE td,
.TABLE_RED th,
.TABLE_RED td,
.TABLE_GREEN th,
.TABLE_GREEN td{
	text-align:left;
	line-height:120%;
	border:1px solid #e0e0e0;
	border-bottom:0px solid #e0e0e0;
	padding:5px;
	background:#ffffff;
}
#fgContents2 .TABLE_DEF th,
#fgContents2 .TABLE_DEF td,
#fgContents2 .TABLE_BLUE th,
#fgContents2 .TABLE_BLUE td,
#fgContents2 .TABLE_RED th,
#fgContents2 .TABLE_RED td,
#fgContents2 .TABLE_GREEN th,
#fgContents2 .TABLE_GREEN td{
	padding:8px;
}
.TABLE_DEF th,
.TABLE_BLUE th,
.TABLE_RED th,
.TABLE_GREEN th{
	text-align:center;
	background:#222222;
	color:#ffffff;
	border:1px solid #666666;
	border-top-color:#000000;
	border-bottom-color:#000000;
}
.TABLE_DEF th:first-child,
.TABLE_BLUE th:first-child,
.TABLE_RED th:first-child,
.TABLE_GREEN th:first-child{
	border-left:1px solid #000000;
}
.TABLE_DEF th:last-child,
.TABLE_BLUE th:last-child,
.TABLE_RED th:last-child,
.TABLE_GREEN th:last-child{
	border-right:1px solid #000000;
}
.TABLE_DEF td:first-child,
.TABLE_BLUE td:first-child,
.TABLE_RED td:first-child,
.TABLE_GREEN td:first-child{
	border-left:1px solid #aaaaaa;
}
.TABLE_DEF td:last-child,
.TABLE_BLUE td:last-child,
.TABLE_RED td:last-child,
.TABLE_GREEN td:last-child{
	border-right:1px solid #aaaaaa;
}
.TABLE_DEF tr:first-child td,
.TABLE_BLUE tr:first-child td,
.TABLE_RED tr:first-child td,
.TABLE_GREEN tr:first-child td{
	border-top:1px solid #aaaaaa;
}
.TABLE_DEF tr:last-child td,
.TABLE_BLUE tr:last-child td,
.TABLE_RED tr:last-child td,
.TABLE_GREEN tr:last-child td{
}
/********** STRIPE **********/
table.STRIPE{
}
table.STRIPE .even th,
table.STRIPE .even td{
	background:#f9f9f9;
}
/********** TH **********/
table.TABLE_DEF td.TH,
table.TABLE_BLUE td.TH,
table.TABLE_RED td.TH,
table.TABLE_GREEN td.TH,
table.STRIPE td.TH{
	font-weight:bold;
	background:#666666;
	color:#ffffff;
	border:1px solid #444444;
}
/********** BLUE **********/
table.TABLE_BLUE th{
	background:#1f497c;
	color:#ffffff;
	border:1px solid #000000;
}
table.TABLE_BLUE td.TH{
	font-weight:bold;
	background:#4f81bc;
	color:#ffffff;
	border:1px solid #000000;
}
/********** RED **********/
table.TABLE_RED th{
	background:#770000;
	color:#ffffff;
	border:1px solid #000000;
}
table.TABLE_RED td.TH{
	font-weight:bold;
	background:#bb5555;
	color:#ffffff;
	border:1px solid #000000;
}
/********** GREEN **********/
table.TABLE_GREEN th{
	background:#006611;
	color:#ffffff;
	border:1px solid #000000;
}
table.TABLE_GREEN td.TH{
	font-weight:bold;
	background:#559955;
	color:#ffffff;
	border:1px solid #000000;
}
/********** TH2 **********/
table.TABLE_DEF td.TH2,
table.TABLE_BLUE td.TH2,
table.TABLE_RED td.TH2,
table.TABLE_GREEN td.TH2,
table.STRIPE td.TH2{
	font-weight:bold;
	background:#f3f3f3;
	border-bottom-color:#dddddd;
	border-right-color:#dddddd;
}
table.TABLE_DEF tr:last-child td.TH2,
table.TABLE_BLUE tr:last-child td.TH2,
table.TABLE_RED tr:last-child td.TH2,
table.TABLE_GREEN tr:last-child td.TH2,
table.STRIPE tr:last-child td.TH2{
	border-bottom-color:#bbbbbb;
}
/******************** OPTION ********************/
/***** EMPTY *****/
.TABLE_DEF th.EMPTY{
	border:none;
	border-bottom:1px solid #aaaaaa;
	background:transparent;
}
/***** RESULT *****/
.TABLE_DEF tr.result td{
	border-top:3px solid #000000;
	background:#ffffff;
}
/***** FONT *****/
table.SMALL{
	font-size:80%;
}
table.BIG{
	font-size:110%;
}
/***** FLOAT *****/
table.CENTER{
	margin:0 auto;
}
table.LEFT{
	float:left;
	margin:0px 10px 10px 0;
}
table.RIGHT{
	float:right;
	margin:0px 0px 10px 10px;
}
/******************** FIRST CHILD TH ********************/
/***** DEF *****/
.TH_DEF td:first-child{
	font-weight:bold;
	text-align:left;
	background:#666666;
	color:#ffffff;
	border:1px solid #444444;
}
.TH_DEF tr:first-child td:first-child{
	border-top-color:#444444;
}
.TH_DEF tr.result td:first-child{
	color:#333333;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #dddddd;
	border-bottom:none;
}
/***** BULE *****/
.TH_BLUE td:first-child{
	font-weight:bold;
	text-align:left;
	background:#4f81bc;
	color:#ffffff;
	border:1px solid #000000;
}
.TH_BLUE tr:first-child td:first-child{
	border-top-color:#444444;
}
.TH_BLUE tr.result td:first-child{
	color:#333333;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #dddddd;
	border-bottom:none;
}
/***** TH_RED *****/
.TH_RED td:first-child{
	font-weight:bold;
	text-align:left;
	background:#bb5555;
	color:#ffffff;
	border:1px solid #000000;
}
.TH_RED tr:first-child td:first-child{
	border-top-color:#444444;
}
.TH_RED tr.result td:first-child{
	color:#333333;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #dddddd;
	border-bottom:none;
}
/***** TH_GREEN *****/
.TH_GREEN td:first-child{
	font-weight:bold;
	text-align:left;
	background:#559955;
	color:#ffffff;
	border:1px solid #000000;
}
.TH_GREEN tr:first-child td:first-child{
	border-top-color:#444444;
}
.TH_GREEN tr.result td:first-child{
	color:#333333;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #dddddd;
	border-bottom:none;
}
/******************** FIRST CHILD TH2 ********************/
/***** DEF *****/
.TH2_DEF td:first-child,
.TH2_BLUE td:first-child,
.TH2_RED td:first-child,
.TH2_GREEN td:first-child{
	font-weight:bold;
	text-align:left;
	background:#f3f3f3;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.TH2_DEF tr:last-child td:first-child,
.TH2_BLUE tr:last-child td:first-child,
.TH2_RED tr:last-child td:first-child,
.TH2_GREEN tr:last-child td:first-child{
	border-bottom:1px solid #bbbbbb;
}
.TH2_DEF tr:first-child td:first-child,
.TH2_BLUE tr:first-child td:first-child,
.TH2_RED tr:first-child td:first-child,
.TH2_GREEN tr:first-child td:first-child{
	border-top-color:#aaaaaa;
}
.TH2_DEF tr.result td:first-child,
.TH2_BLUE tr.result td:first-child,
.TH2_RED tr.result td:first-child,
.TH2_GREEN tr.result td:first-child{
	color:#333333;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #dddddd;
	border-bottom:none;
}
/******************** SPLITTER ********************/
tr.splitter td{
	border-top:3px solid #000000 !important;
}
th.SPLIT,
td.SPLIT{
	border-right:3px solid #000000 !important;
}
/****************************** expand ******************************/
.expand_button:before{
	content:"▼";
}
.expand_button{
	cursor:pointer;
	border:none;
	background:#ffffff;
	padding:10px 0;
	margin:0 auto;
	font-size:80%;
	display:block;
	color:#0077ff;
	font-weight:bold;
	width:350px;
	border-radius:4px;
	border:1px solid #999;
	text-align:center;
	background:#ddd;
	background: -ms-linear-gradient(top, #fff, #ddd);
	background: -moz-linear-gradient(top, #fff, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background: linear-gradient(top, #fff, #ddd);
}
.expand_button:hover{
	text-decoration:underline;
}
.expand.off{
	height:0;
	max-height:0;
	overflow:hidden;
}
.expand.on{
	height:auto;
	max-height:10000px;
	overflow:hidden;
	transition:max-height 2s ease-in 0s;
	-moz-transition:max-height 2s ease-in 0s;
	-webkit-transition:max-height 2s ease-in 0s;
	-o-transition:max-height 2s ease-in 0s;
	-ms-transition:max-height 2s ease-in 0s;
}

/********** paragraph **********/

.column{
	font-size:90%;
	line-height:150%;
	margin:1em 0;
}

.column_article{
	font-size:90%;
	line-height:150%;
	padding:1.5em;
	margin:1em 0;
	border:1px solid #f0f0f0;
	background:#f9f9f9;
	box-shadow:inset 0px 0px 20px #f0f0f0;
}

.column_solo{
	font-size:90%;
	line-height:150%;
	padding:1.5em;
	border:1px solid #cccccc;
	background:#f9f9f9;
	margin:1em 0;
}

.column_yellow{
	background:#fcfccc;
}

.column_blue{
	background:#e3e9ff;
}


/***** custom *****/

/*
.article_main,
.main_txt{
	z-index:0;
	position:relative;
}
*/

.column_article.column_writer{
	position:relative;
	z-index:1;
	padding:0;
	border:none;
	background:none;
	box-shadow:none;
}

.column_writer p{
	position:relative;
	z-index:10;
	padding:1.5em;
	border:1px solid #f0f0f0;
	background:#f9f9f9;
	box-shadow:inset 0px 0px 20px #f0f0f0;
}

.column_writer:before{
	width:90%;
	height:18px;
	content: " ";
	position: absolute;
	bottom:35px;
	right: 5px;
	-webkit-box-shadow: 0 5px 5px #555 ;
	-moz-box-shadow: 0 5px 5px #555 ;
	box-shadow: 0 5px 5px #555 ;
	-webkit-transform: rotate3d(0,0,1,3deg);
	-moz-transform: rotate3d(0,0,1,3deg);
	-o-transform: rotate3d(0,0,1,3deg);
	-ms-transform: rotate3d(0,0,1,3deg);
	transform: rotate3d(0,0,1,3deg);
	z-index:-1; 
	padding:1.5em;
}




/*
.column_article{
	z-index:10;
	position: relative;
}

.column_article:after{ 
display:block;
	content:" ";
	width:300px;
	height:1.5em;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	position:absolute;
	right:-1px;
	bottom:-1px;
	z-index:1;
	background:#f9f9f9;
}

.column_article:before{
display:block;
  z-index: -1;
  position: absolute;
  content: " ";
  bottom: 17px;
  right: 5px;
  width: 200px;
  height:5px;
  max-width:200px;
  background: transparent;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
*/


/******************** hr ********************/

hr.solidspliter,
hr.solidsplitter{
	height:1px;
	border:none;
	border-top:1px solid #999;
}

hr.dotspliter,
hr.dotsplitter{
	height:1px;
	border:none;
	border-top:1px dotted #999;
}


