@charset "utf-8";
/* ------------------------------------
　  Browser Default Initialization　
--------------------------------------- */

body {
	background: #EEDDC1 url(../images/haikei.gif) repeat center top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}

/* ------ Typography ------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 17px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h5 {
	font-size: 13px;
}
p {
	margin: 0;
	font-size: 14px;
	padding: 1.5em;
	line-height: 1.7em;
}
img {
	margin: 0;
	border: 0;
	-ms-interpolation-mode: bicubic;}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
dl,
dt,
dd,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*-------- Links ------- */
a,
a:link {
	color:#333;
	text-decoration:none;
	}
a:visited {
	color:#666;
	text-decoration: none;
	outline: 0;
}
a:hover,
a:focus {
	color: #69C;
	position: relative;
	left: 1px;
}
p a,
p a:visited {
	line-height: inherit;
}

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

/*------- align ------ */

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ------ Font ------ */

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
	src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------
           Headder
 ---------------------------- */

/* ------ Global Navi ------ */

/* 疑似要素にアイコンフォントを指定 */
#gnav a:before {
	display: block;
	position: absolute;
	width: 100%;
	top: 10px;
	text-align: center;
	font-family: 'icomoon';
	font-size: 35px;
	color: #fff;
}
/* 疑似要素にborderを使った三角マークを記述 */
#gnav a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}
/* ナビゲーションの色をグラデーションにする */
#introduction a:link, #introduction a:visited {
	background-color: #0a3d9f;
	background: -moz-linear-gradient(top, #4dd2ff, #00a3d9);
	background: -webkit-gradient(linear, left top, left bottom, from(#4dd2ff), to(#00a3d9));
	background: -webkit-linear-gradient(top, #4dd2ff, #00a3d9);
	background: linear-gradient(to bottom, #4dd2ff, #00a3d9);
}
/* マウスオーバー時にグラデーションの色を変更 */
#introduction a:hover, #introduction a:active {
	background-color: #00ffff;
	background: -moz-linear-gradient(top, #73ffff, #00d9d9);
	background: -webkit-gradient(linear, left top, left bottom, from(#73ffff), to(#00d9d9));
	background: -webkit-linear-gradient(top, #73ffff, #00d9d9);
	background: linear-gradient(to bottom, #73ffff, #00d9d9);
}
/* 疑似要素に、アイコンフォントに割り当てられた文字を記述 */
#introduction a:before {
	content: "\61";
}
/* マウスオーバー時にborderを使った三角マークを表示 */
#introduction a:link:after, #introduction a:visited:after {
	display: none;
}
#introduction a:hover:after, #introduction a:active:after {
	display: block;
	border-top: solid 10px #00d9d9;
}
/* ナビゲーションの色をグラデーションにする */
#education a:link, #education a:visited {
	background-color: #00b200;
	background: -moz-linear-gradient(top, #00b22d, #00b200);
	background: -webkit-gradient(linear, left top, left bottom, from(#00b22d), to(#00b200));
	background: -webkit-linear-gradient(top, #00b22d, #00b200);
	background: linear-gradient(to bottom, #00b22d, #00b200);
}
/* マウスオーバー時にグラデーションの色を変更 */
#education a:hover, #education a:active {
	background-color: #00b200;
	background: -moz-linear-gradient(top, #36d900, #00b200);
	background: -webkit-gradient(linear, left top, left bottom, from(#36d900), to(#00b200));
	background: -webkit-linear-gradient(top, #36d900, #00b200);
	background: linear-gradient(to bottom, #80ff00, #36d900);
}
/* 疑似要素に、アイコンフォントに割り当てられた文字を記述 */
#education a:before {
	content: "\62";
}
/* マウスオーバー時にborderを使った三角マークを表示 */
#education a:link:after, #education a:visited:after {
	display: none;
}
#education a:hover:after, #education a:active:after {
	display: block;
	border-top: solid 10px #36d900;
}
/* ナビゲーションの色をグラデーションにする */
#infomation a:link, #infomation a:visited {
	background-color: #f0b23a;
	background: -moz-linear-gradient(top, #e6cb33, #d89b25);
	background: -webkit-gradient(linear, left top, left bottom, from(#e6cb33), to(#d89b25));
	background: -webkit-linear-gradient(top, #e6cb33, #d89b25);
	background: linear-gradient(to bottom, #e6cb33, #d89b25);
}
/* マウスオーバー時にグラデーションの色を変更 */
#infomation a:hover, #infomation a:active {
	background-color: #e7ab36;
	background: -moz-linear-gradient(top, #ffff26, #ffbf00);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff26), to(#ffbf00));
	background: -webkit-linear-gradient(top, #ffff26, #ffbf00);
	background: linear-gradient(to bottom, #ffff26, #ffbf00);
}
/* 疑似要素に、アイコンフォントに割り当てられた文字を記述 */
#infomation a:before {
	content: "\63";
}
/* マウスオーバー時にborderを使った三角マークを表示 */
#infomation a:link:after, #infomation a:visited:after {
	display: none;
}
#infomation a:hover:after, #infomation a:active:after {
	display: block;
	border-top: solid 10px #ffbf00;
}
/* ナビゲーションの色をグラデーションにする */
#user a:link, #user a:visited {
	background-color: #ff7a4d;
	background: -moz-linear-gradient(top, #d9a300, #dd96d00);
	background: -webkit-gradient(linear, left top, left bottom, from(#d9a300), to(#d96d00));
	background: -webkit-linear-gradient(top, #d9a300, #d96d00);
	background: linear-gradient(to bottom, #d9a300, #d96d00);
}
/* マウスオーバー時にグラデーションの色を変更 */
#user a:hover, #user a:active {
	background-color: #e98546;
	background: -moz-linear-gradient(top, #ffc926, #e98546);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc926), to(#e98546));
	background: -webkit-linear-gradient(top, #ffc926, #e98546);
	background: linear-gradient(to bottom, #fc926, #e98546);
}
/* 疑似要素に、アイコンフォントに割り当てられた文字を記述 */
#user a:before {
	content: "\64";
}
/* マウスオーバー時にborderを使った三角マークを表示 */
#user a:link:after, #user a:visited:after {
	display: none;
}
#user a:hover:after, #user a:active:after {
	display: block;
	border-top: solid 10px #e98546;
}
/* ナビゲーションの色をグラデーションにする */
#childcare a:link, #childcare a:visited {
	background-color: #ff7373;
	background: -moz-linear-gradient(top, #ff9999, #ff4d4d);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9999), to(#ff4d4d));
	background: -webkit-linear-gradient(top, #ff9999, #ff4d4d);
	background: linear-gradient(to bottom, #ff9999, #ff4d4d);
}
/* マウスオーバー時にグラデーションの色を変更 */
#childcare a:hover, #childcare a:active {
	background-color: #ff7373;
	background: -moz-linear-gradient(top, #ffbfbf, #ff7373);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffbfbf), to(#ff7373));
	background: -webkit-linear-gradient(top, #ff9999, #ff7373);
	background: linear-gradient(to bottom, #ffbfbf, #ff7373);
}
/* 疑似要素に、アイコンフォントに割り当てられた文字を記述 */
#childcare a:before {
	content: "\65";
}
/* マウスオーバー時にborderを使った三角マークを表示 */
#childcare a:link:after, #childcare a:visited:after {
	display: none;
}
#childcare a:hover:after, #childcare a:active:after {
	display: block;
	border-top: solid 10px #ff7373;
}

/* ----------------------------
           Footer
  ---------------------------- */

#footer-info .name {
	font-size: 12px;
	color: #666;
	margin-left: 50px;
	padding-left: 5px;
}
#footer-info .name2 {
	font-size: 20px;
	color: #666;
	margin-left: 50px;
	font-weight: bold;
	padding-left: 5px;
}
#footer-info .address {
	font-size: 14px;
	color: #666;
	margin-left: 60px;
	padding-bottom: 20px;
	padding-top: 5px;
}
#footer-line img {
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer .copy {
	font-size: 13px;
	color: #666;
	margin-left: 0px;
	float: right;
	position: absolute;
	padding-left: 40px;
	padding-top: 20px;
}
#footer-nav li {
	list-style-type: none;
	float: left;
	padding-left: 20px;
	font-size: 14px;
	line-height: 16px;
}
#footer-nav li a {
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	text-decoration: none;
}
#footer-nav li a:hover {
	color: #69C;
}
#footer-line h5 {
	background-image: url(../images/footimg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
}
#top {
	position: fixed;
	right: 0px;
	bottom: 10px;
}
#access {
	height: 500px;
	width: 100%;
}
#access {
	height: 500px;
	width: 100%;
}

/* ----------------------------
           Mainvisual
  ---------------------------- */

.row {
	max-width: 930px;
	margin: 0 auto;
}

#mainvisual {
	width: 100%;
	background-color: #222;
}

#mainvisual ul {
	position: relative;
}

#mainvisual ul li {
	display: none;
	position: absolute;			/* 背面の画像にはposition: absoluteを指定 */
	z-index: 1;				/* 背面の画像のz-indexを1に指定 */
	width: 100%;
	top: 0;					/* 背面の画像をtop: 0に移動し、画像を重ねる */
}
#mainvisual ul li:first-child {
	display: block;
	position: relative;			/* 前面の画像にはposition: relativeを指定 */
	z-index: 1000;				/* 前面の画像のz-indexを1000に指定 */
}

#mainvisual-button {
	width: 100%;
	padding: 25px 0 20px;
}

#mainvisual-button ul {
	text-align: center;
	line-height: 10px;

}

#mainvisual-button li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;
}

#mainvisual-button li a {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-button li a:link,
#mainvisual-button li a:visited{
	margin-top: 0;
}

#mainvisual-button li a:hover,
#mainvisual-button li a:active,
#mainvisual-button li a.current {
	margin-top: -10px;
}


/* ----------------------------
           Headline
  ---------------------------- */

#headline-sub #syoukai {
	padding: 10px;
}
#head_intro {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #3CF;
}
#dai{
	color: #FFF;
	font-weight: normal;
	padding-left: 20px;
	background-image: url(../img_intro/introimg.gif);
	padding-top: 15px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	border-radius: 10px 10px;
}
#dai_edu{
	color: #FFF;
	font-weight: normal;
	padding-left: 20px;
	background-image: url(../img_edu/eduimg.gif);
	padding-top: 15px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	border-radius: 10px 10px;
}
#dai_care{
	color: #FFF;
	font-weight: normal;
	padding-left: 20px;
	background-image: url(../img_care/careimg.gif);
	padding-top: 15px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	border-radius: 10px 10px;
}
#dai_enter{
	color: #FFF;
	font-weight: normal;
	padding-left: 20px;
	background-image: url(../img_enter/enterimg.gif);
	padding-top: 15px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	border-radius: 10px 10px;
}
#dai_user{
	color: #FFF;
	font-weight: normal;
	padding-left: 20px;
	background-image: url(../img_user/userimg.gif);
	padding-top: 15px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	border-radius: 10px 10px;
}

/* ----------------------------
            Main
  ---------------------------- */
#enka {
	color: #FFF;
	width: 100%;
	background-color: #6C3;
}
#img_main {
	padding-top: 20px;
	padding-bottom: 20px;
}
#history {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6C6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
}
#h5_history {
	color: #666;
	padding-bottom: 5px;
}
#mnav_li {
	height: 130px;
	width: 85%;
	border-radius: 20px 20px;
	float: left;
	margin-bottom: 20px;
	box-shadow: gray 4px 4px 6px;
	border: 5px solid #69C;
	margin-left: 15px;
	background-image: url(../img_intro/ao2.gif);
}
#mnav_li2 {
	height: 130px;
	width: 85%;
	border-radius: 20px 20px;
	float: left;
	margin-bottom: 20px;
	box-shadow: gray 4px 4px 6px;
	border: 5px solid #00b200;
	margin-left: 15px;
	background-image: url(../img_edu/midori.gif);
}
#mnav_li3 {
	height: 130px;
	width: 85%;
	border-radius: 20px 20px;
	float: left;
	margin-bottom: 20px;
	box-shadow: gray 4px 4px 6px;
	border: 5px solid #FC0;
	margin-left: 15px;
	background-image: url(../img_edu/midori2.gif);
}
#mnav_li4 {
	height: 130px;
	width: 85%;
	border-radius: 20px 20px;
	float: left;
	margin-bottom: 20px;
	box-shadow: gray 4px 4px 6px;
	border: 5px solid #FF6666;
	margin-left: 15px;
	background-image: url(../img_care/aka.gif);
}
#mnavt {
	color: #36C;
	margin-bottom: 10px;
}
#mnavt2 {
	color: #36C;
	margin-bottom: 10px;
	font-size: 16px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mnav5 {
	color: #333;
	padding-left: 20px;
	padding-right: 10px;
}
#main2-right table h5 {
	float: right;
}

.time span{
	display: block;
	font-size: x-small;
	text-align: left;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}
#ul_edu {
	color: #360;
	border-radius: 10px;
	padding-left: 5px;
	font-weight: bold;
	background-color: #FFC;
	height: 570px;
	border: medium solid #FC0;
}
#p_edu {
	padding-left: 50px;
}
#edui {
	padding-bottom: 20px;
	float: none;
	padding-top: 20px;
}
#edui2 {
	float: none;
	padding-top: 10px;
	padding-right: 10px;
}
#ta_enter {
	border: 2px solid #999;
	border-spacing: 1;
	width: 100%;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 20px;
}
#ta_enter th {
	background-color: #FC0;
	font-size: 14px;
	text-align: left;
	border: 1px solid #999;
	padding-left: 10px;
	color: #666;
	font-weight: bold;
	width: 31%;
}
#ta_enter td {
	background-color: #FFC;
	border: 1px solid #999;
	font-size: 14px;
	padding: 10px;
	line-height: 1.5em;
}
#ta_care th {
	background-color: #FCC;
	font-size: 14px;
	text-align: left;
	border: 1px solid #999;
	padding-left: 10px;
	color: #666;
	font-weight: bold;
	width: 31%;
}
#ta_care td {
	background-color: #FFC;
	border: 1px solid #999;
	font-size: 14px;
	padding: 10px;
	line-height: 1.5em;
}
#ul_qa {
	background-image: url(../img_enter/kiiro.gif);
	padding: 20px;
	border: 3px solid #FC0;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#li_qa {
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#qa2 {
	border: 3px solid #FC0;
	border-radius: 10px;
	background-image: url(../img_enter/kiiro.gif);
	line-height: 1.5em;
	margin-top: 10px;
	vertical-align: middle;
	padding: 5px;
	color: #333;
	font-weight: bold;
}
#disc {
	font-size: 14px;
	margin-left: 60px;
	margin-top: 10px;
}
#losure {
	float: left;
	margin-bottom: 30px;
	margin-left: 60px;
	border: 3px double #999;
	padding: 10px;
	margin-top: 30px;
	border-radius: 5px;
}
#table_s {
	border: medium solid #666;
	font-size: 15px;
	float: left;
	width: 95%;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #FFF;
}
#tr_hol {
	background-color: #FCC;
	color: #F30;
	padding: 5px;
	border: 1px solid #999;
}
#table_s td {
	padding: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666;
	border-bottom-color: #666;
}
#h4_sche {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #F90;
}
#sisetu td {
	font-size: 14px;
	padding: 6px;
}
#smtitle_intro {
	background-color: #26c9ff;
	color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 20px;
	width: 80%;
}
#smtitle_edu {
	background-color: #00b200;
	color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 20px;
	width: 80%;
}
#smtitle_enter {
	background-color: #FC0;
	color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 20px;
	width: 80%;
}
#smtitle_user {
	background-color: #ff9326;
	color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 20px;
	width: 80%;
}
#smtitle_care {
	background-color: #ff73ff;
	color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 20px;
	width: 80%;
}
#smtitle_kihon {
	background-color: #999999;
	color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 20px;
	width: 80%;
}
#ul_sm {
	font-size: 16px;
	margin-left: 20px;
	line-height: 2em;
	margin-top: 10px;
}
#road {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 14px;
	color: #333;
	line-height: 1.7em;
}
#h3_sakuranbo {
	margin-top: -10px;
	margin-left: 25px;
}#entyo {
	float: left;
}
#div_entyo {
	background-color: #693;
	border: 5px solid #00b200;
	border-radius: 20px;
	font-weight: bold;
	color: #FFF;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 17px;
}
#kabey {
	background-image: url(../images/kabey.gif);
}
#sisetu {
	background-color: #FFF;
	border: 3px solid #69C;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 10px;
}
#oneyear {
	background-color: #FFF;
	border: 3px solid #69C;
	border-radius: 6px;
	margin-left: 20px;
}#oneyear td {
	font-size: 15px;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #69C;
	border-bottom-color: #69C;
}
#oneyear th {
	font-size: 15px;
	background-color: #9CF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #69F;
	border-bottom-color: #69F;
}
#nensyoi {
	float: left;
	margin-top: 20px;
	margin-right: 5px;
}
#kisetu {
	height: 400px;
	width: 95%;
	margin-left: 20px;
	border: 2px solid #999;
}
#qa4 {
	font-weight: bold;
	color: #390;
}

#dekigoto1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#kizi3 {
	margin-top: 20px;
}

#itiran {
    font-size: 15px;
	padding: 10px;	
	margin-top: 10px;
	margin-bottom: 20px;
}

#itiran li {
	margin-bottom: 10px;
}

#syasin {
	margin-bottom: 10px;	
}	
	

/* ----------------------------
        Subnavigation
  ---------------------------- */
  
#inform {
	height: 200px;
	width: 95%;
	border: 2px solid #6CF;
	border-radius: 6px;
	margin-right: 20px;
}
#kisetutop {
	height: 300px;
	width: 95%;
	margin-right: 20px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	border: 2px solid #FFFFCC;
	background-image: url(../images/album.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 20px;
}
#subnav_intro {
	color: #FFF;
	text-align: center;
	background-color: #26c9ff;
}
#subnav_edu {
	color: #FFF;
	text-align: center;
	background-color: #00b200;
}
#subnav_enter {
	color: #FFF;
	text-align: center;
	background-color: #FC0;
}
#subnav_user {
	color: #FFF;
	text-align: center;
	background-color: #F90;
}
#subnav_care {
	color: #FFF;
	text-align: center;
	background-color: #FF6666;
}
#subnav_img {
	float: left;
	margin-right: 10px;
	padding-left: 15px;
}
#subnav_li {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	color: #666;
	padding-right: 5px;
}
#subnav1 {
	color: #333;
	margin: 5px;
}
#subnav2 {
	color: #09F;
	font-weight: bold;
	margin-bottom: 5px;
}
#suvi {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}


/* ----------------------------
          toppage
  ---------------------------- */
  
#bosyutop {
	text-align: center;
	background-color: #00bfff;
	border-radius: 6px;
	margin-bottom: 20px;
}
#roadtop {
	text-align: center;
	border-radius: 6px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #00bfff;
	border: 3px solid #00bfff;
}
#entyotop {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #6699CC;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #6699CC;
	border-bottom-color: #6699CC;
}
#qandatop {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FF9999;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF9999;
	border-bottom-color: #FF9999;
}
#extratop {
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FF9999;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF9999;
	border-bottom-color: #FF9999;
}
#kagaitop {
	text-align: center;
	margin-bottom: 20px;
	background-color: #FFC;
	border-radius: 6px;
}
#sakuratop {
	text-align: center;
	margin-bottom: 20px;
	background-color: #FFCFBF;
	border-radius: 6px;
}
#hirobatop {
	text-align: center;
	margin-bottom: 20px;
	background-color: #cfffbf;
	border-radius: 6px;
}
#zaienc {
	font-size: 15px;
	font-weight: bolder;
	color: #F90;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
}
#zaientop {
	text-align: center;
	border-radius: 6px;
	margin-bottom: 10px;
	font-weight: bold;
	border: 3px solid #FFCC33;
	background-color: #FFF;
	width: 90%;
	margin-left: 10px;
}
#zaienu {
	background-image: url(../images/kiiro.gif);
	padding-bottom: 5px;
}
#album {
	float: left;
	position: absolute;
}
#table_s th {
	background-color: #999;
}
#keitai {
	color: #666;
	margin-left: 40px;
	float: left;
}
#copy {
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}
