@charset "utf-8";
/* CSS Document */

@import url("reset.css");

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F9F9F9;
}







#contents ,#headerInner,#globalNaviInner,#copyright,#footerNaviInner  {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
	background-color: #FFF;
}
#contents #mainPhoto {
	margin-bottom: 15px;
}

#headerInner {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}


#header h1 {
	font-size: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 80px;
	display: block;
	width: 50%;
}
#header #globalNavi {
	background-image: url(../images/gnaviBg.png);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	margin-bottom: 15px;
}
#header #globalNavi li{
	float: left;
	width: 25%;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	display: block;
}
#header #globalNavi li a {
	color: #333;
	text-decoration: none;
	display: block;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#header #globalNavi li a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	background-image: url(../images/grad.png);
}
#contents {
	height: 770px;
}
#contents .columnLeft {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 12px;
	line-height: 14px;
	width: 49%;
	height: 200px;
}
#contents .columnLeft dl dt {
	display: inline;
	margin-right: 10px;
	margin-left: 5px;
}
#contents .columnLeft dl dd {
	display: inline;
}
#contents .columnLeft h2 {
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #C00;
	font-weight: bold;
	text-indent: 10px;
}



#footerNavi {
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/grad.png);
	height: 130px;
}

#footerNavi #footerNaviInner {
	padding: 10px;
}
#footerNavi #footerNaviInner li{
	float: left;
	margin-left: 10px;
	list-style-type: none;
}
#footerNavi #footerNaviInner #footerNaviInnerLeft {
	float: left;
	width: 50%;
	line-height: 20px;
	padding-left: 10px;
	font-size: 11px;
}
#footerNavi #footerNaviInner #footerNaviInnerLeft .footerLogo {
	background-image: url(../images/footerLogo.png);
	height: 34px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}



#copyright {
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
}
