@charset "utf-8";
/* CSS Document */
/* --フタニ歯科[基本CSS] -- */
/* ----------------------------------------------------- タグデフォルト無効 -- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
ul {
	list-style-type:none;
}
/* --------------------------------------------------------------- 基本構造 -- */
body {
	color:#333333; /* グレー */
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
	font-size: 80%; /* 12px */
	line-height: 1.4em; /* 18px */
	text-align: center;
	background-color: #FFFFFF;
}
a:link {
	color:#d42f4e;
}
a:hover, a:active {
	color:#d42f4e;
}
a:visited {
	color:#d42f4e;
}
.sub {
	font-size: 83%; /* 10px */
	line-height: 1.3em; /* 14px */
}
strong {
	color:#d42f4e; /* 濃いピンク */
}
em {
	font-weight: bold;
}
table {
	font-size:inherit;
	font:100%; /* IE6対策 */
}
.wrapper {
	width: 850px;
	margin: 0px auto 0px auto;
	text-align: left;
}
/* clear */
.clearfix:after {
	content:".";
	clear:both;
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
/*マージン制御*/
.m10 {
	margin-top:10px;
}
.m15 {
	margin-top:15px;
}
.m20 {
	margin-top:20px;
}
.m25 {
	margin-top:25px;
}
.m30 {
	margin-top:30px;
}

.fcred {
color:#d42f4e;
}

/* --------------------------------------------------------------- ヘッダー -- */
#header {
	width: 100%;
	background-color: #eeeeee;
}
#header2 {
	width: 100%;
	background-color: #f7f6f1;
}
#header .wrapper {
	width: 850px;
	height: 266px;
	background-image: url(../topimg/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header2 .wrapper2 {
	width: 850px;
	height:53px;
	margin:0 auto;
}
#taglogojp {
	width: 600px;
	float:left;
	margin: 4px 0 0 15px;
}
#taglogojp2 {
	width: 400px;
	float:left;
	margin: 4px 0 0 15px;
	text-align:left;
}
* html #taglogojp2 {
	width: 400px;
	float:left;
	margin: 4px 0 0 7px;
	text-align:left;
}
#tagline {
	color:#686260; /* グレー */
	font-size: 83%; /* 10px */
	line-height: 1.2em; /* 1px */
	margin: 0 0 2px 0;
}
#logojp {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0px;
}
#contact {
	width: 274px;
	float:right;
	font-size: 0px;
	line-height: 0px;
	margin: 2px 15px 2px 0;
	text-align: right;
}
* html #contact {
	width: 274px;
	float:right;
	font-size: 0px;
	line-height: 0px;
	margin: 2px 7px 2px 0;
	text-align: right;
}
#logoen {
	width: 76px;
	float:right;
	font-size: 0px;
	line-height: 0px;
	margin: 18px 15px 0 0;
	text-align: right;
}
/* --------------------------------------------------------------- グローバルナビ -- */
#gnavi {
	width: 100%;
	background:#ff5071 url(../img/gn_bg.gif) bottom repeat-x;
	padding-bottom:7px;
}
#gnavi ul {
	width:850px;
	margin:0 auto;
	list-style-type:none;
}
* html #gnavi ul {
	width:850px;
	margin:0 auto;
	list-style-type:none;
	margin-left:-2px;
}
#gnavi ul li {
	float:left;
	line-height:0;
	font-size:0px;
}
/* --------------------------------------------------------------- メインエリア -- */
#main {
	width: 100%;
	background-color: #FFFFFF;
	padding: 5px 0 0 0;
}
#main .wrapper {
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#main .wrapper2 {
	width:850px;
	margin:0 auto;
}
#main .wrapper2 .body {
	margin:0 15px 0 15px;
	width:820px;
	text-align:left;
}
#main .wrapper2 #topicpass {
	margin:0 15px 15px 15px;
	width:820px;
	text-align:left;
}
/* --------------------------------------------------------------- フッター -- */
#footer {
	width:100%;
	background:#ff5071 url(../img/ft_bg.gif) top repeat-x;
	margin-top:20px;
}
#footer .wrapper {
	width:850px;
	margin:0 auto;
}
#pagetop {
	text-align: right;
	margin: 0px 15px 0 0;
}
#fnavi {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 0 8px 0;
	color:#FFFFFF;
	border-bottom: #FFFFFF dotted 1px;
}
#fnavi a:link, #fnavi a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#fnavi a:hover, #fnavi a:active {
	color:#FFFFFF;
	text-decoration: underline;
}
#cominfo {
	color:#FFFFFF;
	float: left;
	margin:10px 0 10px 0;
}
#cominfo p strong {
	color: #FFF;
	font-size: 133%; /* 16px */
}
#utilitycopy {
	width: 850px;
	padding:0 0 5px 0;
}
#utility {
	width: 500px;
	float: left;
	margin-top:0px;
}
#utility ul {
	width:500px;
}
#utility li {
	float:left;
	margin-right:10px;
	font-size: 0px;
	line-height: 0px;
}
#copy {
	width: 260px;
	float: right;
	text-align: right;
	font-size: 0px;
	line-height: 0px;
}
/* --------------------------------------------------------------- 共通タイトル関連 -- */
h1#mttl {
	margin-right:15px;
	margin-bottom:20px;
}
h2.ttl {
	margin-top:40px;
}
/* --------------------------------------------------------------- 共通パーツ -- */
#leftcont {
	float:left;
	width:470px;
}
#rigthcont {
	float:right;
	width:330px;
}
/* ------ カテゴリートップへ戻る -- */
#ctgnavi {
	width:820px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: #ff5071 dotted 1px;
	text-align: left;
}
/* ------ メインエリアの「このページの先頭へ」 -- */
.pagetop2 {
	text-align: right;
	margin: 10px 0 -11px 0;
}
