@charset "UTF-8";


@import "common.css";


/*全体-------------------*/

#container {
	/*
	background:url(../img/cor/head_bg.gif) repeat-x left top;
	vertical-align:bottom;
	margin:0 auto;
	*/	
}

#container_block {
	/*
	margin:0 auto;
	width:1070px;
	*/
}

/*
#main {
	padding: 130px 80px 0 80px;
	width:910px;
	background:url(http://www.focus-on-asia.com/img/cor/main_img_120914_23_tjoy.gif) no-repeat left top;
	vertical-align:bottom;
}

#main_en {
	padding: 130px 80px 0 80px;
	width:910px;
	background:url(http://www.focus-on-asia.com/img/cor/main_img_en_03.gif) no-repeat left top;
	vertical-align:bottom;
}

#en #main {
	background:url(../img/cor/main_img_en.gif) no-repeat left top;
}

*html #main {
	padding:110px 80px 0 80px;
	width:910px;
	background:url(../img/cor/main_img.gif) no-repeat left top;
	vertical-align:bottom;
}
*/


/*ヘッダー-------------------*/

#header {
	
}

#header_block {
	background: url(../img_common/head_bg.gif) top center repeat-x;
	width: 100%;
	min-width: 940px;
	z-index: 1000;
}

#header_box {
	width: 900px;
	height: 182px;
	padding: 0 20px;
	margin: 0 auto;
	background: url(../img_common/head_bg_inner.gif) top center no-repeat;
	position: relative;
}

#header_box .info {
	position: absolute;
	top: 0;
	left: 553px;
}

#header_box h1 {
	position: absolute;
	top: 13px;
	left: 20px;
}

#header_box #head_link {
	position: absolute;
	top: 48px;
	left: 719px;
	list-style: none;
	width: 196px;
}

#header_box #head_link li {
	margin-right: 3px;
	float: left;
}

#header_box #menu {
	position: absolute;
	top: 102px;
	left: 20px;
	background: url(../img_common/menu_bg.gif) top center no-repeat;
	padding: 0 29px;
	list-style: none;
}

#header_box #menu li {
	float: left;
}

/*●パンクズ--------------------*/

#pan_navi {
	font-size: 85%;
	width: 880px;
	padding: 0 20px;
	margin: 0 auto 6px;
	color: #999;
}

#pan_navi a,
#pan_navi a:visited {
	color: #999;
	text-decoration: underline;
}

#pan_navi a:hover {
	color: #1a92e6;
}

#pan_navi2 {
	font-size: 85%;
}

#pan_navi2 a,
#pan_navi2 a:visited {
	color: #999;
	text-decoration: underline;
}

#pan_navi2 a:hover {
	color: #1a92e6;
}


/*●タイトル-------------------*/


#title_block {
	width: 100%;
	background: url(../img_common/title_bg.gif) top center repeat-x;
}

#title_box {
	width: 100%;
	min-width: 940px;
	background: url(../img_common/title_bg_inner.gif) top center no-repeat;
}

#title_box h2 {
	width: 900px;
	padding: 0 20px;
	margin: 0 auto;

}


/*●メイン-------------------*/

#contents_box {
	width: 100%;
	min-width: 940px;
}

#contents_inner {
	margin: 0 auto;
	width: 900px;
	padding: 0 20px;
}

#left_contents {
	float: left;
	width: 630px;
	padding: 0 0 20px 10px;
}

#right_contents {
	float: right;
	width: 225px;
	padding: 20px 0 20px;
}



/*●左カラム-------------------*/


#left_contents h2 {
	/*margin:0 0 10px 0;*/
}

#left_contents h3{
	font-size: 140%;
}

.contents_box {
	margin:10px 0 50px 0px;
}

.contents_box h3 {
	background:url(../img_common/h4_bg.gif) no-repeat left center;
	padding:8px 8px 8px 8px;
	margin-bottom:15px;
}

.contents_box h4 {
	color: #058bce;
	margin-bottom:15px;
	font-size:123.1%;
}

.contents_box h5 {
	background:url(../img_common/h5_bg.gif) repeat-x left center;
	padding: 0;
	margin-bottom:10px;
	margin: 0 10px;
}

.contents_box h5 span {
	background-color: #188ccb;
	color: #fff;
	padding: 4px;
}

.contents_box h5 a,
.contents_box h5 a:visited {
	color: #fff;
	text-decoration: none;
}

.contents_box h5 a:hover {
	color: #fff;
	text-decoration: underline;
}

.contents_box p {
	/* width:630px; */
}


.contents_box  .no_bg_h5 {
	background: none;
}

.contents_box img{
	background:#FFF;
	padding:3px;
	border:#CCC 1px solid;
	margin: 10px;
	/* margin:10px 0 0 55px; */
}


.page_top {
	text-align:right;
}


/* facebook */

.facebook_like {
	text-align:right;
	padding:10px 0 0;
}


/*●右カラム-------------------*/

#right_contents p {
	margin:10px 0;
}

/*カテゴリメニュー-------------------*/

#category ul {
	list-style: none;
	margin: 0 0 20px;
}

#category ul li a {
	display:block;
	background:#eee url(http://www.focus-on-asia.com/img_common/mark_arrow01.gif) no-repeat 8px 5px;
	padding:3px 3px 3px 26px;
	margin: 0 0 4px;
	color: #222;
	*zoom:1;
}

#category ul li a:hover,
#category li a:active {
	color:#1a92e6;
	text-decoration:none;
}


/*検索-------------------*/
#search {
	background:url(../img_common/search_bg.gif) left top no-repeat;
	padding:1px;
	position: relative;
	width: 225px;
	height: 26px;
	margin: 0 0 20px;
}

#search #s {
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: transparent;
	border-style: none;
	padding:0 5px;
	width: 190px;
	height: 24px;
	lihe-height: 2em;
}

#search #searchsubmit {
	position: absolute;
	top: 4px;
	right: 4px;
}


/*新着情報-------------------*/
#newarrivals {
	margin:10px 0 0 0;
clear:both;
}


#newarrivals dl {
	border-bottom:dotted 1px #CCC;
	margin-top:7px;
}

#newarrivals dl dt {
	background:url(http://www.focus-on-asia.com/img/cor/arrow_icon.gif) no-repeat left top;
	padding:0 0 3px 15px;
}

#newarrivals dl dd {
	padding:0 0 5px 15px;
}




/*ニュース-------------------*/

#news {
	margin:10px 0;
}

#news dl {
	border-bottom:dotted 1px #CCC;
	margin-top:7px;
}

#news dl dt {
	background:url(http://www.focus-on-asia.com/img/cor/arrow_icon.gif) no-repeat left top;
	padding:0 0 3px 15px;
}

#news dl dd {
	padding:0 0 5px 15px;
}



/*bnr_special-------------------*/
#bnr_special{
	width: 214px;
	margin: 0 auto 10px ;
}

#bnr_special li{
	list-style: none;
	margin: 0 0 5px 0;
	padding:0;
}

/*bnr_simple-------------------*/
#bnr_simple{
	width: 214px;
	margin: 0 auto 15px ;
}

#bnr_simple li{
	list-style: none;
	margin: 0 0 7px 0;
	padding:0;
}


/*Twitter-------------------*/


#twitter {
	margin-bottom:20px;
}

#twitter_official_block {
	margin: 0 0 20px;
	font-size: 93%;
	line-height: 1.4;
}

#right_contents #twitter_official_block p {
	margin: 0;
}

#officialtweet {
	height: 260px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	border-top-style: none;
	padding: 10px;
}

#officialtweet ul {
	list-style: none;
}

#officialtweet li {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 4px;
	padding: 0 0 4px;
}

#officialtweet li:last-child {
	border-bottom-style: none;
	margin: 0 0 0;
	padding: 0 0 0;
}



/*バナー-------------------*/


#banner {
	margin:0px 0 0 ;
}


#banner ul li {
	list-style-type:none;
	margin:0 0 8px 0;
}

#banner_up {
	margin:0;
}


#banner_up ul li {
	list-style-type:none;
	margin:0 0 10px 0;
}

.bnr_block01 {
	list-style: none;
}

.bnr_block01 li {
	margin: 0 0 4px;
}

.bnr_block02 {
	list-style: none;
}

.bnr_block02 li {
	
}

.bnr_block03 {
	width: 225px;
	margin-bottom: 25px;
	list-style: none;
	font-size: 83%;
}

.bnr_block03 ul{
	margin-top: 10px;
}

.bnr_block03 li {
	margin-bottom: 7px;
	padding: 0 0 7px 15px;
	border-bottom: #d3d4d7 solid 1px;
	list-style: none;
	background:url(../img_common/mark_arrow02.gif) 0 4px no-repeat;
}


/* サイトポリシー */

.link_policy {
	background: url(../img_common/mark_arrow02.gif) 0px 4px no-repeat;
	padding: 0 0 0 12px;
}

/*Coming Soon-------------------*/

.comingsoon {
	margin: 20px 0 200px;
	text-align:center;
}


/*記事スタイル調整 12011.6.2*/
.contents_box .post ul, 
.contents_box .post ol {
	padding: 0.5em 1em 0.5em 2.5em;
}

.contents_box .post blockquote {
	margin:0.5em 1em;
	padding:10px;
	background-color:#eee;
	overflow: hidden;
	_zoom: 1;
}

/*記事スタイル調整 KONO-------------------*/
.contents_box p {
  /* width:600px; */
  padding: 0.5em 1em;
}

.entry-meta{
	text-align: right;
	margin-right:1em;
}

.entry-meta a,
.entry-meta a:link,
.entry-meta a.visited {
	background: #999999;
	color: white !important;
	padding: 2px 5px;
	text-decoration: none;
	font-size: 85%;
}

.entry-meta a:hover {
	color: white;
	text-decoration: underline;
}

.entry-utility{
	text-align: right;
	margin-right:2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 3px;
}

.navigation{
	margin-top: 1em;	
	clear:both;
}

.nav-previous{
	width: 310px;
	float: left;
}

.nav-next{
	width: 310px;
	float: right;
	text-align: right;
}

.nav-previous a,
.nav-next a,
.nav-previous a:link,
.nav-next a:link,
.nav-previous a:visited,
.nav-next a:visited {
	background: #e3f0e4;
	color: #3d8c4c !important;
	padding: 2px 5px;
	text-decoration: none;
}

.nav-previous a:hover,
.nav-next a:hover {
	color: #3d8c4c;
	text-decoration: underline;
}

p.phnews {
	margin: 0 0 0 -10px ;
}
p.phnews img {
	border: none;
	margin: 0 0 2px 0;
	padding:0 0 0 0;
}