@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;				/*全体の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}

a:hover {
	color: #4d9010;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴなどが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 164px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background-image: url(../images/header_bg.jpg);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 30px;
}

/*ロゴ画像の位置設定*/
#header #logo {
	position: absolute;
	left: 54px;	/*ヘッダーブロックに対して左から54pxの位置に配置*/
	top: 14px;	/*ヘッダーブロックに対して上から14pxの位置に配置*/
}

/*ヘッダー情報の位置設定*/
#header .header_information {
	color: #FFEE00;
/*
	color: #FFFF00;
*/
	position: absolute;
	left: 243px;	/* (54 x 2) + 135 + 8 */
	top: 14px;
	width: 686px;	/* 694px */
	/* 領域内の余白 */
	padding: 8px;
}



/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 30px;
	font-weight: normal;
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から70pxの位置に配置*/
	width: 100%;
	text-align: right;	/*右寄せ*/
	height: 30px;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 680px;
	padding-right: 10px;
	padding-left: 10px;
}

#main .new dl {
	clear: left;
	width: 660px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}

#main .new dd {
	float: left;
	width: 560px;
}

#main .new dd img {
	vertical-align: middle;
}

/*IE6用*/
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 700px;
	float: right;
}

/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	background-image: url(../images/title_bg1.jpg);	/*背景画像*/
	background-position: left top;
	color: #FFFFFF;	/*文字色*/
	padding: 0px 10px;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}

/*段落タグ内を幅一杯に使いたい場合用*/
#main p.img {
	padding: 0.5em 0 1em;
}



/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 220px;
}

/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #4d9010;				/*文字色*/
	border: 3px solid #4d9010;	/*枠線の幅、線種、色*/
	text-align: center;			/*センタリング*/
}

/*段落タグ*/
#sub p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*画像（サブ）メニュー
---------------------------------------------------------------------------*/
ul.menu li {
	margin-bottom: 10px;
}

ul.menu img {
	vertical-align: bottom;
}

/*カーソルオーバー時に少し動く設定*/
ul.menu li a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}



/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}

ul.submenu li {
	text-align: center;	/*センタリング*/
}

ul.submenu li a {
	text-decoration: none;
	background-color: #EAEAEA;	/*背景色*/
	display: block;
	width: 218px;
	border-right: 1px solid #bfbfbf;	/*右側のボーダーの幅、線種、色*/
	border-bottom: 1px solid #bfbfbf;	/*下側のボーダーの幅、線種、色*/
	border-left: 1px solid #bfbfbf;		/*左側のボーダーの幅、線種、色*/
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.submenu li a:hover {
	background-color: #FFFFFF;	/*カーソルオーバー時の背景色*/
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}



/*Ｑ＆Ａページ
---------------------------------------------------------------------------*/
dl.faq dt {
	color: #4d9010;	/*文字色*/
	background-image: url(../images/qa_q.gif);	/*左側の「Ａ」アイコンを背景画像として読み込む*/
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-left: 30px;
}

dl.faq dd {
	background-image: url(../images/qa_a.gif);	/*左側の「Ｑ」アイコンを背景画像として読み込む*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	border-bottom: 1px solid #CCCCCC;	/*下線の幅、線種、色*/
	margin-bottom: 0.4em;
}



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 700px;	/*テーブル幅*/
}

.ta1, .ta1 td, .ta1 th{
	border: 2px solid #1a4203;	/*テーブルの枠線の幅、線種、色*/
}

/*テーブル内の右側*/
.ta1 td{
	width: 504px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
	background-color: #f9f2dd;	/*背景色*/
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 150px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #157ad4;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #c61915;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}

/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta1 th.tamidashi a {
	color: #FFFFFF;
}

#rhythmica table {
	width: 670px;
	border: 1px solid #1a4203;
	margin-right: 1em;
	margin-left: 1em;
}

#rhythmica th {
	padding-top: 12px;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1px;
	font-weight: bold;
}

#rhythmica td.left {
	padding-top: 1px;
/*
	padding-left: 0.5em;
*/
	padding-bottom: 12px;
}

#rhythmica td.right {
	padding-top: 1px;
	padding-right: 0.7em;
	padding-bottom: 12px;
	vertical-align: top;
}

#rhythmica img {
	border: 1px solid #1a4203;
	margin-right: 1em;
	margin-left: 1em;
}

#portfolio table {
	width: 670px;
	border: 1px solid #1a4203;
	margin-right: 1em;
	margin-left: 1em;
}

#portfolio caption {
	text-align:	left;
/*
	padding-left:	1em;
	border:		1px solid #1a4203;
	margin-right:	1em;
	margin-left:	1em;
*/
	font-weight:	bold;
}

#portfolio th {
	padding-top: 12px;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1px;
	font-weight: bold;
}

#portfolio td.left {
	padding-top: 1px;
/*
	padding-left: 0.5em;
*/
	padding-bottom: 12px;
}

#portfolio td.right {
	padding-top: 1px;
	padding-right: 0.7em;
	padding-bottom: 12px;
	vertical-align: top;
}

#portfolio img {
	border: 1px solid #1a4203;
	margin-right: 1em;
	margin-left: 1em;
}

#portfolio img.report {
	border:		1px solid #1a4203;
	width:		301px;
	height:		201px;
	margin-top:	7px;
	margin-right:	7px;
	margin-bottom:	7px;
	margin-left:	7px;
}

#flow ol {
	border: 1px dashed #1a4203;
	margin-top:	1px;
	margin-right:	2em;
	margin-bottom:	1px;
	margin-left:	2em;
	padding-top:	1px;
	padding-right:	1em;
	padding-bottom:	1px;
	padding-left:	1em;
	vertical-align:	top;
}

#flow li {
	margin-right:	2em;
	margin-left:	2em;
/*
	text-decoration: underline dashed;
*/
}

#profile table {
	width: 680px;
	border: 1px solid #1a4203;
}

#profile th {
	padding-top: 12px;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 2px;
	font-weight: bold;
}

#profile td {
	padding-top: 5px;
	padding-right: 1.2em;
	padding-left: 1.2em;
	padding-bottom: 12px;
}

#profile img {
	border: 1px solid #1a4203;
}



/*その他
---------------------------------------------------------------------------*/
#sns img {
	vertical-align: middle;
}

img.lifecard_vpc {
	position: relative;
	left: 173px;
	bottom: 44px;
	vertical-align: middle;
}

#rhythmica h2 {
	font-size: 120%;	/*文字サイズ*/
	background-image: url(../images/title_bg6.png);	/*背景画像*/
	background-position: left top;
	/*文字色*/
/*
	color: #CC5511;
	color: #000000;
*/
	color: #FFFFFF;
	padding-top: 0.2em;
	padding-left: 1em;
}

#rhythmica h4 {
	padding-left: 1em;
}

#portfolio h2 {
	font-size: 120%;	/*文字サイズ*/
	background-image: url(../images/title_bg1.png);	/*背景画像*/
	background-position: left top;
	/*文字色*/
/*
	color: #1155CC;
	color: #000000;
*/
	color: #FFFFFF;
	padding-top: 0.2em;
	padding-left: 1em;
}

#portfolio h4 {
	padding-left: 1em;
}

#games th {
	width: 50%;
}



/***
link
***/
#link img {
	border: 1px solid #1a4203;
	width:	292px;
	height:	167px;
}

.look {
	background-color: #DCDCDC;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.color1 {
	color: #FF0000;
}

.color2 {
	color: #77AAFF;
}

.orange {
	color: orange;
}

.lightgreen {
	color: lightgreen;
}

.green {
	color: green;
}

.skyblue {
	color: skyblue;
}

.blue {
	color: blue;
}

.pagetop {
	text-align: right;
	padding: 3em 0px 0px !important;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.small {
	font-size: small;
}

.x-small {
	font-size: x-small;
}

.xx-small {
	font-size: xx-small;
}

.bold_small {
	font-size: small;
	font-weight: bold;
}

.bold_x-small {
	font-size: x-small;
	font-weight: bold;
}

.bold_xx-small {
	font-size: xx-small;
	font-weight: bold;
}

.large {
	font-size: large;
}

.x-large {
	font-size: x-large;
}

.xx-large {
	font-size: xx-large;
}

.bold_large {
	font-size: large;
	font-weight: bold;
}

.bold_x-large {
	font-size: x-large;
	font-weight: bold;
}

.bold_xx-large {
	font-size: xx-large;
	font-weight: bold;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_top {
	vertical-align: top;
}

.align_bottom {
	vertical-align: bottom;
}

.border_solid {
	border: solid 1px #9A9A9A;
}

.clear_both {
	clear: both;
}

/* suntzu36strategies
------------------------------------------------------------*/
#img_book {
	width: 88px;
	height: 124px;
}

#suntzu36strategies img.scene {
	width: 100%;
/*
	height: auto;
*/
}

/* Readmore.js
------------------------------------------------------------*/
.readmore-js-toggle, .readmore-js-section {
	display: block;
	width: 100%;
}

.readmore-js-section {
	overflow: hidden;
}



