@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	letter-spacing: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background: #fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#31001D;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
	width: 100%;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#header {
	width:100%;
	background:#fff;
	text-align: left;
	height:70px;
}


#menu {
	width:100%;
	margin-bottom:10px;
	text-align: center;
}

/*今、学校経営に求められる３つの要素*/

.school_conduct ul{
	padding:0;
}

.school_conduct li{
	list-style-type:none;
	line-height:1.3em;
}

#contents {
   width:757px;
   background:url(../images/bg_contents.gif) 567px 0 repeat-y;
   border-bottom:1px solid #535D57;
}

#headImage {
   width:757px;
}


#body_main {
	width:900px;
	margin-top:10px;
	text-align: center;
	
}

#main {
	float:left;
	width:700px;
	margin-top:10px;
	text-align: center;
}

#sub {
   float:right;
   width:180px;
   margin-top:10px;
}

#footer {
	/*position: relative;
	text-align: center;*/
	clear: both;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========教務システム紹介======== */
#kyoumu{
	float:left;
	width:700px;
	margin-top:10px;
	text-align: center;
}


#kyoumu h2 {
	margin-bottom: 8px;
	padding: 2px 2px 2px 0;
	color: #31001D;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 3px double #535D57;
}

#kyoumu .section h3{

   margin:0;
   padding-left:25px;
   line-height:2.2;
   background:#fff url(../images/mark_s1.png) 0 5px no-repeat;
	text-align: left;
   list-style:none;

}

#kyoumu .section p{
	text-align: left;
	border-right:2px groove #AAAAAA;
	border-bottom:2px groove #888888;
}

#kyoumu .section1 h3{
   margin:0;
   padding-left:25px;
   line-height:2.2;
   background:#fff url(../images/mark_s2.png) 0 5px no-repeat;
	text-align: left;
   list-style:none;
}

#kyoumu .section1 h4{
   margin:0;
   padding-left:25px;
   line-height:2.2;
   background:#fff url(../images/bg_kinou.png) 0 5px no-repeat;
	text-align: left;
	list-style:none;
	color:#005EF9;
}
#kyoumu .section1 p{
	text-align: left;
	
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0;
	font-size:12px;
	font-weight: bold;
   color:#000;
   line-height:30px;
   display:inline;
}

#header h1 a {
   color:#000;
   
}

#header h1 a:hover {
   color:#535D57;
}

#header form{
	display:inline;
	margin-left:600px;
	position:absolute;
	float: right;
	top:5px;
}
#header p{
	display:inline;
	margin-left:20px;
	position:absolute;
	float: right;
	top:20px;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
	width: 100%;
	margin: 0;
	background: #777777;
	background: url(../images/bg_menu_off.gif);
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 1px;
	text-align: center;
}

#menu li {
	float: left;
	color: #3300FF;
	text-align: center;
	list-style-type: none;
	line-height: 20px;
   
}

#menu li a {
	display: block;
	width: 120px;
	margin-right: 1px;
	color: #fff;
	background: url(../images/bg_menu_off.gif);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#menu li a:hover {
   color:#fff;
   background:url(../images/bg_menu_on.gif);
}

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
	color: #31001D;
}

#main a:hover {
	color: #31001D;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #31001D;
}

#main h2 {
	margin-bottom: 8px;
	padding: 2px 2px 2px 0;
	color: #31001D;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 3px double #535D57;
}

#main h3 {
	margin-bottom: 3px;
	padding: 0 4px;
	font-size: 20px;
	color: #fff;
	background-color: #330099;
}

#main h4 {
   margin-bottom:2px;
   font-size:13px;
   color:#31001D;
   border-bottom:2px solid #31001D;
}
#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   border-left:8px solid #999;
}
#main h6 {
   margin-bottom:2px;
   font-size:13px;
}

#main p {
	margin:0 10px 1em 0;
	text-align: left;
}


#main ul,ol,dl {
   margin-right:10px;
	text-align: left;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* ========SUB CONTENTS CUSTOMIZE======== */
#sub p{
	padding-left:18px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background:#fff url(../images/mark_ss.png) 0 5px no-repeat;
	text-align:left;
}
#sub h2{
	padding: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/ti_bk1.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}


#sub ul {
   margin:0;
   padding:5px 0 1em 0;
}

#sub li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#fff url(../images/bg_list.gif) 0 5px no-repeat;
	text-align: left;
   list-style:none;
}

#sub li a:hover {
   border-bottom:1px solid #31001D;
}

/* ========PAGE CUSTOMIZE========= */
#pageTop {
   margin:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 50% no-repeat;
}

#pageTop a:hover {
   border-bottom:1px solid #31001D;
}

/*topメニュー*/

.campanyFontsize{
	vertical-align: bottom;
	text-align: center;
	padding: 0 10;
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 10;
}

/*ネットフォース問い合わせ先*/
.campanyInfo table{
	font-weight:bold;
}

.campanyInfo td{
	vertical-align:bottom;
	text-align:center;
	padding:0 10;
	font-size:12px;
	line-height:1.3em;
	padding-bottom:10;
}
.campanyInfo a{
	text-decoration:underline;
}

#netforce{font-size:13px;
	vertical-align:bottom;
}



.campanyAddress td{
	vertical-align:top;
	line-height:1.5em;
	padding-bottom:0.5em;
	font-size:13px;
}

.campanyComp table{
	table-layout: fixed;
	border-style: solid;
	border-width: thin;
	background-color:#555555;
	border-collapse: separate;
	border-spacing: 1px 1px;
}

.campanyComp th td{
	background-color:#DDDDDD;
	border:#000 1px;
}


.campanyOp table{
	table-layout:fixed;
	border-style: solid;
	border-width: thin;
	background-color:#555555;
	border-collapse: separate;
	border-spacing: 1px 1px;
}

.campanyOp th{
	background-color:#DDDDDD;
}
.campanySystem table{
	table-layout:fixed;
	border-style: solid; 
	border-width: thin; 
	background-color:#555555;
	border-collapse: separate;
	border-spacing: 1px 1px;
}
.ccampanySystem th{
	background-color:#DDDDDD;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   color:#333;
}
div.footer-sample {
    background-color:#333;
    height:70px;
    width:500px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

div.copyright-sample {
    color: #ccc;
    font-size: 12px;
    line-height: 1.2em;
}

*:first-child+html div.copyright-sample {
    display:inline;
    zoom:1;
    vertical-align:middle;
}

*:first-child+html div.footer span.dummy-h {
    display:inline;
    zoom:1;
    height:100%;
    vertical-align:middle;
}

* html div.copyright-sample {
    display:inline;
    zoom:1;
    vertical-align:middle;
}

* html div.footer span.dummy-h {
    display:inline;
    zoom:1;
    height:100%;
    vertical-align:middle;
}
