@charset "shift_jis";

/*-----ページ全体-----*/
body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 120%;
	color: #333333;
	background: #FFFFFF;
}
h1 {
	text-indent: -10000px;
}
p {
	margin: 0;
}

/*-----ページ本体-----*/
#pagebody {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border-left: solid #A9A387 1px;
	border-bottom: solid #A9A387 1px;
	border-right: solid #A9A387 1px;
}

/*-----ヘッダ-----*/
#header {
    width: 760px;
	height: 50px;
	margin: 0;
	background: #007D00;
}
#header img {
    float: left;
    margin-left: 7px;
	margin-top: 19px;
}	
#header p {
	padding-top: 13px;
	padding-right: 8px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 120%;
	text-align: right;
}

/*-----メニュー-----*/
#menu {
    width: 760px;
	height: 38px;
	border-top: solid #A9A387 1px;
	border-bottom: solid #A9A387 1px; 
}
#menu ul {
	margin: 0;
	padding-top: 3px;
	padding-left: 3px;
}
#menu li {
	list-style: none;
}
#menu li a {
    display: block;
	width: 106px;
	height: 32px;
	text-decoration: none;
	text-indent: -10000px;
}
#menu li#top {
	float: left;
	width: 106px;
	height: 32px;
	background: url(../../images/btn_c_top.gif) no-repeat;
}
#menu li#policy {
	float: left;
	width: 106px;
	height: 32px;
	margin-left: 2px;
	background: url(../../images/btn_c_policy.gif) no-repeat;
}
#menu li#course {
	float: left;
	width: 106px;
	height: 32px;
	margin-left: 2px;
	background: url(../../images/btn_c_course.gif) no-repeat;
}
#menu li#class {
	float: left;
	width: 106px;
	height: 32px;
	margin-left: 2px;
	background: url(../../images/btn_c_class.gif) no-repeat;
}
#menu li#new {
	float: left;
	width: 106px;
	height: 32px;
	margin-left: 2px;
	background: url(../../images/btn_c_new.gif) no-repeat;
}
#menu li#classinfo {
	float: left;
	width: 106px;
	height: 32px;
	margin-left: 2px;
	background: url(../../images/btn_c_classinfo.gif) no-repeat;
}
#menu li#request {
	float: left;
	width: 106px;
	height: 32px;
	margin-left: 2px;
	background: url(../../images/btn_c_request.gif) no-repeat;
}

/*-----メイン-----*/
#main {
    width: 760px;
	margin: 0;
	border-bottom: solid #A9A387 1px;
}

/*-----フォーム-----*/
#m_request {
	width: 567px;
	margin-left: auto;
	margin-right: auto;
    padding-top: 32px;
    font-size: small;
	color: #333;
}
#m_request h1 {
    margin-bottom: 32px;
    height: 28px;
    text-align: -10000px;
	background: url(../../postmail/images/tit_form.gif) no-repeat;
}
#m_request .formtextL {
    float: left;
    width: 300px;
	font-size: small;
}
#m_request .formtextR {
    float: right;
}
*html #error table {
    margin-top: -168px;
	margin-bottom: -17px;
}
*:first-child+html #error table {
    margin-top: -168px;
	margin-bottom: -17px;
}
#m_form {
	width: 567px;
	margin-left: auto;
	margin-right: auto;
    padding-top: 32px;
    font-size: small;
	color: #333;
}
#m_form form fieldset table tbody th {
    color: #fff;
    background: #ff963b;
    font-weight: bold;
    vertical-align: middle;
}
#m_form fieldset{
    margin: 0;
    padding: 0;
    border: 0;
}
#m_form fieldset table{
    width: 566px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #999;
    font-size: 100%;
}
#m_form fieldset table tbody th,
#m_form fieldset table tbody td{
    padding: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #999;
}
#m_form fieldset table tbody th label{
    display: block;
}
#m_form fieldset table tbody td label{
    cursor: pointer;
}
#m_form fieldset table tbody td p.errorMessage{
    color: #f90705;
}
#m_form fieldset p,
#m_form fieldset ul,
#m_form fieldset ol,
#m_form fieldset li,
#m_form fieldset dl,
#m_form fieldset dt,
#m_form fieldset dd,
#m_form fieldset div,
#m_form fieldset input{
    margin: 0;
}

#m_form fieldset input.inputTextType01,
#m_form fieldset input.inputTextType02,
#m_form fieldset input.inputTextType03,
#m_form fieldset textarea.textAreaType01,
#m_form fieldset select.selectType01{
    padding: 2px;
    border: 1px solid #809eba;
}

#m_form fieldset input.inputTextType01{
    width: 320px;
}

#m_form fieldset input.inputTextType02{
    width: 120px;
}

#m_form fieldset input.inputTextType03{
    width: 50px;
}

#m_form fieldset textarea.textAreaType01{
    width: 320px;
    height: 9em;
}

#m_form fieldset li input{
    vertical-align: middle;
}

#m_form fieldset ul.radioBtnList01 li{
    display: inline;
    margin-right: 2em;
}

#m_form fieldset ul.formNav{
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

#m_form fieldset ul.formNav li{
    display: inline;
    margin: 0 5px;
}

/*-----その他メニュー-----*/
#othermenu {
	width: 760px;
	height: 69px;
	background: url(../../images/dial.gif) no-repeat right bottom;
}
#othermenu ul {
	padding-top: 45px;
	margin-left/**/: -37px;
	margin-bottom: 0;
}
#othermenu li {
	float: left;
	margin-left: 7px;
	list-style: none;
}
#othermenu li a {
	margin: 0;
	padding-left: 15px;;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background: url(../../images/arrow.gif) no-repeat;
}

/*-----フッタ-----*/
#footer_1 {
    width: 760px;
	padding-top: 5px;
	background: #007D00;
}
#footer_1 p {
    padding-left: 10px;
	padding-right: 10px;
    font-size: 12px;
	color: #CCFF99;
}
#footer_1 a {
    color: #CCFF99;
	text-decoration: none;
}
#footer_1 a:hover, #header a:active {
    color: #4FAE00;
}
#footer_2 {
    width: 760px;
	padding-bottom: 5px;
	background: #007D00;
}
#footer_2 p {
    padding-left: 10px;
	padding-right: 10px;
    font-size: 12px;
	color: #FFFFFF;
}
#footer_2 a {
    font-size: 12px;
    color: #FFFFFF;
	text-decoration: none;
}
#footer_2 a:hover, #header a:active {
    color: #4FAE00;
}

/*-----コピーライト-----*/
#copy {
    width: 760px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}
#copy p {
    font-size: 12px;
    color: #666666;
}