@charset "utf-8";
/* CSS Document */

body	{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-image: url(image/haikei.png);
	background-repeat: repeat;
	margin: 0px;
}
.box1,.box5,.box6{background-color: #6EB7A4;}
.box4{
	background-color: #477BA1;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 80px;
	width: 100%;
	bottom: 0px;
}

.box1,.box5,.box4{
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.borde{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6EB7A4;
	text-align: center;
}
.borde_2{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6EB7A4;
}
.boxA {
	margin-right: 7px;
	margin-left: 7px;
}
.box2	{

}

@media (min-width: 769px) {

.boxA:after	{
	content: "";
	display: block;
	clear: both}

.box1	{
	float: left;
	height: 100px;
	width: 100%;}

.box2	{
	float: left;
	width: 70%;
}

.box3	{
	float: left;
	width: 30%;
}

.box4{
	height: 80px;
	width: 100%;
}
	
.box5	{
	float: left;
	width: 100%;
}

}

	
	
/* コピーライト */
.copyright p	{
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cat{
	float: right;
	margin-right: 10px;
}
/* メニュー（横並び） */
.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{
	display: block;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.menu li a:hover	{
	background-color: #B9DDDB
}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* メニュー（縦並び） */
.sidemenu ul	{margin: 0;
	padding: 0;
	list-style: none}

.sidemenu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.sidemenu li a:hover	{
	background-color: #AED9E3;
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.sidemenu h1		{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6EB7A4;
}
.ccc {text-align: center;
}
.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=60);  
}
