@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}
body{
	background-image:url(../images/bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	}
#body2{
	width:100%;
	height:100%;
	background-image:url(../images/bgbottom.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	}

h1{
	display:block;
	width:100%;
	background-image:url(../images/h1.png);
	height:27px;
	font-size:12px;
	font-weight:lighter;
	padding-top:7px;
	color:#FFFFFF;
	background-repeat:repeat-x;
	}
#header{
	width:1040px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
	}
#logo{
	width:400px;
	height:100px;
	margin-top:25px;
	margin-bottom:25px;
	padding-top:20px;
	float:left;
	}
#contact{
	width:550px;
	padding-left:30px;
	float:right;
	background-image:url(../images/contact.png);
	background-position:right;
	background-repeat:no-repeat;
	height:120px;
	margin-top:25px;
	margin-bottom:25px;
	}
h2{
	display:block;
	width:310px;
	font-size:12px;
	font-weight:lighter;
	padding-top:85px;
	color:#cc0000;
	float:left;

	}
#contactbutton{
	width:240px;
	height:82px;
	background-image:url(../images/contactbutton.png);
	background-repeat:no-repeat;
	background-position:left;
	float:right;
	margin-top:20px;
	}
#contactbutton a{
	display:block;
	width:230px;
	height:82px;
	text-indent:-9999px;
	}
#contactbutton a:hover{
	background-image:url(../images/contactbutton2.png);
	background-repeat:no-repeat;
	}
/*contena Start*/	
#ctop{
	width:100%;
	background-image:url(../images/contenatop.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:64px	;}
			
#ccenter{
	background-image:url(../images/contena_m.png);
	background-position:center;
	background-repeat:repeat-y;
	width:100%;
	}

#cbottom{
	width:100%;
	background-image:url(../images/contenabottom.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:55px;
	}	
#contena{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding-top:20px;
	}	
#mcont{
	width:780px;
	float:left;
	}	
#menu{	
	width:170px;
	float:right;
	padding-left:25px;
	height:1000px;/*mcontにあわせてheightを指定しないとメニューバーが移動しません。*/
	}
#menu a{
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	}
#menu a:hover{
	font-weight:bold;
	color:#777777;
	text-decoration:none;
	}
/*以下メニューリスト*/
#menu ul{
	font-size:14px;
	width:165px;
	}

#menu ul li{
	padding-top:10px;
	width:145px;
	display:block;
	padding-bottom:10px;
	border-bottom:1px #cccccc solid;
	background:url(../images/liststyle.gif);
	background-repeat:no-repeat;
	background-position:left;
	list-style-type:none;
	padding-left:20px;
	}
#sideBar {
	height: 320px;
	position: relative;
	color: #444444;
	
}#sideBar  img{
	margin-top:15px;
	
}





.katsu {
text-align:center;
}

.katsu2 {
width:750px;
padding-top:20px;
padding-left:30px;
text-align:left;
width:100%;
line-height:130%;
}

.hidari60 {
padding-left:60px;
padding-right:60px;
}

.hidari10 {
padding-left:10px;
padding-right:10px;
}



.katsu3 {
width:1000px;
}

h3{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#cc0000;
	}


.tapos1 {
padding-left:20px;
padding-right:20px;
line-height:150%;
}

.katsu4 {
text-align:center;
}


.katsu5 {
padding-bottom:10px;
}

a{text-decoration:none}
.katsu5 a:link    {color:#ff6600;}
.katsu5 a:active  {color:#ff6600;}
.katsu5 a:visited {color:#ff6600;}
.katsu5 a:hover   {color:#ff3300; text-decoration: underline}





.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}	/*以下メニューリストここまで*/
	
#topimage{
}	

#slidshow{
	width:780px;
	margin:20px 0;
	}	
#review{
	width:780px;
	margin:20px 0;
	}
#review table{
	width:770px;
	border:none;
	border-spacing:0px;
	font-size:12px;
	}
#review table td{
	vertical-align:top;
	padding-bottom:15px;
	padding-top:15px;
	}	
#review table p{
	padding:10px;
	line-height:1.5em;
	}
.tabletop{
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	}
.tabletopr{
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	border-left:#ccc solid 1px;
	}
.tablebottom{
	border-left:#ccc solid 1px;
	}
.tablebottomr{
	border-right:#ccc solid 1px;
	border-left:#ccc solid 1px;
	}
#blog{
	background-color:#efefef;
	border:1px #CCCCCC solid;
	width:760px;
	height:430px;
	padding:10px;
	margin-top:20px;
	padding-bottom:20px;
	}		
/*contena End*/		



/*footer Start*/	
#pagetop{
	position:fixed;
	bottom:0px;
	right:0px;
	height:28px;
	width:29px;
	background-image:url(../images/pagetop1.png);
	background-repeat:no-repeat;
	}
#pagetop a{
	display:block;
	text-indent:-9999px;
	width:100%;
	height:100%;
	}
#pagetop a:hover{
	background-image:url(../images/pagetop2.png);
	background-repeat:no-repeat;
	}
#footer{
	width:100%;
	background-color:#534741;
	padding-top:50px;
	padding-bottom:50px;
	color:#FFFFFF;
	text-align:center;
	}

#footer a{
color:#FFFFFF;
}
/*footer End*/

/*装飾*/
.style1 {font-size: 70%}
.style2{
	padding:10px;
	}

