@charset "UTF-8";
/***********************-
タイトル : 東大阪社会福祉協議会
概要： ベーシック

制作日：2010/03

-***********************/
@import url("uni.css");


body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family: 'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
	color:#000000;
	font-size:100%;
	background:#FFF5D7 url(../image/common/back.gif) repeat-y center;
	}
html,body {
	height:100%;
}

/*リンク*/

a {
	text-decoration: none;
}
a:link,a:visited {
	color:#0B4CA7;
}
a:active {
	color:#CC9933;
}
a:hover {
	color:#CC6633;
}



h1{ 
color:#006699;
font-size:110%;
}

h2{ 
margin:0 0 15px;
color:#006699;
font-size:110%;
}




.section{
 margin:15px 20px;
 padding:15px;
 background:#f0f0f0;
 width:500px;
	font-size:90%;
}