@charset "shift_jis";

#wrapper {
	font-size:14px;
	line-height:150%;
	background-color:#dddddd;
}
img {
	vertical-align:bottom;
}

/* ヘッダ
-------------------------------------------------------------------------------------------------*/
#header {
	border-bottom:double 3px #888888;
	width:940px;
	margin:auto;
	background-color:#ffffff;
}
#header .header_contents {
	background:url(http://www.moth-ps.com/images/buddhism/head_bg.png) no-repeat right 230px top;
	height:130px;
	width:920px;
	padding-left:20px;
	margin-right:20px;
	margin:auto;
	text-align:left;
}
#header .header_contents h1 {
	float:left;
	margin-top:30px;
}
#header .header_contents .head_nav {
	float: right;
	margin-top: 18px;
	margin-right: 20px;
	font-size: 12pt;
	line-height: 140%;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: bold;
	border: double;
	padding: 10px;
	border-radius: 10px;
}

#header .header_contents .head_nav a{
	color:#333333;
}

/* コンテンツ
-------------------------------------------------------------------------------------------------*/
#body {
	width:900px;
	margin:auto;
	text-align:left;
	background-color:#ffffff;
	padding:20px 20px;
	box-shadow: 1px 5px 10px 2px #eeeeee inset;
}
#body h3 {
	font-size:16px;
	color:#FFFFFF;
	padding:8px;
	background-color:#333333;
	margin:0 0 10px 0;
	border-radius: 5px;
}
#body .block {
	margin-bottom:30px;
}
#body #main {
	width:590px;
	float:right;
	line-height: 160%;
}

#body #main .about{
    background: url('http://www.moth-ps.com/images/buddhism/buddha.jpg') no-repeat right bottom;
	padding-bottom: 130px;
}

#body #main .about p{
	line-height: 160%;
}

#body #main .copy {
	margin-bottom:30px;
	font-size:16px;
}
#body #main .block {
	margin-left:15px;
}
#body #main .course_main {
	float:left;
	width:340px;
}
#body #main .photo_image {
	float:right;
	margin-bottom:10px;
}

#body #main ul,
#body #main p{
	padding:0 0 10px 10px;
}

#body #main ul li.contents{
	padding-left: 1em;	
}

/* サイド
-------------------------------------------------------------------------------------------------*/
#body #side {
	width:280px;
	float:left;
}

#body #side .navi {
	padding: 3px 20px;
	margin-bottom: 20px;
	border: double 3px #333333;
	border-radius: 10px;
}
#body #side .navi li {
	border-bottom:dotted 1px #4E6734;
	padding:10px 0px;
}

#body #side .navi li:last-child {
	border-bottom:0;
	padding:10px 0px;
}

#body #side .navi li.top {
	border-top:none;
	padding-top:0px;
}
#body #side .navi li a {
	display:block;
	color: #333;
	font-weight: bold;
}
#body #side .navi li ul li {
	border:none;
	padding:5px 15px;
}
#body #side .navi li ul li a {
	color:#000000;
}
#body #side .navi li ul li a:hover {
	color:#4E6734;
	text-decoration:none;
}

#body #side img.teacher{
	width: 80%;
	padding:0 10% 5%;
}

#body #side ul{
	padding:0 0 10px 10px;
}

#body #side h3 {
	border-bottom:solid 5px #a76aaa;
}

#body #side p{
	padding-left: 10px;
}

/* フッタ
-------------------------------------------------------------------------------------------------*/
#footer {
	width:940px;
	margin:auto;
	text-align:center;
	background-color:#bbbbbb;
	padding:10px 0px;
}

/* 新着情報
-------------------------------------------------------------------------------------------------*/
#body #main .news {
	margin-left:0px;
}
#body #main .news dl.news-list,
#body #main .news dl.news-data{
	width:auto;
	margin:0px auto 10px;
}
#body #main .news dl.news-list dt{
	background:url(http://www.moth-ps.com/images/gofriendship/list_arrow.png) no-repeat 15px 7px;
	width:auto; padding:0px 0px 0px 25px;
	margin:0px auto 5px 0px;
}
#body #main .news dl.news-list dd{
	border-bottom:dotted 1px #cccccc;
	width:auto; padding:0px 0px 5px 25px;
	margin:0px auto 1em;
}
#body #main .news dl.news-data dd{
	width:auto; padding:0px 0px 5px 25px;
	margin:0px auto 1em;
}
#body #main .news dl.news-data dd div.date{
	border-bottom:dotted 1px #cccccc;
	text-align:right;
	width:auto; padding:2px 5px; margin:0px 5px 25px 0px;
}

/* 新着詳細
-------------------------------------------------------------------------------------------------*/
#body #main .price_tbl {
	border:solid 1px #666666;
	border-collapse:collapse;
}
#body #main .price_tbl tr th,
#body #main .price_tbl tr td {
	font-size:14px;
	padding:5px 10px;
	font-weight:normal;
	border:dotted 1px #666666;
}
#body #main .price_tbl thead tr th {
	font-size:12px;
	background-color:#dddddd;
	text-align:center;
}

/* 料金表
-------------------------------------------------------------------------------------------------*/
#body #main .news_detail .date {
	text-align:right;
	border-bottom:dotted 1px #cccccc;
	padding-bottom:5px;
	margin-bottom:10px;
}