@charset "UTF-8";

/* ===================================

WEBSITE DATA

Update：2014.12.17
Site Name : 特別養子縁組支援サイト
Operation：医療法人社団諍友会 田中病院
URL：http://-----.jp

=================================== */

/* Ganeral Style
----------------------------------- */

* {
	font-size: 13px;
	color: #333;
	border: none;
	line-height: 160%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
}

/* Common
----------------------------------- */
/* --- images --- */
img {
  border: none;
  vertical-align: text-bottom;
}

/* --- link --- */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* --- float --- */
.flt_l {
	float: left;
}
img.flt_l {
	margin: 0px 15px 15px 0px;
}
.flt_r {
	float: right;
}
img.flt_r {
	margin: 0px 0px 15px 15px;
}
.cl {
	clear: both;
}

/* layout
----------------------------------- */

/* --- common --- */
#wrapper, #header, #slider, #foot_menu {
	margin: 0px auto;
}

/* --- contents body --- */
#wrapper {
}

/* --- header --- */
#header {
	position: relative;
}
#header h1 {
	/* logo */
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#header h2 {
	/* description */
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#header p {
	/* tel address */
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

/* --- navigation --- */
#gnavi {
}
#gnavi ul, #navi li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#gnavi ul {
	margin: 0px auto;
}
#gnavi ul li {
	float: left;
}
#gnavi ul li a {
	display: block;
	text-indent: -9999px;
}

/* --- main image [toppage] --- */
#mainimg {
}
#slider {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/* --- contents area --- */
#contents {
	float: left;
}

/* --- side area --- */
#side {
	float: right;
}
#side li img {
	margin:0;
}
#side ul, #side li {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
#side ul li a {
	display: block;
}

/* --- page top --- */
#pagetop {
	clear: both;
	text-align: center;
}
#pagetop a {
}

/* --- footer --- */
#footer {
	clear: both;
	width: 100%;
}
#foot_menu {
	margin-right: auto;
	margin-left: auto;
}
#foot_menu ul, #foot_menu li {
	list-style: none;
}
#foot_menu ul {
	text-align: center;
}
#foot_menu ul li {
	display: inline;
}
#foot_menu address {
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
#foot_menu address a {
	text-decoration: none;
}
#foot_menu address a:hover {
	text-decoration: underline;
}
#foot_menu p {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
}
