/* css3 */
@charset "UTF-8";
/* -------------------------------------------------------------
/* しょうがい者支援ページのCSS 
--------------------------------------------------------------*/

/* 一括で全ての要素の余白をゼロに指定 */
* { margin: 0;  padding: 0;}


/*--------------------------------------- コンテンツの指定 --*/

#contents{background:url(../img/bg_rose.gif) 0 0;}

h2{
	background-color: #052b54; color: #ffffff;
	font-size: 18pt; font-weight: bold; margin:10px auto 5px;
	line-height: 1.5em; text-align: center; width: 850px;
	}

h3{font-size: 20pt; font-weight:bold; margin:0 0 20px 20px;}
h3 a:hover{color:red;}

p.sho{padding:0 100px;
	font-size: 20pt;
/* font-weight: bold;*/
/*	color: #000000;*/
 text-align: left;
	}

/*p.sho a{text-decoration: none;}*/

table{margin: 0 auto;}

td{
 font-size: 18pt;
/* font-weight: bold; color: #000000;*/
 text-align: center;
}


a:link,
a:visited,
a:hover,
a:active{
 text-decoration:underline;
}

a:visited,
a:hover,
a:active{
 color:#660099;
}
