@charset "utf-8";
/* CSS Document */

*  {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,address{
	font-size: 1.0em;
	font-weight: normal;
	font-style : normal;
	line-height: 1.1em;
	letter-spacing: 0.1em;
	word-break: break-all;
	overflow: hidden;
}
body  {
	background: #666666;
	margin: 0px;
	padding: 0px;
	width: 100%;
	/* ie5 center */
	text-align: center;
	color: #000000;
	font-family: Osaka, "ＭＳ　Ｐゴシック", sans-serif;
	font-size: 1.0em;
}
#WrapAll{
	width: 950px;
	background: #ffff99;
	border: 1px solid #000000;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Header {
	background: #fff;
}
#Header h1 {
	padding: 3px 5px;
	background: #CCCC33;
	font-size: 70%;
	color: #333;
	font-weight: bold;
}
/*****************************
  ログイン
********************************/
#WrapLogin{
	width: 610px;
	background: #ffff99;
	border: 1px solid #000000;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#LoginInput{
	margin: 0;
	padding: 160px 60px 0px 60px;
	width: 490px;
	height: 246px;
	background:url(../img/login.jpg) no-repeat;
	text-align: left;

}
#LoginUser{
	margin: 10px 95px;
}
#LoginUser input{
	font-size: 150%;
	width: 300px;
}
#LoginPass{
	margin: 10px 95px;
}
#LoginPass{
	font-size: 150%;
	width: 300px;	
}
#LoginButton input{
	margin: 10px 0 0 315px;
	padding: 5px;
	font-size: 90%;
	width: 80px;
}
.LoginLabel {
	margin: 10px 0px 0px 0px;
	font-size: 80%;
}
#LoginMessage div.message{
	padding-left: 20px;
	font-size: 90%;
	font-weight: bold;
	color: red;
}
#LoginFooter {
	padding: 10px;
	width: 590px;
	background: #CCCC33;
}
#LoginFooter *{
	font-size: 80%;
	text-align: center;
	line-height: 1.4;
}
#ErrorMessage {
	width: 470px;
	padding: 10x 10px;
	color: red;
	font-weight: bold;
}

/*****************************
  メニュー
********************************/
ul#Menu li {
	list-style-type:none;
}
ul#Menu {
	width: 950px;
	height: 30px;
}
.menu_sp {
	width: 25px;
	height: 30px;
	float: left;
}
.MenuLi {
	width: 150px;
	height: 30px;
	float: left;
}
.MenuLi a{
	background:url(../img/menu.png) no-repeat;
	line-height: 30px;
	display: block;
	background-position: 0px 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
.MenuLi a:hover{
	background-position: 0px -30px;
    color: #eeeeee;
}
.MenuLi a:active{
    color: #eeeeee;
}
#Menu:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
/*****************************
  サイドメニュー
********************************/
#ContentsLeft {
	margin: 0;
	padding: 30px;
	width: 250px;
	float: left;
}
#Contents:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

ul#SideMenu li {
	list-style-type:none;
}
ul#SideMenu {
	width: 250px;
}
.SideMenuLi {
	width: 250px;
	height: 45px;
}
.SideMenuLi a{
	padding-left: 40px;
	line-height: 45px;
	display: block;
	text-align: left;
	color: #999;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	background-position: 0px 0px;
}
#SideMenu01 a{
	background:url(../img/sidemenu01.jpg) no-repeat;
}
#SideMenu01 a:hover{
	background-position: 0px -45px;
    color: #333;
}
#SideMenu02 a{
	background:url(../img/sidemenu02.jpg) no-repeat;
	background-position: 0px 0px;
}
#SideMenu02 a:hover{
	background-position: 0px -45px;
    color: #333;
}
#SideMenu03 a{
	background:url(../img/sidemenu03.jpg) no-repeat;
	background-position: 0px 0px;
}
#SideMenu03 a:hover{
	background-position: 0px -45px;
    color: #333;
}
#SideMenu04 a{
	background:url(../img/sidemenu04.jpg) no-repeat;
	background-position: 0px 0px;
}
#SideMenu04 a:hover{
	background-position: 0px -45px;
    color: #333;
}
#SideMenu05 a{
	background:url(../img/sidemenu05.jpg) no-repeat;
	background-position: 0px 0px;
}
#SideMenu05 a:hover{
	background-position: 0px -45px;
    color: #333;
}
#SideMenu06 a{
	background:url(../img/sidemenu06.jpg) no-repeat;
	background-position: 0px 0px;
}
#SideMenu06 a:hover{
	background-position: 0px -45px;
    color: #333;
}
#SideMenu07 a{
	background:url(../img/sidemenu07.jpg) no-repeat;
	background-position: 0px 0px;
}
#SideMenu07 a:hover{
	background-position: 0px -45px;
    color: #333;
}
#SideMenu21 a{
	background:url(../img/sidemenu21.jpg) no-repeat;
	background-position: 0px 0px;
}
#SideMenu21 a:hover{
	background-position: 0px -45px;
    color: #333;
}
#SideMenu22 a{
	background:url(../img/sidemenu22.jpg) no-repeat;
	background-position: 0px 0px;
}
#SideMenu22 a:hover{
	background-position: 0px -45px;
    color: #333;
}
#SideMenu23 a{
	background:url(../img/sidemenu23.jpg) no-repeat;
	background-position: 0px 0px;
}
#SideMenu23 a:hover{
	background-position: 0px -45px;
    color: #333;
}
#SideMenu31 a{
	background:url(../img/sidemenu31.jpg) no-repeat;
	background-position: 0px 0px;
}
#SideMenu31 a:hover{
	background-position: 0px -45px;
    color: #333;
}
.SideMenuLi a:hover{
   color: #333;
}
.SideMenuLi a:active{
    color: #333;
}
/*****************************
  メインコンテンツ
********************************/
#ContentsRight .message {
    margin: 10px 0px;
	background-color: red;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
}
#ContentsRight {
	margin: 0;
	padding: 30px 30px 30px 0px;
	width: 610px;
	float: right;

}
h2 {
	font-size: 120%;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 20px;
}
.HomepageInfo table {
	margin-top:10px;
	width: 610px;
	font-size: 80%;
	background-color: #fff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #c7c7c7;
	border-collapse: collapse;
}
.HomepageInfo table th{
	width: 150px;
	border-width: 1px;
	border-style: solid;
	padding: 10px 5px;
	text-align:left;
	background-color: #CCCC33;
	color: #555;
	border-color: #777;
}
.HomepageInfo table td{
	border-width: 1px;
	border-style: solid;
	border-color: #c7c7c7;
	color: #666;
	padding: 10px 5px;
	text-align:left;
}
/*****************************
  サポート
********************************/
#Support{
	padding: 20px;
	border: solid 1px #999;
	background-color: #fff;
}
#Support:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

#SupportLeft {
	float: left;
}
#SupportTitle {
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
#SupportLeftText {
	font-size: 70%;
}
#SupportRight {
    float: right;
	width: 300px;
	margin-right: 10px;
}

#SupportFormTitle {
	font-size: 80%;
	font-weight: bold;
	color: #999;
}
.SupportFormField {
	font-size: 80%;
	color: #999;
}
#SupportRight input{
	margin-bottom: 5px;
	width: 300px;
}
#SupportRight textarea{
	margin-bottom: 5px;
	width: 300px;
}
#Footer {
	padding: 10px;
	background: #CCCC33;
}
#Footer *{
	font-size: 80%;
	text-align: center;
	line-height: 1.4;
}
/*****************************
  編集用テーブル
********************************/
.InputText{
	font-size: 90%;
	line-height: 1.2;
	width: 350px;
}
.TextArea{
	font-size: 90%;
	line-height: 1.2;
	height: 10em;
	width: 350px;
}

