@charset "utf-8";
/*
	Description : コンテンツ詳細設定
*/

/* contents name
----------------------------------------------------------- */

div.table p {
	display:table-cell;
	vertical-align: middle;
	margin: 0;
}

* html div.table p{ /* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html div.table p {/* IE 7 */
	display:inline;
	zoom:1;
}
body {
	position: relative;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #DCEFC0;
}
#blue_bg1 {
	background-image: url(../../image_chofu/kids/common/bg1.jpg);
	background-repeat: repeat-x;
	background-color: #CCF3F0;
	background-position: center top;
}
#blue_bg {
	background-image: url(../../image_chofu/kids/common/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCF3F0;
}
#rainbow {
	background-image: url(../../image_chofu/kids/common/img_rainbow.png);
	background-repeat: no-repeat;
	height: 486px;
	width: 782px;
	position: absolute;
	left: 48.5%;
	right: 51.5%;
	top: 1em;
	z-index: 0;
}
#wrap {
	margin: auto;
	width: 960px;
	z-index: 10;
	position: relative;
	padding-top: 1em;
}
h1 {
	text-align: left;
	margin-bottom: 4em;
}

h2 {
	font-size: 1.5em;
}

#character {
	position: absolute;
	top: 80px;
	left: 700px;
}

#navigation {
	overflow: hidden;
	z-index: 5;
	clear: both;
}
#navigation li {
	float: left;
	width: 33.333%;
	margin-bottom: 2em;
	z-index: 10;
}
#footer {
	background-image: url(../../image_chofu/kids/common/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 300px;
	background-position: center 106px;
}
#footer #images {
	background-image: url(../../image_chofu/kids/common/img_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer .inner {
	padding-top: 130px;
	margin: auto;
	width: 870px;
}
#address {
	float: left;
	text-align: left;
	font-size: 1.8em;
}
#address p {
	position: relative;
	margin: 0;
}

#address ruby {
	position: relative;
	l;
}
#address ruby rt {
	position: relative; top: 0.6ex;
}

/* ルビタグに変更のため使用しない
#address p span {
	font-size: .6em;
}
#address p span.ruby1 {
	position: absolute;
	top: -12px;
	left: 0px;
}
#address p span.ruby2 {
	position: absolute;
	top: -12px;
	left: 105px;
}
#address p span.ruby3 {
	position: absolute;
	top: -12px;
	left: 0px;
}
#address p span.ruby4 {
	position: absolute;
	top: -12px;
	left: 235px;
}
*/

#links {
	float: left;
	margin-top: 4.6em;
	margin-left: 4em;
}
#links a {
	cursor: pointer;
}
#links li {
	background-color: #FFF;
	float: left;
	font-size: 1.7em;
	display: block;
	width: 10em;
	padding: 0.4em;
	text-align: left;
	margin-right:.5em;
}
#links li p {
	color: #000000;
	position: relative;
	text-decoration: underline;
	font-weight: bold;
}

#links ruby {
	position: relative;
	l;
}
#links ruby rt {
	position: relative; top: 0.6ex;
}

/* ルビタグに変更のため使用しない
#links li p span {
	font-size: 0.6em;
	text-decoration: none;
}
#links li span.ruby1 {
	position: absolute;
	top: -12px;
	left: 0px;
}
#links li span.ruby2 {
	position: absolute;
	top: -12px;
	left: 65px;
}
#links li span.ruby3 {
	position: absolute;
	top: -12px;
	left: 0px;
}
*/
#copy {
	clear: both;

	text-align:left;
	font-size: 1.3em;

	width: 100%;
}

/* どんなまち？
----------------------------------------------------*/
#header {
	margin: auto auto 3em;
	width: 960px;
	padding-top: 1em;
	overflow: hidden;
}#header p {
	float: left;
}
#header ul {
	float: right;
	width: 600px;
}
#header ul li {
	width: 25%;
	float: left;
	margin-bottom: 1em;
}
#content {
	clear: both;
	margin: auto;
	width: 873px;
}
#note {
	text-align: left;
	position: relative;
	margin-bottom: 3em;
}
#img_pen {
	background-image: url(../../image_chofu/kids/common/img_pen.png);
	background-repeat: no-repeat;
	height: 167px;
	width: 86px;
	position: absolute;
	bottom: 160px;
	right: -40px;
}

#note .inner {
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 80px;
	overflow: hidden;
	background-image: url(../../image_chofu/kids/common/bg_note.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#note .inner .title {
	font-size: 5em;
	color: #2C85A9;
	font-weight: bold;
	line-height: 1;
	margin-bottom: .4em
}

#note .inner .opt-item h3 {
	margin-top: 1em;
	font-size: 1.3em;
	color: #2C85A9;
	font-weight: bold;
	line-height: 1;
	margin-bottom: .4em
}


#note .inner .images {
	float: left;
}
#note .inner .images p {
	margin-right: 3em;
	margin-bottom: 2em;
}
#note .inner .textarea {
	font-size: 1.8em;
/*	width: 400px; */
}
#note .inner .textarea p {
	margin-bottom: 1em;
}
#note .pagetotop {
	text-align: right;
}
