body {background-image:url('haikei.gif');}
strong {color:#ff0000;}
a:link {color:#000000;}
a:visited {color:#ff0000;}
.moji3 {font-size:mediam;}
.moji4 {font-size:large;}
.moji5 {font-size:x-large;}
.hidari {text-align:left;}
.naka {text-align:center;}
.migi {text-align:right;}



table {
	width: 400px;
	height: 100px;
}

table,th,td {
  border: none;
}

.p_r {
	text-align:right;
}

.top_tit {
	font-size:x-large;
	color:#ff0000;
}

.top_m {
	margin-top: 20px;
}



.top_head {
	font-size:large;
	font-weight:bold;
}

.global {
	padding:0;					/* ulタグのデフォルトCSSを打ち消し */
	margin:0;					/* ulタグのデフォルトCSSを打ち消し */
	list-style:none;			/* ulタグのデフォルトCSSを打ち消し */
	text-align:center;			/* 子要素を左右中央揃え */
}

.global > li {
	display:inline-block;		/* インラインブロック要素にする */
	width:60px;					/* 幅指定 */
	vertical-align:middle;		/* 要素を上下中央で揃える */
}
.global > li > a {
	color:#ffffff;				/* 文字の色指定 */
	background-color:#009900;	/* 背景色指定 */
	text-decoration:none;		/* 文字のデフォルトCSSを打ち消し */
	display:inline-block;		/* インラインブロック要素にする */
	padding:6px;				/* 余白指定 */
	width:100%;					/* 幅指定 */
	box-sizing:border-box;		/* 崩れ防止 */
	border-radius:5px;
	font-size:medium;
}
.global > li > a:hover {		/* マウスホバー時のカラー*/
	color:#ffffff;				/* 文字の色指定 */
	background-color:#006600;	/* 背景色指定 */
}
.to_top > li {
	display:inline-block;		/* インラインブロック要素にする */
	width:140px;					/* 幅指定 */
	vertical-align:middle;		/* 要素を上下中央で揃える */
}
.to_top > li > a {
	color:#ffffff;				/* 文字の色指定 */
	background-color:#0066cc;	/* 背景色指定 */
	text-decoration:none;		/* 文字のデフォルトCSSを打ち消し */
	display:inline-block;		/* インラインブロック要素にする */
	padding:6px;				/* 余白指定 */
	width:100%;					/* 幅指定 */
	box-sizing:border-box;		/* 崩れ防止 */
	border-radius:5px;
	font-size:medium;
}
.to_top > li > a:hover {		/* マウスホバー時のカラー*/
	color:#ffffff;				/* 文字の色指定 */
	background-color:#006600;	/* 背景色指定 */
}

/* ブルーのボタン */
.blue_btn {
    display:inline-block;
    padding:0.3em 1em;
    text-decoration:none;
    color:#ffffff;
    background:#0066cc;
    border:solid 2px #0066cc;
    border-radius:5px;
	transition:.4s;
}
.blue_btn:hover {
    background:#ffffff;
    color:#000000;
}
