@charset "utf-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
body {
	background: #ffffff;
	line-height: 1.4;
	letter-spacing: 0.06em;
	overflow: scroll;
	font-size: small;
	color: #000000;
}
body {
  /* 画像ファイルの指定 */
  background-image: url(../img/haikei.jpg);
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #ffffff;

	background-position: senter bottom;
}


/*クローム用*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6・7用*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

a {
	text-decoration: none;
	outline: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 945px;
	padding: 10px 0;
	margin: 0 auto;
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 945px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 700px;
	margin: 0 auto;
}

div#Main h2 {
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	display: inline-block;
	padding: .75em 4em;
	border: 2px dashed #333;
	border-radius: .4em 2em .5em 3em/3em .5em 2em .5em;
	color: #333;
	text-decoration: none;
	text-align: center;

}

div#Main div#PortImg {
	margin: 2px auto 0 auto;
	text-align: center;
}

div#Main p {
	margin: 10px auto 0 auto;
}

div#Main table {
	width: 80%;
	margin: 10px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 25%;
	padding: 10px 10px;
	background: #ffc561;
	border: 1px solid #ffffff;
	text-align: ;
	vertical-align: top;
	color: #fff;
}

div#Main table tr td {
	width: 75%;
	padding: 10px 10px;
	border: 1px dashed #ffc561;
	text-align: ;
	vertical-align: top;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

figure {
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


/*--------------------------------------------------------------------
TopMenu
--------------------------------------------------------------------*/
div#TopMenu {
	width: 945px;
	margin-top: 0px;

}

div#TopMenu ul:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

div#TopMenu ul li {
	list-style: none;
	width: 135px;
	margin: 0 0 20px 0;
	float: right;
}

div#TopMenu ul li a {
	display: block;
	padding: 10px;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	color: #000000;
	border-bottom:solid 3px #ffc561;
	margin-top: -40px;

}

div#TopMenu ul li a:hover {
	background: #ffc561;
	color: #fff;
}

header {
    position: fixed;
    top: 0;
    left:0;
}

box {
    margin-top: 60px;
}

/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
html {
overflow: auto;
}

body{
overflow: hidden; /*はみ出た部分をどうするか*/
}

footer{
margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
}

/* フッターの色 */
footer{
background-color:#ffc561;
}

address {
	clear: both;
	text-align: center;
	color: #000000;
}