@charset "utf-8";
/* CSS Document */
body {
		background-color: #C3CBCD;
}


#mainContainer{
	background-image: url(img/back.jpg);
	background-color:#fff;
}

.title_color{
	font-size:1.2em;
	font-weight:700;
	color:#209EDB;
}

.title_color2{
	font-size:1.2em;
	font-weight:700;
	color:#209EDB;
}


.question{
	border-bottom:1px solid #209EDB;
	border-left:15px solid #209EDB;
	color:#000;
	font-size:1.2em;
	padding:5px;
}

.question.contents1,
.question.contents2,
.question.contents3{
	border-bottom:1px solid #000;
	border-left:none;
	color:#000;
	font-size:1.2em;
	padding:5px;
	font-weight:700;
}

.underline{
border-bottom:1px solid #ccc;
}

.title_color.answer.contents1,
.title_color.answer.contents2,
.title_color.answer.contents3{
	color:#000;
}



h1{
	background-color:#209EDB;
	padding:15px;
	color:#fff; 
	line-height: 1em;
}



h1.underline{
	color:#000;
	background-color:transparent;
	border-bottom:2px solid #209EDB;
}


h1.contents_title{
	background-color:transparent;
	border-bottom:1px solid;
	padding-left:0;
}

h1.contents_title.contents1{
	color:#A04F3E;
	border-bottom-color: #A04F3E;
}

h1.contents_title.contents2{
	color:#2AA738;
	border-bottom-color: #2AA738;
}

h1.contents_title.contents3{
	color:#00AFD0;
	border-bottom-color: #209EDB;
}

h1.contents_title.contents4{
	color:#A97022;
	border-bottom-color: #A97022;
}

h1.contents_title.contents5{
	color:#F39800;
	border-bottom-color:#F39800;
}

h3{
	border-bottom:1px #000 dotted;
	margin-bottom:10px;
}


a {
  color: #003366;
}

a:hover {
  color: #ccc;
}


.text-color{
	color:#697F8A;

}



.border-color{
	border:1px solid #209EDB;
	padding-top: 5px;
	padding-bottom: 5px;

}

.border-color.dot{
	border-style:dotted;

}




hr.color{
	height: 1px;
	border: none;
	border-top: 1px #209EDB solid;
}

hr.color.dot{
	border-top: 1px #209EDB dotted;
	margin:5px;
}



#mokuji a{
	border-bottom:1px dotted #209EDB;
}

.sideMenuContainer a{
	border-bottom:#209EDB 1px solid;

}

.sideMenuContainer a:hover{
	background-color:#209EDB;
	color:#fff;
}


#home .sideMenuContainer #menu_index,
#contents1 .sideMenuContainer #menu_contents1,
#contents2 .sideMenuContainer #menu_contents2,
#contents3 .sideMenuContainer #menu_contents3,
#contents4 .sideMenuContainer #menu_contents4,
#contents5 .sideMenuContainer #menu_contents5,
#contents6 .sideMenuContainer #menu_contents6,
#contents7 .sideMenuContainer #menu_contents7{
	background-color:#209EDB;
	color:#fff;
}

h2.recommend,
.title_color.recommend{
	color:#00573C;
}


