@charset "shift_jis";

/*main style*/
body {
	width:1000px;
	}

img {
	border:0px;
	}

#container{
	width:980px;
	background-color:#fff;
	}

/*header*/
	#container #head{
		width:980px;
		margin:0;
		background:url(../image2/bg.gif) repeat-x;
		}
		#container #head #head01{
			width:759px;
			height:193px;
			margin:0 auto;
			background:url(../image2/head.gif) no-repeat;
			text-indent:-9999px;
			font-size:0px;
			line-height:0em;
			}
/*content*/
	#container #content{
		width:980px;
		background:#f2bad5;
		margin:0;
		}
/*main*/				
	#container #content #main{
		clear:both;
		width:800px;
		background:#fff;
		margin:0 auto;
		padding:23px 0 55px 0;
		}
/*day*/
		#container #content #main table.day{
			width:348px;
			}
			#container #content #main .leftline {
				background:url(../image2/t06.gif) right no-repeat;
				width:226px;
				height:54px;
				}
			#container #content #main .rightline {
				background:url(../image2/t09.gif) left no-repeat;
				width:226px;
				height:54px;
				}
			#container #content #main table.day td.day_t_line {
				background:url(../image2/t07.gif) repeat-x;
				height:10px;
				}
			#container #content #main table.day td.day_m {
				text-align:center;
				}
			#container #content #main table.day td.day_b_line {
				background:url(../image2/t08.gif) repeat-x;
				height:10px;
				}
/*box*/
		#container #content #main .box{
			width:690px;
			margin:0 auto 20px;
			}
			#container #content #main .line{
				background:url(../image2/line.gif) no-repeat;
				width:650px;
				height:23px;
				}
			/*otayori button*/
			#container #content #main .box .otayori a{
				background:url(../image2/b_otayori.gif) 0 0 no-repeat;
				width:65px;
				height:65px;
				text-indent:-9999px;
				font-size:0px;
				line-height:0em;
				display:block;
				}
				#container #content #main .box .otayori a:hover{
				background-position:0 -65px;
				}
		/*box left line*/
		#container #content #main .box td.leftline{
				background:url(../image2/c05.gif) repeat-y;
				width:25px;
				}
		/*box right line*/
		#container #content #main .box td.rightline{
				background:url(../image2/c06.gif) repeat-y;
				width:15px;
				}
		/*photo*/
		#container #content #main .box .photo{
				margin:10px 0 20px;
				}
		/*staff comment*/
		#container #content #main .box .comment{
				font-size:12px;
				line-height:1.5em;
				margin:0 0 20px;
				}
				#container #content #main .box .comment th{
					width:60px;
					padding:0 5px 0 0;
					vertical-align:top;
					text-align:right;
					}
				#container #content #main .box .comment td{
					text-align:left;
					}
		/*box bottom*/
		#container #content #main .box td.bottom{
				background:url(../image2/c07.gif) no-repeat;
				width:690px;
				height:15px;
				}
		

/*page up button*/
#container #content #pageup{
	width:183px;
	margin:10px auto;
	}
#container #content #pageup a{
	background:url(../image2/b_pageup.gif) 0 0 no-repeat;
	width:183px;
	height:35px;
	text-indent:-9999px;
	font-size:0px;
	line-height:0em;
	display:block;
	}
	#container #content #pageup a:hover{
		background-position:0 -35px;
		}

	
/*footer*/
#container #content #footer{
	font-size:12px;
	line-height:1.5em;
	text-align:center;
	margin:0;
	padding:10px;
	}
	
	
.font10{
	font-size:10px;
	line-height:1.5em;
	}
.font12{
	font-size:12px;
	line-height:1.5em;
	}
.font14{
	font-size:14px;
	line-height:1.5em;
	}
.font16{
	font-size:16px;
	line-height:1.5em;
	}
.font18{
	font-size:18px;
	line-height:1.5em;
	}
.red{
	color:#FF0000;
	}

