@charset "euc-jp";
/* UniversalReset */ 
*{
	margin:0px;
	padding:0px;
}




/*============================================================

01.要素のリセット

============================================================*/
body{
	font-size:0.8em;
	text-align:center;
	background-color:#FFF;
	color:#000;
	font-family:Verdana, Osaka, "ＭＳ Ｐゴシック";
	/*background:url(背景画像パスを入力) repeat left top;*/
}

img{
	border:none;
	margin:0px;
	padding:0px;
}

teble,tr,td,th,p,h1,h2,h3,adderss{
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-size:100%;
}

/*========== floatバグ回避 ==========*/

.clear{  clear: both; }

.clearfix:after {
	content: ".";
	width: 0px;
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;	
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*=============================================

02.文字の装飾

=============================================*/

/*リンク色基本設定----------------------------*/

a:link		{
	color:#555;
	text-decoration:underline;
}

a:visited	{
	color:#555;
	text-decoration:underline;
}

a:active	{
	color:#555;
	text-decoration:underline;
}

a:hover	{
	color:#BBB;
	text-decoration:underline;
}


/*=================================================================================

スケジュール表示用

=================================================================================*/
/* 全体レイアウト用 */
#Contents{	
	margin:0px auto;
}

/* ページタイトル背景 */
#Header{
	color:#FFF;
	margin:0px auto;
	background-color:#000;
	/*background:url(背景画像パスを入力) repeat-x left top;*/
}

/* ページフッター背景 */
#Footer{
	height:100px;
	max-height:80px;
	color:#FFF;
	padding:20px 0px 0px 0px;
	margin:0px auto;
	background-color:#000;
	/*background:url(背景画像パスを入力) repeat-x left top;*/
}

/* ページタイトル画像 */
#PageTitle{	
	width:700px;
	padding:0px 0px 0px 20px;
	margin:0px auto;
}

/* 日付一覧 */
#DayList{	
	width:700px;
	text-align:right;
	padding:20px 0px 0px 0px;
	margin:0px auto;
}

/* サムネイル大枠 */
#ThumList{
	width:700px;
	margin:0px auto;
	padding:10px 0px 20px 0px;
}

/* サムネイルグループ */
.DayTitle{
	width:680px;	
	margin-left:20px;
	font-size:1.4em;
	font-weight:bold;
	color:#FFF;
	padding:5px 0px 5px 0px;
	background-color:#000;
}

.ThumGroup{
	width:700px;
	padding-bottom:10px;
	/*background:url(背景画像パスを入力) no-repeat left top;*/
}

.Thum{
	width:140px;	
	height:320px;
	float:left;
	/*background:url(背景画像パスを入力) no-repeat left top;*/
}


.photo	{
/*	width:120px;	*/
	height:160px;
	margin:10px 0px 0px 20px; 
}

.photo	img{
	width:120px;
/*
	height:160px;
	margin:10px 0px 0px 20px; 
*/
}

.prof{
	width:120px;
	margin:0px 0px 0px 20px; 
	padding:10px 0px 5px 0px;
	text-align:left;
}

.name{
	font-size:1.3em;
	font-weight:bold;
	color:#06A968;
}

.age{
	font-size:0.75em;
}

.time{
	font-size:1.3em;
	font-weight:bold;
}

.size{
	font-size:0.7em;
	color:#888;
}


