body {
    font-size:90%;
		margin-top: 0px;
	background-image: url(../images/bg.gif); 
	background-repeat: no-repeat;
	background-position: center top;
	  text-align:center; 
}
table{
    font-size:100%;
}

h3{
	font-size:100%;
	padding:0px;
	margin:0px;}


a:link, a:visited, a:active { text-decoration: none }
a:hover { text-decoration: underline}


#wrapper {
	margin-right: auto;
	margin-left: auto;
    width:752px;
}

#edit_wrapper {
    background-color:#ffffff;
    border:1px #cccccc solid;
    width:750px;
}

#no_wrapper {
    background-color:#ffffff;
    border:1px #ffffff solid;
    width:750px;
}

#container {
    background-color:#ffffff;
    border:1px #666666 solid;
    /*margin:15px 20px;*/
    padding:5px 10px;
}

#table_wrapper .page_title{
    border:1px solid #666666;
    border-left-width:10px;
    background-color:#eeeeee;
    font-size:110%;
    margin:0px;
    margin-bottom:10px;
    padding:4px 0px 4px 10px;
    text-align:center;
}

.page_subtitle{
    font-weight:normal;
    margin-left:10px;
}


/* 一覧ページ用 */
.list_units .list_table{
    width:680px;
}


.list_unit .list_unit_no{
    color:#003399;
    padding:0px 5px;
    font-weight:bold;
}


.list_unit .list_unit_name{
    font-weight:bold;
}

.list_free_unit .list_unit_no{
    color:#666666;
    padding:0px 5px;
}


.list_unit_pre{
    font-size:95%;
    margin-right:10px;
}



.list_unit_data{
    margin:5px 0px 5px 15px;
    line-height:110%;
}
.list_unit_data .list_unit_tel{
    margin-right:10px;
}

.list_unit_copy{
    color:#990000;
}

.list_units hr{
    clear:both;
}


/* act, job系一覧 */
.unit_block{
    width:150px;
    padding:5px;
    font-weight:normal;
    border:1px #666666 solid;
    margin-right:10px;
}

.list_units .title{
    font-weight:bold;
    margin-bottom:5px;
}

.list_units .title .point{
    margin-right:5px;
}

.list_units .title .date{
    margin-left:5px;
    font-weight:normal;
}

.list_units .content{
    line-height:120%
}

.no_data_msg{
    color:#ff0000;
    text-align:center;
    margin:10px;
}



/* 編集ページ用 */

.site_edit_header{
    font-size:110%;
}

#edit_menu {
    margin: 0px;
    padding: 5px 0px;
    background-color: #eeeeee;
    border-bottom: solid 1px #333333;
    width:750px;
}

#edit_menu .name {
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

#edit_menu .link {
    text-align: right;
    padding-right: 10px;
    font-weight: normal;
}

.edit_page_title{
    border-left:10px solid #666666;
    font-size:16px;
    margin:10px ;
    padding:2px 0px 2px 10px;
}



.edit_block{
    margin:0px 10px 10px 10px;
}

.edit_block .edit_title{
    margin:0px;
    padding:4px 10px;
    background-color:#eeeeee;
    font-weight:bold;
}

.edit_block .edit_content{
    border:1px #cccccc solid;
    margin:0px;
    padding:5px 10px;
}

.edit_block .edit_button{
    margin-top:5px;
    text-align:center;
}


.edit_table {
    border: solid 1px #666666;
    border-collapse: separate;
    border-spacing: 1px;
}

.edit_table th {
    border-style:solid;
    border-color:#ffffff #333333 #333333 #ffffff;
    border-width:2px;
    background-color: #cccccc;
}

.edit_table td {
    border-style: solid;
    border-color:#ffffff #cccccc #cccccc #ffffff;
    border-width:1px;
    background-color: #ffffff;
}

.hissu{ font-weight:normal;color:#ff0000;}

/* header */
#header {
    width:752px;
    margin:0px;
    padding:0px;
}

#header .top {
	width: 270px;
    margin:0px;
    padding:0px;
    float:left;
}

#header .top h1 {
    margin:0px;
    padding:0px;
}

#header .top h1 a {
	display:block;
	height:77px; /* タイトルの高さ */
	width:270px; /* タイトル部の横幅 */
	background: url(../images/logo.jpg);
	background-repeat:no-repeat; /* リピートさせない場合 */
}

#header .top h1 span {
	display:none;
}

#header .topr {
	height:77px;
	width:482px;
	background: url(../images/head-rightbg.jpg);
	background-repeat:no-repeat;
	float:right;
	text-align: right;
}

#header .navi1{
	clear:both;
}

#header .navi2{
	width: 463px;
	float:left;
}

#header .navi3{
	width: 289px;
	height: 29px;
	text-align: right;
	padding:5px 0px;
	float:right;
	background: url(../images/bg-orange.gif);
	background-repeat:repeat-x;
}

#header .navi3 a {
    font-size:12px;
	color: #363636;
}

#header .clear {
	clear:both;
	margin: 0;
	padding: 0;
}

/* footer */
#footer {
    clear:both;
    /*width:750px;*/
    border:1px #94D25B solid;
    font-size:12px;
	color: #5F5F5F;
}

#footer .navigation{
    text-align:center;
    background-color: #C6E7A7;
    padding:5px 0px;
}

#footer .navigation a {
	color: #5F5F5F;
	padding:5px 0px;
}

#footer .company{
	padding:5px;
    text-align:left;
}



.navi{
    text-align:center;
    font-size:14px;
}

.alerts{
    color:#ff0000;
}

.messages{
    color:#0000ff;
}

