@charset "utf-8";


/* h1～h3
------------------------------------------------ */
h1 {
	width: 150px;
	height: 160px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	float:left;
	margin: 8px 15px 15px 25px;
}

#content h1 {
	color: #333;
	text-align: left;
	text-indent: 70px;
}

h2{
	width: 800px;
	height:30px;
	background: url(../images/h3.png) no-repeat;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	margin: 10px auto;
	padding-top: 30px;
	color: #000;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#main h2#titleMessage    { background-image: url(../images/h2_message.png); }
#main h2#titlePrifile    { background-image: url(../images/h2_prifile.png); }
#main h2#titleCareer     { background-image: url(../images/h2_career.png); }
#main h2#titleGallery    { background-image: url(../images/h2_gallery.png); }
#main h2#titleExhibition { background-image: url(../images/h2_exhibition.png); }
#main h2#titleContact    { background-image: url(../images/h2_contact.png); }


h3 {
	width: 800px;
	font-size: 16px;
	text-indent: 10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #04012A;
	border-left: 5px solid #04012A;
	margin: 25px auto;
}
h3 span {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 3px;
}


/* コンテンツサイズ・設定
------------------------------------------------ */
@media screen and (max-width: 768px){
#wappar {
	width: 320px;
	margin: 0px auto;
}
}

#wrapper {
	width: 1024px;
	height: 100%;
	background: url(../images/content_back.png) repeat-y;
	margin: 0 auto;
}
#content {
	height: 100%;
	margin: 0px;
	padding: 0 0 80px 0;
}
#main {
	width: 800px;
	margin: 0 auto;
}

/* header#top - ヘッダー　トップページ
------------------------------------------------ */
#top {
	width: 1024px;
	height: 500px;
	background: url(../images/head_back.jpg) no-repeat;
	background-size:100% 100%;
	margin-top: 30px;
	padding-top: 120px;
	padding-right: 0;
	padding-left: 0;
}
#top hgroup {
	width: 160px;
	margin: 50px auto;
}
#top_space {
	height: 100px;
}
#top hgroup #menu {
	position: relative;
	left: -330px;
	top: 0px;
}

/* header - ヘッダー
------------------------------------------------ */
header {
	background: url(../images/head_back.jpg) no-repeat;
	width: 1024px;
	height: 180px;
	padding: 0;
}

header hgroup div {
	color: #FFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	float: right;
	margin-top: 15px;
	margin-right: 60px;
}
header hgroup div a {
	text-decoration: none;
	color: #FFF;
}


/* menu - メニュー
------------------------------------------------ */
#menu a:active { outline: none; }
#menu a:focus { -moz-outline-style: none; }

#menu li span { opacity: 0;}

ul#menu {
	width:804px;
	margin:15px 0 0 10px;
	padding:0;
	list-style:none;
	background-color: #020C28;
	float:left;
}
ul#menu li { float:left; }
ul#menu li span { text-indent: -9999px; }
	
ul#menu li a {
	background:url(../images/nav.png) no-repeat scroll top left;
	display:block;
	height:100px;
	position:relative;
}

ul#menu li a span {
	background:url(../images/nav.png) no-repeat scroll bottom left;
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	z-index:100;
}
ul#menu li a span:hover { cursor:pointer; }

ul#menu li a.menu01 { width:134px; }
ul#menu li a.menu02 { width:134px; background-position:-134px 0px; }
ul#menu li a.menu03 { width:134px; background-position:-268px 0px; }
ul#menu li a.menu04 { width:134px; background-position:-402px 0px; }
ul#menu li a.menu05 { width:134px; background-position:-536px 0px; }
ul#menu li a.menu06 { width:134px; background-position:-670px 0px; }
	
ul#menu li a.menu01 span { background-position:0px -100px; }
ul#menu li a.menu02 span { background-position:-134px -100px; }
ul#menu li a.menu03 span { background-position:-268px -100px; }
ul#menu li a.menu04 span { background-position:-402px -100px; }
ul#menu li a.menu05 span { background-position:-536px -100px; }
ul#menu li a.menu06 span { background-position:-670px -100px; }

ul#menu li .menu01#on { background-position:0 -200px;}
ul#menu li .menu02#on { background-position:-134px -200px; }
ul#menu li .menu03#on { background-position:-268px -200px; }
ul#menu li .menu04#on { background-position:-402px -200px; }
ul#menu li .menu05#on { background-position:-536px -200px; }
ul#menu li .menu06#on { background-position:-670px -200px; }



/* prof - プロフィール
--------------------------------------------*/
.prof{
	width: 800px;
	margin-left: -10px;
}
.prof tr .name { width: 430px;}
.prof tr .hall { width: 280px;}

.prof tr td img {
	height: 24px;
	width: 24px;
	margin-top: 6px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.prof tr td a:hover {
	background-color:#FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.group,.koten { border-style: none; text-indent: 40px; }
.group { background: url(../images/icon/group.png) no-repeat; }
.koten { background: url(../images/icon/koten.png) no-repeat; }

.prof.and_photo {
	float: left;
	width: 550px;
	margin-left: 20px;
}
.prof tr .year {
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	letter-spacing: -2px;
	color: #CCC;
	text-indent: -10px;
	padding-right: 5px;
}
#prifile .photo{
	margin: -50px 0 0 30px;
}


/* Exhibition - 展示情報
------------------------------------------------ */
#exhibition {
	margin-bottom: 100px;
}
#exhibition .photo {
	float:right;
	margin: -260px 0 0 30px;
}
#exhibition table {
	width: 460px;
}
#exhibition table tr th {
	text-indent: 14px;
	background-color: #FFF;
	background: url(../images/list.png) no-repeat 10px center;
	color: #333;
	font-weight: normal;
	font-size: 13px;
}









/* Photos - ギャラリー
------------------------------------------------ */
.Photos　ul {
	margin: 0;
	padding: 0;
}
.Photos li {
	height:145px;
	margin: 0px;
	padding: 5px 0;
	float: left;
}
.Photos li a img {
	width: 145px;
	height:145px;
	padding:0px;
}
.Photos li a:hover {
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* footer - フッター
------------------------------------------------ */
footer {
	position: relative;
	background-image: url(../images/foot_back.jpg);
	color: #FFF;
	padding-top: 10px;
	float: left;
	width: 100%;
}
#footmenu {
	width: 620px;
	height: 40px;
	margin: 0px auto 10px auto;
}
#footmenu ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	float: left;
	margin:0 5px;
	padding:0 10px;
	line-height: 40px;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
#footmenu ul li a:hover {
	background-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5x;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
#footlogo {
	background-image: url(../images/logo_foot.png);
	height: 100px;
	width: 400px;
	background-repeat: no-repeat;
	clear: both;
	margin: 0px auto;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

#copyright {
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 2px;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}


/* pagetop - ページトップ
------------------------------------------------ */
#pagetop {
	display: inline-block;
	position: absolute;
	top: -33px;
	right: 20px;
}
