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

th	{
	font-style: normal;
	font-weight: normal;
}

a:link { color: #4646e4; }
a:visited { color: #4646e4; }
a:hover { color: #4646e4; }
a:active { color: #4646e4; }

html,body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #FFFFFF;
	color: #008CFF;
	height: 100%;
	padding: 0;
	margin: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

p {
    line-height: 1.5em;	
	padding: 0;
    margin: 0;
	}

/*ベース*/

div#base {
	height: 100%;
	min-height: 100%;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0px;
	position: relative;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: #6ad6ec;
	background-image: url(images/footerbg2.gif);
	}
	



/*ヘッダー*/
div#header {
    margin: 0;
	padding: 0;
	width: 784px;
	height: auto;
	background-color: #FFFFFF; 
	}
	
/*コンテンツ*/

div#contents {
	width: 100%;
	height: auto;
	line-height: 1.5em;
	background-color: #FFFFFF; 
}

.sideW {
	color: #008CFF;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-image: url(images/leftbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	}

		
.wakuline {
     border: 1px solid #dcdcdc;
	 height: 100%;
	width: 276px;
	margin: 15px;
	}
	
.divin {
     padding: 8px;
	 margin-bottom: 10px;
	 }	

.sideW2 {
     width: 753px; 
	 border: 1px solid #dcdcdc;
	 hight: 100%;
	 margin: 15px;
	 background-color: #FFFFFF;
	 padding-bottom: 20p;
}

div#sideB {
	width: auto;
	height: 100%;
	color: #FFFFFF;
	margin: 15px;
	
	
}

#tbB td	{
	background-color: #008CFF;
	background-image: url(images/divbulebg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 484px;
	
}
#tbB th	{
    background-color: #FFFFFF;
	width: 300px;
}
	
	
/*フッター*/

#footer {
	width: 784px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: 9px;
	text-align: center;
	position: relative;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

	
#container-footer {
	height: 33px;
	clear: both;
}



#page03 {
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#bule {
	width: 100%;
	hight: 9px;
	background-image: url(images/comonlinebg.gif);
	margin: 0;
	padding: 0;
 }


div#title {
	width: 784px;
	color: #FFFFFF;
	margin: 0px;
	background-image: url(images/menubg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#titlemoji {
	width: 764px;
	color: #008CFF;
	margin-left: 20px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.1em;
}

h2 {
    background-image: url(images/h2bg.gif);
	width: 439px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 8px;
	margin-top: 20px;
	margin-bottom: 15px;
}

h3 {
   margin-bottom: 5px;
   margin-top: 10px;
   padding: 0;
   font-size: 14px;
   line-height: 1.1em;
   }

.fontbold {
	  padding: 0px;
	  margin-top: 10px;
	  margin-bottom: 0px;
	  font-weight: bold;
	  }
	  
.dot {
	border-top: 1px dotted #dcdcdc;
	height: 1px;
	margin-top: 10px;
	}