@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #333333;
	background: transparent url(../imagesNew/header_bg.jpg) repeat-x top left;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	font-size: 100%;
}

/* 画像 */
img {
	vertical-align: bottom;
}

/* リンクつき画像 */
a img {
    border: none;
}

a{
	text-decoration:none;
}

/* フォーム */
form {
    margin: 0px;
}

/* リスト */
li {
	list-style-type: none;
}

/* テーブル */
table {
	font-size: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ヘッダ */
#header {
	position: relative;
/*	height: 126px;*/
	height: 90px;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: 2px;
}
#header p {
	position: absolute;
	top: 30px;
	left: 250px;
	color: #666666;
}

/* フッタ */
#footer {
	padding-top: 16px;
}
#footer div {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em 0;
	margin-bottom: 16px;
	font-size: 80%;
}
#footer div a {
	margin-right: 8px;
	margin-left: 8px;
	text-decoration: none;
	color: #666666;
}
#footer div a:hover {
	color: #0058B1;
}
#footer div a img {
	margin-right: 5px;
	vertical-align: middle;	/* for ie */
}
*:lang(ja) #footer div a img {
	vertical-align: bottom !important; /* for others */
}
#footer p {
	text-align: center;
	margin-bottom: 16px;
}


/* トップページ */
div.top_eyecatch {
	padding:20px 0px 10px 0px;
	text-align:center;
	width: 760px;
	height: 350px;
	margin-bottom: 26px;
}

/* サブページ */
