/* CSS Document */

/*reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}

/*clear*/

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}


/*base*/

body{
	width: 800px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #cacaca;
}

td{
	font-size: 100%;
}


#wrapper{
	width: 800px;
	text-align: left;
	line-height: 1.2em;
	background: #FFFFFF;
}

a:link{
	color: #003399;
	text-decoration: none;
}

a:visited{
	color: #003399;
	text-decoration: none;
}

a:hover{
	color: #ff5a00;
	text-decoration: underline;
}



/*header*/

#header{
}

#headleft{
	float: left;
	margin-left: 6px;
}

#headright{
	float: right;
	padding-right: 20px;
}


#headright li{
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
}

/*大阪府ロゴ*/
#prefLogo{
	margin-bottom: 12px;
	float: right;
	text-align: right;
}

/*共通メニュー*/
#commonMenu{
	clear: both;
}
#commonMenu li{
	float: right;
}
#commonMenu img{
	margin-right: 6px;
}
/*menu*/

#menu ul{
	width: 800px;
	height: 34px;
	clear: both;
}

#menu li{
	float: right;
	display: block;
}

/*footer*/

#footer{
	width: 780px;
	margin: 0 auto;
	clear: both;
	border-top: 3px solid #000000;
	padding-top: 10px;
	margin-top: 2em;
}

#footer ul{
	display: block;
}

#footer li{
	float: left;
	padding-left: 5px;
	margin-left: 5px;
}

#footermenu{
	background-color: #0020dc;
	text-align:center;
	padding: 4px;
	margin: 0.5em 0;
	color: #fff;
}
#footermenu a{
	color: #fff;
}
.copy{
	clear: both;
	text-align: center;
}


/*font*/

.blu{
	color: #002bda;
}

.gray_mini{
	font-size: 10px;
	color: #777777;
}

.copy-f{
	font-size: 10px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

.red{
	font-size:14px;
	color: #c83232;
}

.green{
	font-size: 12px;
	color: #028737;
}

.blue{
	font-size: 12px;
	color: #0c0b76;
}

/*point*/

.left{
	float: left;
}

.right{
	float: right;
}

.title{
	padding-bottom: 30px;
}

.center{
	text-align: center;
}

/*margin*/

.m10{
	margin: 10px;
}

.p10{
	padding: 10px;
}

.p-top10{
	padding-top: 10px;
	padding-bottom: 10px;
}

.p-left10{
	padding-left: 10px;
}

.p-top11{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.layoutTable {
	margin: 1em 0;
}
.layoutTable td{
	padding: 8px;
}

