@charset "UTF-8";
/*
Theme Name: 赤ちゃん成育ネットワーク
Author: meccommunications
Author URI: http://www.mec-com.co.jp
*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#FFFFFF;
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック';
	color: #231815;
	text-align:center;
	font-size:14px;
	line-height:20px;
	height:100%;
	-webkit-text-size-adjust:none;
	background:#FFFFFF url(images/bg.png) center 140px repeat-x;
	min-width:1000px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:14px;
	line-height:20px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#E73828;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*標準のリンク*/
a{
	color: #3F90B6;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*画像のhoverは透過*/
a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
/*-------------------------フッター固定（フッター高195px）*/
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	width: 980px;
	text-align:left;
	margin:0 auto -195px;
}
#contents{
	padding-bottom:196px;
}
footer {
	height:195px;
	overflow:hidden;
}

/*header
-----------------------------------------------------------------------------------------*/
header{
	background:url(images/header_bg.png) top left no-repeat;
}
/*-------------------------会員専用ページ*/
header .login{
	text-align:right;
}
/*-------------------------グローバルメニュー*/
header nav{
	margin-top:8px;
}
header nav h1{
	float:left;
	margin-top:-45px;
}
header nav ul{
	background:url(images/header_nav_line.png) left 56px repeat-x;
	float:right;
	padding-right:1px;
}
header nav li {
	float:left;
	margin-left:1px;
}
header nav li a{
	display:block;
	width:95px;
	height:95px;
	background:#FFF;
}
header nav li a:hover,
header nav li a.current{
	background:url(images/header_nav_on.png);
}


/*footer
-----------------------------------------------------------------------------------------*/
footer {
	background:url(images/footer_bg.png) top repeat-x;
}
footer div.flame{
	width: 980px;
	text-align:left;
	margin:0px auto;
	padding-top:25px;
}
footer a:hover{
	text-decoration:underline;
}
/*-------------------------上へ*/
#toPageTop {
	position:fixed;
	bottom: 0;
	right: 0;
	width:60px;
	height:60px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
* html #toPageTop {position:absolute;}
#toPageTop:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor:pointer;
}
/*-------------------------フッターナビ*/
footer nav{
	letter-spacing:1px;
}
footer nav a:hover{
	text-decoration:underline;
}
footer nav ul{
	float:right;
}
footer nav li{
	padding:4px 0;
}
footer nav li a{
	color:#666666;
	padding-left:20px;
	background:url(images/ya_g.png) left no-repeat;
}
footer nav h2{
	color:#F06496;
	font-size:21px;
	line-height:30px;
	letter-spacing:0px;
	text-shadow:-2px 0 0 #FFF,2px 0 0 #FFF,0 2px 0 #FFF,0 -2px 0 #FFF;
}
footer nav p{
	margin-top:4px;
	color:#595757;
}
footer nav p br{
	display:none;
}
footer nav small{
	font-size:12px;
	line-height:30px;
	color:#FFFFFF;
	display:inline-block;
	padding-top:25px;
}
footer nav small a{
	color:#888888;
}