@charset "UTF-8";
/* CSS Document */
body {
	background-color:#444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	}

a			{ text-decoration: none; }
a:link		{ color: #000; }
a:visited	{ color: #000; }
a:hover		{ color: #90C; }
a:active	{ color: #000; }

#wrap {
	width:910px;
	margin:0px auto;
	padding:35px;
	background:#FFF;
	}
	
	
/*----------------------------------------------
	hedder
------------------------------------------------*/
#header {
	padding:0px;
	margin-bottom:3px;
	border-bottom:1px #000 solid;
	}
#header #logo_small {
	display:block;
	width:100px;
	height:25px;
	float:left;
	}
#header #link_button {
	width:500px;
	float:right;
	text-align:right;
}
#header #link_button a {
	margin-left:15px;
	font-size: 11px;
	}
	
	
/*----------------------------------------------
	title
------------------------------------------------*/	
#title {
	padding:25px 0px 15px;
	border-top:3px #000 solid;
	}
#title h1 {
	font-size: 26px;
	padding-bottom: 5px;
	}
#title ul {
	border-left:3px solid #000;
	margin-top:15px;
	padding:0px 0px 0px 10px;
	}
#title li {
	font-size: 12px;
	line-height: 20px;
	}
	

/*----------------------------------------------
	content
------------------------------------------------*/	
#content {
	}
#content > div {
	border-top:0px #ccc solid;
	padding:10px 10px 0px;
	background-color: #e6e6e6;
	margin:0px 0px;
	}
#content h2 {
	font-size: 17px;
	padding:5px 0px 0px 10px;
	}
#content span {
	font-size:12px;
	}
#content li {
	display:block;
	float:left;
	width:202px;
	position:relative;
	margin:0px 10px 50px 10px;
	}
#content li img {
	width:100%;
	}
	
#content li:nth-child(3n+1) {
	clear:both;
	}
	
	
#content li .photo {
	height:170px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	}
	
#content #fb01 .photo {
	background-image:url(../img/south2west8/15_ss.jpg);
	}
	
#content #fb02 .photo {
	background-image:url(../img/south2west8/15_fw.jpg);
	}
	
#content #fb03 .photo {
	background-image:url(../img/south2west8/16_ss.jpg);
	}
	
#content #fb04 .photo {
	background-image:url(../img/south2west8/16_fw.jpg);
	}
	
#content #fb05 .photo {
	background-image:url(../img/south2west8/17_ss.jpg);
	}
	
#content #IMAGE_BOOK li:not(.foo) {
	float:left;
	width:286px;
	margin:0px 5px 20px 5px;
	}
#content li .tumb_title {
	font-size: 14px;
	font-weight:bold;
	line-height:180%;
	}

	
#content li .tumb_title span {
	display:block;
	font-size: 12px;
	line-height:100%;
	}
	
#content li p {
	display:block;
	font-size: 11px;
	line-height:150%;
	padding:10px 0 5px;
	}
		
#content #LIFE_STYLE li {
	float:left;
	width:286px;
	margin:0px 5px 20px 5px;
	padding-bottom:30px;
	}
#content #FEATURE li {
	float:left;
	width:286px;
	margin:0px 5px 20px 5px;
	}
	
#content #REMIX li {
	float:left;
	width:286px;
	margin:0px 5px 20px 5px;
	}
	
#content h1 {
	width:100%;
	font-size:10px;
	text-align:left;
	padding:0px;
	color:#999;
	font-weight:normal;
	position:absolute;
	bottom:3px;
	}
	
#content h1 .bilingual {	
	position:absolute;
	width:68px;
	height:auto;
	background-color:#000;
	color:#FFF;
	font-size:9px;
	padding-top:2px;
	display:block;
	line-height:13px;
	font-weight:bold;
	text-align:center;
	left:3px;
	top:7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

	
/*----------------------------------------------
	footer
------------------------------------------------*/	
#footer {
	text-align:center;
	border-top:3px #000 solid;
	padding-top:3px;
	letter-spacing:1px;
	}
#footer h5 {
	border-top:1px #000 solid;
	font-weight:normal;
	font-size:11px;
	line-height:30px;
	}	
	
	
/*----------------------------------------------
	top_button
------------------------------------------------*/	
#top_button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	z-index:100;
	right: 0px; 
	bottom: 28px;
	position:fixed;
	width:40px;
	line-height:30px;
	padding-top:4px;
	background-color:#fff
	}
#top_button a {
	display:block;	
}
#top_button a:link		{ color:#000; }
#top_button a:visited	{ color:#000; }
#top_button a:hover		{ color:#999; }
#top_button a:active	{ color:#000; }	
	