@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	line-height:1.3em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/*---- clearfix ----*/
.clearfix:after {content:".";font-size:0.1em;line-height:0;display:block;height:0;visibility:hidden;clear:both;}
.clearfix {display:inline-block;}* html .clearfix{height:1%;}.clearfix{display:block;}

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}
body {
	margin: 0 auto;
	background-color: #57D1DB;
}
#wrapper {
	margin: 0 auto;
	width: 1010px;
}
#header {
	height: 100px;
}
#header p#kissfm_logo01 {
	margin: 10px 100px 0 690px;
	text-indent: -99999px;
	overflow: hidden;
	background-image: url(img/kissfm01.gif);
	width: 222px;
	height: 82px;
}
#header p#kissfm_logo01 a {
	width: 222px;
	height: 82px;
	display: block;
}
#main {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 80px;
}

#introduction h1 {
	margin: 0 270px 24px;
	text-indent: -99999px;
	overflow: hidden;
	background-image: url(img/title.gif);
	width: 472px;
	height: 80px;
}
#introduction p#date {
	margin: 0 270px 7px;
	text-indent: -99999px;
	overflow: hidden;
	background-image: url(img/date.gif);
	width: 472px;
	height: 30px;
}
#introduction p#kissfm_logo02 {
	margin: 0 270px 17px;
	text-indent: -99999px;
	overflow: hidden;
	background-image: url(img/kissfm02.gif);
	width: 472px;
	height: 30px;
}
#introduction p {
	text-align: center;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: bold;
}
ul#menu_top {
	margin: 28px 190px 30px;
}
ul#menu_top li {
	float: left;
	width: 152px;
	height: 112px;
	list-style:none;
	margin: 10px 2px 30px;
	text-indent: -99999px;
	overflow: hidden;
	display: block;
}
ul#menu_top li a {
	width: 152px;
	height: 112px;
	display: block;
}
li a#menu_top {	background-image: url(img/menu_top.gif);}
li a#menu_about {	background-image: url(img/menu_about.gif);}
li a#menu_tell {	background-image: url(img/menu_tell.gif);}
li a#menu_how {	background-image: url(img/menu_how.gif);}
ul#menu_top li a:hover {
	background-position: 0 112px;
}
#contents {
	border-top: #00BBCA solid 4px;
	margin: 0 auto;
	padding: 30px;
	width: 720px;
	background-color: #FFF;
}
#contents h2 {
	margin-bottom: 10px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	font-size: 20px;
	color: #1A698F;
}
#contents p {
	font-size: 13px;
}
#contents p#gaiyou {
	width: 320px;
	float: left;
}

#contents img#illust {
	width: 386px;
	float: right;
}
#contents p#attention {
	text-indent: -99999px;
	overflow: hidden;
	background-image: url(img/attention.gif);
	background-repeat: no-repeat;
	width: 720px;
	height: 50px;
	margin-bottom: 10px;
}
#contents .item {
	margin: 20px 0 10px;
	border: 1px #B3B3B3 solid;
	padding: 16px;
	clear: both;
}
#contents .item h4 {
	margin-bottom: 6px;
}
#contents .item dt {
	color: #1A698F;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}
#contents .item dd {
	font-size: 12px;
	padding-left: 12px;
	margin-bottom: 10px;
}
#footer {
	background-color: #1A698F;
	color: #FFF;
}
#footer address {
	text-align: center;
	padding: 6px 0;
	font-size: 11px;
}
