@charset "UTF-8";

div#contents {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	/*background: url(../common/bg_shadow.jpg) center repeat-y;*/
}


/* header
------------------------------------------------------------ */
div.takeda {
	margin: 13px 0 13px 18px;
	text-align: left;
}

div#header {
	position: relative;
	background: url(../common/bg_header.jpg) no-repeat;
	padding: 26px 0 0 0;
}

div#header .logo{
	z-index: 1;
	float: left;
	display: block;
	width: 384px;
	height: 41px;
	position: relative;
	margin-left: 27px;
	margin-bottom: 10px;
}

div#header .txtLink {
	position: relative;
	text-align: right;
	padding: 28px 66px 0 0;
	color: #3E3A39;
}
div#header .txtLink img {
	vertical-align: baseline;
	margin-left: 3px;
}

div#header .txtLink a{
	font-size: 11px;
	background: url(../common/arrow_headerLink.gif) no-repeat;
	padding-left: 15px;
	margin-left: 14px;
	color: #3E3A39;
	font-weight: bold;
}
div#header .txtLink a:hover,
div#header .txtLink a:visited{
color: #3E3A39;
}


div#navi {
	clear: left;
	margin-left: 20px;
}
div#navi img{
	margin-right: 1px;
}

div.crumbNavi {
	font-size: 10px;
	padding: 10px 0 10px 20px;
}


/* wrapper(topページは除く)
------------------------------------------------------------ */
div#wrapper {
	background: url(../common/bg_grid.gif) repeat;
	padding: 0;
	margin: 0;
}


/* h1（下層ページのみ）
------------------------------------------------------------ */
/*h1{
	padding: 14px 0 10px 25px;
}*/
.h1_ttl {
	padding: 14px 0 10px 25px;
}



/* 医師への相談シートへのリンクボタン
------------------------------------------------------------ */
div.chkstBtn {
	margin: 18px 0 10px 45px;
}




/* footer
------------------------------------------------------------ */

div#footer {
	clear: both;
	text-align: left;
	padding: 25px 0 10px;
}

div#footer div{
	height: 36px;
	text-align: right;
	font-size: 11px;
	padding: 10px 29px 0 0;
	margin-bottom: 5px;
}

div#footer div a{
	background: url(../common/arrow_headerLink.gif) no-repeat;
	padding-left: 16px;
	margin-left: 16px;
	color: #333333;
	font-weight: bold;
}


div#footer ul {
	clear: both;
	padding: 0 15px 6px;
	font-size: 12px;
	border-bottom: 1px solid #898989;
}

div#footer ul li {
	padding-right: 15px;
	display: inline;
	zoom: 1;
}
div#footer img {
	vertical-align: baseline;
	margin-left: 3px;
}

div#footer ul li a {
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 10px;
	background: url(../common/marker_arrow_right02.png) no-repeat 0 45%;
	vertical-align: text-top;
}

div#footer p {
	padding: 10px 0 0 15px;
	color: #666666;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



/* clearfix
------------------------------------------------------------ */
#wrapper:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper,
.clearfix  { display: inline-block; }

/* \*/
* html #wrapper,
* html .clearfix { height: 1%; }
#wrapper,
.clearfix  { display: block; }
/* */


