@charset "utf-8";

/* CSS Document */

/* 基本設定
------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif; 
	list-style-type: none;
}

body {
	min-width: 264px;
	font-size: medium;  
	padding: 0; 
	margin: 0;
	
	/*↓特に指示のない文字色*/
	color: #394147;
	/*↓背景色*/
	background-color: #000000;
	/*↓背景画像*/
	background-image: url(../images/00.bg.png);

}

h2 {
	margin-bottom:25px;
}

h2.tight {
	letter-spacing: -0.1em;
}

h3 {
	margin: 0 0 20px;
	text-indent: 10px;
	font-weight: bold;
	
	/*↓各ページのコンテンツタイトル装飾設定*/
	border-left: 5px solid #6633CC;
	border-bottom: 1px solid #999999;
}

h3.em {
	letter-spacing: 1.0em;
}

img,:link img,:visited img,fieldset {
	border:none;
}

a {
	text-decoration: none;
	text-align: justify;
}

p {
	padding-top:20px;
}

.f-left {
	float:left;
}
	
.f-right {
	float:right;
}
	
.clear {
	clear:both;
}

.clear_h40 {
	margin-bottom: 40px;
	clear:both;
}
	
.nowrp {
	white-space:nowrap;
}


/* 文字装飾
------------------------------------------------------------- */

.red {
	color: #ff0000;
}

.blue {
	color: #06F;
}

.green {
	color: #006600;
}

.small {
	font-size: small;
}

.small2 {
	font-size: small;
	letter-spacing: 0.05em;
}

.large {
	font-size: large;
}

.bold {
	font-weight: bold;
}


/* wrapper
------------------------------------------------------------- */

.wrapper {
	width: 100%;
	overflow:hidden;
}

.min-width {
	min-width:200px;
}


/* header
------------------------------------------------------------- */

#header {
	padding: 15px 25px;
}

.home-tab {
	margin-top: 10px;
	height: 25px;
	text-align: right;
	color: #ffffff;
}
	
	/*↓画面右上の「MENU」ボタン設定*/
	.home-tab a {
		text-decoration: underline;
		line-height: 25px;
		
		/*↓文字色*/
		color: #C0C0C0;
		/*↓文字の太さ(nomalかbold)*/
		font-weight: bold;
	}
	
	.home-tab p {
		margin: 5px 0;
		padding: 0;
	}
	
.logo {
	padding: 20px 0 10px;
}

.logo2 {
	padding: 5px 0 0;
}


#title {
	height: 53px;
	margin:0 0px 20px 0px;
		
	/*↓各ページのタイトル背景画像設定(中)*/
	background: url(../images/00.title-middle-bg.png) top center;
}
	
	/*↓各ページのタイトル背景設定(右)*/
	#title .right-bg {
		background: url(../images/00.title-right-bg.png) right top no-repeat;
	}
		
	/*↓各ページのタイトル背景設定(左)*/
	#title .left-bg {
		background: url(../images/00.title-left-bg.png) left top no-repeat;
	}
	
	#title .indent {
		line-height: 53px;
		text-indent: 20px;
		font-size: large;
		/*↓文字色*/
		color: #ffffff;
	}



/* 「index.html」内メニュー設定
------------------------------------------------------------- */

#content {
	padding: 25px;
}
	
#navmenu {
	min-width: 264px;
}
	
	#navmenu li {
		/*↓メニュー背景画像*/
		background: url(../images/00.navmenu_bg.png) top left no-repeat;
	}
	
	#navmenu li.coupon {
		background: none;
		margin: 15px 0;
	}
	
	#navmenu li img {
		float: left;
	}
	
	#navmenu li a {
		width: 264px;
		height: 53px;
		line-height: 53px;
		font-weight: bold;
		display: block;
		
		/*↓メニュー文字色*/
		color: #ffffff;
	}
	
	#navmenu li.coupon a {
		width: 264px;
		height: 32px;
		display: block;
	}
	
	#navmenu p {
		clear: both;
		padding: 10px 0 15px;
		
		/*メニューボタン下のコメント文字色*/
		color: #ffffff;
	}
	


/* boxes
------------------------------------------------------------- */

.box {
	margin-top: 30px;
	background: #ffffff;
}

	.box .corner-right-bottom {
		background: url(../images/00.box_right_bottom.png) right bottom no-repeat;
	}	
	
	.box .corner-left-bottom {
		background: url(../images/00.box_left_bottom.png) left bottom no-repeat;
	}
	
	.box .corner-right-top {
		background: url(../images/00.box_right_top.png) right top no-repeat;
	}
	
	.box .corner-left-top {
		background: url(../images/00.box_left_top.png) left top no-repeat; width:100%;
	}
	
	.box .indent {
		padding: 15px 5px;
	}
	
	.box .indent p {
		padding-bottom: 30px;
	}
	
	.box .indent p.comment {
		margin: 0 0 20px 15px;
		padding: 0;
		border: none;
	}
	
	.box .indent p.notes {
		margin: 5px 0 5px 15px;
		font-size: small;
		padding: 0;
		border: none;
	}
	
	.box .indent p.gall_com {
		margin: 0;
		padding: 0;
		border: none;
	}
	
	.box .indent ul {
		margin-bottom: 50px;
	}
	
	.box .indent ul li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #cccccc;
	}
	
	.box .indent ul li.noboder {
		margin: 3px 0 3px 30px;
		padding: 0;
		list-style: square;
		border: none;
	}
	
	.box .indent ul li.gall {
		margin: 10px 0 30px;
		padding: 0;
		border: none;
	}
		
		.box .indent ul li p {
			padding: 0 0 0 15px;
			color: #333333;
			border: none;
		}
		
		.box .indent ul li p.month {
			margin: 10px 0 2px;
			font-weight: bold;
			color: #ff0000;
		}
		
		.box .indent ul li p.title {
			margin-bottom: 5px;
			font-weight: bold;
		}
		
		.box .indent ul li p.plice {
			text-align: right;
			border: none;
		}
		
		
/* --- END boxes --- */

/* footer
------------------------------------------------------------- */
	
#footer {
	color: #6633CC;
	font-size: 1.125em;
	line-height: 1.5em;
	text-transform: uppercase;
	padding: 25px;
	font-weight: bold;
}
	
		#footer .indent {
			border-top: 5px solid #6633CC;
			padding: 30px 0 50px;
		}
	
		#footer a {
			color:#938896;
			text-decoration:none;
		}

/* --- END footer --- */

/* ContactForm 
------------------------------------------------------------- */	
	
	#ContactForm {
		font-weight:bold;
		font-style:italic;
	}
	
		#ContactForm input , #ContactForm textarea {
			border:1px solid #9f82b1;
			width:215px;
			padding:2px 0 2px 4px;
			background:#ffffff;
			font-size:1em;
			line-height:1em;
			margin-bottom:8px;
			color:#8c8c8c;
		}
	
		#ContactForm textarea {
			height:100px;
		}
	
		#ContactForm .taright {
			width:220px;
			font-family:Arial, Helvetica, sans-serif;
		}
	
		#ContactForm button {
			background:url(../images/form-send.gif) no-repeat 0 0px;
			width:79px;
			height:28px;
			border:none;
			color:#ffffff;
			font-size:1em;
			font-weight:bold;
			text-transform:uppercase;
		}
	
		#ContactForm #clear {
			background:url(../images/form-clear.gif) no-repeat 0 0px;
			width:91px;
		}
	
/* --- END ContactForm --- */

	



