body {
	padding: 8px;
	min-width: 1000px;
}

div#main {
	margin-top: 0px;
	padding-top: 8px;
	width: 800px;
}

div#logoHead {
	margin: 5px;
	float: left;
}
div#logoFoot {
	height:40px;
	margin:10px;
}

/*------------------------------------------------
	おしらせ
------------------------------------------------*/
#notice {
	margin: 20px auto 10px auto;
	width:450px;
	height:186px;
	font-size: 12px;
	float:	left;
}

dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

#notice .new {
	padding-left: 20px;
	text-align: left;
}
#notice .new dl {
	clear: left;
	width: 410px;
	border-bottom: 1px solid #999;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
	margin-top: 10px;
}
#notice .new dt {
	font-weight: bold;
	float: left;
	width: 130px;
}
#notice .new dt.iconNew {
	background: url("../img/ui/new.gif") no-repeat 90px 3px;
}

#notice .new dd {
	float: left;
	width: 270px;
}

#notice .new dd img {
	vertical-align: middle;
}
*html #notice .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*------------------------------------------------
	フレーム
------------------------------------------------*/
.frame9_0 {
	background-color: #eee2ae;
	border-style: solid;
	-moz-border-image:		url(../img/ui/frame9_0.png) 10 12 10 12 stretch;
	-webkit-border-image:	url(../img/ui/frame9_0.png) 10 12 10 12 stretch;
	-o-border-image:		url(../img/ui/frame9_0.png) 10 12 10 12 stretch;
	-ms-border-image:		url(../img/ui/frame9_0.png) 10 12 10 12 stretch;
	border-image:			url(../img/ui/frame9_0.png) 10 12 10 12 fill stretch;
	border-width: 10px 10px 10px 10px;
}

/*------------------------------------------------
	ラベル
------------------------------------------------*/
.label_0 {
	border-style: solid;
	-moz-border-image:		url(../img/ui/label3_0.png) 10 16 10 16 stretch;
	-webkit-border-image:	url(../img/ui/label3_0.png) 10 16 10 16 stretch;
	-o-border-image:		url(../img/ui/label3_0.png) 10 16 10 16 stretch;
	-ms-border-image:		url(../img/ui/label3_0.png) 10 16 10 16 stretch;
	border-image:			url(../img/ui/label3_0.png) 10 16 10 16 fill stretch;
	border-width: 10px 10px 10px 10px;
}

/*------------------------------------------------
	背景
------------------------------------------------*/
body {
	margin-top: 0px;
}

body.bgMain {
	background-image: url("../img/bg/sky2_ahiru.png");
}
body.bgJpn {
	background-image: url("../img/bg/red.png");
}
body.bgMath {
	background-image: url("../img/bg/blue.png");
}
body.bgEng {
	background-image: url("../img/bg/pink.png");
}
body.bgLife {
	background-image: url("../img/bg/green.png");
}

/*------------------------------------------------
	メニュー
------------------------------------------------*/

#menu {
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	height: 68px;
}

#menu ul{
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#menu li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
	float: left;
}

#menu li a{
	display: block; 
	border: 2px solid #333;
	background-color: #feeb33;
	padding: 3px;
	text-decoration: none;
	color: #333;
	margin: 1px;
	text-align: center;
	font-size: 28px;
}

#menu li a:hover{
	background-color: #f29700;
}

#menu li a#selected {
	background-color: #f29700;
}




/*------------------------------------------------
	フッター
------------------------------------------------*/
#footerLink {
	margin-top:	24px;
	font-size: 12px;
}
#footerLink li {
	display: inline-block;
}


/*------------------------------------------------
	板パーツ
------------------------------------------------*/
.board {
	width: 720px;
	width-min: 720px;
	margin: 10px auto;
	text-align:left;
	padding:10px;
}

.board div.chara {
	float: left;
	padding-top: 30px;
}

.board div.textHalf {
	float: left;
	text-align:left;
	margin: 10px 0px 0px 52px;
}

.board div.text {
	text-align:left;
	margin: 10px 0px 0px 54px;
}
.text p, .textHalf p {
	margin:0;
	line-height:2.4;
}

/*------------------------------------------------
	画像操作
------------------------------------------------*/
/* 左右反転 */
img.trans-h {
	-webkit-transform:scale(-1,1);
	-ms-transform:scale(-1,1);
	transform:scale(-1,1);
}


/*------------------------------------------------
	その他
------------------------------------------------*/
h1 {
	color:#aaa;
	margin:0px;
}

h1#subject {
	font-size: 36px;
	background-image: url('../img/ui/window.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
	padding-top:5px;
	color: #000000;
	text-shadow: 0px 0px 0 rgb(235,235,235),1px 1px 0 rgb(228,228,228),2px 2px 0 rgb(222,222,222),3px 3px 3px rgba(0,0,0,0.25),3px 3px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}


#main {
	text-align: center;
	font-size: 18px;
}


#title{
	width: 800px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#title div{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url("../img/title/all.png") no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}

#colors div{
	margin-top:20px;
	background-color:white;
	width: 200px;
	display: inline-block;
}

.small {
	font-size: 10px;
}

strong {
  color: #f29700;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0px 0px 0 rgb(20,20,20),1px 1px 0 rgb(26,26,26);
}

