@charset "UTF-8";

/* ------------------------------------------

共通CSS

tclient_blue: #0a7cdf

------------------------------------------ */

body {
	font-family: "ＭＳ Ｐゴシック", Arial, Osaka, Verdana;
	font-size: 12px;
	line-height: 135%;	
	color: #505050;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,form,ul,ol,li,form,input {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
/*	background-image: url(../common_images/main_visual_bg.gif); */
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 129px;
	padding-top: 10px;
}

.tclient_blue {
	color:					#0a7cdf;
}

.tclient_red {
	color:					red;
}


img {
	border:		0px;
}

.title {
	width: 					816px;
	margin-right: 			auto;
	margin-left: 			auto;
	position:				relative;
}

.title_banner {
	width: 					816px;
	height:					120px;
}



.title_text {
	position:				absolute;
	top:					50px;
	left:					45px;
	font-size:				32px;
	line-height: 			140%;  
	color:					white;
}



h3 {
	background-image: url(../common_images/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	width: 550px;
	padding-bottom: 20px;
	font-size: 12px;
	padding-top: 13px;
	padding-left: 10px;
	font-weight: bold;
	color: #4C4C4C;
}
h4 {
	line-height: 	250%;	
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	margin-bottom: 10px;
	background-image: url(../common_images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
	margin-left: 10px;
}


p {
	padding-bottom: 10px;
	padding-left: 10px;
}

img {
	vertical-align: bottom;
}


#header {
/*	background-image: url(../common_images/header_bg.jpg);	*/
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 80px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0659C1;
}
#header #wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
/*	#footer #wrap1 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}	*/

#header #wrap h1 {
	float: left;
	margin-top: 10px;
}
#header #wrap #right {
	float: right;
}
#header  #wrap  #subNavi {
	float: right;
	position: relative;
	padding-top: 15px;
	padding-bottom: 14px;
	height: 12px;
}
#header  #wrap  #subNavi  li {
	float: left;
	padding-left: 15px;
}
#header  #wrap  #gNavi {
	position: relative;
	float: right;
	padding-top: 0px;
	width: 484px;
	height: 39px;
}
#header  #wrap  #gNavi  li {
	float: left;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
}
#container  #leftContents {
	float: left;
	width: 220px;
	padding-right: 20px;
}
#container  #leftContents  #boxUpper {
	background-image: url(../common_images/left_upper.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 220px;
	background-position: 0px 0px;
	font-size: 0px;
}
#container  #leftContents  #box {
	background-image: url(../common_images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 213px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#container  #leftContents  #box #regist  {
	background-image: url(../common_images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height:			20px;
	padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 		14px;
	font-weight:	bold;

}



#container  #leftContents  #box  #menu {
	background-image: url(../common_images/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 200px;
	padding-right: 3px;
	padding-left: 3px;
}
#container    #leftContents    #box    #menu    a  {
	background-image: url(../common_images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	width: 185px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: block;
	vertical-align: bottom;
}
#container  #leftContents  #box  #menu  a:hover {
	background-color: #FFF8E6;
}
#container   #leftContents   #boxLower {
/*	background-image: url(../common_images/left_lower.jpg);	*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 5px;
	width: 220px;
	font-size: 0px;
	margin-bottom: 10px;
}
#container  #mainContents {
	float: left;
	width: 560px;
}
#container #pageTop {
	text-align: right;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

#footer {
/*	background-image: url(../common_images/footer_bg.gif);	*/
	background-repeat: repeat-x;
	background-position: 0px 1px;
	height: 55px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0758C1;
	padding-top: 15px;
	font-size: 11px;
	line-height: 120%;
}
#footer #wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer #wrap #link {
	text-align: left;
	float: left;
}
#footer #wrap #link li {
	float: left;
	display: block;
}
#footer #wrap #design {
	float: right;
	font-size: 11px;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer #wrap #copyright {
	text-align: right;
	margin-top: 8px;
}

.clear {
	clear: both;
}
.floatLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.floatRight   {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.margin {
	margin-bottom: 20px;
}
.small {
	font-size: 11px;
	line-height: 120%;
}
.large {
	font-size: 14px;
	line-height: 150%;
}
.large2 {
	font-size: 18px;
	line-height: 130%;
}

.fff {
	color: #FFFFFF;
}

.color1 {
	color: #C5312D;
}
.color2 {
	color: #0099CC;
}
.color3 {
	color: #0676D5;
}




.form_style1 {
	margin-bottom: 20px;
	border: 3px solid #E3E3E3;
	padding: 20px 15px;
}
.form_style1 table {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 500px;
}
.form_style1 th {
	background-color: #FFFFFF;
}
.form_style1 td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.form_style1 .item {
	width: 120px;
	font-size: 11px;
	color: #C42F31;
	padding-top: 8px;
}
.textField1 {
	width: 350px;
	border: 3px double #E3E3E3;
	background-color: #F9F9F9;
	margin: 0px;
	padding: 0px;
}
.textArea1 {
	height: 100px;
	width: 350px;
	border: 3px double #E3E3E3;
	background-color: #F9F9F9;
	margin: 0px;
	padding: 0px;
}
.submit1 {
	padding: 5px 15px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.box1 {
	background-color: #F9F8F4;
	width: 528px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B8C9D3;
	border-left-color: #B8C9D3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box1 ol {
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.box1 li {
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-left: 50px;
}

.box1_upper {
	background-image: url(../common_images/box1_upper.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 10px;
	width: 560px;
	font-size: 0px;
}
.box1_lower {
	background-image: url(../common_images/box1_lower.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 10px;
	width: 560px;
	padding-bottom: 20px;
}
.line_dot {
	background-image: url(../common_images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title_string {
}

.title_string h1 {
	text-align:		center;
	font-size:		small;
	padding:		0px;
	margin:			0px;

}

.title_string a:link {
	color:				black;
	text-decoration: 	none;
}
.title_string a:visited {
	color:				black;
	text-decoration: 	none;
}

.title_string a:hover {
	color: 				magenta;
	text-decoration: 	none;
}

.title_string a:active {
	color: 				magenta;
	text-decoration: 	none;
}


.left_menu_download {
	text-decoration: none;
	font-size: 		14px;
	font-weight:	bold;
}

/***
#teacher_index {
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	background-image: url(../common_images/main_visual_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 129px;
	padding-top: 10px;

	background-image:	url(/teacher/images/title_teacher.jpg);
}
***/


.header_logo {
	margin-top:		10px;
	height:			60px;	
	width:			220px;
	float:			left;
}

.header_tips {
	margin-top:		0px;
	height:			50px;	
	margin-left:		20px;
	padding:			5px;
	width:			200px;
	float:			left;
	border:			0px;
}

.header_tips h1 {
	font-size:		100%;
}


.header_regist {
	background-image:		url(../common_images/header_regist.gif);
	margin-top:		10px;
	height:			50px;	
	width:			320px;
	float:			right;
	text-align:		center;
	padding-top:	10px;
}


a.header_text {
	font-size:			300%;
	font-weight:		bold;
	line-height: 		130%;
}

a.header_text:link {
	color: 				red;
	text-decoration: 	underline;
}

a.header_text:visited {
	text-decoration: 	none;
	color: 				#0a7cdf;
}

a.header_text:hover {
	text-decoration: 	none;
	color: 				magenta;
}

a.header_text:active {
	text-decoration: 	none;
	color: 				blue;
}


a:link {
	color: #0D89EB;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0D89EB;
}
a:hover {
	text-decoration: none;
	color: 				magenta;
/*	color: #6AB8F7;	*/
}
a:active {
	text-decoration: underline;
	color: 				magenta;
/*	color: #0D89EB;	*/
}

