@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-size: 99%;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: bold;
	font-style: normal;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
address {
	font-style: normal;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 15px;
	height: auto;
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align: center;
	color: #333333;
	line-height: 1.3em;
	background-color: #CCCCCC;
	background-image: url(../common/bg.jpg);
	background-repeat: repeat-x;
}
#container {
	text-align: left;
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #474747;
	border-left-color: #474747;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #474747;
}
/*共通ヘッダCSS*/
#header {
	height: 120px;
	width: 760px;
	background-image: url(../common/heder-bg.jpg);
	background-repeat: no-repeat;
}
#header #logo {
	float: left;
	width: 160px;
	height: 70px;
}
#globalmenu {
	width: 760px;
	height: 33px;
	background-image: url(../common/gmenu-bg.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#globalmenu ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	height: 24px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#globalmenu li {
	display: inline;
	float: left;
}
#pankuzu {
	font-size: 85%;
	height: auto;
	width: 760px;
	text-indent: 15px;
	color: #666666;
}
#pankuzu a {
	color: #666666;
	text-decoration: none;
	font-size: 100%;
}
#pankuzu a:visited {
	color: #666666;
}
#pankuzu a:hover {
}
#title {
	background-image: url(../common/title-bg.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 730px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#title h1 {
	color: #031C45;
	text-indent: 10px;
	font-weight: bold;
	font-size: 18px;
	padding-top: 20px;
	float: left;
	width: auto;
}
#titlemenu {
	padding-top: 12px;
	float: right;
	padding-right: 30px;
}
#titlemenu2 {
	padding-top: 12px;
	float: right;
	padding-right: 30px;
	width: 340px;
}
#backarea {
	height: 27px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	padding-top: 25px;
	clear: both;
}
#backarea img {
	float: right;
	margin-right: 30px;
}
#totop {
	width: 730px;
	clear: both;
	text-align: right;
	height: auto;
	font-size: 100%;
	padding-top: 25px;
	margin: auto;
}
#totop a {
	color: #666666;
	font-size: 85%;
}
#totop a:visited {
	color: #666666;
}
#footer {
	clear: both;
	width: 760px;
	background-image: url(../common/fmenu-bg.jpg);
	height: 40px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
#footer ul {
	list-style-type: none;
	color: #FFFFFF;
}
#footer li {
	padding-right: 20px;
	float: right;
	text-align: right;
	font-size: 85%;
	padding-top: 15px;
}
#footer li a {
	color: #FFFFFF;
	font-size: 85%;
}
.areabox {
	height: auto;
	width: auto;
	clear: both;
}
.orange {
	color: #F96914;
}
.gray {
	color: #999999;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
