@charset "utf-8";


/* clearfix
----------------------------------------------------------------------- */
.clfix:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}
.allclear	{ clear:both; height:0; font-size:0; line-height:0;}


/* 
----------------------------------------------------------------------- */
a		{
	text-decoration:underline;
	color: #004f99;
}
a:hover .ro,
a.ro:hover	{opacity:0.7; filter:alpha(opacity=70);}

.clear	{ clear:both !important;}
.float_l{ float:left !important;}
.float_r{ float:right !important;}


/* 
----------------------------------------------------------------------- */
body {
	font-size:12px;
	line-height:1.5;
	font-family:'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}
h1,h2,h3,h4,h5,h6,
.hd,
.title{
	font-size:100%;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	margin: 0px;
	padding: 0px;
}


a:link,a:visited {
	color:#333;
	text-decoration: underline;
}


a:hover,a:active {
	color:#333;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
footer {
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 129px;
	padding-top: 29px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	clear: both;
}
footer p {
	margin-bottom: 10px;
}
header {
	background-image: url(../img/bg_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 191px;
}
header div {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 101px;
	padding-top: 31px;
}
header div h2 {
	float: left;
}
header div p {
	float: right;
}
header nav {
	height: 59px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
header nav ul li {
	float: left;
}
#pgtop {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	clear: both;
}
#pgtop p {
	text-align: right;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#pgtop ul {
	padding-top: 10px;
}
#pgtop li {
	background-image: url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.status-name {
    float: left;
}


p.status {
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background: #FFFFFF;
    color: #000000;
　　font-size: 10px;
    line-height: 1.5em;
    background-color:  #FFFFFF;
    border-radius: 5px;        /* CSS3草案 */ 
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

.prof {
    float: left;
}
