﻿@charset "UTF-8";

/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

body {
	/*background-image:url(./bg.gif);*/
	/*background-repeat:repeat-x;*/
	background: #000;
	
	font-family: 'Didact Gothic', 'Cabin', sans-serif;
	font-size: 16px;
	/*font-style: normal;*/
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	/*line-height: 1.2;*/
	color: #fff;
}
a:link, a:visited {
	color: #99F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 100%;
	margin: 0 auto;
}
#main {
	width: 1025px;
	/*margin-left: 120px;*/
	margin: 0 auto;
}
#menu {
	position: fixed;
	top: 0;
	/*left: 20px;*/
	background: #000;
	width: 100px;
	font-size: 100%;
	padding-top: 20px;
	z-index: 999;
	margin-left: -100px;
}
#menu .title {
	float: left;
	margin: 20px 20px 0 0;
}
#menu .title img{
	/*z-index: 999;*/
}
#menu h1 span{
	display: none;
}
#menu h2{
	font-size:120%;
	font-weight: 500;
	color:#333;
}
#menu h1{
	
}
nav ul{
	display: inline-block;
	list-style: none;
}
nav ul li {
	float: left;
	padding: 0 10px;
	text-align: center;
}
nav a{
	text-decoration: none;
	color: #999;
	display: block;
}
nav a:hover {
	color: #333;
}
nav.reflect{
	float: left;
	position: relative;
}

h2.title {
	/*width: 100%;*/
	height: 34px;
	background: #000;
	margin: 0;
	font-size: 80%;
	color: #cd9d3b;
	padding-left: 20px;
	padding-top: 16px;
	clear: both;
}
h2.title img{
	float: left;
	padding-right: 15px;
	margin-top: -8px;
}
#home {
	width: 100%;
	/*padding-top: 50px;*/
	margin-top: 20px;
}

#profile {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #e0e0de;
	background-image: url('img/profile.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}
#profile h3 .en{
	font-weight: normal;
}
#profile .profileL{
	float: left;
	/*width: 510px;*/
	width: 50%;
}
#profile .profileR {
	float: left;
	/*width: 510px;*/
	width: 50%;
}
#profile p, #profile h3{
	padding: 20px;
	color: #161616;
}
#profile {
	height: 1100px;
}
#schedule {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #111;
	margin-bottom: 100px;
}
#schedule  p{
	padding-left: 20px;
	margin: 10px 0;
}
#schedule dl {
	margin-left: 80px;
	margin-bottom: 25px;
}
#schedule dt{
	width: 120px;
	float: left;
	margin: 0 0 .2em 0.2em;
	padding-bottom: .1em; 
}
#schedule dd {
	margin-bottom: .1em;
	padding: 0 0 .2em 6.5em;
	/*border-bottom: 1px dotted #ccc;*/
}
#schedule dl dd span.cat {
	/*width: 200px;*/
	padding-right: 10px;
	font-size: 90%;
}
#schedule p.photo {
	margin-left: 100px;
}
#schedule p.photo img{
	margin-right: 20px;
}
#contact {
	padding-top: 20px;
	background: #191919;
}
#contact p{
	padding: 20px;
}

#footer{
	margin-top: -50px;
	padding: 0;
}
.copyright{
	font-size: 60%;
	padding: 3px 5px 0px 20px;
}
a {
	outline:none;
}
img {
	border-style:none;
}
a img {
	border-style:none;
}

@media screen and (max-width: 1245px) {
	#main {
		width: 80%;
		margin-right: 7%;
	}
	#home img {
		width: 100%;
		height: auto;
	}
	#profile .profileL, #profile .profileR{
		width: 50%;
	}
}
@media screen and (max-width: 1120px) {
	#profile .profileL, #profile .profileR{
		font-size: 90%;
	}
}
@media screen and (max-width: 1024px) {
	#main {
		margin-right: 6%;
	}
}
@media screen and (max-width: 950px) {
	#profile {
		height: 1200px;
	}
}
@media screen and (max-width: 800px) {
	#profile {
		height: 1300px;
	}
}
@media screen and (max-width: 750px) {
	#profile {
		height: 1400px;
	}
}