@charset "UTF-8";

body {
	background-color: #fff;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	height: auto;
	color: #333333;
}


/****************************************
stracture
****************************************/

#pop-content {
	width: 935px;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	overflow: hidden; 
}


div#pop-column1 {
	top: 50px;
	width: 175px;
	float:left;
}

div#pop-column2 { 
	width: 745px;
	float:right;
	overflow: hidden;
}

#copyright {	
	clear:both;
	float:right;
	margin-top:30px;
	
}

/****************************************
text
****************************************/


h1 { 
	font-size: 13px; 
	line-height: 15px; 
	font-weight: bold;
	color:#333;
}

h2 { 
	font-size: 13px; 
	line-height: 15px; 
	font-weight: bold;
	color:#333333;
	-webkit-text-size-adjust: none; 
}

.postheadinggrey {
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	font-weight: normal;
}

backtoIndex{
	position:fixed;
}


/****************************************
links
****************************************/
a:link {
	color: #FF0DEE; 
	text-decoration: none; 
}

a:visited {
	color: #FF0DEE; 
	text-decoration: none; 
}

a:hover {
	color: #333;
	text-decoration: none;
}


a:active{
	color: #333;
	text-decoration: none;
}

/****************************************
line
****************************************/

hr.style1 {
	border-width: 2.5px;
	border-style: solid;
	border-color: #333;
}

hr.style2 {
	border-width: 1px;
	border-style: solid;
	border-color: #333;
}


/****************************************
pop-column1の中
****************************************/
#posttitle { 
	padding:0px;
	overflow:hidden;
}


ul.postinfo{
	margin:0;
	padding:0;
	width:175px;
	list-style:none;
	color:#09F;
   /* border:1px solid #9CF;*/
}

ul.postinfo li{
 	padding:5px 5px 5px 5px;
}
ul.postinfo li+li{
 border-top:1px dashed #9CF;
}


p.textJapan{
	margin-top:30px;
	color: #333;
	
}

p.textEnglish{
	margin-bottom:60px;
	color:  #73919B;
	
}

/****************************************
pop-column2の中
****************************************/
.postimageline {
	float: none;
	clear: both;
	display: block 
}






