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


/* インポート
------------------------------------------------------------ */
@import url(common.css);


/*============================================
全般的なスタイル
============================================*/

body {
	height : 100%; 
	background-color : #ffffff;
	}

#pagebody {
	height : 100%; 
	width:916px;
	margin:0 auto;	
	text-align:left;	
	background-image:url(../shadow.gif);	
	background-repeat:repeat-y;		
	font-family : Verdana,"メイリオ","Meiryo","ＭＳ ゴシック","ＭＳ Ｐゴシック","MS Gothic","MS P Gothic",sans-serif;
	font-size : 90%;
	line-height : 150%;
	color:#000000;
	}
	
img {
	border: none;
	vertical-align: top;
	}

/*
ヘッダー部分
============================================*/
#header {
	width:916px; height:574px;
	padding-top:0;
	margin-bottom:34px;
	background-image: url(../header_sun.png);
	background-repeat: no-repeat;
	background-position: top;}

#header h1 {padding-top:75px; padding-left:29px;}


/*
メイン部分
============================================*/
/*背景用*/
#content-a {
	height: 100%;
	margin-bottom:30px;
	}
	

#content-b {
	height:700px;
	width:916px;
	background: url(../sea_back.png) no-repeat;
	background-position: top center;
	}
	
		

	/*左ナビ部分=====================*/
	#main_menu { width:198px; float:left; margin-left:23px;}
	
	/*中央＆右部分===================*/
	#center_left {
					float:right;
					width:684px;
					}

	/*------中央部分------*/
	#center {
					width:456px;
					float:left;
					margin-left:11px;
					}
		
			/*更新履歴*/
			#update_title { padding-top:50px;}
			
			#update_contents {  border-style: solid;
								border-color: #FF9900;
								background-color:#FFFFFF;
								border-width: 2px 3px 4px;
								padding:10px 10px;
								margin-bottom:10px;
								line-height : 140%;
								font-size : 88%;
								 }
			
			h3 { margin : 0;
				 padding : 0;
				 color: #00CCCC;}
			
			hr { margin:10px 0px;
				 border-width: 1px 0px 0px 0px; /* 太さ */
				 border-style: dashed; /* 線種 */
				 border-color: #FF9900; /* 線色 */
				 height: 1px; /* 高さ */
				 background: #FFFFFF;
				 }
				   
			/*プライバシーポリシー*/
			#privacy { text-align: center;
						font-size : 85%;
						line-height : 140%; 
						}
						
	        .decoration { color:#FF9900;}
	
	
	/*------右ナビ部分------*/
	#right_menu {
	width:213px;
	float:right;
	padding-top:50px;
	}
	
	/*お問い合わせフォーム*/
	#mail { margin-bottom:6px;}
	
	/*ロケーションマップ*/
	.map { margin-bottom:12px; border:0; vertical-align:top;}
	
	/*携帯サイト*/
	.mobile { margin: 0px 0px 30px;}


/*
フッター部分
============================================*/
#footer {
	width:916px;
	height:189px;
	background-image: url(../footer_back.png);
	background-repeat: no-repeat;
	clear:both;
	}
		 
/*「ページトップへ」ボタン*/
.page_top {
	padding-top:30px;
	padding-left:731px;}

/*住の江幼稚園コピーライト*/
address{
	padding-top:42px;
	text-align:center;
	color:#FFFFFF;
	}

/*アストックジャパン名*/
.produce {
	text-align: right;
	padding-top: 3px;
	padding-right: 8px;
	font-size : 85%;
	background-color: #FFFFFF;
	bottom:0px;
	}