/* CSS Document */

/*  テーブル */
.table{table-layout:auto; width:600px; font-size:12px; font:"ＭＳ ゴシック"; background-color:#FFFFFF;}
.table2{table-layout:auto; width:200px; font-size:12px; font:"ＭＳ ゴシック"; background-color:#FFFFFF;}

/* 文字 */
.moji{color:#FF00FF;}
.moji-rink{ font-size:10px; font:"ＭＳ ゴシック";}
.moji a{color:#FFFFFF; font-size:14px; font:"ＭＳ ゴシック";}
.moji2{color:#FFFFFF; font-size:14px; font:"ＭＳ ゴシック";}

.moji-h{
	font-size:12px; color:#000000;
	font-weight:bold;
	line-height:2;
	width:200px;
	margin:0;
	border:solid 1px #FF6600;
	border-right:inset 10px #FF6600;
}
.moji-h a{color:#696969;}

.moji-h2{
	font-size:12px; color:#000000;
	line-height:2;
	height:5px;
	width:400px;
	margin:0;
	border:solid 1px #FF6600;
}

h2{
border-left:5px solid #B22222;
margin-bottom:10px;
padding:5px
}

.moji-h3{
	font-size:12px; color:#000000;
	line-height:2;
	width:600px;
	margin:0;
	border:solid 1px #FF6600;
	background-color:#DCDCDC;
	text-align:center;
}


.moji-h4{
	font-size:12px; color:#000000;
	line-height:2;
	height:5px;
	width:600px;
	margin:0;
	border:solid 1px #FF6600;
	background-color:#DCDCDC;
	text-align:center;
}

.moji-h5{
	font-size:12px; color:#000000;
	line-height:2;
	width:600px;
	margin:0;
	border:solid 1px #FF6600;
	background-color:#DCDCDC;
}

a:link{text-decoration:none;}

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

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

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

.wrapper {
	width: 850px;
	border: 2px solid black;
	box-sizing: border-box;
}
.text {
	width: 600px;
	float: left;
	border: 2px double;
}
.menu {
	width: 220px;
	float: right;
	margin-top: 240px;
}
.none {
	display: none;
}
.clearfix:after {
	content:"";
	clear:both;
	display: block;
	visibility: hidden;
}
.main {
	border-top: 2px solid black;
	padding: 10px;
	box-sizing: border-box;
}