@charset "shift_jis";
body {
	margin: 0px;
	padding: 0px;
	/*
	background: #DCDCDC 
	background: #E0FFFF
	*/
	background: #FFFFFF
	url(../images/img01.gif) repeat-y center top;
	/*text-align: justify;*/ 
	text-align: center; 

	font-family: Verdana, 'MS Pゴシック', Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;


}
td { 
	font-size: 12px;/*for ie*/ 
}

ul {
	margin: 10px;
	padding: 10px;
	line-height:1.6;
}

h1 {
	font-family: Verdana, 'MS Pゴシック', Helvetica, sans-serif;
	
	color: #60B7DE;
	text-transform: lowercase;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-family: Verdana, 'MS Pゴシック', Helvetica, sans-serif;
	color: #60B7DE;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 14px;
}

a {
	font-weight: bold;
	color: #4773C1;
}

a:hover {
	text-decoration: none;
	color: #73C5E5;
}

img {
	border:0;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #ABDCEF;
}
.img0 {
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0px;
}


.scroll {
	width: 450px;
	height: 700px;
	overflow: scroll;
}

.textBlue {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #60B7DE;
	font-size: 18px;
}

.textOrenge {
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	color: #FF8C00;
	font-size: 18px;
}

.textOrenge_S {
	color: #FF8C00;
	font-size: 13px;
	font-weight: bold;
}

.textWater_B {
	color: #1E90FF;
	font-size: 15px;
	font-weight: bold;
}

.textBlack_B {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}

.textBlack_S {
	color: #000000;
	font-weight: bold;
	font-size: 12px;

}

.left_pos {
	float: left;
	width: 500px;
	padding: 10px;
}

.right_pos {
	float: right;
	width: 270px;
	padding: 0px 0px 0px 0px;
}


/* BLUE HOVER */
/*http://www.cssmenumaker.com/*/
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}

/** HEADER */

#header {
	text-align: left; 
	width: 770px;
	margin: 0px auto;
	background: #FFFBFD url(../images/img02.gif) repeat-x left top;
	padding: 20px 0px 5px 0px;/* up right down left */
	
	line-height: 2em;/*追加*/
}


#header h1 {
	color: #FF8C00;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 770px;
	height: 20px;
	margin: 0px auto;
	padding: 3px 0px 3px 0px;
	/*
	padding: 4px 0px 5px 0px;
	padding: 5px 0px 6px 0px;
	background-color: #60B7DE;*/
	background-color: #1E90FF;
}

#menu ul {

margin: 0; 
padding :0; 
list-style-type : none; 
/*
	margin: 0px;
	padding: 0px;
	list-style: none;
*/
}

#menu li {

display : inline; 
padding :0; 
margin:0; 
float:left 
/*
	display: inline;
*/
}

#menu a {

	padding: 5px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;

	/*線を追加*/
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-color: #A9A9A9;
	border-style: solid;

/*
	border-top:1px solid #aca; 
	border-bottom:2px solid #aca; 
	border-left:1px solid #aca; 
	background-color: #1E90FF;
*/
}

#menu a:hover {

	background-color: #73C5E5;
	/*border-top:1px solid #aac; 
	border-bottom:2px solid #aac; 
	border-left:1px solid #aac;
	background-color:#73C5E5;*/

}

/** CONTENT */
#marge_content {
	width: 770px;
	/*height: 770px;*/
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#content {
	text-align: left; 
	width: 770px;
	margin: 0px auto;
	padding: 10px 0px 10px 30px;

	/*line-height: 0em;追加*/
/*
	border-left: 5px solid Black;
	line-height: 170.0em;
<div style="border-left: 5px solid Black; line-height: 1.0em;">
*/
}
#content h1{
	font-weight: bold;
	font-size: 18px;
	display: inline;
}
#content h2{
	font-weight: bold;
	font-size: 16px;
	display: inline;
	color: #000B31; 
	text-shadow: 2px 2px 2px gray;
	/*font-weight: normal;*/
}

#content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	/*font-weight: normal;*/
}

#content p, #content ul, #content ol {
	line-height: 140%;
	/*
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 140%;
	line-height: 1em;追加*/
}

#left {
	text-align: left; 
	float: left;
	width: 480px;
	padding: 0px 20px 0px 20px;

}

#right {
	text-align: left; 
	float: right;
	width: 210px;
	padding: 10px 20px 10px 20px;

	line-height: 0em;/*追加*/

}


/** FOOTER */

#footer {
	text-align: left; 
	clear: both;
	width: 770px;
	margin: 0px auto;
	/*border-top: 3px solid #60B7DE;*/
}

#footer p {
	margin: 0px;
	padding: 3px 10px 3px 10px;
	/*line-height: 0em;追加*/
	color: #696969;
	font-weight: bold;
}

#footer-Line {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 3px solid #60B7DE;
}

#border-top {
	border-top: 5px solid #60B7DE;
}

.abc tr{
	vertical-align: top;
}
/** circle txt */
#text-sample p.rcontent{
	margin: 0px auto;
	padding:10px;
	background:#1393c0;
	color:#fff;
}

#text-sample span.rtop,
#text-sample span.rbottom {
	display:block;
	background: #fff;
}

#text-sample span.rtop span,
#text-sample span.rbottom span {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #1393c0;
}

#text-sample span.r1{margin: 0 5px;}
#text-sample span.r2{margin: 0 3px;}
#text-sample span.r3{margin: 0 2px;}
#text-sample span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px;}

div#FORM table {
	border: 1px solid #ccc;
	/*margin: 0px auto ;*/
}
div#FORM {
	margin: 10px auto 15px;
}
div#FORM .SmallType {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
div#FORM form {
	margin: 0px;
}
div#FORM td {
	padding: 4px;
	background: #f1f1f1;
	width: 350px;
}
div#FORM th {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-color: #e4e4e4;
	vertical-align: middle;
}
div#FORM .Submit {
	background: #fff;
	text-align: center;
}
.ERR {
	color: #f00;
}
