@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.style1 {
		font-size: 12px; color: #ffffff; font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

.style2 {
		float: right;
		display: block;
		width: 400px;
		text-align: right;
		font-size:12px;
		text-align: right;
		color: #fff;
	}

.style3 {
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
.style4 {
		font-size: 12px;
		margin-top: 20px;
		display: block;
		width: 500px;
		margin-left: auto;
		margin-right: auto;
}

.style5 {
		font-size: 12px;
	}

.style6 {
		font-weight: bold; font-size: 12px; font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

.style7 {
		font-weight: bold; color: #2a3f55;
}

.style9 {
		font-size: 9px; color: #5786a0;
	}

img {
	border: none;
	vertical-align: bottom;

}

a {
	text-decoration: none;	
}

li {
	list-style: none;	
}

p {
	font-size: 13px;	
}

body {
		font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
		background-color: #5786a0;
	}

#container {
	width: 758px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	margin-top: 10px;
}


#header {
	width: 758px;
	height: 56px;
	background: #5786a0;
	border-bottom: 4px solid #fff;
}

#header img {
	display: block;
	width: 181px;
	height: 39px;
	float: left;	
}

#header p {
	float: right;
	display: block;
	width: 300px;
	text-align: right;
	font-size: 12px;
	color: #fff;
}

#main {
	clear: both;
	width: 758px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#main_inner img {
	width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#navi_box {
	width: 758px;
	height: 53px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

#gloval_navi {
	width: 750px;
	margin-top: 4px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
}

#gloval_navi ul {
	display: block;
	width: 750px;
	height: 45px;
}

#gloval_navi li {
	float: left;
	display: block;
	width: 125px;
	height: 45px;
}

#gloval_navi a {
	display: block;
	width: 125px;
	height: 45px;
}

#home {
	background: url(./images/gloval_navi.gif) no-repeat 0 0;	
}

#home:hover {
	background: url(./images/gloval_navi.gif) no-repeat 0 -45px;	
}

#workflow {
	background: url(./images/gloval_navi.gif) no-repeat -125px 0;	
}

#workflow:hover {
	background: url(./images/gloval_navi.gif) no-repeat -125px -45px;	
}

#sample {
	background: url(./images/gloval_navi.gif) no-repeat -250px 0;	
}

#sample:hover {
	background: url(./images/gloval_navi.gif) no-repeat -250px -45px;	
}

#design {
	background: url(./images/gloval_navi.gif) no-repeat -375px 0;	
}

#design:hover {
	background: url(./images/gloval_navi.gif) no-repeat -375px -45px;	
}

#about_us {
	background: url(./images/gloval_navi.gif) no-repeat -500px 0;	
}

#about_us:hover {
	background: url(./images/gloval_navi.gif) no-repeat -500px -45px;	
}

#contact_us {
	background: url(./images/gloval_navi.gif) no-repeat -625px 0;	
}

#contact_us:hover {
	background: url(./images/gloval_navi.gif) no-repeat -625px -45px;	
}

#main_contents {
	
	margin-top: 29px;
	width: 580px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.contents_inner {
	clear: both;
	display: block;
	width: 580px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;

}

h1 {
	display: block;	
	width: 245px;
	height: 44px;
	font-size: 18px;
	border-bottom: 2px solid #ccc;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h2 {
	margin-top: 10px;	
	
}

.text_box {
	float: left;
	width: 300px;
	line-height:13px;
	margin-bottom: 8px;
}

.text_box p {
	white-space: pre;
	margin-top: 20px;
}

.img_box {
	float: right;
	width: 280px;	
}

table {
	margin-top: 20px;
	clear: both;
	width: 480px;
	border: none;
	font-size: 12px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

table tr {
	margin-top: 10px;	line-height: 30px;
}

th {
	color: #5786a0;
	width: 100px;
}

#profile ul {
	display: block;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#profile li {
	float: left;	
}

#footer {
	clear: both;
	width: 580px;
	height: 60px;
	background: #fff;
	text-align: center;
	border-top: 2px solid #5786a0;
	margin-left: auto;
	margin-right: auto;
}


