@charset "UTF-8";
/* 全体の設定 */
body {
	font-family:Arial, Tahoma, "Trebuchet MS", Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
        background-color: #A4A4A4;
	text-align: center;
	line-height: 1.4em;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 10px;
}
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: #ffffff;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}
/* クロスブラウザ */
h1,h2,h3,h4,p {
	margin: 0px;
	padding: 0px;
}


/* 全体の枠 */
#container {
	background-image: url(blogimg/bodybg_nf.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	width: 760px;
}

/* ヘッダー */
#header {
	background-image: url(blogimg/header_nf.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
        height: 100px;
}
/* 見出し */

/* ブログの説明 */
.description {
	font-size: 75%;

}
/* ヘッダーリンク */
#header a {
	text-decoration: none;
	color: #006699;
}
/* ヘッダーリンク色 */
#header a:link {
	text-decoration: none;
	color: #006699;
}
/* ヘッダーマウスオーバー時 */
#header a:link:hover {
	text-decoration: none;
	color: #ff6600;
}
/* ヘッダークリック時 */
#header a:link:active {
	text-decoration: none;
	color: #ff6600;
}
/* ヘッダー訪問済み */
#header a:visited {
	text-decoration: none;
	color: #003366;
}
/* ヘッダー訪問済みマウスオーバー */
#header a:visited:hover {
	text-decoration: none;
	color: #ff6600;
}
/* ヘッダー訪問済みクリック時 */
#header a:visited:active {
	text-decoration: none;
	color: #ff6600;
}
/* ロゴエリア */
#banner {
	width: 510px;
	float: left;
}
/* 検索エリア */
#searchbox {
	text-align: right;
	margin: 0;
	padding:0;
	width: 200px;
	float: right;
}
/* 検索エリア余白 */
#searchbox .pad {
	padding-top: 10px;
	padding-right: 20px;
}
/* 検索 */
#searchbox form {
	margin: 0px;
	padding: 0px;
}
/* 検索ラベル */
#searchbox label {
	display: none;
}
/* 検索 ボックス・ボタンサイズ */
#searchbox input {
	font-size: 75%;
}

/* 上部ナビゲーションバー */
#navi {
	background-image: url(blogimg/navibg.jpg);
        clear: both;
	font-size: 75%;
        width: 760px;
        height: 62px;
}
/* 上部ナビゲーションバー余白 */
#navi .pad {
	padding-left: 5px;
	padding-right: 5px;
}
/* 上部ナビゲーションバー リスト */
#navi ul {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	padding: 0;
}
#navi ul li {
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #333333;
	padding-top: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0.5em;
	float: left;
	border-right: 1px solid #e0e0e0;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #336699;
}

/* イメージ画像エリア */
#image {
	background-image: url(blogimg/image1_nf.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 5px;
	padding-left: 0px;
	margin-right: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 211px;
	clear: both;
}

/* コンテンツ枠 */
#content {
	width: 558px;
	float: left;
}

/* メインエリア メイン余白統合*/
#main {
	font-size: 82%;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin: 0;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	overflow: hidden;
}
/* メインリンク設定 */
#main a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* メインリンク基本色 */
#main a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* メインリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンククリック時 */
#main a:link:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済み */
#main a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}

/* メイン日付 */
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}
/* メイン見出しh2 */
#main h2 {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/h2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 12px;
	padding-left: 10px;
	padding-bottom: 8px;
	clear: both;
}
/* メイン見出しh3 */
#main h3 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	padding-bottom: 3px;
	clear: both;
	width: 510px;
}
/* メイン見出しh4 */
#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009900;
	padding-bottom: 3px;
	clear: both;
}
/* 整形済みテキスト */
pre {
	margin-top: -5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-left: 40px;
	margin-right: 40px;
	height: 100px;/* ここを変更すれば高さが変わります */
	overflow: scroll;
}

/* 順不同リスト（箇条書き）*/
#main li {
	margin-bottom: 5px;
	list-style-type: square;
}
/* メイン段落 */
#main p {
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
}
/* 画像左配置 */
#main .imageleft{
	padding-right: 10px;
	float: left;
}
/* 画像右配置 */
#main .imageright{
	padding-left: 10px;
	float: right;
}


/* 下部ナビゲーション */
#footernavi {
	font-size: 70%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
	padding: 0 .5em;
}

/* フッター */
#footer {
	color: #333333;
	background-color: none;
	background-image: url(blogimg/footer_nf.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	clear: both;
        height: 100px;
}
/* 文責 */
address {
	font-size: 70%;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 100%;
	margin-bottom: 5px;
}
/* テキストエリア */
.textarea{
	background-color: #F7F7F7;
                     margin: 0;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	clear: right;
	overflow: hidden;
	width: 510px;
}
/* 写真左回りこみ */
.top_concept1 {
	float: left;
        padding-right: 5px;
}
/* 写真右回り込み */
.top_concept2 {
	float: right;
        padding-left: 5px;
}
/* 写真中央配置 */
.top_concept3{
	margin: auto;
}
/* コンセプト教育理念 */
.rinen{
	background-color: #F7F7F7;
　　　　　　　　　border-style:dotted;
	border-width: 1px;
	margin: 0;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	clear: right;
	overflow: hidden;
	width: 510px;
}