@charset "utf-8";
/* CSS Document */



/* body要素
----------------------------------------------------------- */
body {
	text-align:center;
	background-image:url(../images/back_main_b.jpg);
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#333;
	line-height:170%;
	
}




/* background要素
----------------------------------------------------------- */
div#background {
	width:1030px;
	margin: 0px auto;
	padding:10px 0px 0px 0px;
	background-image:url(../images/back_main_c.png);
	text-align: left;
	overflow:hidden;
	
	
}

/*\*/
 　* html div#background {overflow: visible;}
 /**/



/* content要素
----------------------------------------------------------- */

div#content {
	width:950px;
	margin: 0 40px;

}

div#main_container {
	float:left; 
	background:url(../images/back_side_w.jpg) repeat-y right top;
}



/* header要素
----------------------------------------------------------- */

div#header {
	width::950px;
	height:580px;
	
	
}

.relative	{
	position: relative;
}

div#slide_show {
	width:950px;
	height:550px;
	border:0px;
	margin:0px;
	padding:0px;
	position: absolute;
	top: 30px;
	z-index:1;
}

div#header_title {
	position:absolute;
	top:0px;
	left:30px;
	z-index:2;
}

div#header_comment {
	width:690px;
	position:absolute;
	top:5px;
	left:260px;
	text-align:right;
	z-index:2;
	font-size:12px;
	color:#8b8b8b;
}

/* main要素 
----------------------------------------------------------- */

div#main {
	width:680px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;

}

div#main div.menu {
	width:680px;
	height:430px;
	margin:20px 0 0 0;
	padding:0px;
}

div#main div.menu ul {
	margin:0px;
	padding:0px;
}

div#main div.menu ul li{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}

div#main div.menu img {
	border:0px;
	margin:0px;
	padding:0px;
}

div#main_content {
	width:680px;
	clear:both;
	padding:0px;
	margin:0px;
}

.title_bn {
	padding:0px;
	margin:20px 0;
}

.main_coment {
	margin:0px 20px;

}

div.photo {
	width:640px;
	height:410px;
	background-color:#FFF;
	margin:30px 0px;
	box-shadow: -2px 2px 10px #5c5c5c; /*CSS3*/
	-moz-box-shadow: -2px 2px 10px #5c5c5c; /* Firefox用*/
	-webkit-box-shadow: -2px 2px 10px #5c5c5c; /* Google Chrome, Safari用*/
}

div.photo img{
	border: 0px;
	margin:20px;
}

.sairei {
	margin:20px 10px 20px 10px;
}

.photo a {
	outline:none;
}



/*      chaco_pro要素 
        ----------------------------------------------------------- */
		
		div#chaco_pro {
			width:640px;
			margin:0px 20px;
			clear:both;
			
		}
		
		
		div#chaco_pro_left{
			width:230px;
			height:170px;
			margin:0px;
			padding:0px;
			float:left;
			
		}
		
		
		
		div#chaco_pro_right{
			width:390px;
			margin:0 0 0 20px;
			float:left;
			
		}
		



/* side要素 
----------------------------------------------------------- */

div#side {
	width:250px;
	float:left;
	margin-left:20px;
	
	
}

div#side_content {
	width:230px;
	margin:0px 10px;
}

div#side_content img {
	margin:20px 0px;
}

div.side_text_back {
	width:230;
	margin:0px;
	padding:0px;
	background-image:url(../images/back_side_top.jpg);
}

div.side_text {
	padding:10px;
}

/* footer要素 
----------------------------------------------------------- */

div#footer {
	clear:both;
	width:100%;
	height:350px;
	background-color:#000;
	
	
}

div#footer_main {
	width:950px;
	margin:0px auto;
	padding:0px;

}

div#footer_main div.menu {
	width:950px;
	height:320px;
	margin:0px;
	padding:0px;
}

div#footer_main div.menu ul {
	margin:0px;
	padding:0px;
}

div#footer_main div.menu ul li{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}

div#footer_main div.menu img {
	border:0px;
	margin:0px;
	padding:0px;
}

div#footer_line {
	width:100%;
	height:30px;
	background-image:url(../images/footer_gray_01.jpg);
	margin:0px;
	padding:0px;
}



/* left_navi要素 
----------------------------------------------------------- */

div#left_navi {
	width:60px;
	height:190px;
	position:fixed;
	right:0px;
	top:20px;
	
	
}



div.left_navi_menu ul {
	margin:0px;
	padding:0px;
}

div.left_navi_menu ul li{
	list-style:none;
	margin:0px;
	padding:0px;
}

div.left_navi_menu img {
	border:0px;
	margin:0px;
	padding:0px;
}




/* オンマウスで徐々に半透明ボタンの要素 
----------------------------------------------------------- */


div.transparent img {
	border:0px;
}

div.transparent a {
	outline:none;
}


/*               レフトナビ要素
                 ----------------------------------------------------------- */



div.transparent span#navi_01 a {
	display: block;
	width: 60px;
	height: 31px;
	background: url(../images/navi_01_on.jpg) no-repeat 0 0;
}


#navi_02 a {
	display: block;
	width: 60px;
	height: 25px;
	background: url(../images/navi_02_on.jpg) no-repeat 0 0;
}


div.transparent span#navi_03 a {
	display: block;
	width: 60px;
	height: 26px;
	background: url(../images/navi_03_on.jpg) no-repeat 0 0;
}


div.transparent span#navi_04 a {
	display: block;
	width: 60px;
	height: 26px;
	background: url(../images/navi_04_on.jpg) no-repeat 0 0;
}


div.transparent span#navi_05 a {
	display: block;
	width: 60px;
	height: 26px;
	background: url(../images/navi_05_on.jpg) no-repeat 0 0;
}


div.transparent span#navi_06 a {
	display: block;
	width: 60px;
	height: 25px;
	background: url(../images/navi_06_on.jpg) no-repeat 0 0;
}


div.transparent span#navi_07 a {
	display: block;
	width: 60px;
	height: 31px;
	background: url(../images/navi_07_on.jpg) no-repeat 0 0;
}






/*               メインメニュー要素
                 ----------------------------------------------------------- */

				 
div.transparent span#menu_bt01 a {
	display: block;
	width: 101px;
	height: 430px;
	background: url(../images/menu_bt01_on.jpg) no-repeat 0 0;
}


div.transparent span#menu_bt02 a {
	display: block;
	width: 82px;
	height: 430px;
	background: url(../images/menu_bt02_on.jpg) no-repeat 0 0;
}


div.transparent span#menu_bt03 a {
	display: block;
	width: 74px;
	height: 430px;
	background: url(../images/menu_bt03_on.jpg) no-repeat 0 0;
}


div.transparent span#menu_bt04 a {
	display: block;
	width: 71px;
	height: 430px;
	background: url(../images/menu_bt04_on.jpg) no-repeat 0 0;
}


div.transparent span#menu_bt05 a {
	display: block;
	width: 71px;
	height: 430px;
	background: url(../images/menu_bt05_on.jpg) no-repeat 0 0;
}


div.transparent span#menu_bt06 a {
	display: block;
	width: 281px;
	height: 430px;
	background: url(../images/menu_bt06_on.jpg) no-repeat 0 0;
}





/*               フッター要素
                 ----------------------------------------------------------- */


div.transparent span#footer_01 a {
	display: block;
	width: 50px;
	height: 320px;
	background: url(../images/footer_01_on.jpg) no-repeat 0 0;
}

div.transparent span#footer_02 a {
	display: block;
	width: 50px;
	height: 320px;
	background: url(../images/footer_02_on.jpg) no-repeat 0 0;
}

div.transparent span#footer_03 a {
	display: block;
	width: 50px;
	height: 320px;
	background: url(../images/footer_03_on.jpg) no-repeat 0 0;
}

div.transparent span#footer_04 a {
	display: block;
	width: 50px;
	height: 320px;
	background: url(../images/footer_04_on.jpg) no-repeat 0 0;
}

div.transparent span#footer_05 a {
	display: block;
	width: 50px;
	height: 320px;
	background: url(../images/footer_05_on.jpg) no-repeat 0 0;
}

div.transparent span#footer_06 a {
	display: block;
	width: 70px;
	height: 320px;
	background: url(../images/footer_06_on.jpg) no-repeat 0 0;
}





/* お問い合わせフォーム要素 
----------------------------------------------------------- */

#contents{
	width:680px;
	margin:200px 0px 100px 20px;
	color:#666;
	font-size:90%;
	clear:both;
}
table{
	border-collapse:collapse;
}
td{
	border:1px solid #ccc;
	padding:5px;
	font-size:90%;
	color:#666;
}
td.l_Cel{
	width:150px;
}



/* テキストリンク要素 
----------------------------------------------------------- */

a:link {
color:#0033cc;
}

a:visited {
color:#0033cc;
}

a:active {
color:#0033cc;
}

a:hover {
text-decoration:none;
color:#bababa;
}

