@charset "utf-8";
/* CSS Document */

html,body{
	font-size: 0.9em;
	color: #333333;
	line-height: 150%;
	font-family: Verdana,Arial,sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #c5fcf6;
	background-image: url(../images/back-sample.gif);
	background-repeat: repeat-x;
}



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}


hr{
	clear: both;
	display: none;
}

#main-container{
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header{
	background-image: url(../images/header-back.gif);
	background-repeat: no-repeat;
	height: 164px;
}

#header-left{
	float: left;
	width: 252px;
	margin-top: 56px;
	margin-right: 10px;
}

#header-h1{
	float: left;
	margin-top: 70px;
}

#header-right{
	float: right;
	height: 31px;
	width: 100px;
	padding-top: 64px;
	padding-right: 15px;
}

/*　パンくず　*/

#pan{
	font-size: 10px;
	background-image: url(../images/pan-back.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 32px;
	width: 640px;
	padding-left: 210px;
	margin: 0px;
}


#pan ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#pan li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #333333;
	display: inline;
	font-weight: 600;
}

#pan li a{
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: right 1px;
	display: inline;
	font-weight: normal;
}

#main-contents{
    margin-bottom: 30px;
}

#right-contents{
    float: right;
	width: 640px;
}

#top-flash{
	margin-bottom: 15px;
	background-image: url(../images/photo-topimg-back.gif);
	background-repeat: no-repeat;
	height: 331px;
	width: 628px;
	padding: 6px;
}

#greeting{
	background-color: #e2fefb;
	background-image: url(../images/greeting-box-back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 339px;
	padding: 15px;
	float: left;
	margin-top: 21px;
}

#news{
	float: right;
	width: 243px;
}

#news dl{
    margin: 0px;
	padding: 5px;
}

#news dt{
    margin: 0px;
	padding: 0px;
}

#news dt span{
    color: #666666;
	font-size: 10px;
}

#news dd{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin: 0px;
}

#left-contents{
	float: left;
	width: 180px;
	padding-left: 10px;
}

#g-navi ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#g-navi li{
    margin: 0px;
	padding: 0px;
	list-style: none;
}

#news02{
	background-image: url(../images/news-back.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-color: #DCFDFA;
}

#news02 dl{
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	line-height: 130%;
}

#news02 dt{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#news02 dt span{
    color: #666666;
	font-size: 10px;
}

#news02 dd{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer{
	clear: both;
	background-image: url(../images/footer-back.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	margin: 0px;
}

#copyright{
    text-align: center;
	margin-top: 150px;
	margin-bottom: 0px;
}

#copyright02{
	text-align: center;
	font-size: 10px;
}
