@charset "utf-8";
/* CSS Document */



/*-------基本設定-------*/
*{
	margin:0;
	padding:0;
}
html {
	background-color:#CCC;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 120%;
	font-size: 1em;
	background-color:#FFF;
}
img {
	vertical-align: bottom;
	border:0;
}
li {
	list-style-type: none;
}
p {
	font-size:12px;
	color:#000;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
	display:block;
}





/*-------header-------*/



header {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
h1 {
	float:left;
	margin:48px 0 0 55px;
	display:inline;/*IE6,7*/
	font-size:0px;/*IE6,7*/
}
nav {
	margin:55px 40px 0 0;
	float:right;
	overflow:hidden;
}
nav li {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 30px;
}
#nav_top a {
	background:url(../img/common/btn_top.gif) no-repeat left top;
	width:43px;
	height:19px;
	display:block;
}
#nav_top a:hover {
	background:url(../img/common/btn_top.gif) no-repeat left top;
	width:43px;
	height:19px;
	display:block;
}
#nav_works a {
	background:url(../img/common/btn_works.gif) no-repeat left top;
	width:69px;
	height:19px;
	display:block;
}
#nav_works a:hover, #nav_worksA a {
	background:url(../img/common/btn_works.gif) no-repeat left bottom;
	width:69px;
	height:19px;
	display:block;
}
#nav_contact a {
	background:url(../img/common/btn_contact.gif) no-repeat left top;
	width:85px;
	height:19px;
	display:block;
}
#nav_contact a:hover, #nav_contactA a {
	background:url(../img/common/btn_contact.gif) no-repeat left bottom;
	width:85px;
	height:19px;
	display:block;
}
#nav_company a {
	background:url(../img/common/btn_company.gif) no-repeat left top;
	width:88px;
	height:19px;
	display:block;
}
#nav_company a:hover, #nav_companyA a {
	background:url(../img/common/btn_company.gif) no-repeat left bottom;
	width:88px;
	height:19px;
	display:block;
}



/*-------footer-------*/

footer {
	clear:both;
	width:100%;
	margin:0 auto;
	background:#CCC;
}
footer p {
	text-align:center;
	padding:20px 0 100px;
}
footer p img {
	vertical-align:middle;
}



/*-------top-------*/

div#top {
	clear:both;
	width:1000px;
	margin:0 auto 35px;
	padding:0 0 10px 0;
	overflow:hidden;
}
div#top ul#li1 {
	margin:50px 0 0 200px;
	zoom:1;
}
div#top ul#li2 {
	clear:both;
}
div#top ul#li3 {
	clear:both;
	margin:0 0 0 200px;
}
.top_ph li {
	position:relative;
	float:left;
	padding:0 10px 22px 10px;
}
.top_ph img.ph {
	border:solid 10px #000;
	-webkit-box-shadow:10px 10px 0 #CCC;
	-moz-box-shadow:10px 10px 0 #CCC;
	box-shadow:10px 10px 0 #CCC;
}
.top_ph li img.icon {
	position:absolute;
	top:0;
	left:10px;
}



/*-------works-------*/

div#works {
	clear:both;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
div#works ul#category {
	border-bottom:solid 1px #CCC;
	overflow:hidden;
	zoom:1;
	margin:45px 0 30px;
}
div#works ul#category li {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 4px 0 0;
}
#nav_exhibitionsA a, #nav_exhibitions a:hover {
	background:url(../img/works/btn_exhibitions.gif) no-repeat left top;
	width:123px;
	height:24px;
	display:block;
}
#nav_exhibitions a {
	background:url(../img/works/btn_exhibitions.gif) no-repeat left bottom;
	width:123px;
	height:24px;
	display:block;
}
#nav_othersA a, #nav_others a:hover {
	background:url(../img/works/btn_others.gif) no-repeat left top;
	width:123px;
	height:24px;
	display:block;
}
#nav_others a {
	background:url(../img/works/btn_others.gif) no-repeat left bottom;
	width:123px;
	height:24px;
	display:block;
}
#nav_allA a, #nav_all a:hover {
	background:url(../img/works/btn_all.gif) no-repeat left top;
	width:123px;
	height:24px;
	display:block;
}
#nav_all a {
	background:url(../img/works/btn_all.gif) no-repeat left bottom;
	width:123px;
	height:24px;
	display:block;
}
div#works .page {
	clear:both;
	overflow:hidden;
	position:relative;
	zoom:1;
	margin:0 0 30px 0;
}
div#works .page ul {
	position:relative;
	left:50%;
	float:left;
}
div#works .page li {
	position:relative;
	left:-50%;
	float:left;
	font-size:12px;
	margin:0 5px;
	color:#CCC;
}
div#works .page li img {
	vertical-align:text-top;
	margin:2px 5px 0;
}
div#works .page li a {
	color:#993300;
}
div#works .ph {
	margin:0 0 20px 20px;
	overflow:hidden;
}
div#works .ph li {
	float:left;
	padding:0 10px 22px 10px;
}
.ph img {
	border:solid 5px #000;
	-webkit-box-shadow:10px 10px 0 #CCC;
	-moz-box-shadow:10px 10px 0 #CCC;
	box-shadow:10px 10px 0 #CCC;
	position:relative;
}



/*-------contact-------*/

div#contact {
	clear:both;
	width:1000px;
	margin:45px auto 0;
	overflow:hidden;
	border-top:solid 1px #CCC;
}
div#contact #form {
	width:660px;
	margin:90px auto 120px;
}
div#contact #form #note {
	margin:0 0 15px 20px;
}
div#contact table {
	width:660px;
	border-collapse:collapse;
	border:solid 1px #DDD;
}
div#contact table th {
	width:120px;
	border:solid 1px #DDD;
	background:#E9E9E9;
	font-weight:normal;
	font-size:12px;
	vertical-align:top;
	text-align:left;
	padding:15px 0 15px 20px;
}
div#contact table td {
	border:solid 1px #DDD;
	font-size:12px;
	margin:0;
	padding:15px;
	background:#f5f5f5;
}
div#contact table input {
	width:350px;
	height:25px;
	border:solid 1px #BBB;
}
div#contact table textarea {
	width:350px;
	margin:0 0 20px 0;
	border:solid 1px #BBB;
	overflow:auto;
}
div#contact #check {
	margin:25px 0 0 275px;
}
div#contact #confirm #submit {
	margin:25px 0 0 210px;
}
div#contact #confirm #back {
	margin:0 0 0 30px;
}
div#contact span.error {
	color:#F00;
}
div#contact #error #back {
	margin:25px 0 0 275px;
}
div#contact #gotop {
	margin:25px 0 0 275px;
}
div#contact #complete {
	width:660px;
	margin:135px auto 120px;
}
div#contact p#thanks {
	padding:85px 0 85px 220px;
	border:solid 1px #DDD;
}



/*-------company-------*/

div#company {
	clear:both;
	width:1000px;
	margin:45px auto 0;
	overflow:hidden;
	border-top:solid 1px #CCC;
}
div#company .company_prof {
	width:660px;
	margin:65px auto 0;
	border:solid 1px #DDD;
	background:#EEE;
}
div#company .profile {
	width:660px;
	margin:0 auto;
	border:solid 1px #DDD;
	border-top:none;
}
div#company h2 {
	font-size:12px;
	font-weight:bold;
	padding:20px 0 0 25px;
}
div#company dl {
	font-size:12px;
	background:url(../img/common/border.gif) repeat-y 120px;
	margin:20px 0 25px 25px;
}
div#company dt {
	float:left;
	width:140px;
}
div#company dl dd {
	margin:0 0 0 140px;
}
div#company dl dd.space {
	margin:0 0 15px 140px;
}
div#company dl dd iframe {
	margin:5px 10px 0 10px;
}
div#company dl dd small a {
	color:#666 !important;
}
div#company .profile p {
	margin:20px 0 25px 25px;
}
div#company .company_prof_en {
	width:660px;
	margin:40px auto 0;
	border:solid 1px #DDD;
	background:#EEE;
}
div#company .profile_en {
	width:660px;
	margin:0 auto 70px;
	border:solid 1px #DDD;
	border-top:none;
}
div#company .company_prof_en p, div#company .profile_en p {
	margin:20px 0 25px 25px;
}



/*-------admin-------*/

div#admin {
	clear:both;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
div#admin ul {
	border-bottom:solid 1px #CCC;
	overflow:hidden;
	zoom:1;
	margin:45px 0 30px;
}
div#admin ul li {
	float:left;
	background:#CCC;
	width:121px;
	border:solid 1px #CCC;
	border-bottom:none;
	text-align:center;
	padding:2px 0 2px;
	margin:0 4px 0 0;
}
div#admin ul li a {
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	display:block;
}
div#admin ul li#nav_register, div#admin ul li#nav_delete {
	background:#993300;
}
section#register {
	width:760px;
	margin:0 auto 60px;
}
section#register p#note {
	margin:15px 0 15px 25px;
}
div#admin section#register h2 {
	font-size:14px;
	font-weight:normal;
	width:733px;
	padding:8px 0 8px 25px;
	background:#993300;
	border:solid 1px #CCC;
	color:#FFF;
	vertical-align:middle;
}
section#register table {
	border-collapse: collapse;
	width:760px;
	font-size:12px;
	margin:0 auto 20px;
}
section#register .no {
	background:#333;
	border:solid 1px #333;
	border-right:none;
	color:#FFF;
	font-weight:normal;
	width:25px;
}
section#register .item {
	background:#E9E9E9;
	border:solid 1px #CCC;
	font-weight:normal;
	width:125px;
	padding:10px 0;
}
section#register td {
	border:solid 1px #CCC;
	padding:5px 10px;
}
section#register .box {
	width:350px;
	margin:0 10px 0 0;
}
div#admin #check {
	margin:15px 0 0 325px;
}
div#admin #confirm #submit {
	margin:25px 0 0 240px;
}
div#admin #confirm #back {
	margin:0 0 0 20px;
}
div#admin span.error {
	color:#F00;
}
div#admin #error #back {
	margin:15px 0 0 325px;
}
div#admin div#finish {
	margin:50px 0 0 0;
}
div#admin div#finish p {
	text-align:center;
}
div#admin div#finish #goadmin {
	margin:50px 0 0 0;
}
section#delete {
	width:760px;
	margin:0 auto 60px;
}
section#delete p#note {
	margin:15px 0 15px 25px;
}
div#admin section#delete h2 {
	font-size:14px;
	font-weight:normal;
	width:733px;
	padding:8px 0 8px 25px;
	background:#993300;
	border:solid 1px #CCC;
	color:#FFF;
	vertical-align:middle;
}
section#delete table {
	border:solid 1px #CCC;
	border-collapse: collapse;
	width:760px;
	margin:0 auto 15px;
}
section#delete th {
	border:solid 1px #CCC;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	padding:10px 0;
}
section#delete td {
	border:solid 1px #CCC;
	font-size:12px;
	padding:5px;
}
section#delete #item_no {
	width:60px;
}
section#delete #item_category {
	width:100px;
}
section#delete #item_name {
	width:200px;
}
section#delete #item_check{
	width:100px;
}
section#delete table input {
	vertical-align:middle;
	margin:0 0 0 10px;
}