@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #EEEEEE;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic","Meiryo",  sans-serif;
	line-height: 140%;
	text-align: center;
}

body#mailform {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic","Meiryo", sans-serif;
	line-height: 140%;
	text-align: center;
}

div#wrapper {
	width: 950px;
	margin: 10px auto 0px auto;
	text-align: left;
}

a,
a:link,
a:visited {
	color: #0060BF;
	text-decoration: none;
}

a:active,
a:hover {
	color: #BCEB00;
	text-decoration: underline;
}

div#footer a,
div#footera:link,
div#footera:visited {
	color: #ffffff;
	text-decoration: none;
}

div#footera:active,
div#footera:hover {
	color: #ffffff;
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	margin-bottom: 10px;
}

p.ptext {
	margin-left: 40px;
	margin-bottom: 10px;
}

ul {
	padding-left: 30px;
}

li.point {
	list-style-type: none;
	list-style-image: url(images/point.gif);
	padding-bottom: 10px;
}

li.author {
	list-style-type: decimal;
}


h1 {
	width: 950px;
	margin: 0;
	background: url(images/header.png) repeat-y 50% 0;
	text-align: left;
	height: 109px;
	padding: 0;
	float: left;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}

div#menu {
	width: 953px;
	height: 30px;
	margin: 0;
	text-align: left;
	padding: 0;
	float: left;
}


a#about {
	width: 136px;
	height: 30px;
	float: left;
}

a#guide,
a#plan,
a#blog,
a#contact {
	width: 135px;
	height: 30px;
	float: left;
}


a#top {
	width: 274px;
	height: 30px;
	float: left;
}

div#content {
	width: 800px;
	padding: 25px 75px;
	margin: 0;
	text-align: left;
	float: left;
	background: #FFFFFF;
}

div#content_mail {
	width: 800px;
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
	background: #FFFFFF;
}

div#content_index {
	width: 950px;
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
	background: #FFFFFF;
}

div#cnt_top {
	width: 515px;
	height: 315px;
	margin: 0;
	text-align: left;
	float: left;
	background: transparent url(images/index_top.jpg) no-repeat;
	padding: 80px 40px 0 395px;
}

div#cnt_bottom {
	width: 950px;
	padding: 0 0px 25px;
	margin: 0;
	text-align: left;
	float: left;
	background: transparent url(images/index_bottom.jpg) no-repeat;
}

div#cnt_left {
	width: 320px;
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
	background: transparent;
}

div#cnt_right {
	width: 480px;
	height: 395px;
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
	background: transparent;
}

h2 {
	width: 710px;
	height: 40px;
	margin: 0;
	text-align: left;
	padding: 0 20px 0 70px;
	float: left;
	font-size: 14px;
	line-height: 42px;
	background-image: url(images/blog_title.png);
	display: block;
}

small {
	float: right;
}

h2.plan {
	width: 780px;
	height: 40px;
	margin: 0;
	text-align: left;
	padding: 0 10px 0 10px;
	float: left;
	font-size: 14px;
	line-height: 42px;
	background-image: url(images/plan_title.png);
}

h3.plan2 {
	width: 380px;
	height: 20px;
	margin: 0;
	text-align: left;
	padding: 0 10px 0 10px;
	
	font-size: 12px;
	line-height: 22px;
	background-image: url(images/about_title3.png);
}

h2.about {
	width: 780px;
	height: 40px;
	margin: 0 0 10px 0;
	_margin: 0;
	text-align: left;
	padding: 0 10px 0 10px;
	float: left;
	font-size: 14px;
	line-height: 42px;
	background-image: url(images/about_title.png);
}

h2.about2 {
	width: 780px;
	height: 40px;
	margin: 0 0 10px 0;
	_margin: 10px 0 10px 0;
	text-align: left;
	padding: 0 10px 0 10px;
	float: left;
	font-size: 14px;
	line-height: 42px;
	background-image: url(images/about_title.png);
}

h3.about {
	width: 690px;
	height: 30px;
	margin: 0 0 10px;
	text-align: left;
	padding: 0 0 0 110px;
	float: left;
	font-size: 14px;
	line-height: 32px;
	background-image: url(images/about_title2.png);
}

p.about {
	margin-left:200px;
}

div.entry {
	width: 780px;
	padding: 10px;
	margin: 0;
	text-align: left;
	float: left;
}


th#cell {
	width: 200px;
	text-align: right;
}

div#footer {
	text-align: center;
	background: url(images/footer.png) no-repeat left top;
	width: 950px;
	height: 43px;
	padding-top: 28px;
	float: left;
	margin: 0;
	color: #FFFFFF;
}

	#siteWrap {
		margin: 0 auto 0 auto;
		width: 642px;
		height: 345px;
		position: relative;
		background: transparent url(bg_pageWrap.jpg) no-repeat top left;
	}
	#pageWrap {
		position: absolute;
		z-index: 5;
		top: 138px;
		left: 134px;

	}
	#psdPage {
		margin-right: 19px;
		float: left;
		cursor: pointer;
	}
	#netPage {
		margin-right: 20px;
		float: left;
		cursor: pointer;
	}	
	#audioPage {
		float: left;
		cursor: pointer;
	}
	#bubbleWrap {
		position: absolute;
		z-index: 10;
		left: 158px;
		top: 30px;
	}
	.bubble {
		position: absolute;
	}
	.clear {
		clear: both;
	}


	#minyanTabWrapper{
		width: 800px;
		margin: 0 auto;
	}

	.minyanBox{
		background: #fff;
		padding : 10px;
		margin: 0px important;
	}

	.minyanBoxholder{
		clear: both;
		padding: 1px;
		background: #c4c5a6;
		height:1%;
		overflow:hidden;
	}

	.minyanTab{
		float: left;
		height: 32px;
		width: 140px;
		margin: 0 5px 0 0;
		text-align: center;
		background: #e5e5c4 url(images/graytab.png) no-repeat;
	}

	.minyanTabtxt a{
		margin: 0;
		color: #333 !important;
		display:block;
		font-size: 12px;
		font-weight: bold;
		padding: 10px 0 0 0;
	}

	h3.minyanTab a {
		padding-top:9px;
	}

	.minyanTabtxt a:active, .minyanTabtxt a:focus{
		outline:0;
	}

	.minyanBoxSubTitle {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		font-weight:normal;
		padding-left:10px;
	
	}

	.inactiveTab {
		opacity:.7;
		-moz-opacity:.7;
		filter:alpha(opacity=70);
	}

	/* ----- Style for Ktai Entry ----- */
	.photo {
		padding-left:25px;
		float:right;
		line-height:110%;
		font-size:0.85em;
		text-indent:0;
	}

	.photo-end {
		clear:right;
	}

span.newsImages img {
	margin-right: 20px;
	float: left;
}
span.newstext {
	
	width: 450px;
	height: auto;
	float: right;
}

span.newstext2 {
	
	width: 780px;
	height: auto;
	float: left;
}

	div#newscol {
		border: 1px solid #b7b995;
	padding: 20px;
}

	img#logos {
		vertical-align: middle;
		margin-right: 10px;
	}

	/* ---------- */



	#siteWrap {
		margin: 0 auto 0 auto;
		width: 642px;
		height: 345px;
		position: relative;
		background: transparent url(images/bg_pageWrap.jpg) no-repeat top left;
	}
	#pageWrap {
		position: absolute;
		z-index: 5;
		top: 138px;
		left: 134px;

	}
	#psdPage {
		margin-right: 19px;
		float: left;
		cursor: pointer;
	}
	#netPage {
		margin-right: 20px;
		float: left;
		cursor: pointer;
	}	
	#audioPage {
		float: left;
		cursor: pointer;
	}
	#bubbleWrap {
		position: absolute;
		z-index: 10;
		left: 158px;
		top: 30px;
	}
	.bubble {
		position: absolute;
	}
	.clear {
		clear: both;
	}

li.author {
	list-style-type: decimal;
}

ul li {
	list-style-type: none;
}
