img {
	margin:2px;
    opacity: 1; /* Change this to .5 for 50% opacity */
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
	 border-radius: 5px;
}
img:hover {
    opacity: .7;
	 border-radius: 5px;
}


#wrapper {
	width:980px;
	margin:auto;
	padding:10px;
	background-color:#FFFFFF;
}

#header  {
	width:960px;
	margin:auto;
}
#navi  {
	width:960px;
	margin:auto;
	padding-bottom:10px;
}

#main_visual  {
	width:960px;
	margin:auto;
}

#colum1 {
	width:440px;
	margin:auto;
	height:250px;
	padding:10px;
	float:left;
	border-radius: 10px;
	background-color:#ddd;
}
#colum2 {
	width:440px;
	margin-left:25px;
	height:250px;
	padding:10px;
	float:left;
	border-radius: 15px;
	background-color:#ddd;
}

#colum4 {
	width:440px;
	margin:15px auto;
	height:310px;
	padding:10px;
	float:left;
	border-radius: 10px;
	background-color:#ddd;
}
#colum5 {
	width:440px;
	margin:15px 0 auto 25px;
	height:310px;
	padding:10px;
	float:left;
	border-radius: 10px;
	background-color:#ddd;
}

#footer_top  {
	width:920px;
	height:170px;
	padding:20px;
	margin:auto;
	background-color:#333333;
	clear:both;
}
#footer_top img {
	margin-right:15px;
}

#footer  {
	width:960px;
	margin:auto;
	clear:both;
}


.title {
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	color:#666;
}
.title2 {
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	color:#5592cc;
}
.title3 {
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#666;
}

.content {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:#666;
}
a.content:link{
	color:#000;
	text-decoration:none
}
a.content:hover, a.content:active{
	color:#577A82
}


.content_right{
	font-size:12px;
	color:#666;
	font-family: 'Oswald', sans-serif;
	text-align:right;
	padding-top:10px;
	text-decoration:none
}
a.content_right:link{
	font-size:12px;
	color:#666;
	text-decoration:none
}
a.content_right:hover, a.content_right:active{
	font-size:12px;
	color:#888
}
.content_footer {
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	color:#fff;
}
.content_footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
}
.content_footer3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}
