@charset "UTF-8";
/*
**  Mac OS X, Win Vista, Win XP, Win 2000のフォントを指定
*/
body {
    font-size: 76%;
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo, Osaka, "ＭＳ Ｐゴシック" ,  "MS P Gothic" , sans-serif;
    background: #FFFFFF;
    background-attachment: fixed;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.smallFont {
    font-size: x-small;
}
.red {
    color: #FF0000;
}

.resultMessage {
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.resultErrorMessage {
    font-weight: bold;
    margin: 10px 0 10px 0;
    color: #FF0000;
}
.message {
    margin: 10px 0 10px 0;
}

.contents {
    line-height: 150%;
    color:#504E4E;
    word-break: break-all;
}
.contents p{
    margin-bottom: 8px;
}

#container {
    border: solid 1px #BBBBBB;
    width: 800px;
    margin: 5px auto;
    overflow: hidden;
    height: auto;
}

#header {
    background-color: #FFFFFF;
    width: 800px;
}

#headerImg {
    position: relative;
}

#headerImg img{
    width: 800px;
}

#headerMainPhrase {
    color: #000000;
    position:absolute;
    font-size: x-large;
    top: 9px;
    left: 20px;
}

#headerSubPhrase {
    color: #000000;
    position:absolute;
    font-size: large;
    top: 36px;
    left: 40px;
}
#header ul {
    background-color: #FFFFFF;
    padding: 2px 0 2px 0;
    height: 19px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    text-align:right;
}
#header li {
    padding: 0 1px 0 0;
    display: inline;
}

#headerMenu {
    height: 19px;
}

#headerMenu li a:active, #headerMenu li a:link, #headerMenu li a:visited {
    text-decoration:none;
}

#headerMenu li a:hover {
    text-decoration:underline;
}

#headerMenu ul {
    font-size:12px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:3px;
    text-align:right;
}

#headerMenu li {
    padding: 0px 3px;
    font-size: 13px;
    display: inline;
}

#main {
}
#menuLeft {
    width: 180px;
    min-height: 400px;
    float: left;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}
#menuRight {
    width: 180px;
    min-height: 400px;
    float: right;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

#footer {
    clear: both;
}

#footerImg {
    position: relative;
}

#footerImg img{
    width: 800px;
}

#footerPhrase {
    color: #000000;
    position:absolute;
    font-size: large;
    top:25px;
    left:40px;
}

.baseTable {
    border: solid 1px #BBBBBB;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.baseTable th {
    border: solid 1px #BBBBBB;
    padding: 3px 5px 2px 5px;
    text-align: left;
    font-weight: normal;
}
.baseTable tr {
    height: 0px;
}
.baseTable tr.odd {
    background-color: #eeeeee;
}
.baseTable tr.even {
    background-color: #d0d0d0;
}

.baseTable td {
    border: solid 1px #BBBBBB;
    padding: 3px 5px 2px 5px;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.baseTable th.center {
    text-align: center;
}

.baseTable td.left {
    text-align: left;
}

.baseTable td.center {
    text-align: center;
}

.baseTable td.right {
    text-align: right;
}

.baseTable td.color {
    background-color: #D3D3D3;
}

#noBorderTable {
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
    table-layout: fixed;
}
#noBorderTable td {
    padding: 0px;
    border: 0px;
    text-align: left;
}

.buttonArea {
    align: center;
    margin: 10px auto 10px auto;
}

.buttonArea td {
    padding: 0 20px 0 20px;
    text-align: center;
}








/* ========================================================
   変更後CSS
========================================================= */

div#sysContents {
	width: 640px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}

div#sysContents h1{	font-weight: bold;	font-size: 16px;}
div#sysContents h2{	font-weight: bold;	font-size: 14px;}

div#sysContents h1#sysPageTitle {
	margin-bottom: 20px;
	padding: 6px 15px;
	background-color: #333;
	color: #fff;
}

div#sysContents div#sysContent{ zoom:1; }
div#sysContents div#sysContent:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}

div#sysContents div.sysContentLine{
	padding: 20px;
	border: solid 1px #c0c0c0;
}

/* leftUnit
--------------------------------------------------------- */
div#sysContent .leftUnit{	float: left;}
div#sysContent .leftUnit h2{
	padding: 5px;
	border: 2px solid #c0c0c0;
	border-bottom: none;
	background-color: #eee;
}
div#sysContent .leftUnit table{
	border: 2px solid #c0c0c0;
	width: 100%;
}
div#sysContent .leftUnit table th,
div#sysContent .leftUnit table td{
	padding: 5px;
	border-bottom: 1px solid #c0c0c0;
}
div#sysContent .leftUnit table tr.mailID th{
	width: 8em;
	border-right: 1px solid #c0c0c0;
	background-color: #ffc;
	text-align: left;
	white-space: nowrap;
}
div#sysContent .leftUnit table tr.mailID input{
	width: 150px;
	margin-right: 5px;
}
div#sysContent .leftUnit table tr.regisBtn td{
	text-align: center;
	padding: 10px;
}
div#sysContent .leftUnit table tr.regisBtn td input{
	padding: 2px 15px;
	font-size: 12px;
}
div#sysContent .leftUnit table tr.more td{	background-color: #eee;}



/* ========================================================
   ログイン ： #login
========================================================= */

/* leftUnit
--------------------------------------------------------- */
#login .leftUnit{	width: 380px;}

/* rightUnit
--------------------------------------------------------- */
#login .rightUnit{
	float: right;
	width: 240px;
	background-color: #dr5;
}
#login .rightUnit h2{	color: #333;}
#login .rightUnit p{	padding-top: 10px;}
#login .rightUnit .inner{
	padding: 15px;
	border: 1px solid #e7d892;
	background-color: #ffc;
	text-align: center;
}
#login .rightUnit .inner p.regisBtn input{
	padding: 2px 15px;
	font-size: 12px;
}



/* ========================================================
   リマインダー ： #reminder
========================================================= */

/* leftUnit
--------------------------------------------------------- */
#reminder .leftUnit{	width: 400px;}

