@charset"utf-8";

/*-----------------------------------------------------------------------------------------------------------
 =1 reset ---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr{
    margin:0;
    padding:0;
}

img{
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ol,ul{
    list-style:none;
}

h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}

/*-----------------------------------------------------------------------------------------------------------
 =2 fontsize reset (1em=10px) ----------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------*/

html, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

body {
    font-size: 10px;
	_font-size: 62.5%;
}

*:first-child+html body {
	font-size: 100%;
}

table {
    font-size: 100%;
}

/*-----------------------------------------------------------------------------------------------------------
 =3 anchor style --------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------*/

a {	outline:0;}
a:link{text-decoration:none; color:#69748c;}
a:visited{text-decoration:none; color:#69748c;}
a:active{text-decoration:none; color:#69748c;}
a:hover{text-decoration:underline; color:#69748c;}

/*-----------------------------------------------------------------------------------------------------------
 =4 frequensy usage -----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------*/

    /*position style*/
    .center {
        text-align:center;
        padding: 1em 0;
    }
    .clear {
        clear:both;
    }

    /*font style*/
    .red {
    	color:#F66;
    }

    .bold {
        font-weight:bold;
    }

    p {
        line-height:1.4;
    }

    p.desc {
        margin-bottom:1em;
    }

    .annai {
      color: #f44;
    }

    p.goTop {
        clear:both;
        text-align:right;
        padding-top:10px;
        margin:0px auto;
    }

    /* width&height style */
    .width150 {
        width:150px;
    }

    /* button style */
    p.button {
    text-align:center;
	padding-bottom:10px;
    }

    p.button a {
    display:block;
    width:130px;
    height:10px;
    float:left;
    padding:5px 5px;
    margin-right:5px;
    line-height:10px;
    border:1px solid #666;
    background-color:#333;
    color:#fff;
    text-align:center;
    font-weight:bold;
    }

    p.button a:link {
		color:#fff;
	}
	
    p.button a:hover {
		background-color:#eee;
		color:#000;
		text-decoration:none;
    }
    	
    /* error style */
    .error {
    	width: auto;
    	padding: 7px;
    	border:1px dashed red;
    	background-color: #fff2f3;
    	color: red;
    	margin-bottom: 5px;
    }

	td span.bg {
		background:#FFF3F3 url(/admin/images/invalid_marker.gif) no-repeat 3px 2px;
		padding-left:15px;
		font-weight:bold;
	}
	
    /* table style */
    th,td {
        padding:3px 10px;
        font-family:Osaka,ＭＳ Ｐゴシック,verdana,arial,helvetica,sans-serif;
        font-size:12px;
        line-height:120%;
    }

    textarea {
        color:#444444;
        font-family : Osaka, ＭＳ Ｐゴシック, verdana, arial, helvetica, sans-serif;
        line-height:1.2;
    }

    /* pager style */
    div.page {
        margin:10px auto;
    }

/*-----------------------------------------------------------------------------------------------------------
 =5 css hack ------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*-----------------------------------------------------------------------------------------------------------
 =6 frame ---------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------*/
body {
	background: url(../images/bg.gif);
	font-size:0.9em;
	color: #444444;
	font-family : Osaka, ＭＳ Ｐゴシック, verdana, arial, helvetica, sans-serif;
	line-height:140%;
	margin:10px;
	padding:0;
}

div#contents {
    width:970px;
	font-size:0.9em;
    background-color:white;
    border:1px solid black;
    margin:0px auto;
}

div#content {
    width:460px;
	font-size:0.9em;
    background-color:white;
    border:1px solid black;
    margin:0px auto;
}


h1 {
	background:url(../images/topbg.gif) repeat-x ;
    height:37px; line-height:37px;
	color:white;
	padding:0px 10px;
    margin:0px;
	font-size:16px;
    font-weight:bold;
}

/***** menu section ********/

div#menu_frame {
	background-color: #FFFFFF;
    margin-top:2px;
}

div#menu_frame ul {
    height:38px;
	background: url(../images/menu_bg.gif) bottom center repeat-x;
}

div#menu_frame ul li {
    font-size:0.95em;
	float: left;
	height:29px;
	text-align: center;
	border-top:1px solid #000000;	
	border-right:1px solid #000000;	
	border-bottom:1px solid #000000;
}

div#menu_frame ul li a {
    display:block;
	height:29px; line-height:29px;
    text-decoration:none;
    font-weight:bold;
    color:#333;
}

div#menu_frame ul li a:hover {
	background-color: #EEE;
}

div#menu_frame ul li#menuSelected a, div#menu_frame ul li#menuSelected a:hover{
	background-color: #444444;
	color: white;
}

/******************************************************************
******************************************************************/

div#wrapper {
    padding:20px;
    text-align:left;
}

h2 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 15px;
	line-height: 1.4;
}


div#container {
    border:1px solid #999;
}

div#container div#sidebar {
    width:190px;
    float: left;
}

div#container div#main {
    width:697px;
    float: right;
    border-left:1px solid #999;
    padding:20px;
}

/*------- div#container div#sidebar -----------*/
#sidebar ul li {
	font-weight: bold;
	height:30px;
	line-height:30px;
	width:190px;
	text-align:left;
	background-color:#EFEFEF;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar ul li a {
	display: block;
	color:#444444;
	padding-left: 10px;
	height:100%;
}

#sidebar ul li a:hover {
	width: 180px;
	height:100%;
	color:#444444;
	background-color:#cccccc;
	text-decoration:none;
}

/*------- div#container div#main common -----------*/
h3 {
    margin:0 0 15px;
    font-weight:bold;
    font-size:21px;
    padding: .5em;
}

/***** メニュー説明　******/
div#explain {
    margin-bottom:20px;
}

div#explain ul#desc_list {
    margin:10px;
}

div#explain ul#desc_list li {
    font-size:1.1em;
    margin-bottom:5px;
}

div#explain ul#desc_list li a {
    color:#FF7600;
}

div#explain div#desc {
    width:580px;
    border:1px solid #CCC;
    padding:10px;
    margin-bottom:25px;
}

div#explain div#desc p {
}

/******************************************************************
******************************************************************/

div#copyright {
    padding:5px;
    text-align:center;
}

div#copyright p{
    font-size:0.95em;
}

/******************************************************************
******************************************************************/
/******************************************************************




/************************************************
** div#container div#main eachpage
************************************************/

.atl { text-align: left; background-color: #58585c; color: #ffffff; }
.atc { text-align: center; background-color: #58585c; color: #ffffff; }
.atr { text-align: right; background-color: #58585c; color: #ffffff; }

.adl { text-align:left; }
.adc { text-align:center; }
.adr { text-align:right;}
.adb { text-align:center; font-weight:bold; color:red;}

.clear { clear:both; }


/************************************************
** ログイン
************************************************/
div#login_section {
    width:390px;
    margin:0px auto;
    padding:10px;
    border:1px solid #666;
}

table#login_table {
   width:330px;
   margin:10px auto 0;
}


/************************************************
** お知らせ
************************************************/
span.new {
    display:block;
    width:33px;
    height:0;
    padding-top:15px;
    overflow:hidden;
    background:url(/admin/images/new_marker.gif) no-repeat scroll 0px 5px transparent;
    float:left;
}

/************************************************
** アルバム
************************************************/
#album_year table { border-collapse: collapse; width:100%; }
#album_year td { width:33%; padding:0; border: 1px #bccbcd solid; }
#album_year p.title { margin:0; background-color:#F7F7F7; padding:5px; font-weight:bold; border-bottom: 1px solid #EEE; }
#album_year p.note { margin:0; padding:5px; height:50px; }
#album_year td.title { padding:6px; background-color:#F7F7F7; }
#album_year td.title1 { width:10%; padding:6px; background-color:#F7F7F7; }
#album_year td.note { padding:6px; }
#album_year td.note .img_btn { padding:0; margin:5px; }
#album_year td.note h4 { padding:0; margin:5px; }

body#album div#container {border-width:0;}
body#album div#container div#sidebar {width:200px;padding:10px 2px;}
body#album div#container div#main {border-left-width:0;margin-top:5px; padding:5px;width:710px;}
.photoleft { border:2px solid #000000; margin-top:5px; }
.photoleft_title { background-color:#F7F7F7; padding: 5px; text-align:left; font-weight: bold; border-bottom:1px dashed #AAAAAA; }
.photowork { padding:5px 5px 5px 23px; }
.photoitem { padding:1px; }
.photobar { padding:10px; background-color:#F7F7F7; }
.line { border:1px solid #000000; }
.ptitle { font-size:16px; }
.imageBox { border:1px solid #DDDDDD; background-color:#FFFFFF; padding:5px; margin:3px; text-align:center; }
.pcomment {border:1px solid #BCCBCD; background-color:#FFFFFF; padding:5px; margin:10px 0; }
.line li { float: left; padding:2px; text-align:center; }
li#selected td {border:1px solid red;}

.album_list { margin:0; padding:5px; }
.album_list ul { margin:0; padding:0; }
.album_list li {
    margin:3px; padding:0 0 0 13px;
    background: url(../images/btn_aimg.gif) top left no-repeat;
}

#image_list li { float:left; margin:5px; }


/************************************************
** カレンダー
************************************************/
#calender {
padding-top:10px;
clear:both;
}

#calender table{
	border: 1px #bccbcd solid; border-collapse: collapse;
}

#calender th{
	font-weight: bold;
	text-align: center;
	background-color: #EFEFE0;
	padding:5px; border: 1px #bccbcd solid;
}

#calender {
	width: 0 auto;
}

#calender td{
	width: 14.29%;
	height: 80px;
	padding:5px; border: 1px #bccbcd solid;
}

#calender p{
	margin: 0px;
	font-size:14px;
	font-weight: bold;
}

#calender p span{
	margin: 0px;
	font-size:10px;
	font-weight: normal
}

#calender .tdred { color:red }
#calender .tdblue { color:blue }

#calender .p_black { color: black; }
#calender .p_red { color: red; }
#calender .p_blue { color: blue; }
#calender .p_green { color: white; background-color:green; width:20px; text-align:center; }

#calender li {
	font-size: 12px;
	background-color: #ffe5ee;
	padding: 2px;
	margin: 1px;
}


/************************************************
** ページ更新
************************************************/
.tb_title { background-color: #f2f1dd; width: 120px; padding-left: 20px; }
.tb_right { background-color: #FFFFFF; }
.btn { padding:10px; text-align:center; }

.about1 { width:300px; height:30px; } .about2 { width:150px; height:30px; }
.extra1 { width:250px; height:80px; } .extra2 { width:250px; height:80px; }
.extra3 { width:500px; height:80px; } .extra4 { width:250px; height:30px; }
.act { width:500px; height:30px; }




/************************************************
** 年間行事
************************************************/

table#event {
margin:15px 0px 15px 2px;
border:1px solid #999999;
}

table#event tr {
}

table#event td {
	width:212px;
	height:135px;
	border-right:1px dotted #DDD;
	border-bottom:1px dotted #DDD;
	vertical-align:top;
}

table#event td.right{border-right:0px;}
table#event td.bottom{border-bottom:0px;}

table#event td div {
width:230px;
}

table#event td div h4 {
	height:24px;
	line-height:24px;
	font-size:1.6em;
	font-weight:bold;
	color:#462323;
	padding:0px 10px;
	margin:5px 0px 0px;
}

table#event td div ul {
margin:10px 0px 0px 15px;
height:100px;
overflow:auto;
}

table#event td div ul li {
	line-height:18px;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(/images/nyuen/event/event_listmarker.gif);
}

/************************************************
** 動画
************************************************/
.mail_title {
	padding: 7px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #F7F7F7;
	margin-bottom: 10px;
}

.mail_out {
	border: 1px solid #555555;
}

#movie_menu {float: left;}
#movie_menu li {
	font-weight: bold;
	height:30px;
	line-height:30px;
	width:190px;
	text-align:left;
	background-color:#EFEFEF;
	border-bottom: 1px solid #FFFFFF;
}

#movie_menu a {
	display: block;
	color:#444444;
	padding-left: 30px;
	height:100%;
}

#movie_menu a:hover {
	display: block;
	width: 160px;
	height:100%;
	color:#444444;
	background-color:#cccccc;
	text-decoration:none;
}

/************************************************
** 課外教室
************************************************/
.waku {
	width:650px;
	padding:20px;
	background-color:#fff;
	border:3px solid #CCC;
	margin:10px 0px;
}

.waku div.img_waku{width:200px;text-align:center;}

.waku img {padding:8px;border:1px solid #CCC;background-color:#fff;margin:0px 10px 10px 0px;}

.waku p {line-height:1.5; height:auto; margin:0;padding:0;}

.waku textarea{margin:0;padding:0;}

.waku table {
    width:100%;
    margin-top:10px;
    background-color:#FFF;
}

.waku table th {
    width:150px;
    padding:10px 0px 10px 10px;
    background-color:#ececeb;
}

.waku table td {
padding:10px 5px;
}

.dbt {
  padding: .5em;
  font-size: 1.5em;
  width: 50%;
}

.fz16 {
  font-size: 16px;
}

/* CKeditror */
.cke_combo_text {
  width: 40px !important;
}


/* button styles using bootstrap.css */
.btn {display: inline-block;margin-bottom: 0;font-weight: normal;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 14px;line-height: 1.42857;border-radius: 4px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}
.btn:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
.btn:hover, .btn:focus {color: #333333 !important;text-decoration: none;}
.btn:active, .btn.active {outline: 0;background-image: none;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn.disabled, .btn[disabled] {cursor: not-allowed;pointer-events: none;opacity: 0.65;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;}

.btn-primary {color: white !important;background-color: #428bca;border-color: #357ebd;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {color: white !important;  background-color: #3276b1;  border-color: #285e8e;}
.btn-primary:active, .btn-primary.active {background-image: none;}
.btn-primary.disabled {background-color: #428bca;border-color: #357ebd;}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active {background-color: #428bca;border-color: #357ebd;}
.btn-primary[disabled] {background-color: #428bca;border-color: #357ebd;}
.btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active {background-color: #428bca;border-color: #357ebd;}
