@charset "utf-8";

/* base.css */

body {
	font-size: 13px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*background-image: url('../img/nt2.gif');*/
	background-image: url('../img/nt_bg_7thAnniv.gif');
	background-repeat: repeat;
	margin: 0px;
	color: #666666;
}

h1,h2,h3,h4,h5,h6,p,td,th {
	margin: 0;
	padding: 0;
}

a {
	color: #6666CC;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

img {
	border: 0;
}

.clear_both {
	clear: both;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	border-left: 2px solid #EEE;
	border-right: 2px solid #EEE;
}

/* ヘッダー↓ */

#header {
	width: 100%;
}

#headerInner {
	width: 100%;
	padding-bottom: 3px;
	margin-bottom: 2px;
	background-color: #ffffff;
	border-bottom: 2px solid #EEE;
	opacity: 0.95;
	filter: alpha(opacity=95);	/* IE6、IE7対応 */
	-moz-opacity: 0.95;		/* Firefox1.5以前対応 */
}

#headerInner:hover {
	opacity: 1;
	filter: alpha(opacity=100);	/* IE6、IE7対応 */
	-moz-opacity: 1;		/* Firefox1.5以前対応 */
}

#headerInner .left {
	width: 250px;
	float: left;
}

#headerInner .left .newtype {
	width: 250px;
}

#headerInner .left .title {
	width: 245px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 110%;
	line-height: 130%;
	padding: 5px 0;
	text-align: center;
}

#headerInner .adbanner {
	width: 460px;
	margin: 15px 25px;
	float: left;
}


#headerInner .right {
	width: 240px;
	float: right;
}

#headerInner .right .link {
	width: 240px;
	height: 30px;
}

#headerInner .right .link ul {
	margin: 0;
	padding: 0;
}

#headerInner .right .link ul li {
	width: 100px;
	height: 25px;
	float: left;
	margin: 0 10px;
	margin-bottom: 5px;
	list-style-type: none;
}

#headerInner .right .shopinfo {
	width: 240px;
}

#headerInner .right .shopinfo .tel_number {
	width: 154px;
	margin: 0 10px 5px 76px;
}

#headerInner .right .shopinfo .schedule {
	width: 220px;
	margin-right: 20px;
}

#headerInner .right .shopinfo .schedule .header {
	text-align: left;
	line-height: 120%;
	color: #3399ff;
	font-size: 120%;
	font-weight: bold;
	margin-left: 10px;
}

#headerInner .right .shopinfo .schedule .body {
	text-align: right;
	line-height: 120%;
	color: #3399ff;
}

#headerInner .social {
	height: 44px;
	float: right;
}

#headerInner .social ul {
	margin: 0;
	padding: 0;
}

#headerInner .social li {
	width: 70px;
	float: left;
	list-style-type: none;
}

/* ヘッダー↑ */
	
/* ↓グローバルナビ↓ */

#global_navigator {
	width: 100%;
	height: 47px;
	margin-bottom: 5px;
	background-image: url('../img/navi_back.png');
	background-repeat: repeat-x;
}

#global_navigator ul {
	width: 100%;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

#global_navigator li {
	width: 113px;
	height: 47px;
	float: left;
	list-style-type: none;
	margin: 0 1px;
	z-index: 100;
	opacity: 0.95;
	filter: alpha(opacity=95);	/* IE6、IE7対応 */
	-moz-opacity: 0.95;		/* Firefox1.5以前対応 */
}

#global_navigator li.side {
	width: 40px;
	height: 47px;
	float: left;
	list-style-type: none;
	margin: 0;
	z-index: 100;
	opacity: 1;
	filter: alpha(opacity=100);	/* IE6、IE7対応 */
	-moz-opacity: 1;		/* Firefox1.5以前対応 */
}

#global_navigator li:hover {
	opacity: 1;
	filter: alpha(opacity=100);	/* IE6、IE7対応 */
	-moz-opacity: 1;		/* Firefox1.5以前対応 */
}

#global_navigator li ul {
	margin: 0;
	padding: 0;
	display: none;
}

#global_navigator li:hover ul {
	margin: 0;
	padding: 0;
	display: block;
}

#global_navigator li ul li {
	margin-left: 15px;
	width: 120px;
	height: 40px;
	list-style-type: none;
}


/* ↑グローバルナビ↑ */


#path {
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
	background-color: #FF66CC;
}

#content {
	width: 100%;
	min-height: 500px;
	margin-bottom: 5px;
}

#content_left {
	width: 220px;
	min-height: 500px;
	float: left;
}

#content_main {
	width: 775px;
	float: right;
	margin-left: 5px;
	background-color: #FFFFFF;
}


#content_center {
	width: 550px;
	float: left;
	margin: 0 5px;
}

#content_center .newyear {
	width: 540px;
	border: 2px solid #FF00FF;
	background-color: #FFFFFF;
	padding: 2px 3px 10px 3px;
	margin-bottom: 5px;
}

#content_center .newyear h4 {
	color: #FF0000;
	font-weight: normal;
	font-size: 110%;
}

#content_center .newyear p {
	margin-left: 10px;
}

#content_center .newyear table {
	font-size: 100%;
}

#content_center .newyear tr {
	background-color: #EEFFFF;
}

#content_center .newyear tr:hover {
	background-color: #FDFFFF;
}

#content_center .newyear td.header_date {
	width: 154px;
	text-align: center;
	border: 1px solid #666;
	padding: 2px;
	color: #fff;
	background-color: #9999FF;
}

#content_center .newyear td.header_time {
	width: 192px;
	text-align: center;
	border: 1px solid #666;
	padding: 2px 3px;
	color: #fff;
	background-color: #9999FF;
}

#content_center .newyear td.date {
	width: 154px;
	text-align: center;
	border: 1px solid #666;
	padding: 2px;
}

#content_center .newyear td.time {
	width: 192px;
	text-align: left;
	border: 1px solid #666;
	padding: 2px 3px;
}

#content_right {
	width: 220px;
	min-height: 500px;
	float: right;
}

#footer_guide {
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
	background-color: #FF66CC;
}

/* ↓footer↓ */
#footer {
	width: 100%;
	background-color: #FFFFFF;
	border-top: 2px solid #ddd;
	opacity: 0.95;
	filter: alpha(opacity=95);	/* IE6、IE7対応 */
	-moz-opacity: 0.95;		/* Firefox1.5以前対応 */
}

#footer:hover {
	opacity: 1;
	filter: alpha(opacity=100);	/* IE6、IE7対応 */
	-moz-opacity: 1;		/* Firefox1.5以前対応 */
}

#footer #logo_area {
	width: 200px;
	margin-left: 20px;
	float: left;
	margin-bottom: 10px;
}

#sitemap_area {
	width: 750px;
	margin-right: 20px;
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
}

#sitemap_area h2 {
	font-size: 100%;
	font-weight: normal;
	padding: 2px 0;
}

#sitemap_area .left {
	width: 240px;
	margin: 5px;
	float: left;
}

#sitemap_area .left dl {
	margin: 0 10px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

#sitemap_area .left dl dt {
	font-size: 110%;
	font-weight: bold;
}

#sitemap_area .middle {
	width: 240px;
	margin: 5px;
	float: left;
}

#sitemap_area .middle dl {
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

#sitemap_area .middle dl dt {
	font-size: 110%;
	font-weight: bold;
}

#sitemap_area .middle dl dd {
	margin-left: 20px;
}

#sitemap_area .middle dl dd ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}


#sitemap_area .right {
	width: 240px;
	margin: 5px;
	float: right;
}
#sitemap_area .right dl {
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

#sitemap_area .right dl dt {
	font-size: 110%;
	font-weight: bold;
}

#copyright {
	height: 40px;
	text-align: center;
	font-size: 120%;
}
/* ↑footer↑ */

