@charset "utf-8";
@import "reset.css";

body{
	color: #000;
	font-size:12px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width:960px;
}

a:link{
	text-decoration:none;
	color:#000;
}

a:visited{
	text-decoration:none;
	color:#000;
}

a:hover{
	color:#f60;
	text-decoration:underline;
}

#wrapper{
	width:960px;
	margin:0 auto;
	background:#fff;	
	position:relative;
	/*-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
	box-shadow:0 0 10px #666;
	behavior: url("js/pie.htc");*/
}

#lead{
	width:100%;
	background:url("../images/menu_bg_bl.png") center center repeat-x;
}

#lead h1{
	font-size: 12px;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	position:relative;
	behavior: url("js/pie.htc");
	display: block;	
	width:960px;
	margin: 0 auto;
	padding: 4px 0;
	text-align: right;
}

#header{
	height:100px;
	width: 960px;
	margin: 10px auto 0;	
/*	border-top:2px solid #fff;
	border-bottom:2px solid #fff;*/
/*	background:url("../images/header_bg2.png") repeat-x;*/
}

#logo{
	color:#fff;
	font-weight:normal;
	position:relative;
	top:18px;
	left:22px;
	width: 357px;
}

#tel{
	width:237px;
	height:39px;
	position: relative;
	top: -54px;
	left: 666px;
	z-index: 10;
}

#mail{
	width:275px;
	height:49px;
	position: relative;
	top: -86px;
	left: 670px;
}

#sub{
	width:300px;
	font-size: 12px;
	font-weight: bold;
	color:#333;
	text-shadow:1px 1px 1px #ccc;
	position:relative;
	top:-86px;
	left:670px;
	behavior: url("js/pie.htc");
	display: block;	
}


/* menu bar */
#menu{
	width:100%;
	height:20px;
	border-top: 1px solid #237abf;
	border-bottom: 1px solid #237abf;
	padding:10px 0;
	margin-top: 16px;
/*	position:relative;
	-moz-box-shadow:0 1px 1px #ccc;
	-webkit-box-shadow:0 0px 1px #ccc;
	box-shadow:0 1px 1px #ccc;
	behavior: url("js/pie.htc");*/
/*	background:url("../images/menu_bg_bl.png") repeat-x;*/
/*	background:url("../images/menu_bg_ddd.png") repeat-x;*/
/*	background:url("../images/menu_bg_gr.png") repeat-x;*/
}

#menu ul{
	position: relative;
/*	left:4px;*/
	width: 960px;
	text-align: left;
	margin: 0 auto;
	overflow: visible;
/*	background:url("../images/menu_bg_mesh.png") 0 0 no-repeat;*/
}

#menu a:hover, .end a:hover{
	background: #ddd;
}

#menu li{
	display:inline;
	list-style:none;
	/*position: relative;
	top:2px;*/
	line-height: 20px;
}

#menu img{
	border-left: 1px solid #369;
	padding-left: 54px;
	padding-right:46px;
}

.li_end{
	position: absolute;
	right: 0;
	border-right: 1px solid #369;
	padding-right: 2px;
}

/* side */
#side{
	width:182px;
	position:relative;
	top:16px;
	left:0;
	float:left;
	margin-bottom:40px;
}

#side li{
/*	height: 80px;*/
/*	background-color: #eaf2a7;*/
	margin-bottom: 20px;
	position: relative;
	-moz-box-shadow:2px 2px 7px #ccc;
	-webkit-box-shadow:2px 2px 7px #ccc;
	box-shadow:2px 2px 7px #ccc;
	behavior: url("js/pie.htc");
}

#side a:hover img{
background: #fff;
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

#SideBanner01{
	height: 306px;
	background:url("../images/SideBanner01_img1.png?2108") #fff;
	background-position:center 0;
	background-repeat: no-repeat;
	border:solid 1px #2e8b57;
}

#SideBanner01_name{
/*	position: absolute;
	top:127px;
	font-weight: bold;
	color:#fff;
	background: #237abf;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
    -moz-opacity:0.60;
    -khtml-opacity: 0.60;
    opacity:0.60;
	padding:4px 0;
	margin-left: 3px;
	width: 174px;
	text-align: center;*/
	display: none;
}

#SideBanner01_info{
	width: 168px;
	position: absolute;
	top:196px;
	margin-left: 6px;
	line-height: 1.25em;
}

#side_mail{
	position: absolute;
	top:270px;
	margin-left: 5px;
	width: 170px;
	height: 30px; 
}


#side_mail img{
	position: relative;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior: url("./js/pie.htc");
}

#SideBanner02, #SideBanner03, #SideBanner04{
	width: 180px;
	height: 70px;
	border:solid 1px #2e8b57;
}

/* news release */
#topics{
	background: url("../images/topics_bg.png") 0 0 repeat-y;
	position: relative;
	-moz-box-shadow:2px 2px 7px #ccc;
	-webkit-box-shadow:2px 2px 7px #ccc;
	box-shadow:2px 2px 7px #ccc;
	behavior: url("js/pie.htc");
	top:20px;
	margin-bottom: 30px;
	clear: left;
	border: 1px solid #aaa;
}

#topics h2{
	width:700px;
	position: relative;
	top: 10px;
	margin-left: 20px;
	padding-left: 14px;
	margin-bottom:24px;
	text-indent:0;
	border-bottom: 1px dashed #237abf;
    height:30px;
	line-height:30px;
	/*color:#369;*/
/*	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    border-radius:3px;
	-moz-box-shadow:1px 2px 7px #ddd;
	-webkit-box-shadow:1px 2px 7px #ddd;
    box-shadow:1px 2px 7px #ddd;
	text-shadow:1px 1px 0 #fff;
	behavior: url("./js/pie.htc");*/
	font-size:16px;
	background: url("../images/li_mark.png") left 3px no-repeat;
}

#blog_last{
/*	background:#ffffff;*/
	font-size:14px;
	overflow-x:hidden;
	width:700px;
	position:relative;
/*	left:6px;*/
	margin: 0 auto;
	margin-bottom: 20px;
}


#blog_last a{
	text-decoration:none;
	color:blue;
}

#blog_last a:visited{
	color:blue;
}

#blog_last a:hover{
	text-decoration:underline;
}

#blog_last a{
	text-decoration:none;
	color:blue;
	position: absolute;
	left:100px;
}

/*#blog_last hr{
	height:1px;
	background-color:#00008b;
	border:none;
	color:#00008b;
}*/

.date{
/*	text-align:right;*/
	color:#ff4500;
	margin-top:-1.5em;
	position: absolute;
	left:0;
}


#footer{
/*	font-family:"ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ","Meiryo",sans-serif;*/
	clear:both;
	width:100%;
	/*height:26px;*/
/*	background:url("../images/footer.png") no-repeat;*/
	background:url("../images/menu_bg_bl.png") center center repeat-x;
	position:relative;
	text-shadow:1px 1px 1px #333;
	behavior: url("js/pie.htc");
}

#footer ul{
	width: 960px;
	margin: 0 auto;
}

#footer li{
	display:inline;
	list-style:none;
	font-weight: bold;
	font-size:12px;
	color:#fff;
	line-height:24px;
	position:relative;
	z-index: 50;
}

#footer li a:link{
	text-decoration:none;
	color:#fff;
}

#footer li a:visited{
	text-decoration:none;
	color:#fff;
}

#footer li a:hover{
	color:#fff;
	text-decoration:underline;
}

#footer address{
	font-style:normal;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align:right;
	line-height: 0;
	position:relative;
	top:-12px;
	width: 960px;
	margin: 0 auto;
}

.dn{
	display:none;
}

.bl{
	color:#237abf;
}

.cl{
	clear: both;
}

#rss{
	margin-left:4px;
}

/* for Banner AD */
#bp{
	padding-bottom:10px;
	margin-bottom:6px;
	border-bottom:solid 1px #000;
}

.mt3em{
	margin-top: 3em;
}

.mt2em{
	margin-top: 2em;
}

.mt1em{
	margin-top: 1em;
}

.mt05em{
	margin-top: 0.5em;
}

.mb1em{
	margin-bottom: 1em;
}

.mb2em{
	margin-bottom: 2em;
}

.mr0{
	margin-right: 0;
}

.end{
	padding-bottom:0;
}

.lt{
	text-align:right;
}

.timl-1{
	text-indent: -1em;
	margin-left: 1em;
}

.fw-b{
	font-weight: bold;
}

/* end of stylesheet */