@charset "utf-8"

* {
	margin:						0;
	padding:					0;
}

body {
	background:					#E1E1E1;
	font-family:				Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:					11pt;
	letter-spacing:				-0.1px;
	color:						#000;
	text-align: 				center;
}

img{
	border: 					0px;
	vertical-align: 			bottom;
}
form {
	margin-top: 10px;
	margin-bottom: 10px;
}


input{
	vertical-align:				middle;
}

h1,h2,h3,h4,h5,h6 {
	line-height:				1.3;
}

h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 9pt;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
}

h3 {
	margin: 					3em 0 1em 0;
	text-align:					center;
}

p,li,dt,dl {
	line-height:				1.5;
}

p {
	margin:						0 0 1em 0;
}
ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
	
li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 5px;
	margin-right: 15px;
}
dl {
	margin-top: 10px;
	margin-bottom: 10px;
}
dt {
	margin-top: 10px;
	margin-bottom: 8px;
	font-weight: bold;
}




.clear {
	clear:						both;
}

/*-----------------------------------------------
Link
-----------------------------------------------*/
a {
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/
#wrapper {
	width:						720px;
	margin:						0 auto;
	padding: 					0 0 1px 0;
	text-align: 				center;
	background-image: 			url(../images/bg1.gif);
	background-repeat: 			repeat-y;
	background-position: 		left top;
}

#main {
	width: 						580px;
	margin: 					0 60px;
	text-align: 				left;
}



/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	width: 						720px;
	margin-bottom: 				10px;
}

#slip {
	background-color: 			#FFFFA2;
	width: 						530px;
	margin-top: 				20px;
	margin-right: 				25px;
	margin-bottom: 				60px;
	margin-left: 				25px;
	text-align: 				center;
	padding-top: 				8px;
	padding-bottom:				8px;
	border: 					1px #715500 solid;
}

#slip p {
	margin-top: 				10px;
	margin-bottom: 				10px;
	margin-right: 				20px;
	margin-left: 				20px;
	text-align: 				left;
	font-weight: 				bold;
}

#profile {
	background-color: 			#FFFFA2;
	border: 					1px #715500 solid;
	text-align: 				center;
	margin-top: 				30px;
	margin-bottom: 				20px;
}

#profile_in {
	width: 						520px;
	margin-top: 				15px;
	margin-right: 				auto;
	margin-bottom: 				15px;
	margin-left:	 			auto;
	text-align: 				left;
}

#profile_in dt {
	font-weight: 				bold;
}

.course {
	background-color: #eeffff;
	border: thin ridge #ddeeff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.course_in {
	width: 540px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: left;
}

.course_in dt {
	font-weight: bold;
}

#mail_mag {
	text-align: center;
	width: 580px;
	margin-top: 30px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

#mail_mag_t {
	font-size: 18pt;
	line-height: 36px;
	font-weight: bold;
	color: #FFFFFF;
	height: 36px;
	width: 580px;
	background-color: #000099;
}



/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	margin:						0;
}

#footer-address {
	float: 						right;
	width: 						365px;
	margin-top: 				30px;
} 

#footer  h3 {
	float: 						left;
	margin-right: 				10px;
	font-size: 					87%;
}

#footer  .c_name {
	font-size: 					12pt;
	float: 						left;
	margin-right: 				10px;
	line-height: 140%;
	font-weight: bold;
	margin-top: 20px;
}

#footer-address p {
	float: 						left;
	font-size: 					77%;
	line-height: 				120%!important;
	text-align: 				left;
}

#footer p a {
	color:						#333333!important;
}

address {
	clear: 						both;
	text-align: 				right;
	font: 						normal 70% Arial, Helvetica, sans-serif;
}

#footer-navi {
	text-align:					center;
	font-size: 					12px;
	clear: 						both;
	margin-top: 				20px;
}
#annai {
	text-align:					center;
	border-top:					1px solid #333;
	margin: 					4em 0 5px 0;
	padding:					2em 0 0 0;
	line-height:				90%;
	font-size:					12px;
} 

	
