@charset "utf-8";



/* ----------------------------------------------------
 # 共通 # header-isomark
------------------------------------------------------- */


body {
	width:100%;
	margin: 0;
	
}



#jump {
	width: 800px;
	height: auto;
	margin: 20px auto;
	font-size:14px;
	overflow: hidden;	

}


#jump p {
	float: left;
	margin:5px 5px;
		
}


#jump-e {
	width: 950px;
	height: auto;
	margin: 20px auto;
	font-size:14px;
	overflow: hidden;	

}


#jump-e p {
	float: left;
	margin:5px 5px;
		
}


#wrap{
	width:835px;
	height:auto;
	overflow:hidden;
	
}


.to-top {
	text-align:right;
	width:800px;
	height:auto;
	font-size:16px;	
}


.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}




div#header-wrap {
	width: 850px;
	height :auto;
	overflow:hidden;
	
	
}

#header-left {
	width:300px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}



#lang {
	float:left;
	width:100%;
	height:auto;
}

#lang p {
	float:left;
	overflow:hidden;
	padding:0 15px;
}



#header-center {
	width:230px;
	height:auto;
	float:left;
	font-size:12px;
	overflow:hidden;
	text-align:center;
	padding:0 5px;
	
}

div#header-right {
	width:300px;
	height:auto;
	float: left;
	
}


#header-wrap img {
	float: left;
	padding: 0;
	border-style: none;

}

#header-wrap a {
	border: 0;
}



/* ----------------------------------------------------
 # 共通 # 
------------------------------------------------------- */







.c-in {
	width:200px;
	height:auto; 
	margin: 5px;
	float: left;
	text-align:center;
	
	
}

.cm-in {
	width:200px;
	height:auto; 
	margin: 5px;
	float: left;
	text-align:center;
	
	
}






/* トップ */







/* ----------------------------------------------------
 # 共通 # フッター
------------------------------------------------------- */


#footer-wrap {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	background-color:#555555;
    
}


#footer-wrap-in {
	width:850px;
	margin: 40px auto;
	padding: 5px;
	overflow: hidden;
}


.sitemap {
	width:160px; 
	text-align:left;
	float: left;
	list-style-type:none;
}


.sitemap p{
	font-size:16px;
	font-style:normal;
	color:#FFF;
}


.sitemap li{
	font-size:12px;
	color:#FFF;
}



#f-logo {
	float: left;
	width:100%;
	
	
}
	
#f-logo p{
	text-align: center;
	color:#FFF;
	
}

a.white:link {
text-decoration : underline; 
color : #ffffff; 
}
a.white:visited {
text-decoration : underline; 
color : #ffffff; 
}
a.white:active {
text-decoration : underline; 
color : #ffffff; 
}
a.white:hover {
text-decoration : underline; 
color : #ffffff; 
}

