html {
	text-align:center;
	font:.75em/1.5 'Lucida Grande', sans-serif;
	color:#333;
	background-color:#fff;
    background-repeat: repeat-y;  
    margin:0;
    padding: 12px;
    
}

caption {
    font-weight:bold;
    font-size: larger;
}

div#wrap {
    width: 500px;
    margin: 0 auto;
    padding:0;
	text-align: center;
}

div #content {
	text-align: left;
    /*background-color: #FFF;*/
}

table {
    border: 1px solid #ccc;
}

td, th {
    padding: 2px 4px;
    border: 1px solid #ccc;
}

th {
    width: 150px;
    text-align: right;
    white-space:nowrap;
    vertical-align: top;
}

td {
    vertical-align: top;
}


td#sidebar {
    background-color: #f0f0f0;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topright:5px;
    width: 200px;
    padding: 12px;
    vertical-align: top;
}

td#main {
    background-color: #FFF;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    padding: 12px;
    vertical-align: top;
}

table#columns {
    width: 100%;
    border-collapse: collapse;
}

div#personal_menu {
    width:350px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    text-align: right;
	background-color:#fff;
    padding: 6px auto;
    margin-top: 20px;
    height: 30px;
    float: right;
}

#personal_menu ul {
}

#personal_menu li {
    padding-right: 20px;
    float: right;
}

div#menu {
    width:100%;
    text-align: center;
	background-color:#E9F3F9;
    padding: 6px auto;
    height: 40px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}

.menu ul {
    margin: 6px auto;
    list-style: none;
}

#menu li {
    font-size: large;
    margin: 6px 0;
    padding: 0px 12px;
    float: left;
}

#menu li.current {
    -moz-border-radius-bottomleft:12px;
    -moz-border-radius-bottomright:12px;
    -moz-border-radius-topleft:12px;
    -moz-border-radius-topright:12px;
    background: #1A4265 none repeat scroll 0 0;
    color: #fff;
}


#menu li.current a{
    color: #fff;
    text-decoration:none;
}

#footer {
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    background-color: #fff;
    padding: 6px 12px;
}

#copyright {
    display: block;
    float: left;
}

#description {
    text-align: right; 
    display: block;
}

#content.wide{
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    background-color: #fff;
    padding: 12px;
}

/* メニューなど終わり ポ */

/* フォントなど*/
.small {
    font-size:smaller;
}

.inline td{

}

/* テーブルなど */

table {
    margin:12px auto; 
}

.int, .date {
    white-space:nowrap;
}

table.list {
    width: 96%;
}

.list td, .list th{
    border-bottom: 1px dotted #999;
    padding: 2px 6px;
}

.list th{
    text-align: center;
}

.form{
    margin:0 auto; 
}

.form th{
    text-align:right;
    padding: 4px;
}
.form td{
    text-align:left;
    padding: 4px 2px;
}

.view td, .view th{
    border: 1px solid #999;
    padding: 2px 6px;
}

.view th{
    background-color: #fee;
    text-align:right;
}

.view td{
    text-align:left;
}

.view ul{
    list-style: none;
}

.items li{
    border-bottom: 1px solid #eee;
    padding: 10px 0 8px;
}

.left {
    float: left;
}

.images {
    text-align: center;
    margin-bottom: 12px;
}

.item {
    position: relative;
    height: 50px;
}

.item .item-image {
    float: left;
    margin : 0;
}

.item .item-name {
    font-size: larger;
}

.item .item-comment {
    margin-left: 60px;
    width: 450px;
}

.messages li{
    border-bottom: 1px solid #eee;
    padding: 10px 0 8px;
}

.unread_message {
    color: red!important;
}

.status {
    color: #888;
}

.notice {

}

p.notice {
    margin: 12px;
}

h2 {
    background-image: url(/images/h2_bg.png);
    background-repeat: repeat-y;
    padding-left: 12px;
    font-size: x-large;
    font-weight: bold;
}

h3 {
    background-image: url(/images/h3_bg.png);
    background-repeat: repeat-y;
    padding-left: 12px;
    font-size: large;
    font-weight: bold;
    margin-top: 12px;
}


/* clearfix */
.clearfix:after { 
  content: "."; 
  display: block;
  height: 0;
  clear: both; 
  visibility: hidden; 
} 
.clearfix {
  display: inline-block;
} 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;} 
/* End hide from IE-mac */
