@CHARSET "utf-8";

/* ********** no.1共通設定 ********** */ 
* {
	margin:0;
	padding:0;
}

html, body {
	color:#333333;
	font-family:Arial,Helvetica,Verdana,Sans-Sertif;
}
#siteNav .msg {
	color:#FFF;
}


a:link		{ color:#666666; }
a:visited	{ color:#666666; }
a:hover		{ color:#ff0079; }

img { border:none; }
.cl { clear:both; }
.cla { zoom: 100%; }
.cla:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

p { line-height:1.4em; }
td {
	color: #333333;
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana,Sans-Sertif;
	line-height:1.1em;
}


/*  全体枠
------------------------------------------------------------------------*/
#container { 
	background:#fff;
}
	

#ngo_container {
	background:#fff;
	text-align:left;
	width:960px;/* 変更した */
	margin:0 auto;
}

/*.sp #ngo_container {
	text-align:left;
	background:#fff;
	width:730px; 変更した
	margin:0 auto;
}*/


/*  ヘッダー
------------------------------------------------------------------------*/

		


/* パンくずリスト */
#topics {
	clear:both;
	background:#fff;
	height:25px;
	margin:10px 0 0px 0;
}

#topics p {
	text-indent:24px;
	background:#EFEFEF url(../img/topics-icon.gif) no-repeat 0 1px;
	line-height:17px;
	margin:0 10px 5px 10px;
	padding:1px 0 2px;
}

/* メイン本文はtop_style.css */



/* 左メニュー */
#leftmenu { padding-bottom:10px; }

/*  フッター
------------------------------------------------------------------------*/

.sp .foot-tel{
	width:560px;
	margin:0 auto;	
}


.sp #footer-area {
	height:40px;
}



/* ********** no.1共通style ********** */ 
.px18 { font-size: 18px; }
.rs { color:#FF0000; }
.u_line { text-decoration:underline; }
