/* CSS Document */
@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border:none;
}

img {
	border:none;
}

body{
	margin: 0px;
	font-family: "helvetica";
	font:12px/1.231 arial,helvetica,clean,sans-serif;
	line-height:1.2em;
	color:#717171;
/*	font-size:small;
	*font:x-small;*/
	background-color: #ffffff;
	background:repeat-x top url(../images/header_bg.gif);
}

h1,h2,h3,h4,h5,h6 {
        font-weight: normal;
		font-size:100%;
}

a{
	color:#2f4ad7;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.font_s{
font-size:0.8em;
}

.back_top{
width:800px;
margin-left:auto;
margin-right:auto;
text-align:right;
}

/*container*/
#container{
width:900px;
margin-left:auto;
margin-right:auto;
}
/*container*/

/*header*/
#header{
width:900px;
height:68px;
position:relative;
background-color:#000000;
}

#header .sony_logo {
	background:url(../images/header_logo.gif) no-repeat top left;
	height: 36px;
	width: 101px;
	position: absolute;
	left: 40px;
	top: 15px;
	text-indent: -9999px;
}

#header .global_btn {
	position: absolute;
	height: 14px;
	width: 88px;
	top: 24px;
	right: 40px;
}
/*header*/


/*contents*/
#contents{
width:900px;
}
/*container*/

#contents h1{
background:url(../images/main_img.jpg) no-repeat top center;
width:900px;
height:217px;
text-indent: -9999px;
}

.box490{
width:820px;
margin-left:auto;
margin-right:auto;
}

.box622{
width:900px;
margin-left:auto;
margin-right:auto;
}

.padding_tb td{
padding-top:3px;
padding-bottom:2px;
}

.area_name{
color:#107fc4;
font-weight:bold;
border-bottom:1px solid #b8d9ec;
padding:4px 0;
text-align:left;
}

#flag_box {
/*line-height:1.0em;*/
padding-top: 8px;
background:url(../images/bg_map.gif) no-repeat top center;
}


#flag_box a{
color:#717171;
text-decoration:none;
}

#flag_box a:hover{
text-decoration:underline;
}


/*footer*/
#footer{
width:820px;
height:35px;
margin-left:auto;
margin-right:auto;
position:relative;
}

#footer .logo_vaio{
	width:130px;
	height:30px;
	position:absolute;
	top: 0px;
	right: 0px;
}

#footer .copy{
	width:200px;
	height:15px;
	position:absolute;
	left: 0px;
	top: 17px;
	color:#717171;
	font-size:0.8em;
}

/*footer*/

/*margin*/
.m_btm5 {
	margin-bottom:5px;
}
.m_btm10 {
	margin-bottom:10px;
}
.m_btm15 {
	margin-bottom:15px;
}
.m_btm20 {
	margin-bottom:20px;
}
.m_btm25 {
	margin-bottom:25px;
}
.m_btm30 {
	margin-bottom: 30px;
}
.m_btm35 {
	margin-bottom: 35px;
}
.m_btm40 {
	margin-bottom: 40px;
}
.m_btm50 {
	margin-bottom: 50px;
}
.m_btm60 {
	margin-bottom: 60px;
}

.m_top5 {
	margin-top:5px;
}
.m_top10 {
	margin-top:10px;
}
.m_top15 {
	margin-top:15px;
}
.m_top20 {
	margin-top:20px;
}
.m_top25 {
	margin-top:25px;
}
.m_top30 {
	margin-top:30px;
}
.m_top35 {
	margin-top:35px;
}
.m_top40 {
	margin-top:40px;
}

.m_left5 {
	margin-left:5px;
}
.m_left10 {
	margin-left:10px;
}
.m_left15 {
	margin-left:15px;
}
.m_left20 {
	margin-left:20px;
}
.m_left25 {
	margin-left:25px;
}
.m_left30 {
	margin-left:30px;
}

.m_right5 {
	margin-right:5px;
}
.m_right10 {
	margin-right:10px;
}
.m_right15 {
	margin-right:15px;
}
.m_right20 {
	margin-right:20px;
}
.m_right25 {
	margin-right:25px;
}
.m_right30 {
	margin-right:30px;
}
/*margin*/

.p_left5{
padding-left:5px

}
.p_right5{
padding-right:5px

}


/*clearfix*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*clearfix*/
