/*----ALL----*/

body {
	background-image: url(../images/all_bg.jpg);
	background-repeat: repeat-x;
　/* Firefox用 */  
    background: -webkit-linear-gradient(top, #0778A9, #F0F0F0);　/* Safari,Google Chrome用 */  
; 		background-color: linear-gradient;
	background-position: top;
}

#wrap {
	width: 931px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #0678A9;
	text-decoration: none;
}
a:hover {
	color: #0678A9;
	text-decoration: none;
}
a:active {
	color: #0678A9;
	text-decoration: none;
}

a .hover_img1{
    transition:all 0.5s ease;
    }
a:hover .hover_img1{
    opacity: 0.5;
    filter: alpha(opacity=50);
    }
	
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=50);  
}


/*----HEADER area----*/

#wrap #header .header_left h1 {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 3px;
}
#wrap #header .header_left {
	float: left;
	width: 335px;
	padding-left: 10px;
}
#wrap #header .header_right {
	float: right;
	width: 205px;
	margin-top: 15px;
}

/*----CONTENT area----*/

#wrap #content {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}

/*----GLOBALNAVI area----*/

#wrap #content #global_navi ul {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #content #global_navi ul li {
	float: left;
	width: 150px;
}

#wrap #content .main_image {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/*---CONTENT area（clear float）----*/

#wrap #content #content_all {
	overflow: hidden;
}


/*---SIDENAVI area----*/

#wrap #content #sidenavi {
	width: 180px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	position: relative;
}

#wrap #content #sidenavi .sidenavi_title {
	margin-bottom: 10px;
}

#wrap #content #sidenavi ul li {
	margin-bottom: 5px;
}

/*----MAINCONTENT area----*/

#wrap #content .main_content {
	float: right;
	margin-right: 15px;
	width: 710px;
	margin-top: 10px;
}

#wrap #content .main_content h2 {
	margin-bottom: 10px;
}

#wrap #content .main_content .new{
	height: 150px;
	overflow: scroll;
	overflow-x: hidden;
	margin-bottom: 30px;
}

#wrap #content .main_content .new tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;

}
#wrap #content .main_content .new .date{
	padding-left: 20px;
	color: #0678A9;
}
#wrap #content .main_content .new table tr .entry {
	padding-left: 20px;
}
#wrap #content .main_content .contact_image {
	margin-top: 10px;
	margin-bottom: 20px;
}
#wrap #content #footer {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#content #footer .left_link {
	width: 750px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #footer .left_link ul {
	clear: both;
}
#content #footer .left_link ul li {
	float: left;
	margin-right: 15px;
}
#wrap #content #footer .right_totop {
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrap #content #footer .copyright {
}
#wrap #content .main_content table {
	margin-bottom: 20px;
}
#wrap #content #works .main_content .text_pict .left p {
	line-height: 25px;
}
