a  { color: white; text-decoration: none }

a:link, a:visited{color:#211F73;background:transparent;text-decoration:none;}
a:hover, a:active{color:#689968;background:transparent;text-decoration:underline;}

h1, h2 {margin:0px;padding:0px; font-size:12px;}


td{font-size:12px;line-height: 130%;text-align:left; color:#777777;}

ul li {list-style-type: none; font-size:12px;}

ul{margin:0;padding:0;}

img {vertical-align : baseline;border: none;}


body {
	color: #666;
	padding: 0px;
	margin: 15px 30px 0px 30px;
	background-color: #fff;
}



.line {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #999999;
}




/* CSS Document */
.red  {	font-weight: bold; color: #E72B23;}
.blue {	color:#1860BD;}
.green{	color:#336600;}

.text-right {text-align:right;}
.text-center{text-align:center;}
.text-left  {text-align:left;}



.titlered {
	font-size: medium;
	font-weight: bold;
	background-color: #F6DAC8;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
	color: #990000;
}
.titleblue {
	font-size: medium;
	font-weight: bold;
	background-color:#DBDFF3;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
	color: #000066;
}
.titlegreen {
	font-size: medium;
	font-weight: bold;
	background-color:#E2F3C5;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
	color: #003300;
}




/* CSS Document */


.x-small{
	font-size:x-small;
	font-family: "MS P Gothic", "Osaka", "Hiragino Kaku Gothic Pro";
	line-height: 1.4em;
}

.xx-small{
	font-size:xx-small;
	font-family: "MS P Gothic", "Osaka", "Hiragino Kaku Gothic Pro";
}



/* work */

#bodyleft{
	margin:10px 0 0 20px;
	padding:0;
	width:220px;
	float:left;
	}

#bodyright{
	margin:0px auto;
	padding:0;
	width:350px;
	float:right;
	text-align:left;
	}
#bodyright ol{
	background:url(../work/images/background.jpg) no-repeat right bottom;
	}
#bodyright li{
	margin:15px 0 0 0;
	padding:0;
	}	

/* webform */

.greenbar{
	margin:15px 0px 0px 0px;
	padding:0 0 0 8px;
	border-left:8px solid #9cc;
	border-bottom:thin dotted #CCCCCC;
	}
	
input, select{	margin:0px 0px 0px 5px; padding:0; }
dt      { margin:0; padding:0 0 10px 0; }
fieldset{ border:0px;}
legend  { border:0px;}
