@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "Meiryo UI", sans-serif;
}

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

a:visited {
	color: #F88311;
}

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

a:active {
	color: #F88311;
}


p {
	font-size: small;
	line-height: 180%;
}

hr {
	display: none;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* フロート解除　*/
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


body, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}


/* レイアウト大枠 */
#container {
	width: 100%;
	margin-top: 136px;
	background-image: url(img/sora1.gif);
	background-repeat: repeat-x;
}


/* h1(SEO対策コメント),ロゴ,等 */
#aheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 116px;
	float: left;
	background-image: url(img/haikei1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #47c0ef;
	padding-top: 20px;
}

#aheader h1 {
	width: 960px;
	font-size: small;
	margin: 0px;
	height: 26px;
	padding-top: 10px;
	font-weight: normal;
}

#header {
	width:960px;
	margin-right: auto;
	margin-left: auto;
}

#header ul {
	float:right;
	text-align: right;
	padding: 0px;
	margin:0px;
	height: 80px;
}

#header ul li {
	font-size: small;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header .logo img {
	margin: 0px;
	padding: 0px;
	height: 80px;
}

/* 横ナビ(メニュー) */
#agnavbar {
	width: 100%;
	top: 0px;
	left: 0px;
	height: 50px;
	background-image: url(img/ura.png);
	background-repeat: repeat-y;
	background-position: center;
}

.gnavbar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* 横ナビ画像リンク(JAVA)　*/
.gnavbar ul {
	height: 50px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.gnavbar ul li {
	text-align: center;
	float: left;
	width: 160px;
	height: 50px;
}

/* フラッシュ　*/
#aflash {
	width: 100%;
	height: 370px;
	top: 0px;
	left: 0px;
}

.flash {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 360px;
	padding-top: 10px;
}

/* コンテンツ　*/
#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#haikei {
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(img/ura.png);
	background-repeat: repeat-y;
	background-position: center;
}	

/* サイドメニュー　*/
#sidemenu {
	float: right;
	width: 270px;
	margin-top: 20px;
}

/* メイン　*/
#main {
	float: left;
	width: 645px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 45px;
}


/* フッター　*/
#afooter {
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(img/haikei2.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 50px;
	background-color: #ffffff;
}

.footer {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	text-align: center;
	padding-top: 25px;
}


/* ページトップ(JAVA)　*/
#toTop {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
}

/* ページトップ(JAVA)　*/
#toTop2 {
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
	margin-bottom: 10px;
}

/*/* ここから下いろいろカスタマイズ　*/

/* 小文字 */
.smoji {
	font-size:x-small;
}

/* 中文字 */
.mmoji {
	font-size:medium;
}

/* 中文字 （太さ・カラー） */
.mmojiwc {
	font-size: large;
	color: #00a2fe;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: "メイリオ";
}

.sideA {
	width: 270px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

.sideA ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sideA ul li {
	font-size: small;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.boxA {
	width:605px;
	padding:20px;
	margin-bottom:15px;
}

.nakaA {
	width: 559px;
	padding: 20px;
	border: 3px double #cccccc;
}

.miniA {
	width:559px;
}

.miniA img {
	float:right;
	margin-left:10px;
}

.miniA2 {
	width:450px;
	margin-left:54px;
	margin-right:54px;
}

.miniA2 img {
	float:right;
	margin-left:10px;
}

.miniB {
	width:559px;
}

.miniB ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.miniB ul li {
	padding: 0px;
	float: left;
	width: 176px;
	margin-right: 5px;
	margin-left: 5px;
}

table.hyo {
}

table.hyo tr th {
	font-size: small;
	line-height: 180%;
	background-color: #f5f5f5;
	margin: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table.hyo tr td {
	font-size: small;
	line-height: 180%;
	background-color: #ffffff;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table.hyo2 {
}

table.hyo2 tr th {
	margin: 0px;
	padding: 0px;
}

table.hyo2 tr td {
	font-size: small;
	line-height: 180%;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding: 10px;
}
.pass {
	text-align: center;
}

.title1{
	padding: .5em .75em;
	background:#FF7E00;
	border-radius: 4px;
	color:#fff;
}
.title2{
	padding: .05em 0 .05em .75em;
	border-left: 6px solid #FFD600;
	margin-bottom:10px;
	color:#333;
}

.red{
 color:#FF0000;
}

.b-p30{
 padding-bottom: 30px;
}