@charset "UTF-8";
/* CSS Document */

/*トップページ*/
#slideshow {
	width: 960px;
	height:480px;
	overflow: hidden;
	position:relative;
	background-color: #cccccc;
}
.slide_cont {
	width:965px;
	position:absolute;
	top:0;
	left:0;
}
.slide_box {
	height:480px;
	position:absolute;
	top:0;
	right:0;
	overflow:visible;
}
.slide_box img {
	float: left;
	display:none;
}


.l_box_news {
	/*height: 400px;
	width: 660px;*/
	position:absolute;
	display:none;
}

.l_box_news .g_back{
	background-color:#ffffff;
	position:absolute;
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
}
.l_box_news iframe{
	position:absolute;
	border:solid 1px #cccccc;
}
/*.l_box_news .close {
	position: absolute;
	cursor:pointer;
}*/
.close {
	position: absolute;
	cursor:pointer;
}
.news_space {
	width: 440px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.news_space p {
	font-size: 12px;
	float: left;
	width: 440px;
}

.news_space dl {
	line-height: 18px;
	margin-bottom:7px;
}
.news_space dd {
	margin-top: -18px;
	margin-left:65px;
	/*cursor:pointer;
	text-decoration:underline;*/
}
.news_space dd a:link {
	/*color:#333333;*/
	text-decoration:none;
}
.news_space dd a:hover {
	/*text-decoration:none;*/
	color:#666666;
}


.news_title {
	padding-bottom:5px;
}
.news_list {
	/*text-align:right;*/
	border-top:solid 1px #666666;
	padding-top:5px;
	/*cursor:pointer;
	text-decoration:underline;*/
}
.news_list a:link {
	/*color:#333333;*/
	text-decoration:none;
}
.news_list a:hover {
	/*text-decoration:none;*/
	color:#666666;
}
/*.news_list a:visited {
	color:#333333;
	text-decoration:none;
}*/


/*works トップ*/
.project_thum_cont {
	width: 940px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
}
.project_thum_box {
	width:175px;
	float:left;
	margin-right:11px;
	margin-bottom:30px;
	line-height:1em;
}
.project_thum_box p {
	height: 173px;
	width: 173px;
	border: 1px solid #CCCCCC;
	text-align:center;
	margin-bottom:5px;
}
.project_thum_box img{
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
}
.project_thum_box img:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}

/*works 詳細*/
.page_ti {
	/*background-image: url(/works/images/dot_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	/*height: 51px;*/
	height: 50px;
	width: 960px;
	float:left;
	vertical-align:middle;
	background-color: #CCCCCC;
}
.page_ti img{
	width:220px;
	float:left;
}
.page_ti h2{
	width:740px;
	float:left;
	line-height:51px;
	font-size:24px;
	letter-spacing: 0.3em;
	color: #FFFFFF;
}
.side_navi {
	float: left;
	width: 200px;
	margin-top:30px;
	background-image: url(/works/images/dot_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.side_navi a:link {
	color:#999999;
	text-decoration:none;
}
.side_navi a:visited {
	color:#999999;
	text-decoration:none;
}
.side_navi a:hover{
	color:#333333;
	text-decoration:none;
}
.side_navi li {
	font-size: 14px;
	width: 180px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 16px;
	background-image: url(/works/images/dot_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.main_cont {
	float: right;
	width: 740px;
	margin-top:30px;
	margin-bottom:40px;
}
.build_info {
	font-size: 13px;
	float: left;
	/*width: 310px;*/
	width: 200px;
	line-height: 25px;
	margin-bottom: 30px;
}
.build_info dt {
	width: 60px;
}
.build_info dd {
	width: 140px;
	margin-top: -25px;
	margin-left: 60px;
}
.porject_dsrp {
	float: left;
	width: 310px;
	margin-bottom: 30px;
	line-height:1.8em;
	text-align:justify;
	text-justify:inter-ideograph;
}
.pic_box {
	float: right;
	/*width: 400px;*/
	width: 540px;
}
.pic_box li {
	width:173px;
	height:173px;
	float:left;
	border:solid 1px #CCCCCC;
	line-height:0px;
	margin-left:5px;
	margin-bottom: 5px;
	text-align:center;
}
.pic_box img{
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
}
.pic_box img:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}


/*about us*/
.about_cont {
	width:880px;
	float:left;
	margin-top:20px;
	margin-right: 40px;
	padding-bottom: 40px;
	margin-left: 40px;
}
.about_dsrp {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	line-height:1.5em;
	font-size:13px;	/*text-align:justify;
	text-justify:inter-ideograph;*/
}
.studio_info {
	width:100%;
	float:left;
	line-height:1.6em;
}
.studio_info .studio_ti {
	width:100%;
	float:left;
	padding-bottom:5px;
	margin-bottom: 10px;
	background-image: url(/works/images/dot_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.studio_info ul {
	width:440px;
	float:left;
}
.info_s {
	float: left;
	width: 100%;
}
.info_p {
	float: left;
	width: 100%;
	margin-top:30px;
}
.person_t {
	background-image: url(/about/images/index_img_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 113px;
	padding:10px;
	width: 413px;
	border: 1px solid #CCCCCC;
}
.person_y {
	background-image: url(/about/images/index_img_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 113px;
	width: 413px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.p_name {
	font-size:14px;
	font-weight:bold;
}


/*process*/
.process_cont {
	float: left;
	width: 800px;
	margin-top: 30px;
	margin-right: 130px;
	margin-bottom: 40px;
	margin-left: 0px;
	position:relative;
}
.process_navi {
	float: left;
	width: 200px;
	background-image: url(/works/images/dot_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.process_navi a:link {
	color:#999999;
	text-decoration:none;
}
.process a:visited {
	color:#999999;
	text-decoration:none;
}
.process_navi a:hover{
	color:#333333;
	text-decoration:none;
}
.process_navi li {
	font-size: 14px;
	width: 180px;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 19px;
	background-image: url(/works/images/dot_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.process_ti {
	float: right;
	width: 570px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	color:#ffffff;
	background-image: url(/process/images/index_ti_back.jpg);
	background-repeat: repeat-y;
}
.process_r_cont {
	float: right;
	width: 570px;
	text-align: justify;
	text-justfy*inter-ideograph;
	position:relative;
	margin-bottom:30px;
	margin-left:10px;
}
.process_r_cont dt {
	font-size: 14px;
	font-weight: bold;
	background-image: url(/images/common/dot_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 570px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.process_r_cont dd {
	width: 570px;
	margin-bottom: 20px;
}
.process_r_cont2 {
	float: right;
	width: 570px;
	text-align: justify;
	text-justfy*inter-ideograph;
	/*position:relative;*/
	margin-bottom:30px;
}
.process_r_cont2 p{
	width: 570px;
	/*text-align: justify;
	text-justfy*inter-ideograph;
	position:relative;*/
	margin-top:5px;
	margin-bottom:20px;
}

.process_r_cont2 table {
    width: 450px;
    border: 1px #999999 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.process_r_cont2 table td {
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

.tb_ti {
	background-color: #eeeeee;
}
