/*
Template Name: Darkness
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(navi.css);
@import url(forms.css);
@import url(tables.css);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5em;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



body{
	margin:0;
	padding:0;
	font-family:"MS UI Gothic"
, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", verdana, Arial, Helvetica, sans-serif, "sans";
	color:#CCC;
	background-color:#747b91;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	}

img{
	border:0;
	display:block;
	padding:0;
	margin:0;
}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart {list-style-type:none; margin:0; padding:0;}
.clear{clear:both;}
br.clear{clear:both; margin-top:-15px;}
a{outline:none; text-decoration:none; color:#09F}

.fl_left{float:left;}
.fl_right{float:right;}

.fl_left2{float:left;
            margin-left:5px;
            margin-top:10px;}
.fl_right2{float:right;
            margin-right:4px;
            margin-top:10px;}

.imgl, .imgr{border:1px solid #999999; padding:5px;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	width:970px;
	margin: 0 auto; 
	padding:0;
	}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0;
	padding:0 0 8px 0;
	font-size:20px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	/* [disabled]border-bottom:1px dotted #4C4C4C; */
	}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #intro, #latest, #breadcrumb, #container, #footer, #copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

/* ----------------------------------------------Header-------------------------------------*/

div.overhead{
	background-repeat:repeat-x;
	background-color:#F00;
	height:60px;
	float:right;
	}

#header{
	position:relative;
	margin:10px auto 0;
	display:block;
	width:920px;
	padding:5px 10px 15px 20px;
	color:#DBDBDB;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#header #logo{
	display:block;
	float:left;
	width:260px;
	margin-top:64px;
	margin-left:-20px;
	}

#header #logo h1, #header #logo p{
	margin:0;
	padding:0;
	line-height:normal;
	}

#header #logo h1{
	margin:0;
	padding:0;
	font-size:36px;
	border:none;
	text-transform:uppercase;
	}

#header h1 a{
	color:#DBDBDB;
	/* [disabled]background-color:#232323; */
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb{
	padding:30px 0;
	border-bottom:1px dotted #999999;
	}

#breadcrumb a{
	color:#FDC609;
	background-color:#131313;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Latest-------------------------------------*/

#latest{
	padding:20px 0 0 0;
	}

#latest .fl_left{
	display:block;
	float:left;
	width:575px;
	height:300px;
	}

#latest .fl_right{
	display:block;
	float:right;
	width:360px;
	height:280px;
	padding:10px;
	color:#FFF;
	background-color:#333;
	}

#latest .fl_right h2, #latest .fl_right p{
	margin:0 0 12px 0;
	padding:0;
	border:none;
	line-height:normal;
	}

#latest .fl_right h2{
	font-size:30px;
	}

#latest .fl_right p{
	line-height:2.2em;
	}

#latest .fl_right ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#latest ul li{
	display:block;
	float:left;
	width:100px;
	height:100px;
	margin:0 15px 0 0;
	padding:4px;
	border:1px solid #333333;
	}

#latest ul li.last{
	margin-right:0;
	}


#slideshow {
    position:relative;
	display:block;
	float:left;
	width:575px;
	height:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* ----------------------------------------------Intro-------------------------------------*/

#intro {
	padding:25px 0 15px 0;
	background-color: #666;
	}

#intro ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
	}
	
#intro li.left{
	display:block;
	float:left;
	width:240px;
	margin:0px;
	padding:10px;
	background-color: #333;
	border:#999
	}	

#intro li.center{
	display:block;
	float:left;
	width:420px;
	margin:0px;
	padding:10px;
	background-color: #333;
	border:#999;
	text-align: left;
	}

#intro li{
	display:block;
	float:left;
	width:240px;
	margin:0px;
	padding:10px;
	background-color: #333;
	border:#999
	}

#intro li.last{
	display:block;
	float:left;
	width:240px;
	margin:0px;
	padding:10px;
	background-color: #333;
	border:#999
	}

#intro h2, #intro p, #intro img, #intro div{
	margin:0 0 20px 0;
	padding:0;
	}

#intro h2{
	padding-bottom:8px;
	color:#FFFFFF;
	background-color:#131313;
	}

#intro div.imgholder{
	display:block;
	width:300px;
	}

#intro div.imgholder img{
	margin:0;
	padding:0;
	border:none;
	}

#intro p.readmore{
	margin:0;
	}

#intro p.readmore a{
	padding:5px 15px;
	font-weight:bold;
	color:#09F;
	background-color:#1E1E1E;
	}

/* ----------------------------------------------Content-------------------------------------*/

#container{
	padding:30px 0;
	line-height:1.4em;
	color:#FFF;
	/* [disabled]background-color:#131313; */
	}

#container a{
	color:#0CF;
	/* [disabled]background-color:#131313; */
	}
	
#container a.photo{
	color:#0CF;
	text-align:right;
}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{
	margin-bottom:10px;
	padding-bottom:8px;
	/* [disabled]border-bottom:1px dotted #999999; */
	margin-top: 20px;
	}

#content{
	display:block;
	float:left;
	width:940px;
	background-color: #747b91;
	padding-left: 0px;
	}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#CCCCCC; background-color:#333333;}
#comments .commentlist li.comment_odd a{color:#FDC609; background-color:#333333;}

#comments .commentlist li.comment_even{color:#CCCCCC; background-color:#1E1E1E;}
#comments .commentlist li.comment_even a{color:#FDC609; background-color:#1E1E1E;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

.flickrbox ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
.flickrbox li{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 15px 0;
	padding:4px;
	border:1px solid #666666;
	}

.flickrbox li.last{margin-right:0;}

#column .holder, #column #featured{
	display:block;
	width:300px;
	margin-bottom:20px;
	}

#column .holder p{
	line-height:1.6em;
	}

#column h2{
	font-size:20px;
	}

#column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	font-size:20px;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #666666;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	border:1px solid #666666;
	}
	
/* Featured Block */

#column #featured a{
	color:#FDC609;
	background-color:#1F1F1F;
	}

#column #featured ul, #column #featured h2, #column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	}

#column #featured li{
	display:block;
	width:250px;
	margin:0;
	padding:20px 25px;
	color:#666666;
	background-color:#1F1F1F;
	}

#column #featured li p{
	line-height:1.6em;
	}

#column #featured li p.imgholder{
	display:block;
	width:240px;
	height:90px;
	margin:20px 0 15px 0;
	padding:4px;
	color:#666666;
	background-color:#333333;
	border:1px solid #666666;
	}

#column #featured li h2{
	margin:0;
	padding:0 0 14px 0;
	font-size:20px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	background-color:#1F1F1F;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column #featured p.readmore{
	display:block;
	width:100%;
	margin-top:15px;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}


#column #latestnews{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	}

#column #latestnews li{
	display:block;
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	border-bottom:1px dotted #999999;
	}

#column #latestnews li.last{
	margin-bottom:0;
	}

#column #latestnews p{
	margin:0 0 5px 0;
	padding:0;
	}

#column #latestnews p.readmore{
	margin:0;
	padding:0;
	}

#column #latestnews .imgl{
	margin:0 10px 10px 0;
	padding:4px;
	}

/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:920px;
	padding:20px;
	color:#CCC;
	background-color:#01131f;
	}

#footer a{
	color:#09F;
	background-color:#232323;
	}

#footer h2{
	margin-bottom:-12px;
	}

#footer p, #footer ul, #footer a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	margin-left: 30px;
	}

#footer .footbox{
	display:block;
	float:right;
	width:222px;
	margin:0 0 0 15px;
	padding:0;
	}

#footer li{
	margin-bottom:3px;
	}

#footer .last{
	margin:0;
	}

#newsletter{
	display:block;
	float:left;
	width:200px;
	}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:920px;
	padding:20px;
	color:#525252;
	background-color:#000;
	}

#copyright a{
	color:#525252;
	background-color:#1F1F1F;
	}

#copyright p{
	margin:0;
	padding:0;
	}

#cse-search-form {
	float:right;
	margin-top:-20px;
	border:
}


/* ----------------------------------------------追加分
-------------------------------------*/

#intro02 {
	padding:10px 0 10px 0;
	background-color: #666;
	}
	
#intro02 ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
	}
	
#intro02 li.left{
	display:block;
	float:left;
	width:240px;
	margin:0px;
	padding:10px;
	background-color: #333;
	border:#999
	}	

#intro02 li.center{
	display:block;
	float:left;
	width:420px;
	margin:0px;
	padding:10px;
	background-color: #333;
	border:#999;
	text-align: left;
	}

#intro02 li{
	display:block;
	float:left;
	width:240px;
	margin:0px;
	padding:10px;
	background-color: #333;
	border:#999
	}

#intro02 li.last{
	display:block;
	float:left;
	width:240px;
	margin:0px;
	padding:10px;
	background-color: #333;
	border:#999
	}

#intro02 h2, #intro02 p, #intro02 img, #intro02 div{
	margin:0 14px 0px 14px;
	padding:0;
	float:left;
	}

#intro02 h2{
	padding-bottom:8px;
	color:#FFFFFF;
	background-color:#131313;
	}

#intro02 div.imgholder{
	display:block;
	width:300px;
	}

#intro02 div.imgholder img{
	margin:0;
	padding:0;
	border:none;
	}

#intro02 p.readmore{
	margin:0;
	}

#intro02 p.readmore a{
	padding:5px 15px;
	font-weight:bold;
	color:#09F;
	background-color:#1E1E1E;
	}

#maincontents {
	float:left;
	width:680px;
	padding-left:20px;
	padding-right:20px;
	background-color:#333;
	line-height:2em;
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
}

#mainside {
	float:right;
	width:230px;
	padding:10px 10px 10px 0;
	background-color:#333;
		padding-bottom: 32767px;
	margin-bottom: -32767px; 
}

#mainside img {
	padding:5px 0 5px 0;
}

p.greetingfromkajikawa{
	text-align:right;
}

p.bible {
	font-style:italic;
}

div#boxarea {
	overflow: hidden;
	height: auto;
	width: 970px;
}

img.student {
	padding:30px 0 10px 10px;
	float:right;
}




/* サイドメニュー */

ul.sidemenu  {
   margin:0;
   padding:0;
}

ul.sidemenu li {
	float:left;
   text-indent:-9999px;
   overflow:hidden;
   list-style:none;
}

ul.sidemenu li a {
   display:block;
   width:230px;
   height:130px;
}

li.sidemenu1 a {
   background:url(../images/sidemenu.png) 0 0 no-repeat;
}

li.sidemenu1 a:hover {
   background:url(../images/sidemenu.png) -230px 0 no-repeat;
}

li.sidemenu2 a {
   background:url(../images/sidemenu.png) 0 -130px no-repeat;
}

li.sidemenu2 a:hover {
   background:url(../images/sidemenu.png) -230px -130px no-repeat;
}

li.sidemenu3 a {
   background:url(../images/sidemenu.png) 0 -260px no-repeat;
}

li.sidemenu3 a:hover {
   background:url(../images/sidemenu.png) -230px -260px no-repeat;
}

li.sidemenu4 a {
   background:url(../images/sidemenu.png) 0 -390px no-repeat;
}

li.sidemenu4 a:hover {
   background:url(../images/sidemenu.png) -230px -390px no-repeat;
}

li.sidemenu5 a {
   background:url(../images/sidemenu.png) 0 -520px no-repeat;
}

li.sidemenu5 a:hover {
   background:url(../images/sidemenu.png) -230px -520px no-repeat;
}

li.sidemenu6 a {
   background:url(../images/sidemenu.png) 0 -650px no-repeat;
}

li.sidemenu6 a:hover {
   background:url(../images/sidemenu.png) -230px -650px no-repeat;
}


/* モダンブラウザ（Firefox Opera Safari）対策 */
ul.menu:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}


/* Win版IE7とMac版IE5対策 */
ul.menu {
   display:inline-block;
}


/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul.menu {
   height:1px;
}

ul.menu {
   display:block;
}
/* End hide from IE-mac */	



/* 講義科目 */
#classtitle img {
	margin-top:20px;
}

/* 信条 */
.faithtitle img {
	margin-top:20px;
	margin-bottom:20px;
}

ol.faithlist{
	list-style:upper-alpha;
	padding-left:40px;
}


p.message_mikotoba{
	font-size:1.2em;
	color:#CCC;
	font-weight:200;
	padding:10px;
}

p.messagetitle {
	font-size:large;
	text-decoration:underline;
	color:#EEE;
	padding-top:20px;
	padding-bottom:10px;
}

p.messagetext {
	padding:10px 0 10px 0;
}

div.messageteacher {
	float:left;
	padding:10px 20px 0 0;
}

div.messageblock {
	padding:30px 0 30px 0;
}

span.messageunder {
	text-decoration:underline;
	font-weight:300;
}

span.messagebold {
	font-weight:bold;
	color:#FCF;
}


span.switchHat {
	color:#36F;
}


/* Teachters  */
table.teachers{
    border-top:1px solid #3a5177;
    border-left:1px solid #3a5177;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin-bottom:50px;
}
.teachers th{
    border-right:1px solid #3a5177;
    border-bottom:1px solid #3a5177;
    color:#006;
    background-color:#3fa4db;
    background-image:url(/img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
	font-size:1.5em;
}
.teachers td{
    border-right:1px solid #3a5177;
    border-bottom:1px solid #3a5177;
    padding:1em 1em;
	vertical-align:top;

}

/*献金 */

p.offeringtext {
	margin:30px;
	padding:30px;
	border:double #006;
	font-size:1.5em;
}


/*ダウンロード*/

ol.download{
	list-style:decimal;
	padding-left:40px;
}

li.download {
	font-size:1.5em;
	padding-top:30px;
}

table.download{
    border-top:1px solid #3a5177;
    border-left:1px solid #3a5177;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin:50px 0 50px 0;
}
.download th{
    border-right:1px solid #3a5177;
    border-bottom:1px solid #3a5177;
    color:#006;
    background-color:#3fa4db;
    background-image:url(/img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
	font-size:1.5em;
}
.download td{
    border-right:1px solid #3a5177;
    border-bottom:1px solid #3a5177;
    padding:1em 1em;
	vertical-align:center;
	text-align:center;

}

tr.download_matome {
	background-color:#555;
}

.download img{
	float:left;
}

.download span {
	font-size:1.5em;
	color:#3fa4db;
}

table.price{
    border-top:1px solid #3a5177;
    border-left:1px solid #3a5177;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin:50px 0 50px 0;
}

table.price th{
    border-right:1px solid #3a5177;
    border-bottom:1px solid #3a5177;
    color:#006;
    background-color:#3fa4db;
    background-image:url(/img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
	font-size:1.5em;
}

table.price td{
    border-right:1px solid #3a5177;
    border-bottom:1px solid #3a5177;
    padding:1em 1em;
	vertical-align:center;
	text-align:right;

}

table.price td.tb555 {
	background-color:#444;
}

table.price td.tb405376 {
	background-color:#405376;
}

table.price td.tb405376-b {
	background-color:#405376;
	font-weight:bolder;
}

table.price td.tb555-b {
	background-color:#444;
	font-weight:bolder;
}

table.price td.tb555-b-bl {
	background-color:#444;
	font-weight:bolder;
	color:#6CF;
}

table.price td.tb555bl {
	background-color:#444;
	color:#6CF;
}

table.price td.tb-bl {
	color:#6CF;
}

table.price td.tb405376-b-bl {
	background-color:#405376;
	font-weight:bolder;
	color:#6CF;
}

table.price td.tb405376-b-red {
	background-color:#405376;
	font-weight:bolder;
	color:#C66;
}

table.price td.tb555-b-red {
	background-color:#444;
	font-weight:bolder;
	color:#C66;
}

table.price td.tb-red {
	color:#C66;
}


/* News */

div.newsflame {
	padding:30px;
	margin-top:20px;
	border:1px solid #006;
}

div.newsflame img {
	float:right;
}

p.messagetext span.newstitle {
	font-size:2em;
}

h1.messagetext span.newstitle {
	font-size:1.5em;
	line-height:1.2em;
}

p.messagetext span.newstitle_red {
	font-size:1.5em;
	color:#C03;
}


/* TOP */

div#content img{
	padding-top:20px;
	padding-bottom:20px;
}

div#intro p.news {
	padding-left:20px;
}

/*  Guest  */
p.guesttitle {
	font-size:1.2em;
	color:#39F;
	padding-top:10px;
	padding-bottom:10px;
}

/* News */
img.newsphoto {
	float:left;
	margin:10px;
}


/*ビデオ講義*/
div#classtitle img {
	margin-right:10px;
}


/*通信講座*/
table.distance{
    border-top:1px solid #3a5177;
    border-left:1px solid #3a5177;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin:50px 0 50px 0;
	text-align:left;
}

.distance td{
    border-right:1px solid #3a5177;
    border-bottom:1px solid #3a5177;
    padding:1em 1em;
	vertical-align:center;
	text-align:left;

}

span.tape{
	font-size:10px;
	line-height:1.2em;
}
.ism2013 {
	color: #C00;
	font-size: 150%;
}
