@charset "utf-8";

/* CSS Document */

a:link{
	color: #FFF;
	text-decoration: none;
}

a:visited{color: #FFF;}
a:hover{color: #EA5A24;}

#infotop ul {
	color: #D2D921;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 30px;
}

#infotop ul li {
	display: inline;
	color: #FFF;
}

#infotop ul li+li:before{
	content:"│";
	padding-right: 10px;
	padding-left: 10px;
}

#infotop .container {
	background-color: #F7EDE3;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: none;
}

#infotop .container table {
	color: #534741;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

#infotop,
#seki,
#setubi,
#access
{
	padding-top: 30px;
	padding-bottom: 120px;
	font-size: 14px;
}


#seki h1,
#setubi h1,
#access h1,
#faq h1
{
	font-family: ipa;
	font-size: 36px;
	color: #D2D921;
	font-weight: lighter;
	text-align: center;
}


#seki .container {
	display: table;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #F2E0D3;
	background-image: none;
}
#seki {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#seki #honkan {
	display:table-cell;
	width: 425px;
	padding-right:50px
}

#seki #bekkan {
	display:table-cell;
	width: 425px;
}

#seki #honkan h1,
#seki #bekkan h1{
	font-size: 30px;
	color: #FFF;
}

#seki #honkan h2,
#seki #bekkan h2{
	font-family: hannari;
	font-size: 20px;
	color: #FFFF80;
	line-height: 1em;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 20px;
}

#seki #honkan p,
#seki #bekkan p
{
	text-align: justify;
	margin-bottom: 5px;
}

#seki .link  {
	color: #FFF;
	font-size: 18px;
	background-color: #EA5A24;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	border-radius:3px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	height: 30px;
}

#seki .link a{
	display: block;
	height: 30px;
	width: 100%;
}

#seki .link a:visited{color:#FFF;}
#seki .link a:hover{
	color:#FFF;
	font-weight:bold;
}

#access .container {
	display: -webkit-box;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #F2E0D3;
	background-image: none;
}

#access .container+.container {
	margin-top: 30px;
}
#access .container img {
	margin-right: 10px;
}
#faq {
	background-color: #F7EDE3;
	padding-top: 30px;
	padding-bottom: 30px;
}
#faq dl {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #534741;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}

#faq dl dt {
	color: #E61C24;
	font-weight: bold;
	font-size: 16px;
}

#faq dl dd {
	font-size: 14px;
}



#access p+p {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 30px;
}

#access h1+p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}

#access .container p {
	width: 80px;
	margin-left: 5px;
	font-size: 12px;
	line-height: 1.5em;
}

#setubi table {
	border-collapse:collapse;
	color: #534741;
	background-color: #F2E0D3;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#setubi p {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#setubi table tr th {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	vertical-align: middle;
	font-weight: normal;
}

#setubi table thead {
	text-align: center;
}


#setubi table tr td {
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	vertical-align: middle;
	text-align: center;
}

#setubi a:link{
	color: #660000;
	text-decoration: none;
}

#setubi a:visited{color: #660000;}
#setubi a:hover{color: #EA5A24;}
