@charset "utf-8";

/* CSS Document */
/**********SETTING*************/
body {
	margin:0;
	padding:0;
	font-family:Helvetica,Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック" ,sans-serif;
	font-size:12px;
	line-height:1.7;
	width:100%;
}
#cont{
	width:980px;
	margin:0 auto;
}
.clear {
	clear:both
}

ul {
	zoom:100%
}

ul:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden
}

li {
	list-style-image:none;
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0
}

a {
	outline:none
}

a:link {
	color:#333;
	text-decoration:underline
}

a:visited {
	color:#333;
	text-decoration:underline
}

a:active {
	color:#333;
	text-decoration:underline
}

a:hover {
	color:#F93;
	text-decoration:underline
}

::selection {
	background:#FF0082;
	color:#fff
}

::-moz-selection {
	background:#FF0082;
	color:#fff
}
.hide{
	display: none
}
/**********LEYOUT*************/
#cont {
	width:980px;
	margin:10px auto 10px;
}

#main {
	width:980px
}


#footer {
	width:980px;
	background:#ea6c8c;
	height:30px;
	margin:0 auto;
}


.imgC img{
	display: block;
	margin:0 auto;
}
img.imgC{
	display: block;
	margin:0 auto;
}
.marginBt20{
	margin-bottom: 20px;
}
/**********header*************/
#header h1 {
}

/**********navi*************/
#nav {
	position: relative;
	top:0;
	left: 0;
	width:980px;
	padding:0;
	margin:0 auto;
	background-color:#ea6c8c;
	height:130px;
	overflow: hidden;
}
#navIn{
	margin:0 auto;
}
#nav ul{
	width:650px;
	padding-bottom: -10px;
	margin-bottom: -5px;
}
#nav ul li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin-bottom: 5px;
}
#nav .nav_logo{
	position:absolute;
	top:20px;
	left:30px;
}
#nav #nav_balloon{
	position:absolute;
	top:11px;
	left:180px;
}
#nav #nav_balloonIn{
	position:relative;
	top:0;
	left:0;
}
#nav #nav_balloonIn div{
	position:absolute;
	top:0;
	left: 0;
	width: 160px;
	height: 109px;
}
#nav #nav_list{
	position:absolute;
	top:19px;
	left:380px;
}
#nav #newsBl{
	background:url(../img/navBl_news.png) no-repeat;
	width: 160px;
	height: 109px;
}
#nav #newsBl dl{
	padding-top: 18px;
	padding-left: 58px;
	width:90px;
	line-height: 18px;
}
#nav #newsBl .newsDay{
	font-size: 9px;
	color:#666;
}
#nav #newsBl dt{
	color: #E54471;
}

div.content{
	margin: 3px 0 6px;
}
/**********snsfoot*************/
.snsFoot{
	margin-left: 5px;
	*margin-bottom: 6px;
	margin-bottom: 4px;
}
.snsFoot li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	line-height: 1;
	vertical-align: top;
	overflow: hidden;
	margin-right: 10px;
}
.snsFoot li:nth-child(1) {
	width: 75px;
}
.snsFoot li:nth-child(2) {
	width: 110px;
}
.snsFoot li:nth-child(3) {
	width: 90px;
}
/**********footer*************/
#footer{
	position:relative;
	top:0;
	left: 0;
	overflow: hidden;
	color:#fff;
}
.footLeft{
	position:absolute;
	top:6px;
	left:10px;
}
.footLeft .logoR{
	position: absolute;
	display: block;
	top:0px;
	left:95px;
	width:160px;
}
.footLeft a{
	margin-right: 5px;
	color:#fff;
}

.footRight1{
	position:absolute;
	top:6px;
	right:180px;
}
.footRight1 a{
	color:#fff;
	text-decoration: none;
	font-weight: 600;
}
.footRight2{
	position:absolute;
	top:5px;
	right:10px;
}
#fb-root { display: none; }

/**********topicPath*************/
#topicPath{
	margin-left: 5px;
	margin-top: 3px;
}
#topicPath li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#topicPath li.first{
	background: url(../img/arrowPath.gif) no-repeat;
	background-position: right center;
	background-size: 3px auto;
	padding-right: 10px;
}
#topicPath li.joint{
	background: url(../img/arrowPath.gif) no-repeat;
	background-position: right center;
	background-size: 3px auto;
	padding-right: 10px;
	padding-left:5px;
}
#topicPath a .pink{
	color: #E54471;
	text-decoration: underline;
}
/*
#topicPath li.first a{
	text-decoration: none;
}
*/
#topicPath li.current{
	padding-left:5px;
	color:#e54471;
}
#topicPath .newsBg{
	background-color: #E54471;
	padding:0px 3px;
	color:#fff;
	display: inline-block;
	*display:inline;
	*zoom:1;
	font-size: 10px;
}
/***********subnav*************/
.subnav{
	padding: 10px 0 5px 3px;
	background:url(../img/bg_grid.gif);
	margin-top: -5px;
	margin-bottom: 0px;
}
.subnav li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}