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


h1 {
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	line-height: 100%;
	margin: 0;
}

.style1{
    color:red;
	font-weight:bold;
}

.style2 {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:85%;
}


body {
	font-size: 100%;
	line-height: 150%;
	color: #585858;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image:url(img/body_bg.gif);
	background-repeat:repeat;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:2ex;
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

img {
    border: 0px;
}

#wraper {
	width:740px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width:100%;
	background-color:#000000;
	height:auto;
	font-size:12px;
	text-align: center;
}

#main_img_t {
	background-image:url(../toushijuku/img/img_03.jpg);
	width:740px;
	height:525px;
	background-repeat:no-repeat;
	position:relative;
}

#prof {
	background-repeat:no-repeat;
	width:235px;
	height:122px;
	padding-top: 380px;
	margin-left: 160px;
	text-align:left;
	font-size:13px;
}

*html body #prof {
	width:235px;
	height:122px;
	padding-top: 380px;
	margin-left: -165px;
	text-align:left;
	font-size:13px;
}
    
*+html body #prof {
	width:235px;
	height:122px;
	padding-top: 380px;
	margin-left: -175px;
	text-align:left;
	font-size:13px;
}

#prof p {
	font-size:13px;
}

#contents {
    margin-left:40px;
    margin-right:40px;
	text-align:left;
}

.contents {
    margin-left:40px;
    margin-right:40px;
	text-align:left;
}

.contents_p {
    margin-left:10px;
	margin-right:10px;
}

#footer {
    border-top:#000033 solid 2px;
}

#footer_link {
    text-align:right;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:10px;
	color:#000000;
	font-size:12px;
	height:78px;
}

.contact {
	border-bottom:dotted #666666 1px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}

.contact_l {
	width:35%;
	float:left;
	padding-bottom:5px;
}

.contact_r {
	padding-bottom:5px;
	float:left:
}

.input03 {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 10px;
	text-align:center;
	font-size: 14px;
	font-weight: bolder;
}

.contact_box {
	padding:10px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	border:#838ffe double;
	background-color:#e0e3ff;
}





    
