@charset "utf-8";
/* CSS Document */

body {
 margin: 0;
 padding: 0;
 /*text-align:center;*/
 font-family: "Meiryo";
 color:#000066;
 background:#FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #33CCFF;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#wrapper {
 width:auto;
 color:#000000;
}
#header_left {
float:left;
 width:210px;
 height:108px;
}
#header {
 height:50px;
 background:url(../images/logo-nee.gif)
}
#maincontent3 {

 width:780px;
 vertical-align:text-top;
}
#sidebar3 {
clear:both;
float:left;
 width: 210px;
 margin-top:2px;
 line-height:1.2;
}
#footer {
 height:44px;
 background:url(../images/logo-se.gif)
 /*clear:both;*/
}
.footer_text {
font-size:12px;
color: #FFFFFF;
padding-top:15px;
}
/*
.img_wrapper {
padding-left:40px;
}
*/
p.text {
background:#00CC99;
}

.menuTitle{font-size:20px; color: #3399FF; padding-left:2px;/* text-shadow:#999999 1px 1px 2px; filter: shadow(color=#999999, direction=135, strength=4);*/ _height:1.1em;
}
.menuTitle2{font-size:20px; color: #FF99FF; padding-left:2px; /*text-shadow:#999999 1px 1px 2px; filter: shadow(color=#999999, direction=135, strength=4);*/ _height:1.1em;
}
.cMaru{padding-left:3px; padding-right:4px;
}
.cTitle{font-size:14px; color: #3399FF; padding-left:2px; /*text-shadow:#999999 1px 1px 2px; filter: shadow(color=#999999, direction=135, strength=4);*/ _height:-0.08em;
}
.cTitle2 {
font-size:14px;
color: #FF99FF;
padding-left:2px;
letter-spacing:-0.08em;
}
.mcTitle{color: #FFFFFF;
}

/*sasaki*/
#maincontent3 div.box {
	border: 2px solid gray;
	background: url(../images/bgr/bg_blue.gif) repeat-x;
	margin: 20px 2px 2px;
	padding: 5px;
}
div.box h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 5px;
	color: white;
}

div.box h3 a.txt_title:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div.box h3 a.txt_title:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div.box h3 a.txt_title:link {
	color: #FFFFFF;
	text-decoration: underline;
}
div.box h3 a.txt_title:active {
	color: #FFFFFF;
	text-decoration: none;
}
div.box div.date {
	margin: -28px 20px 0 0;
	float: right;
	color: yellow;
	font-weight: bold;
}
div.text {
	clear: left;
	margin: 26px 24px;
}


