/* 全体の設定 */
body {
	text-align: center;
	margin: 0px;
	border-style: none;
	padding:0px;
}

#pagebody {
	text-align: center;
	width: 100%;
	letter-spacing: 2px;
}

/* 共通設定 */
h1 {
	height: 30px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-image: url("../images/head01.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

h2 {
	height: 20px;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


/* モジュール */
div#left {
	text-align: left;
}
div#center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	
}
div#right {
	text-align: right;
}
div#clear {
	clear: both;
}

/* まとまりごとの背景の設定 */
#header_lay {
	text-align: center;
	height: 60px
	width: 100%;
	background-color: #F8F8F8;
}
#introduction_lay {
	text-align: center;
	width: 100%;
	background-color: #ffffff;
	border-top: none;
}
#menu_lay {
	text-align: center;
	width: 100%;
	height: 50px;
	
	background-color: #3399ff;
}
#content_lay {
	text-align: center;
	width: 100%;
	background-color: #F8F8F8;
}
#footer_lay {
	text-align: center;
	width: 100%;
	background-color: #3399ff;
}

#bottom_lay {
	text-align: center;
	width: 100%;
	background-color: #404040;
}

/* 内容の配置 */

#header {
	text-align: left;
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background-color: #F8F8F8;
}
#header img {
	display: block;
	float: left;
	vertical-align: middle;
}
#header p {
	padding-top: 12px;
	text-align: right;
	font-weight: bold;
	font-size: 60%;
	line-height: normal;
}

#introduction {
	text-align: left;
	width: 960px;
	margin: 0px auto;
	background-color: #D1D1D1;
}

#menu {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	
	background-color: #3399ff;
}
#main_menu {
	width: 960px;
}
.main_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left:1px solid #ffffff;
}
.main_menu ul li {
	border-right:1px solid #ffffff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


.main_menu img {
	border: 0;
	vertical-align: bottom;
}

.main_menu a {
	display: inline-block;
	text-align: center;
	
	width: 190px;
	height: 50px;
	line-height: 50px;	/* heightと同じ値 */
	background: #3399ff;
	color: #E8E8E8;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
.main_menu a:hover{
	text-decoration: none;
	background: #99FF00;
	color: #000000;
}

#content {
	text-align: left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 60px 0px;
	background-color: #F8F8F8;
}
#wrap {
	margin: 0 50px 0 50px;
	font-size: 90%;
}

#footer {
	width: 960px;
	background-color: #3399ff;
	margin-left: auto;
	margin-right: auto;
}
.footer_menu {
	text-align: center;
}
.footer_menu ul {
}
.footer_menu ul li {
	display: inline
}
.footer_menu a {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
.footer_menu a:hover{
	text-decoration: none;
	color: #99FF00;
}

#bottom_auxiliary {
	width: 960px;
	height:60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #404040;
}
#bottom {
	text-align: left;
	width: 960px;
	background-color: #404040;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	color: #E0E0E0;
}
#bottom img {
	float: left;
}
#bottom p {
	font-size: 80%;
	line-height: 30px;
}
#copy_right {
	
	text-align: right;
	font-size: 50%;
	line-height: 30px;
	background-color: #404040;
}

/* 画面毎の設定 */

/* TOPページ */
dl.list_info dt {
	float: left;
	width: 130px;
	font-size: 80%;
	margin: 0 0 0.1em 0;
	padding-left: 5px;
}
dl.list_info dd {
	width: 600px;
	font-size: 90%;
	margin: 0 0 0.1em 0;
	padding-left: 3px;
}

/* 企業情報 */
table.tbl1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 20px;
	
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	
	letter-spacing: 2px;
}

table.tbl1 th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-position: left top;
	padding: 0.3em 1em;
	text-align: center;
	
	font-weight: nomal;
	font-size: 80%;
	background-color: #C0C0C0;
}
table.tbl1 td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0.3em 1em;
	
	font-size: 90%;
}

/* お問合せ */
span.text_red {
	color: #FF0000;
}
.alert {
	color: #FF0000;
}

.entered {
	color: #00FF00;
}

table.tbl2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 20px;
	
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	
	letter-spacing: 2px;
	
	width: 773px; 
	table-layout: fixed; 
}

table.tbl2 th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-position: left top;
	padding: 0.3em 1em;
	text-align: center;
	
	font-weight: nomal;
	font-size: 80%;
	background-color: #C0C0C0;
	
	width: 10.8em;
}
table.tbl2 td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0.3em 1em;
	
	font-size: 90%;
}

/* ソフトウェア・システムコンサルタント */
table.tbl3 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 20px;
	
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	
	letter-spacing: 2px;
	
	table-layout: fixed;
	width: 100%;
}

table.tbl3 th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-position: left top;
	padding: 0.3em 1em;
	text-align: center;
	
	font-weight: nomal;
	font-size: 80%;
	background-color: #C0C0C0;
	
}
table.tbl3 td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0.3em 1em;
	
	font-size: 80%;
}

#achievement {
	padding: 30px 0 20px 0px;
}
#achievement h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	border-bottom: thin solid #999999;
}
#achievement dl dt {
	padding: 20px 0px 10px 10px;
	font-size: 100%;
	font-weight: bold;
}
#achievement dl dd {
	padding: 0px 0 10px 0px;
	font-size: 100%;
}

/* 制御盤 */
table.tbl4 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 20px;
	
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	
	letter-spacing: 2px;
}

table.tbl4 th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-position: left top;
	padding: 0.3em 1em;
	text-align: center;
	
	font-weight: nomal;
	font-size: 80%;
	background-color: #C0C0C0;
}
table.tbl4 td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0.3em 1em;
	
	font-size: 80%;
}

/* 全般？ */
#move_top {
	text-align: center;
	font-size: 60%;
	padding-top: 20px;
}
#move_top a {
	text-decoration: none;
	color: #33CCFF;
}
#move_top a:hover{
	color: #33FF00;
}

