@charset "utf-8";

body {
    margin: 0;
	background-image: url(../../_common/image/backimg.jpg);
	line-height: 1.8;
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:80%;
}

#back_wrapper{
	margin: 0;
	background-image: url(../../_common/image/back.jpg);
	background-repeat:repeat-x;
	padding-top: 80px;
}

#wrapper{
	min-height: 700px;
	background-image: url(../../_common/image/paisley.jpg);
	background-repeat: no-repeat;
	/* ie 6 hack */
	height: auto !important;
	height: 700px;
}

#container{
	width: 970px;
	margin: 0 auto 30px;
	background-color: #fff;
	z-index: 2;
	position: relative;	
}

#contents{
	width: 640px;
	margin-right: 60px;
	float: right;
	
	/* ie 6 hack */
	_margin-right: 30px;
}

h1{
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top:  0px;
	width: 100%;
	z-index: 1;
}

h2{
	font-family: "times";
	font-size: 150%;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #633;
    background-image: url("../../_common/image/line01.png");
    background-position: left bottom;
    background-repeat: repeat-x;
}
	h2 span {
		font-size: 12px;
		font-weight: normal;
		float: right;
		color: #aaa;
		padding-right: 1em;
		margin-top: 8px;
				
	/* ie 6 7 hack */
		 #margin-top: -25px;
	}
	
			
h3{
	font-size: 100%;
	color: #633;
	letter-spacing: 1px;
	line-height: 1.3;
	border-bottom: 1px dotted #C0C0C0;	
}


h4{
	letter-spacing: 1px;
}

span.mark{
	color: #f5deb3
}


.section{
	margin: 30px 0 60px;
}

.section_2column {
	padding-bottom:40px;
	overflow: hidden;	
}
.section_2column img {
	float: left;
	margin-right: 20px;
}
.section_2column p {
	float: right;
	width: 220px;
	margin:0;
}

p{
	padding: 0;
}

/* profile exhibitionリスト */

th{
	width: 80px;
}

tr{
	vertical-align:top;
	line-height: 2;
}


/* profile exhibitionリスト 終わり */

dl{
}
dt{
  float : left;
  clear : both;
  width : 5em;
	text-align:right;
	font-weight:bold;
}

dd{
  margin-left : 6em;
}
ul{
	padding: 0;
	font-size: 70%;
}

li {
    list-style-type: none;
}

.menu{
	width: 140px;
	margin: 60px 40px 0 90px ;
	float: left;
	
	/* ie 6  7 hack */
	#display:inline;
	#margin: 10px 5px 0 55px ;
	#padding-top: 50px;
}


.menu li{
	list-style-type: none;
	line-height:0;
}

.menu li a{
	display: block;
	margin-bottom: 30px;
	padding-left:10px; 
	font-size: 170%;
	font-family: "times";
	color: #633;
	text-decoration: none;
	line-height:normal;
}

.menu li a:hover{
	color:#696969;
}


a:link {
    color: #77A430;
	text-decoration: none;
}

a:hover {
    color: #999966;
    text-decoration: underline;
}

a:visited{
	color:#556b2f;
	text-decoration: none;
}

#nav{
	text-align: center;
	padding-bottom: 50px;
}
#nav a{
	margin: 0 5px;	
}

.select{
	color:#FF0000;
	pointer-events:none;
}

#menu_foot{
	position:absolute;
	bottom:2%;
	left:1%; 
}

#footer{
	clear: both;
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 85%;
	color: #d2b48c;
	text-align: right; 
	padding:0 40px 20px;
}



#pics {
	position: relative;
}
#pics li {
	left: 0;
}

.colorbox {
	padding-bottom: 20px;
}

.section_2column .colorbox img{
	border: none;
}

