@charset "UTF-8";

/** common **/
*{margin:0; padding:0;}

html,body{width:100%; height:100%;}

body{
	text-align: center;
	font:0.9em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	background:#9cd756url('../images/backgrounds/top_line.gif') repeat-x 0 0; 
	line-height:140%;
}

h2{line-height: 40px;	color:#6eb018;}
h3{line-height: 24px;	color:#6eb018;}
img {
    border-style:none;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

/** layout **/

#wrapper{
	width:100%;
	text-align:center;
	background:#fff url('../images/backgrounds/top_line.gif') repeat-x 0 0;
}

#container{
	width:840px;
	margin: 0 auto;
	text-align:left;
	font-size: 100%;

}

#space_h{
	width:33px;
}

/** header **/

#header{
	height:60px;

	padding:43px 0 0 0;
}

#header #logo{
	width:430px;
	height:60px;
	float:left;
}

#header #logo a{
	display:block;
	width:100%;
	height:100%;
	text-indent : -9999px ;
	text-decoration : none ;
	overflow : hidden ;
	background:url('../images/logos/header_logo.gif') no-repeat 0 0;
}

#header #navigation{
	width:100px;
	height:25px;
	float:right;
}

#header #navigation ul {
	list-style-type: none;
}

#header #navigation ul li {
	height:25px;
}
#header #navigation ul li a{
	display:block;
	width:100%;
	height:100%;
	text-indent : -9999px ;
	text-decoration : none ;
	overflow : hidden ;
}

#header #navigation ul li a.login{
	background:url('../images/buttons/key.gif') no-repeat 0 0;
}

#header #navigation ul li a.contact{
	background:url('../images/buttons/letter.gif') no-repeat 0 0;
}

/** contents **/

#contents_container{
	margin:33px 0 0 0;
}

#left_contents{
	width:160px;
	height:100%;
	float:left;
	position: relative;
}

#right_contents{
	width:647px;
	height:100%;
	float:right;
	position: relative;
}

/** index **/

/*************************/
/** index left_contents **/
/*************************/

/** menu **/
#menu{
	margin:0 0 0 0;
	padding:0 0 0 8px;
}

#left_contents #menu ul {
	list-style-type: none;
}

#left_contents #menu ul li {
	height:43px;
	margin:0 0 17px 0;
}
#left_contents #menu ul li a{
	display:block;
	width:100%;
	height:100%;
	text-indent : -9999px ;
	text-decoration : none ;
	overflow : hidden ;
}

#left_contents #menu ul li a#about{ background:url('../images/buttons/menus/about.gif') no-repeat 0 0; }
#left_contents #menu ul li a#about:hover {background-position:0% -43px;}
#left_contents #menu ul li a.active#about {background-position:0% -86px;}
#left_contents #menu ul li a#seminar{ background:url('../images/buttons/menus/seminar.gif') no-repeat 0 0; }
#left_contents #menu ul li a#seminar:hover {background-position:0% -43px;}
#left_contents #menu ul li a.active#seminar {background-position:0% -86px;}
#left_contents #menu ul li a#member{ background:url('../images/buttons/menus/member.gif') no-repeat 0 0; }
#left_contents #menu ul li a#member:hover {background-position:0% -43px;}
#left_contents #menu ul li a.active#member {background-position:0% -86px;}
#left_contents #menu ul li a#space{ background:url('../images/buttons/menus/space.gif') no-repeat 0 0; }
#left_contents #menu ul li a#space:hover {background-position:0% -43px;}
#left_contents #menu ul li a.active#space {background-position:0% -86px;}
#left_contents #menu ul li a#about:space {background-position:0% -43px;}
#left_contents #menu ul li a.active#space {background-position:0% -86px;}
#left_contents #menu ul li a#shop{ background:url('../images/buttons/menus/shop.gif') no-repeat 0 0; }
#left_contents #menu ul li a#shop:hover {background-position:0% -43px;}
#left_contents #menu ul li a.active#shop {background-position:0% -86px;}
#left_contents #menu ul li a#contact{ background:url('../images/buttons/menus/contact.gif') no-repeat 0 0; }
#left_contents #menu ul li a#contact:hover {background-position:0% -43px;}
#left_contents #menu ul li a.active#contace {background-position:0% -86px;}
#left_contents #menu ul li a#access{ background:url('../images/buttons/menus/access.gif') no-repeat 0 0; }
#left_contents #menu ul li a#access:hover {background-position:0% -43px;}
#left_contents #menu ul li a.active#access {background-position:0% -86px;}

#left_contents #word_container{
	height:291px;
	background:url('../images/backgrounds/word.png') no-repeat 0 0;
	margin-bottom:33px;
}

#left_contents #word_container #word{
	padding:35px 8px 8px 8px;
	line-height:120%;
	font-size:90%;
	color:#fff;
}

/** index right_contents **/
#right_contents #banner {
//	height:176px;
	height:291px;
	margin:0 0 0 0;
}

#right_contents #banner a{
	display:block;
	width:100%;
	height:100%;
	text-indent : -9999px ;
	text-decoration : none ;
	overflow : hidden ;
}

#right_contents #top {
	height:338px;
	margin:0 0 0 0;

}

#right_contents #top a{
	display:block;
	width:100%;
	height:100%;
	text-indent : -9999px ;
	text-decoration : none ;
	overflow : hidden ;
}

#right_contents #calendar{
	width:100%;
	height:86px;
	margin:33px 0 0 0;
	background:url('../images/calendar/weekcalendar.png') no-repeat 0 0;
}

#right_contents #seminars{
	margin:10px 0 0 0;
}
#right_contents #seminars a img{
	text-decoration : none ;
}

#right_contents #seminars .left{
	width:195px;
	margin:0 31px 0 0;
	float:left;
}

#right_contents #seminars .center{
	width:195px;
	margin:0 31px 0 0;
	float:left
}

#right_contents #seminars .right{
	width:195px;
	float:left;

}

#right_contents #seminars #seminar{
	width:100%;
	height:118px;
	margin:23px 0 0 0;
}

#right_contents #seminars #seminar a{
	display:block;
	width:100%;
	height:100%;
	text-indent : -9999px ;
	text-decoration : none ;
	overflow : hidden ;
}


/** index information **/
#information_container {
	clear:both;
	padding-top:20px;
}

#information_container .left{
	width:410px;
	float:left;
}

#information_container .right{
	width:410px;
	float:right;
}

#information_container #information h3{
	color:#6eb018;
	padding:0 0 5px 0;
}

#information_container #information{
	margin:0 0 20px 0;
	padding:5px;
}

#information_container #information table th.date{
	width:120px;
}

#information_container #information table th{
	padding:5px;
}

#information_container #information table tr.odd{background-color:#e4fbc8; }


/** footer **/
#footer{
	clear:both;
	margin-top:20px;
	width:100%;
	height:188px;
    bottom:0px;	
	background:url('../images/backgrounds/footer.png') repeat-x 0 0;
}

#footer_container{
	width:840px;
	height:100%;
	margin: 0 auto;
	text-align:left;
	font-size: 80%;
}

#footer #footer_navigation{
	padding-top:20px;
}

#footer #footer_navigation ul {
	list-style-type: none;
}

#footer #footer_navigation ul li {
	height:20px;
	margin:5px 0 0 0;
}

#footer #footer_navigation ul li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration : none ;
	color:#fff;
	font-size:120%;

}


#footer #footer_container #copyright{
	float:right;
	padding-top:120px;
	vertical-align:bottom;
	text-align:right;
	color:#fff;
	font-weight:bold;
}

/** seminar **/

#seminar_info{
	margin:42px 0 20px 0;
}


#seminar_info #date{
	margin-top:20px;
	font-size:110%;
}

#seminar_info #message{
	margin-top:20px;
}

#seminar_info #outline{
	margin-top:20px;
}
#seminar_info #outline table th{
	text-align:right;
}
#seminar_info #profile{
	margin-top:20px;
}

h2.access{color:#330066;}
h2.space,h3.space{color:#129128;}
h2.about,h3.about{color:#cc0033;}

table tr.odd{background-color:#e4fbc8; }
table.space tr.odd{background-color:#e4fbc8; }
table.space{ width:645px; }
table.company tr.odd{background-color:#e4fbc8; }
table.company{ width:645px; }

/**************************************/
/** 以下、更新用スタイル             **/
/** バナー、各セミナートップ、文字色 **/
/**************************************/


/** テンプレート

#right_contents #banner a.クラス名{ background:url('../images/seminars/クラス名/banner.gif') no-repeat 0 0; }
#right_contents #top a.クラス名{ background:url('../images/seminars/クラス名/top.gif') no-repeat 0 0; }
#right_contents #seminar a.クラス名{ background:url('../images/seminars/クラス名/icon.gif') no-repeat 0 0; }
#seminar_info h2.クラス名,#seminar_info h3.クラス名{color:文字色;}

**/

#right_contents #banner a.reihou{ background:url('../images/seminars/reihou/banner.gif') no-repeat 0 0; }
#right_contents #top a.reihou{ background:url('../images/seminars/reihou/top.gif') no-repeat 0 0; }
#right_contents #seminar a.reihou{ background:url('../images/seminars/reihou/icon.gif') no-repeat 0 0; }
#seminar_info h2.reihou,#seminar_info h3.reihou{color:#ff5982;}

#right_contents #banner a.sales{ background:url('../images/seminars/sales/banner.gif') no-repeat 0 0; }
#right_contents #top a.sales{ background:url('../images/seminars/sales/top.gif') no-repeat 0 0; }
#right_contents #seminar a.sales{ background:url('../images/seminars/sales/icon.gif') no-repeat 0 0; }
#seminar_info h2.sales,#seminar_info h3.sales{color:#ffa51f;}

#right_contents #banner a.shaman{ background:url('../images/seminars/shaman/banner.gif') no-repeat 0 0; }
#right_contents #top a.shaman{ background:url('../images/seminars/shaman/top.gif') no-repeat 0 0; }
#right_contents #seminar a.shaman{ background:url('../images/seminars/shaman/icon.gif') no-repeat 0 0; }
#seminar_info h2.shaman,#seminar_info h3.shaman{color:#6699cc;}

#right_contents #banner a.wagokoro{ background:url('../images/seminars/wagokoro/banner.gif') no-repeat 0 0; }
#right_contents #top a.wagokoro{ background:url('../images/seminars/wagokoro/top.gif') no-repeat 0 0; }
#right_contents #seminar a.wagokoro{ background:url('../images/seminars/wagokoro/icon.gif') no-repeat 0 0; }
#seminar_info h2.wagokoro,#seminar_info h3.wagokoro{color:#330066;}

#right_contents #banner a.nou{ background:url('../images/seminars/nou/banner.gif') no-repeat 0 0; }
#right_contents #top a.nou{ background:url('../images/seminars/nou/top.gif') no-repeat 0 0; }
#right_contents #seminar a.nou{ background:url('../images/seminars/nou/icon.gif') no-repeat 0 0; }
#seminar_info h2.nou,#seminar_info h3.nou{color:#997fb2;}

#right_contents #banner a.hongwanji{ background:url('../images/seminars/hongwanji/banner.gif') no-repeat 0 0; }
#right_contents #top a.hongwanji{ background:url('../images/seminars/hongwanji/top.gif') no-repeat 0 0; }
#right_contents #seminar a.hongwanji{ background:url('../images/seminars/hongwanji/icon.gif') no-repeat 0 0; }
#seminar_info h2.hongwanji,#seminar_info h3.hongwanji{color:#cc0033;}
