/* CSS Document */
/* --------------------

共通スタイル

-------------------- */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6{
	font-size:12px;
}

body{
	color:#666;
	font-size:12px;
	line-height:1.5em;
	text-align:center;
}

img{
	border:none;
	vertical-align:bottom;
}

a:link{
	color:#06F;
	text-decoration:underline;
}

a:visited{
	color:#06F;
	text-decoration:underline;
}

a:hover{
	color:#03F;
	text-decoration:underline;
}

hr{
	display:none;
}

.red{
	color:#FF0000;
}
.font10{
	font-size:10px;
}

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

ラッパー

-------------------- */
#wrapper{
	position:relative;
	margin:0px auto;
	width:760px;
	text-align:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}


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

ヘッダー

-------------------- */
#header{
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 10px;
	text-indent:-9999px;
	height:60px;
}
#header h1{
	width:243px;
	height:50px;
	text-indent:-9999px;
	background: transparent url(../images/header_logo2.gif) left center no-repeat;
}
#header img{
	float: right;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 240px;
}

	

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

メイン

-------------------- */
#main{
	background-color:#E6F6F9;
	padding:10px 0px;
}
.redBold {
	font-weight: bold;
	color: #FF0000;
}
.sche-td {
	font-size: 10px;
	line-height: 130%;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	width: 90px;
	vertical-align: top;
}
.sche-arw {
	background-image: url(../syaken/img/sche-bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: middle;
}
.course-td {
	text-align: left;
	padding-right: 5px;
	padding-left: 20px;
	vertical-align: top;
}
.qa-bg {
	background-image: url(../syaken/img/qa-bg.gif);
	background-repeat: repeat-y;
}
.qa-bg2 {
	background-image: url(../syaken/img/qa-bg2.gif);
	background-repeat: no-repeat;
}
.k4-title {
	font-weight: bold;
	background-color: #E6E6E6;
	border-top-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #000000;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 605px;
	border-top-style: solid;
}
.k4-tbl {
	border-collapse:collapse;
	border: 1px solid #333333;
}
.k4-tbl td {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	border: 1px solid #333333;
}
.other-tbl {
	border-collapse:collapse;
	border: 1px solid #333333;
	font-size: 10px;
}
.other-tbl td {
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #333333;
}
.other-tbl th {
	background-color: #E6E6E6;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	border: 1px solid #333333;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.kakaku_txt{
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}
.meyasu_txt{
	font-size:14px;
	font-weight:bold;
	color: #FF6600;
}
.kakaku_txt2{
	color:#FF0000;
	font-size:30px;
	font-weight:bold;
}
.kakaku_txt2 span{
	font-size:40px;
	font-family:"Times New Roman", Times, serif;
}
