@charset "utf-8";
@import url(../base.css);

/*--------------------------------------
  Layout Base Style Sheet
  Made by MASAKI http://www.ninemiles.net/
  2006-05-28

  - 共用ID, クラス
  - ページ毎の個別ID, クラス
  
  I.E用設定は別途用意
---------------------------------------*/

body {
	color: #f0f0f0;
	background-color: #505050;
	height: 100%;
}

h1 {
	margin: 0;
	padding: 12px;
	width: 220px;
}


/*****************************
           ブロック
 *****************************/

/* ヘッダ */
#header {
	background-image: url(img/head_bg.jpg);
	background-repeat: repeat-x;
	margin: 2px auto;
	border-top-color: #505050;
	border-left-color: #505050;
	width: 90%;
	height: 100px;
	background-color: #111111;
	border: 1px solid #000000;
}

/* コンテンツ全体 */
#mainbox {
	margin: 20px auto auto;
	width: 90%;
	font-size: 90%;
	position: relative;
	padding-bottom: 30px;
	height: auto !important;
}


/* フッタブロック */
#footer {
    width: 100%;
    background: #101010;
    position: fixed;
    bottom: 0;
    height: 20px;
	text-align: center;
	font-size: 70%;
	padding-bottom: 5px;
}


div.colorbox {
	width: 400px;
	margin: auto;
	margin-left: 250px;
	padding: 1em;
	font-size: 120%;
}


.colorbox small {
	font-size: 80%;
}

input {
	width: 30px; /* for I.E */
}

input.submit {
	width: 50px; /* for I.E */
}

input[type="text"] {
	width: 30px;
}

input.text2 {
	width: 50px;
}

div#colorsample {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #ffffff;
}

p#greeting {
	margin-left: 270px;
}

p#error {
	color: #ffe680;
	margin-left: 270px;
}


div.colorbox.contrast {
	padding-left: 2.1em;
}

div.colorbox.contrast form {
	clear: none;
	width: 70px;
	float: left;
}

input.submit.d1 {
	width: 65px;
	background-color: #909090 !important;
}

input.submit.d2 {
	width: 65px;
	background-color: #707070 !important;
}

input.submit.d3 {
	width: 65px;
	background-color: #505050 !important;
}

input.submit.d4 {
	width: 65px;
	background-color: #303030 !important;
}
