@charset "utf-8";
/*--- base ---*/
body{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;
	font-size: 62.5%;
	font-weight: normal;
	text-align: center;
	margin:0;
	padding:0;
}
html>body	{
	font-size: 10px;
}
img	{
	vertical-align: bottom;
	border: none;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
ul {
	list-style: none;
}
.clear	{
	clear: both;
}
.clearfix				{ zoom:1;}
.clearfix:after	{ content: ""; display: block; clear: both;}

a:link { color: #777777; text-decoration: none; }
a:visited { color: #777777 }
a:hover { color: #ff0000; text-decoration: underline; }
a:active { color: #777777 }

/*--- layout ---------------------------------------------------------*/

.wrp {
    margin: 0 auto;
    width: 1124px;
	padding-bottom: 100px;
	position: relative;
}
.main {
	width: 922px;
    text-align: left;
	float: left;
}

/*--- contents ---------------------------------------------------------*/

/* head */
.head {
	width: 1120px;
	height: 222px;
	background: url(../images/illust.png) no-repeat;
	background-position: 750px top;
	margin: 24px 0 30px;
	text-align: left;
}
.head h1 {
	font-size: 34px;
	font-weight: bold;
	padding-top: 15px;
	text-indent: -20px;
}
.head h1 a {
	color: #000000;
}
.head h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 10px;
}

/* 見出しバー */
.tit01 {	/* ◆ WEBメディア運営NAVI */
	background: url(../images/tit_01.png) no-repeat;
	width: 902px;
	height: 27px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}
.tit02 {	/* ◆ I.T.ビジネス活用NAVI */
	background: url(../images/tit_02.png) no-repeat;
	width: 902px;
	height: 27px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}
.tit03 {	/* ◆ 海外法人活用NAVI */
	background: url(../images/tit_03.png) no-repeat;
	width: 902px;
	height: 27px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}
.tit04 {	/* ◆ 海外資産運用NAVI */
	background: url(../images/tit_04.png) no-repeat;
	width: 902px;
	height: 27px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}
.tit05 {	/* ◆ ライフスタイルNAVI */
	background: url(../images/tit_05.png) no-repeat;
	width: 902px;
	height: 27px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}

/* カテゴリー */
.category {
	padding-left: 20px;
	width: 430px;
	float: left;
}
.category h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 35px 0 10px;
}
.category ul {
	padding-left: 12px;
}
.category li {
	text-indent: -10px;
	font-size: 12px;
	margin-bottom: 10px;
	background: url(../images/arrow.png) no-repeat;
	background-position: left 1px;
	padding-left: 25px;
}

/* ナビゲーション */
#sideBar {
	width: 202px;
	position: absolute;
    top:255px;
    left: 930px;
}
#sideBar li {
	font-size: 12px;
	margin-bottom: 3px;
}

/* テキストアンダーライン */
.u	{
	text-decoration: underline;
}

/* フォントサイズ */
.fontL	{
	font-size: 18px;
}

/* フォントサイズ */
.f14	{
	font-size: 14px;
}
.f16b	{
	font-size: 16px;
	font-weight: bold;
}
.f18b	{
	font-size: 18px;
	font-weight: bold;
}
.f18b2	{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.9em;
}
.f20b	{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.9em;
}
.f28b	{
	font-size: 28px;
	font-weight: bold;
}



/* フォント揃え */
.center	{
	text-align: center !important;
}
