/*CrystalClara　TOP Style*/
@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

body {
	color: #333333;
	background:#FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}

/* ---------------------------------------------------------------- *
	全体枠部分
 * ---------------------------------------------------------------- */

#wrapper {
	background: #FFFFFF ;
	width: 850px;
	margin: 0 auto;
}

/* ---------------------------------------------------------------- *
	ヘッダ設定
 * ---------------------------------------------------------------- */

#head {
	position: relative;
	width: 850px;
	height: 80px;
	margin: 0;
	padding: 0;
}


#head ul {
	position:absolute;
	left:653px;
	top:24px;
	width:150px;
	height:32px;
	z-index:1;
}

/* ---------------------------------------------------------------- *
CONTENTS-Group設定
 * ---------------------------------------------------------------- */
#contents {
	width: 850px;
	height: 200px;
	margin-top: 0;
	margin-bottom: 5px;
}

#images  {
	float: left;
	width: 200px;
	height:200px;
}

#news {
	float: right;
	width: 640px;
	height: 200px;
	margin-left:10px;
	overflow: hidden;
}
#topi {
	height: 113px;
	border:  #666666 solid 1px;
	margin-top: 10px;	
}

.topi {
	background: url(../CrystalClara/images/point.gif) no-repeat left center;
	width: 610px;
	padding: 0 10px 0 25px;
	margin-left: 10px;
	font-size: 10px;
	line-height: 1.5em;
}
.bunnerL{
	width: 210px;
	height: 75px;
	margin-right: 5px;
}
.bunnerR{
	width: 210px;
	height: 75px;
}

#footerline {
	clear: both;
	width: 850px;
	height: 50px;
	margin-top: 5px;
	background-color:#FF0000;
}
/* ---------------------------------------------------------------- *
	フッタ設定
 * ---------------------------------------------------------------- */
#footer {
	clear: both;
	width: 850px;
	font-size: 10px;
	background: #FFFFFF;
	margin: 5px 0 5px 0;
	padding:3px 0 3px 0;
	border-top: #CCCCCC solid 1px;	
}

#footer ul {
    margin: 10px 5px 10px 5px;
	padding: 0px 5px;
    border-left: 1px solid #CCCCCC;
}

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0px 5px;
  border-right: 1px solid #CCCCCC;
}

#footer address {
  font-family:"Century Gothic";
  font-style: normal;
  font-size: 10px;
  text-align: right;
  padding-right: 5px;
  margin: 10px 0px;
}

