@charset "utf-8";

/* ****************************************************
Title: top.css
Created: 2010-06-23
Last Modified: 2011-03-24
Editor(s): nishio
Last Editor: tsutsu
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# gNav
# visual & pageBody
# content
# sidebar
# clearfix
# common classes

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */


/* # gNav
---------------------------------------------------------------------------- */

ul#gNav li#gNavHome a img {
	visibility: hidden;
}


/* # visual & pageBody
---------------------------------------------------------------------------- */

div#visual {
	border-bottom: 7px solid #f3f3ef;
	height: 285px;
}

div#visual p {
	background: transparent url(../images/bg_visual01.gif) repeat-x left top;
/*	border-bottom: 7px solid #f3f3ef;*/
	height: 285px;
}

div#visual.visual01 p {
	background: transparent url(../images/bg_visual01.gif) repeat-x left top;
}

div#visual.visual02 p {
	background: transparent url(../images/bg_visual02.gif) repeat-x left top;
}

div#visual.visual03 p {
	background: transparent url(../images/bg_visual03.gif) repeat-x left top;
}

div#visual.visual04 p {
	background: transparent url(../images/bg_visual04.gif) repeat-x left top;
}

div#visual.visual20110311 {
	border-bottom: 7px solid #f3f3ef;
	height: 285px;
}

div#visual.visual20110311 p {
	background: #ffffff;
	border: none;
	height: auto;
}


/* # content
---------------------------------------------------------------------------- */

div#content {
	float: left;
}

div#content h2 {
	margin-bottom: 15px;
}

div#content h3 {
	background: url(../common/images/bg_sh_btm.gif) no-repeat left bottom;
	line-height: 1.0;
	margin-bottom: 10px;
}

div#content h3 span {
	background: url(../common/images/bg_sh_top.gif) no-repeat left top;
	display: block;
	padding: 8px 15px;
}

div#content #snsWidget {
	margin-bottom: 10px;
	text-align: right;
}

div#content #snsWidget .fb-like,
div#content #snsWidget #twitterBtn {
	display: inline-block;
	/display: inline;
	vertical-align: middle;
	/zoom: 1;
}

div#content div#news {
	float: left;
	width: 700px;
}

div#content div#news p.backnumber {
	background: url(../common/images/ico_arrow01.gif) no-repeat left center;
	margin: 10px 0 0 10px;
	padding-left: 10px;
}


/* # sidebar
---------------------------------------------------------------------------- */

div#sidebar {
	float: right;
}

div#sidebar h2 {
	margin-bottom: 15px;
}

div#sidebar div#knowledge {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div#sidebar div#knowledge ul {
	margin-bottom: -8px;
}

div#sidebar div#knowledge ul li {
	margin-bottom: 8px;
}

/*
div#sidebar ul#sBnr {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}*/

div#sidebar p#topBnr {
	margin-bottom: 10px;
}

div#sidebar div#pharmacy {
	border-bottom: solid 1px #e5e5e5;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

div#sidebar div#pharmacy h2 {
	margin: 0 0 15px;
}

div#sidebar div#pharmacy dl.search {
	margin: 0 0 5px;
}

div#sidebar div#pharmacy dl.search dt {
	width: 76px;
}

div#sidebar div#pharmacy dl.search dd {
	margin: -19px 0 3px 76px;
}

div#sidebar div#pharmacy dl.search dd input {
	font-size: 100%;
	padding: 2px;
	width: 136px;
}

div#content p.searchButton {
	clear: both;
	margin: 0;
	text-align: center;
}



/* # clearfix
---------------------------------------------------------------------------- */

div#content,
div#content ul#relatedBnr {
	zoom: 1;
}

div#content:after,
div#content ul#relatedBnr:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/* # common classes
---------------------------------------------------------------------------- */


