html{  overflow-y: scroll;}
body{
	background-color:#fff;
	background:url("../images/bg_02.png") ;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	line-height: 1.7;
	}
section{position:relative;}

.bold{
	font-weight: bold;
}
/*■header----------------*/
#header{
	width:100%;
	min-width:1000px;
	height:69px;
	background-color:#fff;
}
/*■nav----------------*/
#nav{
	width:1000px;
	margin:0 auto;
}
#nav ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
}
#nav ul li{
	margin: 0; 
	padding: 0; 
	display: inline;
	float: left;  
}
#nav a{
	margin: 0; 
	padding: 0; 
	width:143px;
	height:69px;
	/*border:1px solid #222;*/
	display: block; 
}
#nav #brand_logo a{
	width:142px;
	height:69px;
}

a.navi_icon{
display:block;
width:143px;
height:69px;
text-indent:-9999px;
}

a.navi_product{
background-image:url(../images/navi_02_products.jpg);
}
.navi_product:hover{
background-position:left bottom;
}

a.navi_support{
background-image:url(../images/navi_03_support.jpg);
}
.navi_support:hover{
background-position:left bottom;
}

a.navi_store{
background-image:url(../images/navi_04_store.jpg);
}
.navi_store:hover{
background-position:left bottom;
}

a.navi_info{
background-image:url(../images/navi_05_info.jpg);
}
.navi_info:hover{
background-position:left bottom;
}

a.navi_blog{
background-image:url(../images/navi_06_blog.jpg);
}
.navi_blog:hover{
background-position:left bottom;
}

a.navi_pulltop{
background-image:url(../images/navi_07_pulltop.jpg);
}
.navi_pulltop:hover{
background-position:left bottom;
}

/*■main container----------------*/
#container{
	overflow:hidden;
	width:1000px;
	margin:20px auto 0 auto;
	padding:20px 20px 0 20px ;
	background-color:#fff;
	
	border-top-left-radius: 10px; /* CSS3 */
	border-top-right-radius: 10px; /* CSS3 */
	-webkit-border-top-left-radius: 10px; /* Safari,Google Chrome用 */
	-webkit-border-top-right-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-top-left-radius: 10px; /* Firefox用 */
	-moz-border-top-right-radius: 10px; /* Firefox用 */
}

#container .row .ban{
	overflow:hidden;
	padding:0;
	/*background:#777;*/
	min-height:128px;
	/*border:1px solid #444;*/
	font-size:1px;
	line-height:0;
	/*↑本番はコメントアウトを外して背景色指定も無くして下さい*/
}

/*バナー画像用角丸指定*/
#container .row .ban>a>img{
	border-radius: 10px; /* CSS3 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	border:1px solid #ccc;
}

#container div .round_box{
	border-radius: 10px; /* CSS3 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	border:1px solid #ccc;
	padding:0.5em;
}

#container .row .ban_big{
	min-height:170px;
}

#container h1{
	font-size:1.5em;
}

#container .row .ban_c78{
	min-height:40px;
	text-align: center;
}
#container .row .ban_c78>a>img{
	border-radius: 10px; /* CSS3 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	border:1px solid #ccc;
}

/*■見出し----------------*/
h2 {
	font-size: 1.5em;
	line-height: 2.0em;
	font-weight: bold;
	color: #385572;	
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	background-color:#e2eaf1;
	padding:0 0 0 5px;
}
h4 {
	width:85%;
	background-color:#eaf8dc;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}
h5 {
	padding-left:2em;
}

/*■main_image----------------*/
#main_image{
	overflow:hidden;
	width:1000px;
	height:490px;
	margin:0 auto 0 auto;
	padding:0;
	
	border-top-left-radius: 0px; /* CSS3 */
	border-top-right-radius: 0px; /* CSS3 */
	-webkit-border-top-left-radius: 0px; /* Safari,Google Chrome用 */
	-webkit-border-top-right-radius: 0px; /* Safari,Google Chrome用 */
	-moz-border-top-left-radius: 0px; /* Firefox用 */
	-moz-border-top-right-radius: 0px; /* Firefox用 */	
}
#main_image2{
	overflow:visible;
	width:1000px;
	height:516px;
	margin:0 auto 0 auto;
	padding:0;
}
.flex-control-nav a {
	position: absolute;
	margin: -5px 0 0 0;
  /*text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;*/
}

.poji_center{
	text-align: center;
}

/*■home----------------*/
#home{ margin-top:20px; }

/*■個別ページid----------------*/
#info{ margin-top:40px; }
#support{ margin-top:40px; }
#products{ margin-top:40px; }
#campaign{ margin-top:40px; }

/*■footer----------------*/
#footer{
	width:100%;
	min-width:1000px;
	height:65px;
	background-color:#fff;
	background:url("../images/bg_01.png") ;
}
#footer #footer_box{
	width:1000px;
	margin:0 auto;
	height:65px;
}

#footer #rogo1{
	position:absolute;
	margin:14px auto 0 22px;
}

#footer #rogo2{
	position:absolute;
	margin:14px auto 0 105px;
}

#foot_nav{
	position:absolute;
	margin:12px auto 0 210px;
}

#foot_nav ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#foot_nav ul li{
	margin: 0; 
	padding: 0; 
	display: inline;
	float: left;  
}

#foot_nav a{
	margin: 0 20px 0 auto;
	padding: 0; 
	display: block;
	color: #FFFFFF;
}

#foot_nav a:link{
	text-decoration : none;
}
#foot_nav a:active{
	text-decoration : none;
}
#foot_nav a:visited{
	text-decoration : none;
}
#foot_nav a:hover{
	text-decoration : none;
	position:relative;
	top:1px;
	left:1px;
}

#footer a{
	color: #FFFFFF;
}
#footer a:link{
	text-decoration : none;
}
#footer a:hover{
	text-decoration : none;
	position:relative;
	top:1px;
	left:1px;
}
#foot_copy{
	position:absolute;
	margin:35px auto 0 210px;
	color: #FFFFFF;
}

.add_containts{
	width:200px;
	height:100px;
	position:absolute;
	top:-300px;
	left:200px;
	background:#555;

}

/*■リストタグ----------------*/
#container ul{
padding-left:2em;
}
#container li{
list-style-type:disc;
}

/*■画像オンマウスで透過----------------*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*■更新履歴----------------*/
#container .n_text{
	font-size: 0.9em;
	line-height: 1.5;
}
#container #new{
	width:450px;/*横2コマ、縦小1コマ*/
	height:91px;
	text-align:left;
	overflow: auto;
}
#container #new2{
	width:210px;/*横1コマ、縦小1コマ*/
	height:91px;
	text-align:left;
	overflow: auto;
}
#container #new3{
	width:450px;/*横2コマ、縦大1*/
	height:182px;
	text-align:left;
	overflow: auto;
}
#container #new4{
	width:450px;/*横2コマ、縦大2*/
	height:420px;
	text-align:left;
	overflow: auto;
}
#container #new5{
	width:450px;/*ミライカノジョ*/
	height:228px;
	text-align:left;
	overflow: auto;
}

/*■休業のお知らせBOX----------------*/
#container div .round_box2{
	border-radius: 10px; /* CSS3 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	border:1px solid #ccc;
	padding:0.5em;
	text-align: center;
}
#container .row .space01{
	overflow:hidden;
	padding:0;
	background:#fff;
	min-height:1px;
}
h6 {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
h7 {
	text-align: center;
	font-weight: bold;
	color: #ff0000;	
}

/*■campaign----------------*/
#campaign .twitter01 {
	margin:20px 0 0 14px;/*[上][右][下][左]*/
}
#campaign .twitter02 {
	margin:0 0 0 14px;
}
#campaign .twitter03 {
	text-align: center;
	margin:20px 0;
}