/*共通項目のCSS*/
*{
margin:0;
padding:0;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#base {
	background-position: center top;
	padding: 0px;
	height: 100%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(image/back.gif);
}
body {
	/*background-image: url(image/back.gif);*/
}

/*ヘッダー*/
#header {
	background-image: url(image/title.jpg);
	padding: 0px;
	height: 63px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
/*
#header_a {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #333333;
	width: 765px;
	height: 13px;
	position: absolute;
	top: 13px;
}*/
#header_a {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #333333;
	width: 765px;
	height: 13px;
	position: absolute;
	top: 13px;
}

/*ナビ*/
#navilink {
 margin:0;
 width:800px;
 height:31px;

}
#navilink em{
 float:left;
 list-style:none;
 text-indent:-9999px;
}
#navilink a{
	display:block;
	height: 31px;
	background-image: url(image/navilink.gif);
	background-position: left top;

}

#closeup a {
	background-position: 0px 0px;
	width: 130px;

}
#event a {
	background-position: -130px 0px;
	width: 68px;
}
#movie a {
	background-position: -198px 0px;
	width: 70px;
}
#open a {
	background-position: -268px 0px;
	width: 70px;
}
#gurume a {
	background-position: -338px 0px;
	width: 58px;
}
#spa a {
	background-position: -396px 0px;
	width: 68px;
}
#art a {
	background-position: -463px 0px;
	width: 58px;
}
#disc a {
	background-position: -522px 0px;
	width: 115px;
}
#book a {
	background-position: -637px 0px;
	width: 62px;
}
#bridal a {
	background-position: -699px 0px;
	width: 100px;
}

#closeup a:hover {
	background-position: 0px -31px;
	width: 130px;
}
#event a:hover {
	background-position: -130px -31px;
	width: 68px;
}
#movie a:hover {
	background-position: -198px -31px;
	width: 70px;
}
#open a:hover {
	background-position: -268px -31px;
	width: 70px;
}
#gurume a:hover {
	background-position: -338px -31px;
	width: 58px;
}
#spa a:hover {
	background-position: -396px -31px;
	width: 68px;
}
#art a:hover {
	background-position: -463px -31px;
	width: 58px;
}
#disc a:hover {
	background-position: -522px -31px;
	width: 115px;
}
#book a:hover {
	background-position: -637px -31px;
	width: 62px;
}
#bridal a:hover {
	background-position: -699px -31px;
	width: 100px;
}
/*ナビ*/

/*左記事部分*/
#main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 602px;
}

h1,h2 {
	text-indent: -9999px;
}
/*共通項目*/
#main p {
	font-size: 12px;
	line-height: 18px;

}
.main_link {
	text-align: center;
	width: 500px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 70px;
	border-bottom-width: 1px;

	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 12px;
	color: #666666;
	padding: 3px;
}


.main_waku{
	width: 500px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 70px;
}
.main_waku_line{
	width: 500px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 70px;
	border: 1px solid #999999;
}
.main_sub {
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	padding: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 3px;
}


h4 {
	font-size: 16px;
	color: #CC0000;
	line-height: 20px;
	margin-bottom: 5px;

}

h5 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 3px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}
.a_title1 {
	font-size: 16px;
	color: #CC0000;
	line-height: 20px;
	border-bottom-width: 1px;

	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
	width: 500px;
}

.copy {
	font-size: 10px;
	color: #333333;
	margin: 2px;
	clear: both;
}


/*リンク*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}


/*右バナーとか*/
#sub {
	padding: 0px;
	float: left;
	width: 168px;
	background-image: url(image/side_base.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	text-align: center;
}
#subtop {
	background-image: url(image/side_top.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
}
#sub img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}


/*フッター*/
#base_osae {
	clear: both;
	height: 16px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-image: url(image/back3.gif);
}
#footer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(image/back2.gif);
	background-repeat: repeat-y;
	padding: 0px;
	font-size: 11px;
}
#footer p {
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
	line-height: 12px;
	padding-left: 20px;
}
#footer_menu {
	width: 750px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px;
}
#footerline {
	background-image: url(image/bottom_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	margin: 0;
	width: 800px;
	padding: 0px;
	height: 2px;
}

#footer_osae {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(image/bottom.gif);
	height: 14px;
}
