@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/gofriendship/head_bg.png) no-repeat right 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:20px;
	margin-right:30px;
}
#header .header_contents .head_nav li {
	margin-bottom:8px;
}

/* コンテンツ
-------------------------------------------------------------------------------------------------*/
#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;
	border-left:solid 5px #ff0000;
	padding:8px;
	background-image: -moz-linear-gradient(left, #dddddd, #ffffff);
	background-image: -ms-linear-gradient(left, #dddddd, #ffffff);
	background-image: -webkit-gradient(linear, left top, right top, from(#dddddd), to(#ffffff));
	background-image: -webkit-linear-gradient(left, #dddddd, #ffffff);
	background-image: linear-gradient(left, #dddddd, #ffffff);
	margin:0 0 10px 0;
}
#body .block {
	margin-bottom:30px;
}
#body #main {
	width:590px;
	float:right;
}
#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 #side {
	width:280px;
	float:left;
	background:url(http://www.moth-ps.com/images/gofriendship/leftnav_bgtop.png) no-repeat left top;
	padding-top:15px;
}
#body #side .navi {
	background:url(http://www.moth-ps.com/images/gofriendship/leftnav_bgbottom.png) no-repeat left bottom;
	padding:3px 20px;
	margin-bottom:20px;
}
#body #side .navi li {
	border-top:dotted 1px #4E6734;
	padding:10px 0px;
}
#body #side .navi li.top {
	border-top:none;
	padding-top:0px;
}
#body #side .navi li a {
	display:block;
}
#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 #teacher .photo {
	text-align:center;
	margin-bottom:10px;
}
#body #side h3 {
	border-left:solid 5px #4E6734;
}

/* フッタ
-------------------------------------------------------------------------------------------------*/
#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;
}