@charset "shift_jis";

/*
	トップページ設定
*/

/*--------------------------------------------------上書き設定*/

div#wrapper {
	width:800px;
	background: #FFF!important;
	border:1px solid #CACACA;
	margin:10px auto;
}
div#container {
	margin :0px;
	padding:0px;
	/*background:#FFF;*/
}

/*content内部の文字サイズを標準に戻す*/
div#content {
	background:#FFF;
	border:0;
	padding:0;
	margin:0;
}

/*--------------------------------------------------プロジェクト*/
div#project {
	width:780px;
	margin:10px auto;
}

div#project table td{
	padding:0;
	margin:0;
}

div#project table td.t1 {
	height: 45px;
	width:210px;
	background:#585756;
	border-top:1px solid #CACACA;
	border-bottom:1px solid #585756;
	font-size:1.5em;
	color:#fff;
	text-align:center;
}
div#project table td.t2 {
	height: 45px;
	width:60px;
	border-top:1px solid #CACACA;
	border-bottom:1px solid #8B8B8B;
}
div#project table td.t3 {
	height: 45px;
	width:510px;
	padding: 0 10px 0 10px;
	border:1px solid #CACACA;
}
div#project table td.t4 {
	height: 25px;
	width:210px;
}
div#project table td.t5 {
	height: 70px;
	width:55px;
	vertical-align: top;
	background:#9E9E9F;
	border-bottom:1px solid #CACACA;
}
div#project table td.t6 {
	height: 75px;
	width:510px;
	padding: 3px 4px 0px 7px;
	vertical-align: top; 
	font-size:0.80em;
	line-height: 1.1em;
	border:1px solid #CACACA;
}
div#project table td.t7 {
	height: 55px;
	width:210px;
	font-size:1.1em;
	text-align:center;
	border-left:1px solid #CACACA;
	border-bottom:1px solid #CACACA;
}
div#project table td.t8 {
	height: 586px;
	width:780px;
	border:1px solid #CACACA;
}
div#project table td.t9 {
	height: 53px;
	width:780px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
div#project table td.t10 {
	height: 586px;
	width:780px;
	border:1px solid #CACACA;
}

div.subm{
	width:85px;
	margin:20px auto;
]


.small1{
	font-size:80%;
}

/*--------------------------------------------------コンテンツ下部*/

div#content_bottom {
	clear:both;
	background: #fff;
	height:10px;
	margin:0;
}

/*EOF*/