@charset "utf-8";

/*=========================================================
	[ layout.css ]
	date - creation:2012-06-18 // update:2012-06-19
=========================================================*/

/*=========================================================
	index
		1. Page format
		2. header
		3. contents
		4. footer
=========================================================*/

/* 1. Page format
=========================================================*/

body{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
}
#wrapper{
	margin:0 auto;	
	padding: 0;
	text-align:center;
	background: url(/common2/images/for_body_bkg.jpg) repeat-x;
	background-color:#E2E7EB;
}


/* 2. header
=========================================================*/
#scrollPlace{
	margin:0 auto;
	padding: 0;			
	/*position:fixed;*/
	background:url(/common2/images/for_scroll_bk.jpg) repeat-x;
	width:100%;
	height:88px;
}
#header{
	margin:0 auto;
	padding: 0;
	background:url(/common2/images/for_header_bk.jpg) no-repeat top;
	width:900px;	
	height:88px;
}
/* header logo */
#header h1{
	float:left;
	margin-left:1px;
	margin-top:25px;
	width:143px;
}
#header h1 a, #header h1 a:visited {
 outline:none;
}
#header p{
	display:none;
}

#header ul{
	float:right;}

#header ul li{
	line-height:0;
	float:left;
}

#headerLnk {
	margin-top:10px;
	}
#headerLnk a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}
#headerLnk li{
	margin:3px 0;
	display:inline;
	padding:2px 6px;
	border-left:1px solid #FFF;
	border-right:1px solid #62ACD6;

}
#headerLnk li.Fst{
	padding-left:0;
	border-left:none;

}
#headerLnk li.englishBn{
	margin:0;
	padding:0;
	border:none;
	text-indent:-9999px;
}

#headerLnk li.japaneseBn{
	margin:0;
	padding:0;
	border:none;
	text-indent:-9999px;
}

#headerLnk li.sitemapBn{
border-right:none;
}

#headerLnk li.englishBn a {
    background: url("/common2/images/for_english.gif") no-repeat scroll center top transparent;
    border:none;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 60px;
}


#headerLnk li.englishBn a:hover{
	background:url(/common2/images/for_english_hover.gif) no-repeat top;
	height:20px;
	width:60px;
}

#headerLnk li.japaneseBn a {
    background: url("/common2/images/for_japanese.gif") no-repeat scroll center top transparent;
    border:none;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 60px;
}
#headerLnk li.japaneseBn a:hover{
	background:url(/common2/images/for_japanese_hover.gif) no-repeat top;
	height:20px;
	width:60px;
}


#headerInner{
	width:450px;
	float:right;}
#headerBox{
	width:900px;}
	
#scrollPlace{
	/*position:fixed;*/
	background:url(../../common2/images/for_scroll_bk.jpg) repeat-x;
	height: 88px;}

/*     form   
=========================================================*/
#wrapperForm{
	text-align:center;
	background: url(/common2/images/for_form_wrapper_bkimg.jpg) repeat-x;
	background-color:#E7EBEE;
}


#wrapperForm #header{
	width:900px;
	margin:0 auto;
	text-align:left;
	background:url(/common2/images/for_form_header.jpg) no-repeat top!important;
	height:90px;
}

#wrapperForm #header h1{
	float:left;
	margin-left:1px;
	margin-top:25px;
	width:234px;
	height:44px;
}
#wrapperForm #header h1 a, #header h1 a:visited {
 outline:none;
}

#wrapperForm #containerinner{
	margin-top:20px;}
	
#wrapperForm  #content{
	border:none;
	}

/* 3. contents
=========================================================*/
/* containar */
#container{
	background-color:#FFF;
	width:900px;
	margin:0 auto;
	text-align:left;
	z-index:1;
	box-align:stretch;
}

#containerinner{
	border: #CCCCCC 2px solid;}

/* 2column */
#content{/* max-width:670px */
	float: right;
	width: 675px;
	padding: 20px;
	border-left: 1px solid #CCCCCC;
	background: #ffffff;
	font-size: 13px;
	padding-bottom:60px;
}
#side{
	float: left;
	width: 180px;
}
#side a{ color:#333333;}
#side a:hover{ color:#57809B;
text-decoration:underline;}

#side h2{
	background:url(/common2/images/for_side_bkg.jpg) no-repeat top left;
	padding:17px 10px 15px 10px;
	font-weight:bold;
	font-size:15px;
	border-bottom:#CCC solid 1px;}
	
#side ul li{
	font-size:13px;
	list-style:none;}	
		
#side ul li a{
	display:block;
	padding:12px 12px 12px 24px;
	background:url(/common2/images/for_side_link.gif) no-repeat 10px 14px;
	border-bottom: solid 1px #CCCCCC;
	outline: none;}

#side ul li a, #side ul li a:link, #side ul li a:visited {
 outline:none;
}
#side ul li a:hover{
	background-color:#EEEEEE;}

/* 1column */
.column1 #content{
	float:none;
	width:856px;
	margin:0 auto;
	text-align:left;
	border-left:none;
}


/* 4. footer
=========================================================*/
#footer{
	clear:both;
	padding:20px 0;
	text-align:left;
	position:relative;
	font-size:10px;
}
#footer a{
	color:#666666;}

#footer a:hover{
	color:#57809B;
	text-decoration:underline;}

#footerInner01{
	width:900px;
	margin:0 auto;
	padding-bottom:50px;
	border-bottom:#FFF solid 1px;
}

#footerInner02{
	font-size:12px;
	color:#666666;
	width:900px;
	margin:0 auto;
	padding-bottom:50px;
	padding-top:15px;
	border-top:#A2A2A2 solid 1px;
}

#footerInner01 .innerBox{
	float:left;
	width:160px;
	margin-right:20px;
	font-size:12px;}

#footerInner01 .innerBox h2{
	font-weight:bold;
	margin-bottom:.5em;}
	
#footerInner01 .innerBox ul {
	background:none!important;

}

#footerInner01 .innerBox ul li{
	list-style:none;
	background:url(/common2/images/for_ul_mk3.gif) .1em .5em no-repeat;
	background-color:none;
	padding-left:13px;
	line-height:1.4;}
	

#footerInner02 #flogo{
	text-align:right;
	float:right;
	width:330px;
}

/* 5. searchbar
=========================================================*/
#search-box{
	float:right;
	margin-top:15px;
	width:250px;
}

#ycs-box{
	float:right;
	width:250px;
}

#cse-search-box {
    width: 250px !important;
}

#cse-search-box div {
    padding: 0 !important;
}

#cse-search-box input[type="text"] {
	line-height:1;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #0077B0;
    font-size: 12px;
    padding:4px!important;
    position: absolute;
    vertical-align: middle;
    width: 240px;
}

#cse-search-box input[type="submit"] {
    background: url("/common2/images/icon_search.gif") no-repeat scroll 50% 50% #F9F9F9;
    border: 0 none;
    color: #FFFFFF;
    display: inline;
    height: 15px;
    margin: 6px 0 0 230px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 14px;
}


.fixed{
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
}

/*btn_more*/
#btn_more{
    /*background: transparent url("../../common2/images/for_top_side_h2_sp.jpg") no-repeat scroll 0% 0%;*/
    margin-top: 10px;
	padding-top: 8px !important;
    text-align: center;
    color: white;
    font-weight: bold;
}
#btn_more img{
    width:18px;
}
.active #for_btn_arrow_bottom {
    display: none;
}
.active #for_btn_arrow_top {
    display: block;
	margin: 0 auto;
}
#for_btn_arrow_top {
    display: none;
}

/*responsive*/
#headerBox h1 img#logo_sp{
	display:none;
}
#headerBox #sidr_btn{
	display:none;
}
#side_sp {
    display:none;
}
#footerInner02 #flogo_sp{
	display:none;
}