/*---------------------------▼ページ全体-------------------------- */
body {
	font-size: 12px;
	color: #232272;
	background-image: url(cmnfix/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}
div.main {
	width: 800px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
}
div.loginnavi_top {
	width: 800px;
	margin-left: 0px;
}
a:link,a:visited {
	color: #695330;
	text-decoration: none;
}
a:hover,active {
	color: #9A9A9A;
	text-decoration: none;
}
.f_clear {
	clear: both;
}
img{
	vertical-align: top;
	border: 0px;
	margin: 0px;
}
p{
	margin: 0px;
}
td.header01 {
	width: 360px;
	height: 55px;
	text-align:left;
	background-image: url(cmnfix/bg_header01.gif);
}

/*---------------------------▼テキスト(td) -------------------------- */
td.txt01 {
	width: 245px;
	line-height: 2.0em;
	text-align: left;
}
td.txt02 {
	width: 740px;
	line-height: 2.0em;
	text-align: left;
}
td.txt03 {
	width: 360px;
	line-height: 2.0em;
	text-align: left;
	vertical-align: top;
}
td.txt04 {
	width: 720px;
	line-height: 2.0em;
	text-align: left;
	vertical-align: top;
}
td.txt05 {
	width: 20px;
	vertical-align: top;
	font-weight: bold;
	line-height: 2.0em;
	text-align: left;
}
/*---------------------------▼テキスト(span) -------------------------- */
span.txt01 {
	font-weight: bold;
	line-height: 2.0em;
	text-align: center;
}
span.txt02 {
	font-size: 18px;
}
span.txt03 {
	margin-left: 10px;
	margin-left: 10px;
	line-height: 2.0em;
}
span.txt04 {
	margin-right: 10px;
	line-height: 2.0em;
}
span.txt05 {
	color: #FFFFFF;
	width: 220px;
	margin-left: 10px;
}
span.txt06 {
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
	line-height: 2.0em;
}
span.txt07 {
	width: 100px;
	margin-left: 10px;
	line-height: 2.0em;
	color: #FFFFFF;
}
span.txt08 {
	width: 337px;
	margin-left: 10px;
	line-height: 2.0em;
}
/*---------------------------▼ボックス -------------------------- */
td.title01{
	width: 760px;
	height: 20px;
	background-image: url(cmnfix/bg_title.gif);
}
span.title01{
	width: 760px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #005999;
	position: relative;
	left: 20px;
}
td.title02{
	width: 760px;
	height: 20px;
	background-image: url(cmnfix/bg_title_orange.gif);
}
span.title02{
	width: 760px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FF7B3D;
	position: relative;
	left: 20px;
}

table.box {
	margin-top: 10px;
	background-color: #FFFFFF;
}
td.box_left {
	width: 10px;
	background-image: url(cmnfix/bg_left.gif);
	background-repeat: repeat-y;
	text-align: left;
}
td.box_right {
	width: 10px;
	text-align: right;
	background-image: url(cmnfix/bg_right.gif);
	background-repeat: repeat-y;
}
td.box_line {
	width: 20px;
	background-image: url(cmnfix/bg_line.gif);
	background-repeat: repeat-y;
}

/*---------------------------▼フォーム -------------------------- */
textarea {
	width: 535px;
} 
td.button01 {
	width: 400px;
	text-align: right;
}
td.button02 {
	width: 400px;
	text-align: left;
}
td.price01 {
	text-align: center;
	font-weight: bold;
	background-color: #B2DFFF;
}
td.price02 {
	text-align: center;
	background-color: #FFFFFF;
}
td.price03 {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF9D70;
}
td.company01 {
	width: 130px;
	text-align: left;
	font-weight: bold;
	background-color: #B2DFFF;
}
td.company02 {
	width: 587px;
	text-align: left;
	background-color: #FFFFFF;
}
td.tutor01 {
	width: 160px;
	text-align: left;
	font-weight: bold;
	background-color: #B2DFFF;
}
td.tutor02 {
	width: 557px;
	text-align: left;
	background-color: #FFFFFF;
}

/*---------------------------▼フッター -------------------------- */
table.footer {
	width: 760px;
	height: 25px;
	background: url(cmnfix/bg_footer.gif) 
}
td.footer_link {
	text-align: center;
	position: relative;
}
a.footer_link:link,a.footer_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer_link:hover,active {
	color: #818181;
	text-decoration: none;
}
span.footer{
	color: #FFFFFF;
}
/*---------------------------▼その他 -------------------------- */
td.button{
	padding-bottom: 10px;
}
span.color01{
	font-weight: bold;
	color: #FF0000;
}