@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../img/bg_body.jpg) repeat-y center top;
	color: #333333;
	background-color: #ECE9E2;
}
#WRAP {
	width:760px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre,dl,dd {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #0065cc;
	text-decoration: underline;
}
a:visited {
	color: #0065cc;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #FF1493;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0065cc;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #eeeeee;
	border: 1px solid #c5cbcc;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
#BAR {
	font-size:12px;
	color:  #FFFFFF;
	background-color: #CDC7B7;
	font-weight: normal;
	border:0;
	margin:0;
	padding: 2px 0 2px 10px;
	border-bottom:4px solid #524034;
height:17px;
}


#TOP {
	width: 760px;
	height: 60px;
	background: url(../img/bg_top.jpg) no-repeat;
	position: relative;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
}
#MENU-HOME {
	width: 760px;
	height: 230px;
	float:left;
	background: url(../img/main_img.jpg) no-repeat;
}
#MENU {
	width: 760px;
	height: 35px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}

.menu a:hover,
.menu a:active, 		/* for IE (Keyboard) */
.menu a:focus {		/* for Netscape (Keyboard) */
	height:32px;
	background-color:red;
}

/*___________ 【MAIN】 ___________ */
#MAIN {
	width:760px;
	float:left;
	background: url(../img/bg_main.jpg) repeat-y;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:540px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:14px;
	color: #666666;
	background: url(../img/tittle1_2.gif) no-repeat;
	background-color: #E8E8E8;
	margin: 5px 0 0 0;
	padding: 8px 0 8px 15px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	margin-top: 40px;
	float:right;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #666666;
	line-height: 25px;
	text-align: center;
	background: url(../img/side-h.gif) no-repeat;
	margin: 0;
	padding: 4px 0 0 0 ;
}
.side {
	/* background: url(../img/side-f.jpg) no-repeat center bottom; */
	background-color:#ffffff;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0065cc;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 18px;
	background:url(../img/arrow5_1.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0065cc;
	background-color: #FFEEEE;
	margin: 0;
	padding: 1px 0 3px 18px;
	background:url(../img/arrow8_2s.gif) no-repeat 2px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../img/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #63534B;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}



/*___________ レイアウト追加設計 ___________ */
/*___________ 【CONTENTS】チェックマーク ___________ */
.check {
	font-size: 14px;
	line-height: 140%;
	padding: 0 10px 0 10px;
}
.check li {
	background: url(../img/point8_2s.gif) no-repeat left 6px;
	padding: 4px 0 4px 25px;
}
/*___________ 【CONTENTS】プロフィール ___________ */
.profile {
	padding: 10px 0 10px 0;
}
.profile-l {
	width:160px;
	float:left;
}
.profile-r {
	width: 375px;
	float:right;
	background-color: #FCFCFC;
	border: 1px solid #999999;
}
/*___________ 【CONTENTS】サイトマップ ___________ */
.sitemap ul{
	margin: 0 0 20px 20px;
}
.sitemap li{
	font-size: 12px;;
	line-height: 120%;
}
/*___________ 【CONTENTS】メルマガフォーム ___________ */
#MAG2 {
	border: 1px solid #999999;
	background: url(../img/bg_mag2.jpg) no-repeat center top;
	padding-top: 120px;
	margin: 10px 5px 5px 5px;
}
#MAG2 form {
	margin: 10px;
	font-size: 12px;
}
/*___________ 【CONTENTS】ページ送り ___________ */
.bute {
	font-size: 12px;
	line-height: 120%;
	text-align: center;
}
.bute a {
	color: #0066CC;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.bute a:hover,
.bute a:active, 		/* for IE (Keyboard) */
.bute a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #0066CC;
	border: 1px solid #CCCCCC;
}
/*___________ 【CONTENTS】２列レイアウト ___________ */
.double {
	padding: 10px;
	margin-top: 10px;
}
.double-l {
	width:250px;
	float:left;
	background-color: #F9F9F9;
	margin-bottom: 10px;
}
.double-r {
	width: 250px;
	float:right;
	background-color: #F9F9F9;
	margin-bottom: 10px;
}
/*___________ 【CONTENTS】AdSense風レイアウト ___________ */
.ads {
	margin: 0 30px 0 30px;
	background: url(../img/bg_ads.gif) no-repeat center bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
}
.ads-l {
	width:234px;
	float:left;
}
.ads-r {
	width: 234px;
	float:right;
}
.ads p {
	line-height: 120%;
	margin: 2px 5px 2px 5px;
	padding: 1px;
}
/*___________ 【CONTENTS】表設計 ___________ */
.main-table table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
.main-table tr,.main-table th,.main-table td {
	padding: 8px;
}
.main-table th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
}
.main-table td {
	background-color: #FFFFFF;
	text-align: left;
}
/*___________ 【CONTENTS】rel="lightbox" ___________ */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img{
	width: auto;
	height: auto;
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#imageDataContainer{
	font-size: 12px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/*___________ 【CONTENTS】rel="vidbox" ___________ */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}
.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}
#lbImage {
	border: 10px solid #fff;
}
#lbBottom {
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
/*___________ 【SIDE】カレンダー設計 ___________ */
.calendar1 {
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../img/side-f.jpg) no-repeat center top;
	position: relative;
}
.calendar2 {
	width: 180px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../img/side-f.jpg) no-repeat center bottom;
	position: relative;
}
.calendar1 p {
	font-size: 11px;
}
.calendar2 p {
	font-size: 11px;
}
.cal_wrapper {
	padding: 0;
	margin: 0 6px 0 6px;
}
.cal_ui {
	width: 90px;
	position: absolute;
	left: 84px;
	top: 4px;
}
.cal_ui li {
	float: left;
	width: 45px;
	height: 18px;
	list-style: none;
}
.cal_prev {
	background-image: url(../calendar/cal-prev.gif);
}
.cal_next {
	background-image: url(../calendar/cal-next.gif);
}
.cal_base p {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	border-bottom: solid 1px #CCCCCC;
}
.cal_main {
	padding: 0;
	margin: 0;
}
.cal_main li {
	font-size: 12px;
	line-height: 160%;
	width: 24px;
	text-align: center;
	list-style: none;
	float: left;
	border-bottom: solid 1px #CCCCCC;
}
.Today {
	background-color: #FFFFFF;
}
.holyday {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
.Sun {
	color: #FF0000;
}
.Sat {
	color: #0000FF;
}
/*___________ 【TAB】 ___________ */
/*___________ bodyマージンを[margin: 20px 0 0 0;]にして使用。 ___________ */
/*___________ 使用しない場合はbodyマージンを[margin: 0;]に。 ___________ */
#TAB {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #CCCCCC;
}
#TAB p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 20px;
}

.jisseki{
	line-height: 20px;
	font-size: 12px;
}

.check02 li{
background: url(img/arrow4_6u.gif) no-repeat 10px center;
padding: 4px 0 4px 24px;
}

.cat02 li {
	font-size: 12px;
	margin: 0;
	padding: 3px 0 3px 20px;
}


#MAG2 {
	border: 1px solid #999999;
	background: url(img/present.jpg) no-repeat top right;
	margin: 10px 5px 5px 5px;
	margin:20px 0 20px 0;
}

.onegai{
	font-size: 12px;
	line-height: 140%;
	padding:10px;
}

/*___________ 【CONTENTS】表設計 ___________ */
.mailmag table {
}
.mailmag tr,.mailmag th,.mailmag td {
	font-size: 12px;
	padding: 5px;
}
.mailmag th {
	color: #FFF;
	background-color: #999;
	font-weight: normal;
}
.mailmag td {
	background-color: #f5f5f5;
	text-align: left;
}


