@charset 'utf-8';
/*-----------------
	基本設定
-----------------*/
body{
	margin:0;
	padding:0;
	background:url(./img/bg.jpg) repeat-x;
	font-family:'メイリオ','ＭＳゴシック',Osaka,monospace;
	text-align:center;
}
#wrap{
	margin:0 auto;
	padding:0;
	width:985px;
}
#head{
	height:80px;
	margin:0;
	padding: 20px 0 0 0;
}
#body{
	margin:0;
	padding:0;
}
#main_left{
	float:left;
	margin:0px;
	padding:0px;
	width:785px;
}

#left{
	width:205px;
	margin:0;
	padding:0;
	float:left;
	text-align:left;
}
#innerleft{
	width:205px;
	margin:0;
	padding:0 0 11px 0;
	background:url(./img/leftmenu_foot.png) no-repeat left bottom;
}
	#innerleft dt{
		margin:0;
		padding:0;
		height:35px;
		background:url(./img/leftmenu_head.png) no-repeat;
	}
		#innerleft dt span{
			display:none;
		}
	#innerleft dd{
		margin:0;
		padding:0;
		background:url(./img/leftmenu_body.png) repeat-y;
	}
#main{
	width:775px;
	float:right;
	overflow:hidden;
}
	#main_left #main{width:580px;}/*トップページのみの設定*/
#content{
	width:770px;
	margin:0;
	padding:0;
}
	#main_left #content{width:570px;}/*トップページのみの設定*/
#right{
	width:200px;
	margin:0;
	padding:0;
	float:left;
}
#foot{
	clear:both;
	background:#ff0000;
	margin:0;
	padding:0;
	height:70px;
	background:url(./img/foot.jpg) no-repeat;
}
.hidden{
	display:none;
}
/*-----------------
	ヘッダー
-----------------*/
#head h1{
	background:url(./img/logo.png) no-repeat;
	width:181px;
	height:76px;
	margin:0;
	padding:0;
	float:left;
}
	#head h1 a{
		display:block;
		height:76px;
	}
		#head h1 a span{
			display:none;
		}
#head div{
	display:block;
	background:url(./img/tel.png) no-repeat bottom;
	margin:0 4px 0 0;
	padding:0;
	width:259px;
	height:78px;
	float:right;
}
	#head div span{
		display:none;
	}
	#head div p{
		padding:0 0 0 20px;
	}
	#head div p a{
		width:212px;
		height:28px;
		margin:42px 0 0;
		display:block;
	}
/*-----------------
	ヘッダー(下層ページ用)
-----------------*/
#head #contents_logo{
	background:url(./img/logo.png) no-repeat;
	width:181px;
	height:76px;
	margin:0;
	padding:0;
	float:left;
}
	#head #contents_logo a{
		display:block;
		height:76px;
	}
		#head #contents_logo a span{
			display:none;
		}
#head #contents_address{
	display:block;
	background:url(./img/tel.png) no-repeat bottom;
	margin:0 4px 0 0;
	padding:0;
	width:259px;
	height:78px;
	float:right;
}
	#head #contents_address span{
		display:none;
	}
	#head #contents_address p{
		padding:0 0 0 20px;
	}
	#head #contents_address p a{
		width:212px;
		height:28px;
		margin:42px 0 0;
		display:block;
	}
/*-----------------
	トップメニュー
-----------------*/
#menu{
	margin:0;
	padding:0;
	height:40px;
	clear:both;
}
#menu li{
		width:197px;
		height:40px;
		margin:0;
		padding:0;
		list-style:none;
		background-repeat:no-repeat;
		float:left;
	}
	#menu li.home{background-image:url(./img/topmenu_home_off.png);}
	#menu li.aboutus{background-image:url(./img/topmenu_companyinfo_off.png);}
	#menu li.schedule{background-image:url(./img/topmenu_chikenschedule_off.png);}
	#menu li.inq{background-image:url(./img/topmenu_inq_off.png);}
	#menu li.link{background-image:url(./img/topmenu_link_off.png);}
		#menu a{
			display:block;
			height:40px;
			cursor:pointer;
			background-repeat:no-repeat;
		}
		#menu .home a:hover{background-image:url(./img/topmenu_home_on.png);}
		#menu .aboutus a:hover{background-image:url(./img/topmenu_companyinfo_on.png);}
		#menu .schedule a:hover{background-image:url(./img/topmenu_chikenschedule_on.png);}
		#menu .inq a:hover{background-image:url(./img/topmenu_inq_on.png);}
		#menu .link a:hover{background-image:url(./img/topmenu_link_on.png);}
		#menu a span{
			display:none;
		}
/*-----------------
	トップバナー
-----------------*/
#topbanner{
	margin:0;
	padding:0;
}
	#topbanner li{
		margin:0 0 5px 0;
		padding:0;
		list-style:none;
	}

		#topbanner li a#ad01,
		#topbanner li a#ad02{
			display:block;
			height:150px;
			background:url(./img/banner/dummy.jpg) no-repeat;
		}
		#topbanner li a#ad03{
			display:block;
			height:150px;
			background:url(./img/banner/banner_hayfever.jpg) no-repeat;
		}
		#topbanner li a#ad04{
			display:block;
			height:150px;
			background:url(./img/banner/banner_menstrual.jpg) no-repeat;
		}
		#topbanner li a#ad05{
			display:block;
			height:150px;
			background:url(./img/banner/high_blood_sugar_banner.jpg) no-repeat;
		}
		#topbanner li a#ad06{
			display:block;
			height:150px;
			background:url(./img/banner/high_blood_banner.jpg) no-repeat;
		}
		#topbanner li a#ad07{
			display:block;
			height:150px;
			background:url(./img/banner/bladder_banner.jpg) no-repeat;
		}
		#topbanner li a#ad08{
			display:block;
			height:150px;
			background:url(./img/banner/pollen_allergy_children_banner.jpg) no-repeat;
		}
		#topbanner li a#ad09{
			display:block;
			height:126px;
			background:url(./img/banner/depression_banner.png) no-repeat;
		}
			#topbanner li a span{
				display:none;
			}
		#topbanner #chiken_flow{
			height:172px;
			background:url(./img/banner/flow.png) no-repeat;
		}
			#topbanner #chiken_flow p,
			#topbanner #chiken_flow a span{
				display:none;
			}
			#topbanner #chiken_flow a{
				display:block;
				width:142px;
				height:115px;
				cursor:pointer;
				float:left;
				margin-top:56px;
			}
	#topbanner .banner a{
		border:0;
		border:none;
	}
	#topbanner .banner a img{
		width:550px;
		border:0;
	}
img {border:none;}
/*-----------------
	トップ：参加できる治験を探す
-----------------*/
#clinical_trial_schedule{
	width:570px;
	margin:0 0 10px 0;
	padding:0 0 7px 0;
	text-align:left;
	background:url(./img/topmain_chiken_foot.png) no-repeat bottom;
}
	#clinical_trial_schedule h2{
		height:30px;
		background:url(./img/topmain_chiken_head.png) no-repeat;
		margin:0;
		padding:0;
	}
		#clinical_trial_schedule h2 span{
			display:none;
		}
	#chiken_info{
		background:url(./img/topmain_chiken_body.png) repeat-y;
		width:570px;
		text-align:left;
		margin:0 auto;
	}
		.chiken_info_contents{
			width:560px;
			margin:0 5px 5px 5px;
			padding:0 0 4px 0;
			list-style:none;
			background-repeat:no-repeat;
			background-position:left bottom;
		}
		.chiken_info_contents.odd{}
			#chiken_info div h3{
				background-repeat:no-repeat;
				background-position:left top;
				background-image:url(./img/chiken_stat_head.gif);
				height:4px;
				margin:0;
				padding:0;
			}
			.chiken_info_contents.odd h3{background-image:url(./img/chiken_stat_head_odd.gif);}
				#chiken_info div h3 span{
					display:none;
				}
			.chiken_info_contents .body{
				width:100%;
				background-repeat:repeat-y;
				background-position:left bottom;
				background-image:url(./img/chiken_stat_body.gif);
				margin:0;
				padding:0 5px 0 0;
			}
				.chiken_info_contents .body .list_foot{
					width:100%;
					background:url(./img/chiken_stat_foot.gif) no-repeat left bottom;
				}
				.chiken_info_contents.odd .body .list_foot{
					width:100%;
					background:url(./img/chiken_stat_foot_odd.gif) no-repeat left bottom;
				}
			.chiken_info_contents.odd .body{background-image:url(./img/chiken_stat_body_odd.gif);background-repeat:repeat-y;}
			.chiken_info_contents ul{
				width:477px;
				float:right;
				margin:0;
				padding:0;
				background:url(./img/chiken_stat_solidline.gif);
			}
				.chiken_info_contents ul li{
					list-style:none;
					overflow:hidden;
					font-size:12px;
					line-height:20px;
					background-image:none;
					margin:0;
					padding:0;
					color:#666666;
					text-align:center;
				}
				.chiken_info_contents ul li.place,
				.chiken_info_contents ul li.code{
					height:20px;
					clear:both;
					width:185px;
					float:left;
				}
				.chiken_info_contents ul li.ind,
				.chiken_info_contents ul li.target{
					width:292px;
					height:20px;
					float:right;
				}
				.chiken_info_contents ul li.schedule{
					height:40px;
					clear:both;
					background-repeat:repeat-x;
					background-image:url(./img/chiken_stat_dashline.gif);
					text-align:left;
				}
					.chiken_info_contents ul li.schedule p{
						width:396px;
						float:right;
						display:block;
					}
				.chiken_info_contents.odd ul li.schedule{background-image:url(./img/chiken_stat_dashline_odd.gif);}
				.chiken_info_contents ul li.period{
					height:20px
					clear:both;
					text-align:left;
				}
					.chiken_info_contents ul li em{
						float:left;
						display:block;
						width:80px;
						height:20px;
						background-repeat:no-repeat;
						background-position:center 2px;
					}
					.chiken_info_contents .body ul li.code em{background-image:url(./img/chiken_stat_code.gif);}
					.chiken_info_contents .body ul li.target em{background-image:url(./img/chiken_stat_target.gif);}
					.chiken_info_contents .body ul li.place em{background-image:url(./img/chiken_stat_place.gif);}
					.chiken_info_contents .body ul li.ind em{background-image:url(./img/chiken_stat_ind.gif);}
					.chiken_info_contents .body ul li.schedule em{background-image:url(./img/chiken_stat_schedule.gif);}
					.chiken_info_contents .body ul li.period em{background-image:url(./img/chiken_stat_period.gif);}
						.chiken_info_contents em span{
							display:none;
						}
					.chiken_info_contents ul li p{
						margin:0;
						padding:0;
					}

	.chiken_info_contents div.more{
		width:467px;
		text-align:right;
		float:right;
		padding:2px;
	}
		.chiken_info_contents div.more div{
			text-align:right;
		}
			.chiken_info_contents div.more a{
				display:block;
				width:276px;
				height:28px;
				float:right;
				background:url(./img/chiken_stat_more_off.png) no-repeat right center;
			}
			.chiken_info_contents div.more a:hover{
				display:block;
				width:276px;
				height:28px;
				background:url(./img/chiken_stat_more_on.png) no-repeat right center;
			}
				.chiken_info_contents div.more a span{
					display:none;
				}
			.chiken_info_contents.odd div.more a{
				display:block;
				width:276px;
				height:28px;
				float:right;
				background:url(./img/chiken_stat_more_off_odd.png) no-repeat right center;
			}
			.chiken_info_contents.odd div.more a:hover{
				display:block;
				width:276px;
				height:28px;
				background:url(./img/chiken_stat_more_on_odd.png) no-repeat right center;
			}
				.chiken_info_contents.odd div.more a span{
					display:none;
				}

/*アイコン追加*/
.chiken_info_contents div.state{
	width:77px;
	height:123px;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	background:url(./img/chiken_stat_state.gif) no-repeat left top;
}
	.chiken_info_contents div.state p{
		width:77px;
		height:123px;
		margin:0;
		padding:0;
	}
		.chiken_info_contents div.state p.receipt{background-image:url(./img/chiken_stat_receipt.gif);}
		.chiken_info_contents div.state p.cancell{background-image:url(./img/chiken_stat_cancell.gif);}
		.chiken_info_contents div.state p.close{background-image:url(./img/chiken_stat_close.gif);}
		.chiken_info_contents div.state p.stop{background-image:url(./img/chiken_stat_stop.gif);}
			#chiken_info div.state p span{display:none;}
.chiken_info_contents.odd div.state{
	width:77px;
	height:123px;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	background:url(./img/chiken_stat_state_odd.gif) no-repeat left top;
}
	.chiken_info_contents.odd div.state p{
		width:77px;
		height:123px;
		margin:0;
		padding:0;
	}
		.chiken_info_contents.odd div.state p.receipt{background-image:url(./img/chiken_stat_receipt_odd.gif);}
		.chiken_info_contents.odd div.state p.cancell{background-image:url(./img/chiken_stat_cancell_odd.gif);}
		.chiken_info_contents.odd div.state p.close{background-image:url(./img/chiken_stat_close_odd.gif);}
		.chiken_info_contents.odd div.state p.stop{background-image:url(./img/chiken_stat_stop_odd.gif);}
			#chiken_info.odd div.state p span{display:none;}

/*-----------------
	トップ：V-NETからのお知らせ
-----------------*/
#whatsnew{
	width:570px;
	margin:0 0 25px 0;
	padding:0;
	text-align:left;
}
	#whatsnew h2{
		margin:0;
		padding:0;
		height:26px;
		background:url(./img/topmain_whatsnew_head.gif) no-repeat left bottom;
		text-align:right;
	}
		#whatsnew h2 a{
			display:block;
			height:26px;
			cursor:pointer;
		}
			#whatsnew h2 a span{
				display:none;
			}
	#whatsnew ul{
		margin:0;
		padding:0;
	}
		#whatsnew ul li{
			margin:0;
			padding:5px 0;
			border-bottom:1px dotted #999999;
			font-size:12px;
			line-height:120%;
			list-style:none;
		}
			#whatsnew ul li span{
				color:#1C2787;
				font-size:12px;
				line-height:120%;
			}
			#whatsnew ul li h3{
				font-size:12px;
				line-height:120%;
				display:inline;
				padding:0;
				margin:0;
				color:#F29600;
				font-weight:900;
			}
			#whatsnew ul li p{
				text-indent:1em;
				font-size:12px;
				line-height:120%;
				margin:0;
				padding:0;
				color:#808080;
			}
				#whatsnew ul li h3 a,
				#whatsnew ul li p a{
					font-size:12px;
					line-height:120%;
					color:#F29600;
					font-weight:900;
					padding-left:5px;
					text-decoration:none;
				}
					#whatsnew ul li h3 a:hover,
					#whatsnew ul li p a:hover{
						color:#f2c479;
					}

/*-----------------
	トップ：新着コラム
-----------------*/
#newcolumn{
	width:570px;
	margin:0;
	padding:0;
	text-align:left;
}
	#newcolumn h2{
		margin:0;
		padding:0;
		height:26px;
		background:url(./img/topmain_column_head.gif) no-repeat left bottom;
		text-align:right;
	}
		#newcolumn h2 a{
			display:block;
			height:26px;
			cursor:pointer;
		}
			#newcolumn h2 a span{
				display:none;
			}
	#newcolumn ul{
		margin:0;
		padding:0;
	}
		#newcolumn ul li{
			margin:0;
			padding:5px 0;
			border-bottom:1px dotted #999999;
			font-size:12px;
			line-height:120%;
			list-style:none;
		}
			#newcolumn ul li span{
				color:#1C2787;
				font-size:12px;
				line-height:120%;
			}
			#newcolumn ul li h3{
				font-size:12px;
				line-height:120%;
				display:inline;
				padding:0;
				margin:0;
				color:#F29600;
				font-weight:900;
			}
			#newcolumn ul li p{
				text-indent:1em;
				font-size:12px;
				line-height:120%;
				margin:0;
				padding:0;
				color:#808080;
			}
				#newcolumn ul li h3 a,
				#newcolumn ul li p a{
					font-size:12px;
					line-height:120%;
					color:#F29600;
					font-weight:900;
					padding-left:5px;
					text-decoration:none;
				}
					#newcolumn ul li h3 a:hover,
					#newcolumn ul li p a:hover{
						color:#f2c479;
					}
/*-----------------
	ブログ記事＋記事一覧
-----------------*/
#content{
	width:767px;
	margin:0 0 0 3px;
	padding:0;
}
	#content .categorydescription{
		background-color:#ffffff;
		padding:10px;
		margin:10px auto;
		width:auto;
		filter: alpha(opacity=80);
		-moz-opacity:0.80;
		opacity:0.80;
	}
	#content .head{
		height:41px;
		margin:0 0 10px 0;
		padding:0;
		background:url(./img/subtitle_bg.png) no-repeat;
	}
		#content .head ol{
			display:block;
			margin:0 10px 0 0;
			padding:0;
			text-align:right;
			font-size:0;
			line-height:0;
		}
			#content .head ol li{
				display:inline;
				padding-left:20px;
				background:url(./img/crumb_arrow.gif) no-repeat 7px center;
				font-size:10px;
				line-height:15px;
				list-style:none;
				color:#ffffff;
			}
			#content .head ol li.home{
				background-image:none;
			}
				#content .head ol li a{
					text-decoration:none;
					color:#ffffff;
				}
				#content .head ol li a:hover{
					color:#cccccc;
				}
		#content .head h2{
			height:26px;
			margin:0;
			padding:0;
			font-size:14px;
			line-height:26px;
			text-indent:90px;
			color:#1D2087;
			overflow:hidden;
			text-align:left;
		}
		#content .head h1{
			height:26px;
			margin:0;
			padding:0;
			font-size:14px;
			line-height:26px;
			text-indent:90px;
			color:#1D2087;
			overflow:hidden;
			text-align:left;
		}
	#content .entrybody{
		width:736px;
		text-align:left;
		font-size:14px;
		line-height:150%;
		padding:10px;
		background-color:#ffffff;
		color:#000000;
		margin:5px 0px 5px 11px;
		filter: alpha(opacity=80);
		-moz-opacity:0.80;
		opacity:0.80;
		float:right;
	}
	
	
	#content p.explain{
		margin:0px 5px;
		padding:5px;
		color:#333333;
		background-color:#ffffff;
		filter: alpha(opacity=80);
		-moz-opacity:0.80;
		opacity:0.80;
		text-align:left;
		font-size:12px;
	}
		
	#content ul.entries{
		margin:0;
		padding:0;
		text-align:left;
	}
		#content ul.entries li{
			margin:0;
			padding:10px 0 10px 76px;
			list-style:none;
		}
			#content ul.entries li h3{
				margin:0;
				padding:0;
				height:18px;
				background:url(./img/subtitle_bg2.png) no-repeat right top;
			}
				#content ul.entries li h3 a{
					display:block;
					height:18px;
					color:#F29600;
					margin:0;
					padding: 0 120px 0 20px;
					overflow:hidden;
					font-weight:900;
					font-size:12px;
					line-height:18px;
					text-decoration:none;
				}
				#content ul.entries li h3 a:hover{
					color:#f2c479;
				}
			#content ul.entries li p{
				font-size:12px;
				text-indent:20px;
				line-height:18px;
				margin:0;
				padding:0;
			}
	#content .navi{
		clear:both;
		text-align:center;
		margin-top:20px;
		color:#333333;
		font-size:14px;
	}
		#content .navi a{
			color:#F29600;
			text-decoration:none;
		}
			#content .navi a:hover{
				color:#f2c479;
			}
	#content .more,
	#content .entrybody{
		padding:10px;
		margin:0;
		font-size:16px;
		line-height:150%;
		color:#1f1f1f;
	}

#chiken_stat_all{
	border-collapse:collapse;
	border:1px solid #333333;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	width:90%;
	margin:10px auto;
}
	#chiken_stat_all caption{
		text-align:center;
		font-size:12px;
		line-height:150%;
		padding:5px;
		margin:5px auto;
		border:1px solid #333333;
		background-color:#ffffff;
		filter: alpha(opacity=80);
		-moz-opacity:0.80;
		opacity:0.80;
	}
	#chiken_stat_all th{
		background:#faffff;
		padding:5px;
		text-align:left;
		font-size:12px;
		line-height:150%;
		border:1px solid #333333;
		width:10em;
	}
	#chiken_stat_all td{
		background:#ffffff;
		padding:5px;
		text-align:left;
		font-size:12px;
		line-height:150%;
		border:1px solid #333333;
	}

#content table.simple{
	margin:0 auto;
	border-collapse:collapse;
	border:#333333;
	background:#ffffff;
}
	#content table.simple th{
		padding:5px;
		text-align:left;
		background:#eeeeee;
		color:#666666;
		font-weight:900;
		border:1px solid #333333;
		font-size:12px;
		line-height:150%;
	}
	#content table.simple td{
		padding:5px;
		text-align:left;
		background:#ffffff;
		color:#666666;
		font-weight:100;
		border:1px solid #333333;
		font-size:12px;
		line-height:150%;
	}

/*-----------------
	記事の中身
-----------------*/
#content .entrybody h2{
}
	#content .entrybody h2 div{
		height:30px;
		float:left;
		background:url(./img/entry_subtitle_right.png) no-repeat right;
		margin:0;
		padding:0 20px 0 0;
		width:auto;
	}
		#content .entrybody h2 div div{
			background:url(./img/entry_subtitle_left.png) no-repeat left;
			padding:0 0 0 40px;
			margin:0;
			width:auto;
		}
			#content .entrybody h2 div div div{
				background-image:none;
				width:auto;
				height:30px;
				background-color:#0d4cba;
				line-height:30px;
				color:#ffffff;
				font-weight:900;
				font-size:15px;
				margin:0;
				padding:0;
			}
#content .entrybody hr{
	border:1px dashed #999999;
	height:1px;
	clear:both;
	margin:1em 0;
}
/*-----------------
	リンクページ
-----------------*/
#link_to{
	text-align:left;
	font-size:12px;
	background-color:#ffffff;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;

}
	#link_to a{
		text-decoration:none;
		color:#3333cc;
		font-weight:900;

	}
	#link_to a:hover{
		border-bottom:1px dotted #0000ff;
		color:#0000ff;
	}
/*-----------------
	お問い合わせ
-----------------*/
#content .inq table{
	width:90%;
	margin:5px auto;
	border-collapse:collapse;
	border:#333333;
	background:#ffffff;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
	#content .inq table th{
		padding:5px;
		text-align:left;
		background:#eeeeee;
		color:#666666;
		font-weight:900;
		border:1px solid #333333;
		font-size:12px;
		line-height:150%;
	}
	#content .inq table td{
		padding:5px;
		text-align:left;
		background:#ffffff;
		color:#666666;
		font-weight:100;
		border:1px solid #333333;
		font-size:12px;
		line-height:150%;
	}
		#content .inq table td .name{
			ime-mode:active;
			width:300px;
		}
		#content .inq table td .mail{
			ime-mode:disabled;
			width:400px;
		}
		#content .inq table td .text{
			width:400px;
			height:10em;
		}
#content .error{
	background-color:#ffeeee;
	border:1px solid #cccccc;
	width:50%;
	margin:10px auto;
	padding:0;
}
	#content .error dt{
		border-bottom:1px dotted #cccccc;
		font-size:12px;
		font-weight:900;
		color:#333333;
		text-align:left;
		padding:5px;
		margin:0;
	}
	#content .error dd{
		margin:0;
		padding:5px;
		font-size:12px;
		line-height:150%;
		color:#333333;
		text-align:left;
	}
/*-----------------
	レフトメニュー
-----------------*/
#innerleft #chiken_tips{
	margin:0 0 10px 0;
	padding:0;
}
	#innerleft #chiken_tips dt{
		display:none;
	}
	#innerleft #chiken_tips dd{
		margin:0;
		padding:0;
		background-image:none;
	}
		#innerleft #chiken_tips dd ul{
			margin:0;
			padding:0;
		}
			#innerleft #chiken_tips dd ul li{
				margin:0 auto 5px 5px;
				padding:0;
				background:url(./img/leftmenu_btn_bg_off.gif) no-repeat;
				list-style:none;
				width:185px;
				height:20px;
				font-size:12px;
				line-height:20px;
				overflow:hidden;
			}
				#innerleft #chiken_tips dd ul li a{
					margin:0;
					padding:0px 20px;
					display:block;
					line-height:20px;
					height:20px;
					cursor:pointer;
					color:#666666;
					text-decoration:none;
				}
				#innerleft #chiken_tips dd ul li a:hover{
					color:#cccccc;
					background:url(./img/leftmenu_btn_bg_on.gif) no-repeat;
				}
#innerleft #chiken_column{
	margin:0 0 10px 0;
	padding:0;
}
	#innerleft #chiken_column dt{
		background:url(./img/leftmenu_column_head.gif) no-repeat left bottom;
		margin: 0 auto 0 5px;
		height:31px;
	}
		#innerleft #chiken_column dt span{
			display:none;
		}
	#innerleft #chiken_column dd{
		margin:0;
		padding:0;
		background-image:none;
	}
		#innerleft #chiken_column dd ul{
			margin:0;
			padding:0;
		}
			#innerleft #chiken_column dd ul li{
				margin:0 auto 5px 5px;
				padding:0;
				background:url(./img/leftmenu_btn_bg_off.gif) no-repeat;
				list-style:none;
				width:185px;
				height:20px;
				font-size:12px;
				line-height:20px;
				overflow:hidden;
			}
				#innerleft #chiken_column dd ul li a{
					margin:0;
					padding:0px 20px;
					display:block;
					line-height:20px;
					height:20px;
					cursor:pointer;
					color:#666666;
					text-decoration:none;
				}
				#innerleft #chiken_column dd ul li a:hover{
					color:#cccccc;
					background:url(./img/leftmenu_btn_bg_on.gif) no-repeat;
				}

#innerleft #mobile{
	margin:0;
	padding:0;
}
	#innerleft #mobile dt{
		background:url(./img/leftmenu_mobile_head.gif) no-repeat left bottom;
		margin: 0 auto 0 5px;
		height:31px;
	}
		#innerleft #mobile dt span{
			display:none;
		}
	#innerleft #mobile dd{
		margin:0;
		padding:0;
		background-image:none;
	}
		#innerleft #mobile dd .qr{
			margin:0 0 0 20px;
		}
		#innerleft #mobile dd form input{
			width:185px;
			margin:0 auto 5px 5px;
			padding:0;
		}
		#innerleft #mobile dd form .submit{
			display:block;
			width:103px;
			height:24px;
			background:url(./img/leftmenu_mobile_submit_off.gif) no-repeat;
			margin:0 auto 10px 46px;
		}
			#innerleft #mobile dd form .submit a{
				display:block;
				width:103px;
				height:24px;
				cursor:pointer;
			}
			#innerleft #mobile dd form .submit a:hover{background:url(./img/leftmenu_mobile_submit_on.gif) no-repeat;}
				#innerleft #mobile dd form .submit a span{
					display:none;
				}
#left .banner .clinical_trial_enter{
	width:200px;
	height:126px;
	background:url(./img/chiken_btn_off.png) no-repeat left top;
	margin:0;
	padding:0;
}
	#left .banner .clinical_trial_enter a{
		display:block;
		width:200px;
		height:126px;
		margin:0;
		padding:0;
		background-position:left top;
		background-repeat:no-repeat;
	}
	#left .banner .clinical_trial_enter a:hover{
		background:url(./img/chiken_btn_on.png);
	}
		#left .banner .clinical_trial_enter a span{
			display:none;
		}

#left .clinical_trial_search{
	background:url(./img/leftmenu_chiken_search_foot.png) no-repeat left bottom;
	margin:0;
	padding:0 0 8px 0;
	width:200px;
	text-align:center;
	display:block;
	visibility:visible;
}
	#left .clinical_trial_search dt{
		height:35px;
		margin:0;
		padding:0;
		background:url(./img/leftmenu_chiken_search_head.png) no-repeat left top;
	}
		#left .clinical_trial_search dt span{
			display:none;
		}
	#left .clinical_trial_search dd{
		margin:0;
		padding:5px;
		background:url(./img/leftmenu_chiken_search_body.png) repeat-y left top;
		text-align:center;
	}
		#left .clinical_trial_search dd .search_text{
			width:180px;
			text-align:left;
		}
		#left .clinical_trial_search dd .submit_button{
			background:url(./img/leftmenu_search_btn_off.png) no-repeat left top;
			padding:0;
			margin:5px auto 0px auto;
			width:104px;
			height:24px;
		}
			#left .clinical_trial_search dd .submit_button a{
				display:block;
				height:24px;
				padding:0;
				margin:0;
				background-repeat:no-repeat;
				background-position:left top;
			}
			#left .clinical_trial_search dd .submit_button a:hover{
				background-image:url(./img/leftmenu_search_btn_on.png);
			}
				#left .clinical_trial_search dd .submit_button span{
					display:none;
				}
/*-----------------
	トップライトメニュー+その他レフトサブメニュー
-----------------*/
#left .banner,
#innerleft .banner,
#right .banner{
	margin:0;
	padding:0;
}
	#left .banner li,
	#innerleft .banner li,
	#right .banner dd,
	#right .banner dd a,
	#right .banner li{
		list-style:none;
		margin:0;
		padding:0 0 5px 0;
		background-repeat:no-repeat;
		background-position:top left;
	}
		#innerleft .banner li a,
		#right .banner li a{
			display:block;
			background-repeat:no-repeat;
			background-position:left top;
			cursor:pointer;
		}
		#right .banner dd,
		#right .banner dd a,
		#innerleft .banner li{
			padding-left:2px;
			background-position:5px top;
		}
			#innerleft .banner li a{
				background-position:3px top;
			}
				#innerleft .banner li a span,
				#right .banner dd a span,
				#right .banner li a span{
					display:none;
				}
	#right .banner dd.hyperglycemia{height:65px;background-image:url(./img/leftmenu_chiken_btn_hyperglycemia_off.png);}
		#right .banner dd.hyperglycemia a{height:65px;}
		#right .banner dd.hyperglycemia a:hover{background-image:url(./img/leftmenu_chiken_btn_hyperglycemia_on.png);}
	#right .banner dd.bladder{height:65px;background-image:url(./img/leftmenu_chiken_btn_bladder_off.png);}
		#right .banner dd.bladder a{height:65px;}
		#right .banner dd.bladder a:hover{background-image:url(./img/leftmenu_chiken_btn_bladder_on.png);}
	#right .banner dd.hypercholesterolemia{height:65px;background-image:url(./img/leftmenu_chiken_btn_hypercholesterolemia_off.png);}
		#right .banner dd.hypercholesterolemia a{height:65px;}
		#right .banner dd.hypercholesterolemia a:hover{background-image:url(./img/leftmenu_chiken_btn_hypercholesterolemia_on.png);}
	#right .banner dd.hyperpiesia{height:65px;background-image:url(./img/leftmenu_chiken_btn_hyperpiesia_off.png);}
		#right .banner dd.hyperpiesia a{height:65px;}
		#right .banner dd.hyperpiesia a:hover{background-image:url(./img/leftmenu_chiken_btn_hyperpiesia_on.png);}
	#right .banner li.party{height:65px;background-image:url(./img/rightmenu_to_whom_it_may_concern_off.png);}
		#right .banner li.party a{height:65px;}
		#right .banner li.party a:hover{background-image:url(./img/rightmenu_to_whom_it_may_concern_on.png);}
	#right .banner li.jacic{height:65px;background-image:url(./img/rightmenu_jacic_off.png);}
		#right .banner li.jacic a{height:65px;}
		#right .banner li.jacic a:hover{background-image:url(./img/rightmenu_jacic_on.png);}
		
	
		
	#innerleft .banner li.party{height:65px;background-image:url(./img/leftmenu_to_whom_it_may_concern_off.png);}
		#innerleft .banner li.party a{height:65px;}
		#innerleft .banner li.party a:hover{background-image:url(./img/leftmenu_to_whom_it_may_concern_on.png);}
	#innerleft .banner li.jacic{height:65px;background-image:url(./img/leftmenu_jacic_off.png);}
		#innerleft .banner li.jacic a{height:65px;}
		#innerleft .banner li.jacic a:hover{background-image:url(./img/leftmenu_jacic_on.png);}
		

	#right .banner dd.pollenallergy{height:65px;background-image:url(./img/leftmenu_chiken_btn_pollenallergy_off.png);}
		#right .banner dd.pollenallergy a{height:65px;}
		#right .banner dd.pollenallergy a:hover{background-image:url(./img/leftmenu_chiken_btn_pollenallergy_on.png);}
	#right .banner dd.toenailgerm{height:65px;background-image:url(./img/leftmenu_chiken_btn_toenailgerm_off.png);}
		#right .banner dd.toenailgerm a{height:65px;}
		#right .banner dd.toenailgerm a:hover{background-image:url(./img/leftmenu_chiken_btn_toenailgerm_on.png);}
	#right .banner dd.madame{height:65px;background-image:url(./img/leftmenu_chiken_btn_madame_off.png);}
		#right .banner dd.madame a{height:65px;}
		#right .banner dd.madame a:hover{background-image:url(./img/leftmenu_chiken_btn_madame_on.png);}
		
/*特集治験右メニュー用*/
#right dl.banner{
	width:200px;
	margin:0;
	padding:0;
	background:url(./img/leftmenu_body.png) repeat-y;
}

	#right .banner dt{
		height:35px;
		margin:0;
		padding:0;
		background:url(./img/rightmenu_chiken_head.png) no-repeat;
	}
		#right .banner dt span{display:none;}
		
	#right .banner dd{
		margin:0;
		padding:0;
	}
		.banner dd a{
			width:186px;
			height:65px;
			display:block;
		}

	#right .banner dd.banner_foot{
		height:8px;
		margin:0;
		padding:0;
		background:#ffffff url(./img/leftmenu_chiken_search_foot.png) no-repeat left bottom;
	}
		#right .banner dd.banner_foot span{
			display:none;
		}
#chiken_notes{
	margin:0;
	padding:0 0 10px 0;
	width:200px;
	background:url(./img/rightmenu_notice_foot.png) no-repeat left bottom;
}
	#chiken_notes dt{
		height:56px;
		margin:0;
		padding:0;
		background:url(./img/rightmenu_notice_head.png) no-repeat left bottom;
	}
		#chiken_notes dt a{
			display:block;
			height:56px;
		}
			#chiken_notes dt a span{
				display:none;
			}
	#chiken_notes dd{
		margin:0;
		padding:0;
		background:url(./img/rightmenu_notice_body.png) repeat-y left;
		text-align:left;
	}
		#chiken_notes dd ul{
			margin:0;
			padding:0
		}
			#chiken_notes dd ul li{
				margin:0 0 0 5px;
				padding:0;
				background:url(./img/rightmenu_notice_btn_bg_off.gif) no-repeat left top;
				list-style:none;
				width:183px;
				height:23px;
				font-size:12px;
				line-height:18px;
				overflow:hidden;
			}
				#chiken_notes dd ul li a{
					margin:0;
					padding:0px 0 0 18px;
					display:block;
					line-height:18px;
					height:18px;
					cursor:pointer;
					color:#FFFFFF;
					text-decoration:none;
					overflow:hidden;
				}
				#chiken_notes dd ul li a:hover{
					color:#FFFFFF;
					background:url(./img/rightmenu_notice_btn_bg_on.gif) no-repeat left top;
				}
#innerleft #chiken_notes{
	margin:0 0 0 10px;
	padding:0 0 8px 0;
	width:185px;
	background:url(./img/leftmenu_notice_foot.png) no-repeat left bottom;
}
	#innerleft #chiken_notes dt{
		height:57px;
		margin:0;
		padding:0;
		background:url(./img/leftmenu_notice_head.png) no-repeat left bottom;
	}
		#innerleft #chiken_notes dt a{
			display:block;
			height:57px;
		}
			#innerleft #chiken_notes dt a span{
				display:none;
			}
	#innerleft #chiken_notes dd{
		margin:0;
		padding:0;
		background:url(./img/leftmenu_notice_body.png) repeat-y;
	}
		#innerleft #chiken_notes dd ul{
			margin:0;
			padding:0
		}
			#innerleft #chiken_notes dd ul li{
				margin:0 0 0 5px;
				padding:0;
				background:url(./img/leftmenu_notice_btn_off.gif) no-repeat left top;
				list-style:none;
				width:166px;
				height:23px;
				font-size:12px;
				line-height:18px;
				overflow:hidden;
			}
				#innerleft #chiken_notes dd ul li a{
					margin:0;
					padding:0px 0 0 18px;
					display:block;
					line-height:18px;
					height:18px;
					cursor:pointer;
					color:#FFFFFF;
					text-decoration:none;
					overflow:hidden;
				}
				#innerleft #chiken_notes dd ul li a:hover{
					color:#FFFFFF;
					background:url(./img/leftmenu_notice_btn_on.gif) no-repeat left top;
				}
/*リクルーター募集用*/
#right .banner li.recruiter{height:125px;margin:6px 0 0;background-image:url(./img/chiken_recruiter_btn_off.png);}
	#right .banner li.recruiter a{height:125px;}
	#right .banner li.recruiter a:hover{background-image:url(./img/chiken_recruiter_btn_on.png);}
/*-----------------
	フッタ
-----------------*/
#foot .menu{
	width:600px;
	height:21px;
	margin:0;
	padding:8px 0 0 8px;
	background:url(./img/footmenu_bg.gif) no-repeat right bottom;
	float:left;
}
	#foot .menu li{
		display:inline;
		margin:0;
		padding-left:1em;
		padding-right:1em;
		list-style:none;
		font-size:10px;
		line-height:21px;
	}
		#foot .menu li a{
			color:#1C2787;
			padding-right:15px;
			background:url(./img/footmenu_arrow.gif) no-repeat right center;
			text-decoration:none;
		}
#copyright{
	padding-top:8px;
	height:21px;
	float:right;
	color:#ffffff;
	width:300px;
	font-size:12px;
	line-height:21px;
}
/*-----------------
	クリアフィックス
-----------------*/
h2:after,
#foot:after,
#chiken_info div:after,
#chiken_info div ul:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear: both;
}

h2,
#foot,
#chiken_info div,
#chiken_info div ul{
	zoom:100%;
}
h3:after,
#foot:after,
#chiken_info div:after,
#chiken_info div ul:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear: both;
}

h3,
#foot,
#chiken_info div,
#chiken_info div ul{
	zoom:100%;
}
#chiken_info div .body:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear: both;
}
#chiken_info div .body .list_foot:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear: both;
}
.cf:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear: both;
}
/*-----------------
	透過処理
-----------------*/
a:hover,
li,
.pollen_allergy_children_image01,
.recruiter_image01,
.depression_image,
#topbanner li a#ad09,
address,
dd,
dl,
dt,
div,
a,
h2,
h1{
	behavior: url("http://gogochiken.jp/iepngfix.htc");
}

/*-----------------
	会員登録ページ(PC版)
-----------------*/
.reg_table {
	width:100%;
	margin:0 auto;
	padding:1px;
	text-align:center;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 0;
}
	.reg_table th {
		width:245px;
		padding:0 0 0 5px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #ffffff;
		background: #eeeeed;
	}
		.reg_table th div {
			width:240px;
			color:#2c67c2;
			font-weight:bolder;
			text-align:left;
			margin:0;
			padding:0 0 0 5px;
			border-left: 5px solid #1a7be5;
		}
			.reg_table th div em {
				font-style:normal;
				padding:2px 0 2px 22px;
				background:url(http://gogochiken.jp/img/icon_warning02.gif) no-repeat left center;
			}
	.reg_table td {
		text-align:left;
		padding: 5px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #ffffff;
		background: #eeeeed;
	}
.reg_btn {
	text-align:center;
	margin:10px auto;
}
/*-----------------
	リクルートページ(PC版)
-----------------*/
.recruiter_image01 {
	width:736px;
	height:232px;
	margin:0 0 15px;
	background:url(http://gogochiken.jp/img/recruiter_image01.png) no-repeat left center;
}
	.recruiter_image01 em,
	.recruiter_image01 h3,
	.recruiter_image01 p {
		display:none;
	}
.recruiter_image02 {
	width:736px;
	height:155px;
	margin:0 0 15px;
	background:url(http://gogochiken.jp/img/recruiter_image02.gif) no-repeat left center;
}
	.recruiter_image02 dl {
		display:none;
	}
.recruiter_image03 {
	width:736px;
	height:258px;
	margin:0 0 15px;
	background:url(http://gogochiken.jp/img/recruiter_image03.gif) no-repeat left center;
}
	.recruiter_image03 dl {
		display:none;
	}
.recruiter_image04 {
	width:736px;
	height:327px;
	margin:0 0 15px;
	background:url(http://gogochiken.jp/img/recruiter_image04.gif) no-repeat left center;
}
	.recruiter_image04 p {
		display:none;
	}
	
/*-----------------
	小児花粉症ページ(PC版)
-----------------*/
.pollen_allergy_children_image01 {
	width:735px;
	height:302px;
	overflow:hidden;
	margin:-10px 0 28px;
	background:url(http://gogochiken.jp/img/pollen_allergy_children_image01.png) no-repeat left top;
}
	.pollen_allergy_children_image01 h2,
	.pollen_allergy_children_image01 p {
		display:none;
	}
	.pollen_allergy_children_link {
		margin:0 0 0 55px;
		padding:135px 0 0;
	}
		.pollen_allergy_children_link a {
			height:28px;
			float:left;
			display:block;
		}
		.pollen_allergy_children_link a.link01 {width:84px;}
		.pollen_allergy_children_link a.link02 {width:160px;}
		.pollen_allergy_children_link a.link03 {width:160px;}
		.pollen_allergy_children_link a.link04 {width:130px;}
		.pollen_allergy_children_link a.link05 {width:85px;}
		
.pollen_allergy_children_image02 {
	width:670px;
	height:228px;
	overflow:hidden;
	margin:0 auto 28px;
	background:url(http://gogochiken.jp/img/pollen_allergy_children_image02.gif) no-repeat left top;
}
	.pollen_allergy_children_image02 h3,
	.pollen_allergy_children_image02 p {
		display:none;
	}
.pollen_allergy_children_image03 {
	width:670px;
	height:342px;
	overflow:hidden;
	margin:0 auto 28px;
	background:url(http://gogochiken.jp/img/pollen_allergy_children_image03.gif) no-repeat left top;
}
	.pollen_allergy_children_image03 h3,
	.pollen_allergy_children_image03 em,
	.pollen_allergy_children_image03 p {
		display:none;
	}
	.pollen_allergy_children_image03 a {
		width:133px;
		height:25px;
		display:block;
		margin:302px 0 0 422px;
	}
		.pollen_allergy_children_image03 a span {
			display:none;
		}
.pollen_allergy_children_block {
	width:670px;
	margin:0 auto 28px;
}
	.pollen_allergy_children_image04 {
		width:670px;
		height:327px;
		overflow:hidden;
		margin:10px auto 28px;
		background:url(http://gogochiken.jp/img/pollen_allergy_children_image04.gif) no-repeat left top;
	}
		.pollen_allergy_children_image04 ul {
			display:none;
		}
/*-----------------
	うつ病ページ(PC版)
-----------------*/
.depression_image {
	width:735px;
	height:168px;
	overflow:hidden;
	margin:-10px 0 28px;
	background:url(http://gogochiken.jp/img/utu_main_image.png) no-repeat left top;
}
.depression_image02 {
	width:735px;
	height:297px;
	overflow:hidden;
	margin:-10px 0 28px;
	background:url(http://gogochiken.jp/img/utu_image01.gif) no-repeat left top;
}
.depression_image03 {
	width:735px;
	height:656px;
	overflow:hidden;
	margin:-10px 0 28px;
	background:url(http://gogochiken.jp/img/utu_image02.gif) no-repeat left top;
}
.depression_image04 {
	width:735px;
	height:303px;
	overflow:hidden;
	margin:-10px 0 28px;
	background:url(http://gogochiken.jp/img/utu_image03.gif) no-repeat left top;
}
	.depression_image h2,
	.depression_image span,
	.depression_image02 h2,
	.depression_image02 span,
	.depression_image03 h2,
	.depression_image03 dl,
	.depression_image03 ul,
	.depression_image03 span,
	.depression_image04 span,
	.depression_image04 h2 {
		display:none;
	}

/* diabetes */
a {color: #FF8C00;}
a:hover {color: #FFDEAD;}


.main_top{ width: 780px ; height: 150px; background: url("http://gogochiken.jp/img/bosyu_top.gif") no-repeat; margin: -10px 0 0 -10px; }
.main_top2 { margin: -23px 0 0 14px; }
.main_check1 {width: 780px;height: 190px;margin: -10px 0 0 -10px;background-image: url(http://gogochiken.jp/img/check01.gif);background-position: left top;background-repeat: no-repeat;}
.main_check2 {width: 780px;height: 135px;background-image: url(http://gogochiken.jp/img/volunteer.gif);background-position: left top;background-repeat: no-repeat;margin: -3px 0 0 -10px;}
.main02 { font-size: 16px; color: #555555; margin: 0px 0 0 12px;}
.midashi01 {width: 780px;height: 61px;background-image: url(http://gogochiken.jp/img/midashi01.gif);background position: left top;background-repeat: no-repeat;margin: 3px 0 0 -10px;}
.komidashi01 {width: 780px;height: 61px;background-image: url(http://gogochiken.jp/img/komidashi01.gif);background-repeat: no-repeat;margin: 0px 0 0 -10px;}
.midashi01_p { margin: -18px 0 0 20px;}
.check01 { width: 780px; height: 322px; background: url("http://gogochiken.jp/img/check_komoku01.gif");background-repeat: no-repeat; margin: -5px 0 0 -10px;}
.komidashi02 { width: 780px; height: 61px; background: url("http://gogochiken.jp/img/komidashi02.gif");background-repeat: no-repeat; margin: 0px 0 0 -10px; }
.midashi02_p { margin: -18px 0 0 20px;}
.check02 { width: 780px; height: 322px; background: url("http://gogochiken.jp/img/check_komoku02.gif");background-repeat: no-repeat; margin: -5px 0 0 -10px; }
.midashi02 { width: 780px; height: 61px; background: url("http://gogochiken.jp/img/midashi02.gif");background-repeat: no-repeat; margin: 18px 0 0 -10px; }
.list { list-style-image: url("http://gogochiken.jp/img/capsule.gif"); line-height: 28px; margin: -20px 0 20px 10px;}
.komidashi03 { width: 780px; height: 45px; background: url("http://gogochiken.jp/img/komidashi03.gif");background-repeat: no-repeat; margin: -5px 0 0 -10px; }
.komidashi04 { width: 780px; height: 45px; background: url("http://gogochiken.jp/img/komidashi04.gif");background-repeat: no-repeat; margin: -5px 0 0 -10px; }
.komidashi05 { width: 780px; height: 45px; background: url("http://gogochiken.jp/img/komidashi05.gif");background-repeat: no-repeat; margin: -5px 0 0 -10px; }
.komidashi05_p { margin: -32px 0 0 23px;}

.red { list-style-image: url("http://gogochiken.jp/img/mark01.gif"); color: #B02000; margin: -15px 0 8px 20px;}

.komidashi06 { width: 780px; height: 45px; background: url("http://gogochiken.jp/img/komidashi06.gif");background-repeat: no-repeat; margin: 20px 0 0 -10px; }
.midashi03 { width: 780px; height: 61px; background: url("http://gogochiken.jp/img/midashi03.gif");background-repeat: no-repeat; margin: 18px 0 0 -10px; }

.kakunin_button { width: 165px; height: 23px; margin:-45px 0 25px 558px; }

.boxtext { margin: -10px 0 0 20px; }

.yajirushi { width: 780px; height: 61px; background: url("http://gogochiken.jp/img/sankaku.gif");background-repeat: no-repeat; margin: 3px 0 -43px 340px; }

.komidashi07 { width: 756px; height: 45px; background: url("http://gogochiken.jp/img/komidashi07.gif");background-repeat: no-repeat; margin: -158px 0 0 5px ;}

.gazo01 { width: 125px; height: 130px; background: url("http://gogochiken.jp/img/notemark.gif");background-repeat: no-repeat; margin: -83px 0 0px 600px;}

table,td { border: 1px #C0C0C0 solid; border-collapse: collapse; width: 734px; }

.table01 {height: 168px;}



.komidashi08 { width: 780px; height: 45px; background: url("http://gogochiken.jp/img/komidashi08.gif");background-repeat: no-repeat; margin: -235px 0px 0 5px ;}

.freedial { width: 780px; height: 61px; background: url("http://gogochiken.jp/img/freedial.gif");background-repeat: no-repeat; margin: 0px 0 -32px 100px ;}

.gazo02 { width: 125px; height: 130px; background: url("http://gogochiken.jp/img/memomark.gif");background-repeat: no-repeat; margin: -205px 0px 80px 600px; }


.table02 {height: 245px;}

.komidashi09 { width: 780px; height: 45px; background: url("http://gogochiken.jp/img/komidashi09.gif");background-repeat: no-repeat; margin: -145px 0 -25px 5px; }
.gazo03 { width: 125px; height: 130px; background: url("http://gogochiken.jp/img/callmark.gif");background-repeat: no-repeat; margin: -90px 0 -12px 600px;}


.table03 {height: 155px;}

.komidashi10 { width: 780px; height: 45px; background: url("http://gogochiken.jp/img/komidashi10.gif");background-repeat: no-repeat; margin: -135px 0 0 5px; }
.gazo04 { width: 125px; height: 130px; background: url("http://gogochiken.jp/img/chatmark.gif");background-repeat: no-repeat; margin: -55px 0 -23px 600px;}

.table04 { height: 145px;}

.komidashi11 { width: 780px; height: 45px; background: url("http://gogochiken.jp/img/komidashi11.gif");background-repeat: no-repeat; margin: -120px 0 0 5px; }
.gazo05 { width: 125px; height: 130px; background: url("http://gogochiken.jp/img/mailmark.gif");background-repeat: no-repeat; margin: -25px 0 -44px 600px;}


.table05 {height: 130px;}

.komidashi12 { width: 780px; height: 45px; background: url("http://gogochiken.jp/img/komidashi12.gif");background-repeat: no-repeat; margin: -120px 0 -25px 5px ;}
.gazo06 { width: 125px; height: 130px; background: url("http://gogochiken.jp/img/checkmark.gif");background-repeat: no-repeat; margin: -65px 0 -45px 600px;}


.table06 {height: 130px;}

.midashi04 { width: 780px; height: 61px; background: url("http://gogochiken.jp/img/midashi04.gif");background-repeat: no-repeat; margin: 40px 0 0 -10px; }

.toiawase { font-size: 14px; color: #353535; margin: -20px 0 0 15px;}

.toiawase_call { width: 210px; height: 30px; background: url("http://gogochiken.jp/img/toiawase01.gif");background-repeat: no-repeat; margin: 5px 0 0 15px ;}

.toiawase_mail { width: 210px; height: 30px; background: url("http://gogochiken.jp/img/toiawase02.gif");background-repeat: no-repeat; margin: 0 0 0 15px ;}
.toiawase_p { margin: 0 0 0 20px;}

.toiawase_em { color: #454545;font-weight: borld;}

.toiawase_td1 { width: 250px; height: 30px;}

.toiawase_td2 { height: 40px;}

.toiawase_td3 { width: 250px; height: 60px;}

.toiawase_td4 { height: 60px;}

.toroku_p { font-size: 14px; margin: 40px 0 0 185px; }

.toroku { width: 283px; height: 35px; margin: 0px 0 30px 220px; }

.home_p { margin: 0 0 -10px 330px; }

/*-----------------
	にきびアンケート調査結果報告ページ(PC版)
-----------------*/
#nikibiResults  {
	width:730px;
	overflow:hidden;
}
#nikibiResults table.reg_table  {
	font-size:12px;
}
#nikibiMainImage {
	background: url("http://gogochiken.jp/img/nikibiImage.jpg") no-repeat left top;
}
	#nikibiMainImage table {
		width:394px;
		float:left;
		margin:184px 0 0;
		text-align:left;
	}
		#nikibiMainImage table.reg_table th {
			width:140px;
		}
			#nikibiMainImage table.reg_table th div {
				width:130px;
			}
.questionnairesBox1 {
clear:both;
}
	.questionnairesBox1 .leftBox {
		width:450px;
		float:left;
	}
		.questionnairesBox1 .leftBox table.reg_table th {
			width:140px;
		}
			.questionnairesBox1 .leftBox table.reg_table th div {
				width:130px;
			}
	.questionnairesBox1 .rightBox {
		width:200px;
		float:right;
	}
	.questionnairesBox2 .leftBox {
		width:300px;
		float:left;
	}
		.questionnairesBox2 .leftBox table.reg_table th {
			width:140px;
		}
			.questionnairesBox2 .leftBox table.reg_table th div {
				width:130px;
			}
	.questionnairesBox2 .rightBox {
		width:430px;
		float:right;
	}
/*-----------------
	メニューレフトのSNS
-----------------*/
#sns {
margin-top: 20px;
}
/*#sns p {
height: 25px;
}*/
#sns dl {
clear: both;
overflow: hidden;
width: 190px;
}
#sns dl dd.left {
float: left;
width: 60px;
margin-left: 5px;
}
#sns dl dd.right {
float: right;
margin-right: 5px;
width: 80px;
}
#sns #murmur {
margin-top: 15px;
}
#sns iframe {
overflow: hidden;
height: 335px;
margin-left: 3px; 
border: none;
}


