@charset "Shift-JIS";
/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 0;
	margin: 0;
}
img {
	border: 0 none;
	vertical-align: middle;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #2790B0;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.text_red {
	color: #FF0000;
}
.clearfix:after {
	content: ".";  /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
ul:after {
	content: "";
	display: block;
	clear: both;
}

.top_space{
	margin-top:10px;	
}

.smalltxt{
	font-size:14px;	
}

/* ----------------------------------------BODY*/
body {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
}

/* ----------------------------------------H1*/
#h1_wrapper{
	background:#CC2728;
}
H1{
	margin:0 auto;
	width:1000px;
	line-height:28px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
}
/* ----------------------------------------ヘッダー*/

#head_wrapper{
	border-bottom:solid 4px #CC2728;
	padding-bottom:6px;
}

#head{
	margin:0 auto;
	width: 1000px;
}
#head_logo{
	float:left;
	width:400px;
}
#head_btn{
	float:right;
	width:270px;
	padding-top:22px;
}

ul#head_nav li {
	float: left;
	height: 28px;
	overflow: hidden;
}


/* ----------------------------------------パンくずリスト */
#pankuzu {
	width: 100%;
	left: 0;
	background:#FFD8DA;
}
#pankuzu ul {
	width: 1000px;
	margin: 0 auto 0;
}
#pankuzu li {
	display: inline;
	list-style-type: none;
	line-height: 40px;
}
#pankuzu li a {
	padding-right: 15px;
	background: url(../images/topicpath.gif) no-repeat right center;
	color: #000;
}
#pankuzu li a:hover {
	color: #000;
}
#pankuzu li a:visited {
	color: #000;
}

/* ----------------------------------------メインコンテンツ */

#main_wrapper {
	width: 1000px;
	margin: 30px auto;
}

#main_wrapper h2{
	width: 1000px;
	text-align:center;
}


/* ----------------------------------------ページトップに戻る */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}
#page-top a {
	background: #222;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #555;
}
/* ----------------------------------------フッター */


#footer_wrapper {
	background: #FFD8DA;
	border-top:solid 4px #CC2728;

}
#footer {
	margin: 0 auto;
	width: 1000px;
	padding-bottom:30px;
	padding-top:30px;
  position: relative;
  overflow: hidden;
  font-size:14px;
}

#footer a {
	color: #000;
}
#footer a:hover {
	color: #000;
}
#footer ul {
  position: relative;
  left: 50%;
  float: left;

}
#footer ul li {
	display: inline;
	margin-left: 6px;
	padding-left: 6px;
	border-left: 1px dotted #666;
   position: relative;
  left: -50%;
  float: left;
}
#footer ul li:first-child, #footer ul li.firstChild {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
#copyright{
	padding: 5px;
	text-align:center;
}

