@charset "utf-8";

/* 共通設定 */
@import url("common.css");

/* ================================================== */
/*  トップページ  */
/* ================================================== */

/* --- wrapper --- */
#wrapper {
	background:url(../images/top/circle_r.png) no-repeat center bottom;
}
/* end */

/* --- container --- */
#container {
	width:810px;
	margin:0 auto;
	background:url(../images/top/contentsback.png) repeat-y 0 0;
	position:relative;
}
	
	#container .circle_l {
		width:150px;
		height:400px;
		background:url(../images/common/circle_l.png) no-repeat 0 0;
		position:absolute; top:280px; left:-145px;
	}
	
	#container h1 {
		height:0;
		line-height:50px;
		overflow:hidden;
	}
/* end */

/* --- 文字サイズ変更 --- */
#switcher {
	background:url(../images/top/switcherback.png) repeat-y 0 0;
}

/* end */

/* --- フラッシュ --- */
#flasharea {
	width:800px;
	height:500px;
	padding:0 5px;
	background:url(../images/top/flashback.png) no-repeat 0 0;
}
	
	#flasharea #topflash {
		width:800px;
		height:500px;
	}
/* end */

/* --- グローバルナビゲーション --- */
ul#globalnav {
	width:800px;
	height:40px;
	padding:0 5px;
	list-style:none;
	background:url(../images/top/navback.png) no-repeat 0 0;
}
	
	ul#globalnav li {
		width:160px;
		height:40px;
		display:inline;
		float:left;
	}
	
	ul#globalnav a {
		width:160px;
		height:40px;
		display:block;
		line-height:100px;
		overflow:hidden;
		background:url(../images/top/nav/kuramoto.png) no-repeat 0 0;
	}
		
		ul#globalnav .question a {
			background:url(../images/top/nav/contact.png) no-repeat 0 0;
		}
		
		ul#globalnav .link a {
			background:url(../images/top/nav/link.png) no-repeat 0 0;
		}
		
		ul#globalnav .english a {
			background:url(../images/top/nav/english.png) no-repeat 0 0;
		}
		
		ul#globalnav .sitemap a {
			background:url(../images/top/nav/sitemap.png) no-repeat 0 0;
		}
	
	ul#globalnav a:hover {
		background-position:0 -40px;
	}
/* end */

/* --- メインコンテンツ --- */
#maincontents {
	width:800px;
	margin:0 5px;
	overflow:hidden;
	background:url(../images/top/menu_under.png) repeat-x 0 0;
	position:relative;
}
	
	#maincontents #left {
		width:580px;
		padding:0 0 120px 0;
		overflow:hidden;
		background:url(../images/common/circle_l.png) no-repeat -150px -290px;
	}
		
		/* 日記バナー */
		#maincontents #left #diary {
			width:190px;
			margin:20px 0 0 0;
			padding:0 15px 0px 15px;
		}
			
			#maincontents #left #diary a {
				display:block;
				width:190px;
				height:80px;
				margin:0 0 10px 0;
			}
			#maincontents #left #diary a.last {
				display:block;
				width:190px;
				height:80px;
				margin:0 0 0px 0;
			}
		/* end */
			
		/* カレンダー */
		#maincontents #left #calendar {
			width:188px;
			height:200px;
			margin:0 15px;
			text-align:center;
			background:#ffffff;
		}
		/* end */

		/* メルマガ・インターンバナー */
		#maincontents #left #otherbn {
			width:190px;
			margin:10px 0 0 0;
			padding:0 15px 0px 15px;
		}
			
			#maincontents #left #otherbn a {
				display:block;
				width:190px;
				height:60px;
				margin:0 0 5px 0;
			}
		/* end */

				
		/* 新着情報 */
		#maincontents #left #news {
			width:360px;
			margin:13px 0 0 0;
		}
			
			#maincontents #left #news h2 {
				width:360px;
				height:75px;
				line-height:200px;
				overflow:hidden;
				background:url(../images/top/newstitle.png) no-repeat 10px 0;
			}
			
			#maincontents #left #news #newsarea {
				width:340px;
				height:600px;
				padding:10px;
				background:url(../images/top/newsbox.jpg) no-repeat 0 0;
			}
				
/*				#maincontents #left #news #newsarea ul {
					width:340px;
					padding:0 10px;
					list-style:none;
					background:url(../images/top/newsbox_body.png) repeat-y 0 0;
				}
					
					#maincontents #left #news #newsarea ul li {
						margin:0 0 10px 0;
					}
									
				#maincontents #left #news #newsarea #newsbottom {
					width:360px;
					height:20px;
					margin-top:-10px;
					background:url(../images/top/newsbox_bottom.png) no-repeat 0 bottom;
				}
*/
		/* end */
		
	
	#maincontents #right {
		width:190px;
		padding:0 15px 120px 15px;
	}
		/* お問い合わせ、ご注文 */
		#maincontents #right img.contact {
			width:190px;
			margin:20px 0 0 0;
		}
		/* end */
		
		/* 商品バナー */
		#maincontents #right #product {
			width:190px;
			margin:20px 0 0 0;
			list-style:none;
		}
			
			#maincontents #right #product a {
				display:block;
				width:190px;
				height:150px;
				margin:0 0 10px 0;
			}
			#maincontents #right #product a.bn {
				display:block;
				width:190px;
				height:63px;
				margin:0 0 10px 0;
			}

		/* end */
	
	/* テキストリンク */
	#maincontents #txtlink {
		clear:both;
		width:580px;
		color:#323232;
		font-size:12px;
		line-height:160%;
		position:absolute; left:15px; bottom:20px;
	}
		
		#maincontents #txtlink a {
			color:#323232;
		}
		
		#maincontents #txtlink a:hover {
			color:#646464;
		}
	/* end */

	/*des*/
	#maincontents .des {
		position:absolute; left:5px; bottom:0px;
	}
	/* ページの先頭へ */
	#maincontents .gotop {
		position:absolute; right:15px; bottom:0px;
	}
	/* end */
/* end */

/* --- footer --- */
#footer {
	width:760px;
	background:url(../images/top/footerback.png) repeat-y 0 0;
}
	
	#footer #address {
		float:left;
		padding:25px 0 0 0;
		font-size:12px;
		line-height:150%;
	}
	
	#footer #copyright {
		background:url(../images/footer/circle.png) no-repeat 44px 0;
	}
/* end */


