
body{                                                               /* ページ全体の設定 */
   background-image:url(images/meishi1.jpg);                               /* 背景画像の設定 */
   background-repeat:no-repeat;                                     /* 背景画像を繰り返さない */
   background-position:0% 120%;                                         /* 背景画像の位置 */
   background-attachment: fixed;                                    /* 背景画像をスクロールさせない */
	margin:0;
	padding:0;
	font-size:14px;
}

#header{
	width:950px;
	margin:0 auto;
	border-bottom:1px solid #333;
}
	#header h1{
		font-size:24px;
		margin:5;
	}

#content{
	width:950px;
	margin:10px auto;
	overflow:auto;
}

#main{
	float:left;
	width:630px;
	margin-right:20px;
}
	#main .left{
		float:left;
	}


#pan{
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	line-height:25px;
	overflow:auto;
}
	#pan li{
		float:left;
		padding-right:5px;
		display: inline;
	}
#sidemenu{
	float:right;
	width:300px;
}
	#sidemenu .menu{
		margin:10px 0 0 0;
		padding:0;
		list-style:none;
	}
	#sidemenu .menu li{
		background:url(images/menu_bg.png) repeat-x;
		line-height:40px;
		padding-left:10px;
	}
	#sidemenu .end{
		line-height:40px;
		padding-left:10px;
	}
	

#footer{
	border-top:1px solid #333;
	width:950px;
	margin:0 auto;
	clear:both;
	text-align:right;
	padding:10px 0;
}

span.font1 {font-size: 12px; }
span.maintitle{
        font-size: 14px;
        position:relative; top:10px; left:100px;
    }

a {
	 text-decoration: none;
	 }
 a:hover { 
    background-color: #e0e0e0;
     }

.clear{
	clear:both;
}
