@charset "utf-8";
/* CSS Document */


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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

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

caption, th, td{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/*IE9未満用*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
} 


img {
	vertical-align: bottom;
	border: 0px;

}

/*ページ構成*/
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	color: #736357;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-x;
	background-position: left top;

}

#system_main {
	width: 100%;	
	text-align: center;
	margin-top: 0px;;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background-image: url(images/bg_header_l.png), url(images/bg_header_r.png);
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;

}


header{
	width: 1020px;
	height: 180px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

header h1{
	margin-top: 5px;
	text-align: center;
}


#container{
	width: 100%;
	margin-bottom: -10px;
}


	
#main {
	font-size: 15px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

}

article{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

#pagetop {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 50px;
  }


#footer {
	width: 100%;
	left: 0px;
	overflow: hidden;
	background-color: #acdb3a;
}

#footer p{
	padding-top: 30px;
	color: #fff;
}

h2{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 5px;
	background-image:  url(images/bg_h2.png);
	box-shadow: 0px 2px 3px #ccc;
	-moz-box-shadow: 0px 2px 3px #ccc;
	-webkit-box-shadow: 0px 2px 3px #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

#top{
	margin-bottom: 30px;
}

#jigyou p{
	margin-bottom: 30px;
}

#jigyou table{
	width: 100%;
}

#jigyou table td.nursery{
	text-align: center;
}

#jigyou ul li.button{
	margin-top: -60px;
	margin-bottom: 30px;
}

#outline table{
	width: 98%;
}

#outline th{
	padding: 5px 10px;
	border: 1px solid #8cc63f;
	text-align: left;
	font-weight: bold;
	background-color: #f4f9ca;
	
}

#outline td{
	padding: 5px 10px;
	border: 1px solid #8cc63f;
}

#jouhou ul li{
	text-align: left;
	border-bottom: 1px dotted #998675;
	background-image: url(images/list_jouhou.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 20px;
}

#jouhou a{
	color: #736357;
}

#jouhou a:hover{
	text-decoration: none;
	color: #998675;
}


