@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 90%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bgtx.gif);
	background-repeat: repeat;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
	padding-left: 10px;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	text-decoration: none;
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
	background-image: url(images/container_bg.gif);	
	background-repeat: repeat-y;
	padding-top: 1px;
	clear: left;
}



/*ヘッダー（サイト名ロゴとかが入っている上段のブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	position: relative;
}

/*h1タグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	line-height: 14px;
	font-weight: normal;
	position: absolute;
	left: 10px;	/*ヘッダーのブロックに対して左から10pxに配置*/
	top: 10px;	/*ヘッダーのブロックに対して上から10pxに配置*/
}

/*サイト名ロゴ画像設定*/
#logo {
	position: absolute;
	left: 0px;	/*ヘッダーのブロックに対して左から0pxに配置*/
	bottom: 0px;/*ヘッダーのブロックに対して下から0pxに配置*/
}


/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	background-image: url(images/menu_bg.gif);
	height: 67px;
	width: 1069px;
	padding-left: 19px;
	margin-right: auto;
	margin-left: auto;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}



/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	background-image: url(images/mainimg_bg.gif);	/*スライドショー下の影*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	position: relative;
	height: 250px;
	width: 1078px;
}

#mainimg .slide_file {
	display: none;
}

#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}



/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 730px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 10px;
}

/*オレンジ板が下地のタイトル*/
#main h3 {
	font-size: 130%;
	line-height: 45px;
	color: #FF6600;
	background-image: url(images/h2bg.gif);	/*h3背景画像設定*/
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	clear: both;
	font-weight: normal;
	text-indent: 5px;
}

#main p {
	padding: 0.5em 10px 1em;
}




/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 310px;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 10px;
}


#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/*トップサイド「スタッフブログ」のボックス*/
#side .sidebox {
	height: auto;
	width: 296px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	background-color: #FFF;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-right-color: #CC9;
	border-bottom-color: #CC9;
	border-left-color: #CC9;
	text-align: center;
	margin-top: 40px;
}

/*トップサイドのバナー*/
#side .ban {
	margin-top: 0px;
	margin-bottom: 20px;
}




/*サイドメニュー
---------------------------------------------------------------------------*/
#side .sidemenu {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#side .sidemenu .current{
	background-color: #F9F4E5;
	color: #F60;
}

#side .sidemenu a {
	background-image: url(images/arrow.gif);	/*左側のアクセント画像*/
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 250px;	/*下線*/
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bfbfbf;
}

#side .sidemenu a:hover {
	background-color: #F9F4E5;	/*カーソルオーバー時の背景色*/
}


/*パンくずリスト
---------------------------------------------------------------------------*/
#path {
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 95%;
    }  
#path li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
    }  
#path li a {
	padding-right: 20px;
	background-image: url(images/path_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #999;
}  
#path li a:hover {
	color: #333;
} 



/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	text-align: center;
	width: 100%;
	background-color: #FFE8CB;
	padding-top: 20px;
	font-size: 90%;
	padding-bottom: 10px;
}
ul#footermenu li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
}
ul#footermenu li a {
	text-decoration: none;
}
ul#footermenu li a:hover {
	background-color: #FED79B;
}
ul#footermenu li+li {
	border-left:1px solid #999;
}

/*フッターメニュー2
---------------------------------------------------------------------------*/
ul#footermenu2 {
	clear: both;
	text-align: center;
	width: 100%;
	background-color: #FFE8CB;
	padding-bottom: 10px;
	font-size: 90%;
}

ul#footermenu2 li {
	display: inline;
	list-style-type: disc;
	padding-left: 12px;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	padding-right: 12px;
	background-position: 0px 4px;
}
ul#footermenu2 li a {
	text-decoration: none;
}
ul#footermenu2 li a:hover {
	text-decoration: underline;
}



/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	background-image: url(images/footer_bg2.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
	padding: 40px 4px 20px;
}

#footer p {
	font-size: 75%;
}


/*このページの上部にもどる
---------------------------------------------------------------------------*/
.goup {
	text-align: right;
	margin-top: 20px;
}

/*「わたしたちの活動」受講生の声　部分
---------------------------------------------------------------------------*/
.notelist {
	margin: 0px;
	padding-right: 40px;
	padding-left: 40px;
}
/* ▼ノート内部▼ */
.notelist li {
	background-image: url(images/noteline.gif);
	line-height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	list-style-position: inside;
	list-style-type: disc;
}


/*右よせ矢印付きリンク（「活動」他の受講生の声を見るリンクで使用）
---------------------------------------------------------------------------*/
.leftob {
	position: relative;
	margin: 0px;
	height: 100%;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.arrowlink {
	position: absolute;
	right: 40px;
	bottom: 0px;
}

.arrowlink  a {
	padding-left: 25px;
	background: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #F90;
}


/*トップページ「バディプロジェクトって？」部分
---------------------------------------------------------------------------*/
.aboutbox {
	width: 575px;
	float: left;
}
.aboutbox img {
	margin-right: 10px;
	margin-left: 10px;
}


/*トップページ「更新情報」部分
---------------------------------------------------------------------------*/
#main .calender {
	width: 680px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}


/*トップページ「更新情報」部分（※現在未使用）
---------------------------------------------------------------------------*/
dl#news{
	width: 700px;
	margin-left: 10px;
	padding-bottom: 40px;
}
 
dl#news dt{
    clear:left;
    float:left;
    margin:0;
    padding:10px 0 10px 0.5em;
    width:7em;
    line-height:1.5em;
}
 
dl#news dd{
	margin: 0;
	padding: 10px 0.5em 10px 7em;
	line-height: 1.5em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
 
dl#news a{
	padding: 5px 20px 5px 0;
	color: #CC6633;
	text-decoration: underline;
}
 
dl#news a:hover{
    text-decoration:none;
}



/*トップページ「募集中の講座バナー」部分
---------------------------------------------------------------------------*/
.kouza {
	width: 710px;
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 10px;
}

.kouza li {
	overflow: hidden;
	float: left;
	height: auto;
}


/*トップページ「こんな活動をしています」部分
---------------------------------------------------------------------------*/
.katsudo {
	width: 710px;
	height: auto;
	background-color: #F9F4E5;
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 10px;
}

#main .katsudo dl {
	overflow: hidden;
	width: 130px;
	float: left;
	height: auto;
	margin-left: 10px;
}

#main .katsudo dd {
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*ノート風本文「バディプロジェクトって？」で使用
---------------------------------------------------------------------------*/
.bdwrap {
	width: 710px;
	margin-top: 15px;
	margin-left: 10px;	
}
.bdexp {
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(images/bdexp_bg.gif);
	width: 630px;
	background-repeat: repeat-y;
	margin: 0px;
}
.bdexp p {
	background-image: url(images/noteline2.gif);
	line-height: 35px;
}

/*ノート風本文（「代表あいさつ」で使用）
---------------------------------------------------------------------------*/
.notedesign {
	margin: 0px;
	padding-right: 40px;
	padding-left: 40px;
}
/* ▼ノート内部▼ */
.notedesign p {
	background-image: url(images/noteline.gif);
	line-height: 31px;
}
.daihyo{
	font-size: 110%;
	font-weight: bold;
	text-align: right;	
}



/*「スタッフ紹介」ページ
---------------------------------------------------------------------------*/
dl.staffbox {
	padding: 10px;
	width: 690px;
	margin-top: 15px;
	margin-left: 10px;
	background-color: #F7F8F5;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F90;
	clear: both;
	height: auto;
	overflow: hidden;
}

dl.staffbox img{
	float: left;
	margin-right: 15px;
}

dl.staffbox dt {
	float: left;
	width: 60px;
	font-weight: normal;
	line-height: 2.2em;
}

dl.staffbox dd {
	margin-left: 200px;
	line-height: 2.2em;
}

.name {
	font-size: 110%;
	font-weight: bold;
	color: #F60;	
}

/*テーブル（バディのあゆみで使用）
---------------------------------------------------------------------------*/
.ta1 {
	width: 710px;
	margin-left: 10px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px dashed #CCCC99;
}

.ta1 td, .ta1 th{
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}

.ta1 th{
	background-color: #E8E9D6;	/*thタグの背景色*/
	text-align: center;
	color: #666;
}

.bline{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC9;
}

/*「わたしたちの活動」ページ
---------------------------------------------------------------------------*/
/*活動の様子〜写真とキャプション配置のボックス*/
.katsudo_pbox {
	background-image: url(images/katsudo_p_bg.gif);
	background-repeat: repeat;
	height: auto;
	width: 710px;
	margin-left: 10px;
	margin-top: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #999;
	border-bottom-color: #999;
	overflow: hidden;
	margin-bottom: 25px;
}

.katsudo_pbox ol{
	list-style-type: none;
}
.katsudo_pbox li{
	float: left;
	padding-left: 32px;
}

/* --- 写真エリア --- */
.katsudo_pbox dt {
margin-bottom: 5px; /* 写真エリアの下マージン */
}
/* --- キャプションエリア --- */
.katsudo_pbox dd {
	margin: 0; /* キャプションエリアのマージン*/
	height: 6.5em; /* キャプションエリアの高さ */
	text-align: center;
	width: 305px;
}

/*「わたしたちの活動＞子育て講演会の開催」ページ
---------------------------------------------------------------------------*/
.koenkai_box{
	background-image: url(images/katsudo_p_bg.gif);
	background-repeat: repeat;
	height: auto;
	width: 670px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-right: 15px;
	padding-left: 25px;
}
/*講演会のタイトル*/
h4{
	font-size: 110%;
	background-image: url(images/maru.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #F90;
	margin: 15px;
	padding-left: 24px;
}
/*講演会の概要*/
.koenkai{
	margin-bottom: 15px;
}
.koenkai dt{
	float: left;
	width: 6em;
}
.koenkai dd{
	text-align: left;
	margin-left: 8em;
}
.koenkai_box img{
	float: left;
	margin-bottom: 20px;
	margin-left: 15px;
}


/*「わたしたちの活動＞地域のサポート事業」ページ
---------------------------------------------------------------------------*/
.chiiki{
	width: 710px;
	margin-left: 10px;	
}
.chiiki dt{
	font-size: 120%;
	color: #FF6600;
	background-image: url(images/maru.gif);
	background-repeat: no-repeat;
	text-indent: 24px;
	background-position: left center;
	vertical-align: middle;
	margin-top: 20px;
}
.chiiki dd{
	background-image: url(images/katsudo_p_bg.gif);
	background-repeat: repeat;
	padding: 15px;
	overflow: hidden;
}
.chiiki dd img{
	float: right;
	margin-left: 20px;
	border: 7px solid #FFF;
}

/*「過去のアルバム」ページ
---------------------------------------------------------------------------*/
/*タイトル下、年度毎のリンク*/
.nendo {　　　　　
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 10px;
}  
.nendo li {  
    display:inline;  
    list-style-type:none;  
} 

/*写真配置のノート風ボックス*/
.albumbox {
	background-image: url(images/album_bg.gif);
	background-repeat: repeat;
	height: auto;
	width: 710px;
	margin-left: 10px;
	margin-top: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #999;
	border-bottom-color: #999;
	overflow: hidden;
	margin-bottom: 25px;
}

.albumbox ol{
	list-style-type: none;
}
.albumbox li{
	float: left;
	padding-left: 32px;
}

/*アルバム内、テープ風の年度タイトル*/
.nentitle {	　　　　
	margin-top: 10px;
	margin-left: 5px;
	display: block;
	margin-bottom: 15px;
}

/*「お知らせ・募集」ページ
---------------------------------------------------------------------------*/
.oshirase_box{
	height: auto;
	width: 650px;
	overflow: hidden;
	margin-bottom: 70px;
	margin-left: 10px;
	border: 1px dotted #F60;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 40px;
}

/*「ご支援・ご参加」ページ
---------------------------------------------------------------------------*/
.btmmgn{
	margin-bottom: 20px;	
}

.topmgn{
	margin-top: 20px;	
}

.txbox{
	width: 650px;
	padding-right: 30px;
	margin-left: 10px;
	background-color: #fef2ea;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow: hidden;
/
; 	margin-top: 0px;
}

h4.mds{
	font-size: 110%;
	background-image: url(images/maru.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #ff9900;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

ul.dwl li{
	display: inline;
}
ul.dwl li a{
	color: #009999;
}

div.txbox img.flr {
  float: right; /
  display: inline; 
  margin: 0 0 1em 20px;
}

/*テーブル（寄付ページで使用）
---------------------------------------------------------------------------*/
.ta2 {
	width: 710px;
	margin-left: 10px;
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #ff9900;
}

.ta2 td, .ta2 th{
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.ta2 th{
	background-color: #FFCC99;	/*thタグの背景色*/
	text-align: center;
	color: #F60;
	font-size: large;
	font-weight: normal;
	width: 215px;
}

.ta2 td{
	vertical-align: top;	
}

.ta2 td.sub{
	text-align: center;	
	color: #F60;
}

.ta2 td.imp{
	color: #F60;
}


ul.kif{
	list-style-type: disc;
	list-style-position: inside;
}


.ta2 th.col01 {background: #FADA9D;}
.ta2 td.col01 {background: #FEF7EA;}
.ta2 th.col02 {background: #F6D6C6;}


/*「プライバシーポリシー」ページ
---------------------------------------------------------------------------*/

.policy {
	list-style-type: disc;
	margin-left: 3em;
}


/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #FF9900;
}

.small {
	font-size: 80%;
}


.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

.float
{
	float: left;
}

.pboxright {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.orange{
	color: #F90;	
}
.pink{
	color: #C69;
}
.blue{
	color: #69C;
}
.brown{
	color: #C60;
}
.bold{
	font-weight: bold;	
}
.bkyellow{
	background-color: #FF9
}

/* --- 右よせ --- */
.migi {
	text-align: right;	
}
/* ---中央よせ --- */
.naka {
	text-align: center;	
}



/*写真右寄せ
---------------------------------------------------------------------------*/
.pright {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
/*写真左寄せ
---------------------------------------------------------------------------*/
.pleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}


/*サイトマップ
---------------------------------------------------------------------------*/
ul#map {
	list-style-type: none;
	width: 350px;
	border-left: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
 
ul#map li {
	position: relative;
	z-index: 1;
	border-top: 1px solid #CCCCCC;
	zoom: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
 
ul#map li a {
    display: block;
    position: relative;
    z-index: 2;
    margin: -0.6em 0 10px 5px;
    padding: 0 0 0 5px;
    border: 1px solid #DDDDDD;
    background-color: #FAFAFA;
    color: #666666;
    font-size: 0.9em;
    line-height: 1.8;
    text-decoration: none;
    zoom: 1;
}
 
ul#map li a:hover,
ul#map li a:active {
	color: #FF9966;
}
 
ul#map ul {
	width: auto;
	border-left: 1px solid #CCCCCC;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 50px;
	padding-top: 15px;
}
