@charset "UTF-8";

body {
	margin:0 auto;
	padding: 0;
	color: #666666;
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #fff;
	height: 100%;
	width: 100%;
}
p,dt,dd {
	line-height: 1.5;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FFF url(../images/work_rightback.gif) repeat-y right top;
	height: 1930px;
}

#header {
	width: 100%;
	margin: 0;
	padding: 6px 0;
	background-color: #333;
	color: #fff;
}

#header h1 {
	float: left;
	color: #fff;
	font-size: 14px;
	margin:0 30px 0px 30px;
}

#header strong {
	font-weight: bold;
}

#header .right{
	text-align: right;
	color: #fff;
	font-size: 14px;
	margin-right: 100px;
}

#wrapper {
	width: 955px;
	margin: 0 auto;
	padding: 0;
	height: 1900px;
	position: relative;
}

#centerbox {
	margin-left: 180px;
	margin-right: 300px;
	width: 475px;
	background-color: #fff;
	padding-top: 20px;
	height: 1900px;
	_height: 1880px;/*IE 6用*/
}

#centerbox h1.title{
	margin: 0 0 14px 20px;
}

#centerbox h1{
	margin: 0 0 15px 20px;
}

#centerbox .kaisya {
	margin: 30px 0 6px 20px;
}

#centerbox .workphoto1 {
	margin: 0 0 0 157px;
}

#centerbox .workphoto2 {
	margin: 14px auto 24px auto;
	text-align: center;
}

#centerbox p.lead{
	margin: 0 0 0 20px;
	line-height: 200%;
	font-size: 14px;
	letter-spacing/**/: 1px;
}

#centerbox dl {
	margin: 0 0 34px 20px;
}

#centerbox dt {
	margin: 20px 0 10px 0;
}

#centerbox dd {
	line-height: 200%;
	font-size: 12px;
	letter-spacing/**/: 1px;
}

#leftbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	margin: 0;
	background: #fff url(../images/concept_leftback.gif) repeat-y top right;
	height: 1900px;
}

.logo {
	margin-top: 36px;
	text-align: center;
}
#rightbox {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	margin: 0;
	background: #EE8300 url(../images/work_rightback.gif) repeat-y;
	height: 1900px;
}

#navigation {
width:180px;
}
#navigation ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:20pt 0 0 0;
padding:0pt;
}
#navigation li {
height:24px;
margin:0pt;
padding:0pt;
text-indent:-9999px;
width:180px;
}
#navigation li a {
display:block;
height:24px;
text-decoration:none;
width:180px;
}

#navigation li#navi1 {/*お問合せ*/
background:transparent url(../images/contact.jpg) no-repeat scroll 0pt;
}
#navigation li#navi2 {/*制作コンセプト*/
margin-top:7px;
background:transparent url(../images/concept.jpg) no-repeat scroll 0pt;
}
#navigation li#navi3 {/*WORK*/
margin-top:7px;
background:transparent url(../images/work.jpg) no-repeat scroll 0pt;
}
#navigation li#navi4 {/*制作フロー*/
margin-top:7px;
background:transparent url(../images/flow.jpg) no-repeat scroll 0pt;
}
#navigation li#navi5 {/*会社概要*/
margin-top:7px;
background:transparent url(../images/company-data.jpg) no-repeat scroll 0pt;
}

#navigation li#navi1 a:hover {
background:transparent url(../images/contact_over.jpg) no-repeat scroll 0pt;
}
#navigation li#navi2 a:hover {
background:transparent url(../images/concept_over.jpg) no-repeat scroll 0pt;
}
#navigation li#navi3 a:hover {
background:transparent url(../images/work_over.jpg) no-repeat scroll 0pt;
}
#navigation li#navi4 a:hover {
background:transparent url(../images/flow_over.jpg) no-repeat scroll 0pt;
}
#navigation li#navi5 a:hover {
background:transparent url(../images/company-data_over.jpg) no-repeat scroll 0pt;
}

#rightbox .photo1{
	margin: 966px 0 92px 50px;
}

#rightbox .photo2{
	margin: 0 0 20px 50px;
}

#topbacklink {
	margin: 1600px 0 0 150px;
}

#topbacklink a{
	color: #FFFFFF;
}

#copyright {
	clear: both;
	position: fixed;
	bottom: 0;
	margin:0;
	padding: 6px 0;
	width: 100%; /* for WinIE6,7 */
	text-align: center;
	background-color: #333;
	color: #FFFFFF;
}

#copyright p{
	marign:0; 
}