
*{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 15px;

}

body {

	background-attachment: fixed;
	background-color: #E8F0FF;
	background-image: url(img/bg_grad.jpg);
	background-repeat: repeat-x;
}
/***********************************************/
a:link, a:visited{
	color: #005FA9;
	text-decoration: underline;
	font-weight:bold;
	
}

a:hover{
	text-decoration: underline;
	background-color:#E7F7F8;
	font-weight:bold;
}
/***********************************************/
h1{
 font: bold 120% Arial,sans-serif;
 color:#FFFFFF;
 background-color:#0033CC;
 margin: 0px;
 padding: 0px 15px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #0033CC;
 margin: 0px;
 padding: 2px 15px;
 background-image: url(img/h2_bg.jpg);
 border-left:5px solid #0033CC;
 height:26px;
}

h3{
 font: bold 114% Arial,sans-serif;
 color: #0033CC;
 margin: 0px;
 padding: 2px 15px;
 border-bottom:1px double #0033CC;
 height:26px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/***********************************************/
.linemenu {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
/***********************************************/
ul {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	font-weight: bold;
	line-height:150%;
	list-style-image:url(img/list.gif);
}

li {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	font-weight: bold;
	line-height:150%;
	list-style-image:url(img/list.gif);
}
/***********************************************/
.contents {
	margin:30px 30px;
}

.point {
	margin:10px 30px;
	padding:10px;
	background-color:#E7F7F8;
	border: 1px dashed #999999;
}

/***********************************************/
.sen {
	border-bottom: 1px dotted #999999;
}

.nijyu {
	padding: 0 0 2px 0;
	border-bottom:6px double #1A53FF;
	font-size: 14px;
	font-weight: bold;
}
/***********************************************/
