@charset "utf-8";

/*blog用CSSインクルード*/
@import "/kourien/blog/skins/fushimimomoyama/css/blog.css";

/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear{
    clear: both; 
}

a {
	color: #363636;
	text-decoration: none;
}
a:hover {
	color: #363636;
	text-decoration: underline;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-image: url(/kourien/blog/skins/fushimimomoyama/images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(/kourien/blog/skins/fushimimomoyama/images/header.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 760px;
	padding-top: 20px;
}
#logo {
	width: 400px;
	height: 60px;
}
#contents-body {
	width: 760px;
}
#main {
	float: right;
	width: 540px;
	padding-right: 10px;
	padding-left: 10px;
}
.main-section {
	margin-bottom: 20px;
}
#main-img {
	height: 337px;
	width: 540px;
	margin-bottom: 20px;
}
#entries {
}
#entries h2 {
	background-image: url(/kourien/blog/skins/fushimimomoyama/images/entries_title.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	height: 30px;
	width: 540px;
	margin-bottom: 10px;
}
#entry-body {
	width: 520px;
	padding: 0px;
	margin: 10px;
}
#entry-body ul {
	list-style-type: none;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#entry-body ul li {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.date {
	width: 130px;
	margin-right: 40px;
	color: #D42A54;
}
#more {
	text-align: right;
}
#map {
	margin-bottom: 20px;
}
#map h2 {
	background-image: url(/kourien/blog/skins/fushimimomoyama/images/map_title.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	height: 30px;
	width: 540px;
	margin-bottom: 10px;
}
#map-body {
	width: 400px;
	padding: 0px 20px;
}
#menu {
	width: 180px;
	float: left;
	padding: 10px;
}
.menu-section {
	margin-bottom: 10px;
}
#menu .menu-section ul {
	list-style-type: none;
	width: 180px;
	padding: 0px;
	margin: 0px;
}
#menu .menu-section ul li {
	height: 40px;
	width: 180px;
	margin-top: 10px;
}
/*#menu ul li#menu01 {
	margin-top: 0;
}*/
#menu .menu-section ul li a {
	text-indent: -5000px;
	display: block;
	height: 40px;
	width: 180px;
	overflow: hidden;
}
#menu .menu-section ul li#menu01 a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px 0px;
}
#menu .menu-section ul li#menu02 a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -50px;
}
#menu .menu-section ul li#menu03 a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -100px;
}
#menu .menu-section ul li#menu04 a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -150px;
}
#menu .menu-section ul li#menu06 a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -200px;
	margin-top: 0;/*メニューリストのトップのみ*/
}
#menu .menu-section ul li#menu07 a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -250px;
}
#menu .menu-section ul li#menu08 a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -300px;
}
#menu .menu-section ul li#menu09 a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -350px;
}

#menu .menu-section ul li#menu_another01 a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -450px;
}

/*新メニュー方式 ブログの説明文とID名をあわせる*/
#menu .menu-section ul li#voice a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -200px;
	margin-top: 0;/*メニューリストのトップのみ*/
}
#menu .menu-section ul li#blog a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -250px;
}
#menu .menu-section ul li#price a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -100px;
}
#menu .menu-section ul li#news a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -50px;
}
#menu .menu-section ul li#recruit a {
	background: url(/kourien/blog/skins/fushimimomoyama/images/menu.gif) 0px -350px;
}

#schedule {
	margin-bottom: 20px;
}

#menu .menu-section #info{
	width:178px;
	margin:0px;
	padding:0px;
	border:1px solid #666666;
	background-color :#F7F7F7;
	font-size: 12px;
	color: #363636;
}

#menu .menu-section #info dl{
	margin:0px;
	padding:0px;
}

#menu .menu-section #info dt{
	width:55px;
	margin:0px;
	padding:5px 10px 5px 5px;
	float:left;
	text-align:justify;
	text-justify:distribute-all-lines;
	color:#D94469;
	font-weight: bold;
 	clear:both;   
}

#menu .menu-section #info dd{
	width:103px;
	padding:5px 5px 5px 0px;
	margin:0px;
	float:left;
	letter-spacing:140%;
}

/* モジュール用スタイル
---------------------------------------- */
#blog-section {
	margin-bottom: 20px;
}
#blog-section ul {
	margin:0px;
	padding:0px;
	list-style-type: disc;
	color: #333333;
	list-style-position: outside;
	margin:0px 30px 20px 30px;
}
#blog-section ul li {
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
}
#blog-section ul li a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#blog-section ul li a:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.blog-date {
	font-size: 10px;
	color: #CD2E44;
}

#blog-entries {
	background-image: url(/kourien/blog/skins/fushimimomoyama/images/blog_entries.jpg);
	text-indent: -5000px;
	display: block;
	height: 25px;
	width: 180px;
	background-repeat: no-repeat;
}
#blog-categories {
	background-image: url(/kourien/blog/skins/fushimimomoyama/images/blog_categories.jpg);
	text-indent: -5000px;
	display: block;
	height: 25px;
	width: 180px;
	background-repeat: no-repeat;
}

