﻿/** デモの画面枠幅（内部）は320px */
#main-container { width: 960px; margin: 0;}
#main-header ul {  line-height: 15px; }
.breadcrumbs {
margin: 10px 10px 10px 0px ;
width: 650px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
height: 25px;
 padding: 10px 5px 0px 5px;

}

input[type="text"].text1 {
    width: 12em;
}
input[type="text"].text2 {
    width: 18em;height:auto;
}

#header-frame {
margin: 0;
width: 381px;
background-image: url("../../images/smart/header_frame.png");
background-repeat: no-repeat;
height: 86px;
}
.side-frame {
margin: 0 ;
background-image: url("../../images/smart/main_frame.png");
width: 381px; 


}
.contents-wrapper {
margin: 0 auto;
width: 320px;
padding-right: 1px;


}
.contents-wrapper2 {
width: 320px;
padding-right: 1px;
}
.footer-side-frame {
	margin: 0 auto;
	position: relative;
	background-image: url("../../images/smart/main_frame.png");
}
#footer-frame {
	margin: 0;
	background-image: url("../../images/smart/footer_frame.png");
	background-repeat: no-repeat;
	height: 108px;
	width: 381px;
}

.link_F {
	height: 100px;
	margin: 0px auto;
	position: relative;
}
.link_F a {
	position: absolute;
	margin: 0 auto;
	text-decoration: underline;
	color: #0044CC;
	font-size: 17pt;
	top: 40px;
	left: 70px;
}

.link_F a:hover {
	cursor: pointer;
}

.body_margin {
	margin: 8px;
}
.link_G {
	margin: 0px auto;
	position: relative;
	text-align: center;
}

.link_G a {
	position:absolute;
	color: #0044CC;
	font-size: 17pt;
	left: 70px;
	font-weight: bold;
}

.link_G a:hover {
	cursor: pointer;
}


