@charset "shift_jis";



/*
 * ページ全体： ロゴマーク、グローバルメニュー、メイン、フッターが入るボックス
 */

div#container {
	width: 900px;
	margin: 0px auto;
	position: relative;
	height: 500px;
}



/* フッター定義： ページへのリンク、コピーライト表示 */
/*　ページ下部のオレンジ線、topからの距離で表す。150pxずつ*/
#foot {
	top: 3350px;
}



/* メイン定義： 左側メニュー、パンくずリスト、コンテンツが入るボックス */
/*　ページ左部の灰色の部分、heightをfootの-120pxに変更する*/
div#main {
	position: absolute;
	_position: absolute;
	top: 120px;
	left: 0px;
	height: 3230px;
	width: 900px;
}



/* レフトボックス定義： ページ内のメニュー */

#leftbox {
	position: absolute;
	_position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}


#leftbox ul {
	margin: 35px 0 0 0;
	border-top: 0px solid #000;
	padding: 0 0 0 0;
	list-style-type: none;
}


#leftbox li {
	margin: 3px;
	padding: 0;
}


#leftbox a {
	font-size: 80%;
	display: block;
	width: 160px;
	height: 1.3em;
	color: #333;
	margin-left: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #888;
}


#leftbox a:hover {
	color: red;
	border-bottom: 1px dotted red;
}


#leftbox_in {
	position:absolute;
	_position:absolute;
	left: 5px;
	top: 5px;
	width:190px;
	margin:0;
	padding:0;
	padding-bottom: 15px;
	background-color:#ffffff;
	border:2px outset #f8f8ff;
	text-align: left;
}


.lmenu_title {
	position:absolute;
	_position:absolute;
	top: 10px;
	left: 5px;
}



/* メインボックス定義： ページ内のコンテンツ */

#mainbox {
	position: absolute;
	_position: absolute;
	top: 0px;
	left: 200px;
	height: 700px;
	width: 700px;
	z-index:1;
	clear: both;
	padding-top: 35px;
	padding-bottom:0px;
}


#main_text {
	position: absolute;
	_position: absolute;
	top: 25px;
	left: 0px;
	width: 700px;
/*	height: 2035px; */
	clear: both;
}



/* パンくずリスト定義： パンくずリスト */

#pankuzu {
	position: absolute;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 685px;
	height: 20px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 15px;
	text-align: left;
}



.top_link {
	position: absolute;
	_position: absolute;
	left: 0px;
	width: 700px;
	height: 25px;
	font-size: 0.8em;
	padding-top: 10px;
	text-align: right;
	font-size: 80%;
}



p.tenpo {
	font-size:110%;
	font-weight:600;
}



p.pan_name {
	text-indent:0.2in;
	font-size:105%;
	font-weight:600;
}



p.pan_setumei {
	text-indent:0.3in;
}



.floatclear {
	clear:both;
}



.photo {
	float:right;
	padding-bottom:10px;
}



p.kako {
	top:160px;
	font-weight:bold;
}



h3 {
	background-color:#FFFFFF;
	border-color:#ffcc33;
	border-bottom: 3px solid #ffc784;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 3px;
	margin-top: 15Px;
	margin-right: auto;
	margin-bottom:10px;
	margin-left: auto;
}



ul.example li {
	margin-left: 2em;
	line-height : 20px;
}



.mark img{
	vertical-align:middle;
}




a.continue {
	display: none;
}



.col1 {
	background-image: url(./michel_img/log_table_bg_middle.gif);
	background-repeat: repeat-y;
	background-position: top left;
}


.col2 {
	display: none;
}


.col3 {
	background-image: url(./michel_img/log_table_bg_middle.gif);
	background-repeat: repeat-y;
	background-position: top right;
}



table {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px;
	border-color: black;
}


div.month_title {
	padding-top: 15px;
	padding-left: 20px;
}


div.month_title img {
	vertical-align: middle;
}


table tr.month_top {
	height: 45px;
	padding: 20px;
	font-size: 130%;
	vertical-align: middle;
	background-image: url(./michel_img/log_table_bg_top.gif);
	background-repeat: no-repeat;
}


table tr.month_middle {
}


table tr.month_middle td {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}


table tr.month_bottom {
	height: 38px;
	padding: 20px;
	background-image: url(./michel_img/log_table_bg_bottom.gif);
	background-repeat: no-repeat;
}


