@charset "utf-8";

/*********************************    ブラウザ特有のデフォルトスタイルの初期化    *********************************/
body, 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;
}
fieldset, img, abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/*********************************    body要素へのスタイル定義    *********************************/
body {
	background: #161;
	line-height: 1.5;
	color: #393939;
/*	font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
}

/*********************************    wrapper要素へのスタイル定義    *********************************/
#wrapper {
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left;
	border: 0;
	width: 1000px;  /* 想定幅1024pxより24px小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
}

/*********************************    a要素へのスタイル定義    *********************************/
a {
	color: #7777ff;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
}

/*********************************    div#headerへのスタイル定義    *********************************/
#header {
	width: 1000px;
	height: 150px;
	background: #DDDDDD url(../img/buffet_portfolio.jpg) no-repeat;
}
#header h1 {
	display: none;
}

/*********************************    clearfixハックを適用する    *********************************/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
/* MacIE begin \*/
* html .clear {
	height: 1%;
}
.clear {
display: block;
}
/* MacIE end */

/*********************************    div#gnaviへのスタイル定義    *********************************/
#gnavi ul {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}
#gnavi {
	clear: both;
	margin: 13px 0 0 0;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	background: url(../img/gnav_bg.gif) 0% 50% repeat-x;
}
#gnavi ul li {
	float: left;
	list-style-type: none;
	letter-spacing:0.3em;
}
#gnavi ul li a {
	float: left;
	display: block;
	line-height: 3.0em;
	padding: 0 2em;
	border-right: 1px dotted #000;
	color: #000;
}
#gnavi li.first a {
	border-left: 1px dotted #000;
}
#gnavi ul li a:hover {
	color: #bbb;
}
/*********************************    div#mainへのスタイル定義    *********************************/
#main {
	padding: 0 20px;
	background: #FFFFFF;
}

/*********************************    div#footerへのスタイル定義    *********************************/
#footer {
	padding: 0 20px;
	background:#161;
	text-align: center;
}
#footer p {
	padding: 10px 0; /* 相殺回避のためmarginは使わない */
	color: #FFF;
}
#footer a {
	color: #FFF;
}

/*********************************    rank tableへのスタイル定義    *********************************/
.rank table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #B5B5B5;
	background: #FFF;
}
.rank table caption {
	padding: 0 0 10px;
	text-align: left;
}
.rank table thead tr {
	height: 32px;
	color: #FFF;
	background: url(../img/bg01.gif) repeat-x 0 50%;
}
.rank table thead th {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: bold;
}
.rank table tbody tr.c01 th,
.rank table tbody tr.c01 td {
	background: #E6E6E6;
}
.rank tfoot td {
	padding: 5px;
	text-align: right;
}
.rank tbody th {
	text-align: center;
	font-weight: normal;
}
.rank tbody td {
	padding: 0.8em 0.5em;
}
.rank th,
.rank td {
	border-collapse: collapse;
	border: 1px solid #B5B5B5;
}
.rank .curr,
.rank .prev,
.rank .weight,
.rank .nper,
.rank .aper,
.rank .reps,
.rank .roe  {
	text-align: right;
}
.rank {
	margin: 30px 0;
}

/*********************************    ○×△□定義    *********************************/
.sgl0 {
	color: #1C1;
}
.sglx {
	color: #C11;
}
.sgl3 {
	color:#BB0;
}
.sgl4 {
	color: #BBB;
}

/*********************************    div#mikataへのスタイル定義    *********************************/
#mikata {
	margin: 30px;
	padding: 10px;
	border: 1px solid #DDF;
	background: #EEF;
}
#mikata h2 {
	font-size: 16px;
	font-weight: bold;
}
#mikata h3 {
	font-weight: bold;
	padding: 5px 0 0;
}
#mikata p {
	padding: 0 20px;
}

/*********************************    div.syokanへのスタイル定義    *********************************/
.syokan {
	margin: 30px;
	padding: 10px;
	border: 1px solid #DFD;
	background: #EFE;
}
.syokan h2 {
	font-weight: bold;
	padding: 5px 0 0;
}
.syokan p {
	padding: 0 20px;
}

/*********************************    style1へのスタイル定義    *********************************/
.style1 {
	margin: 30px;
	padding: 10px;
	text-align: center;
	color: #FFF;
	background: #161;
}

/**************************************************************************************************/
/******************************       問合せフォームのデザイン       ******************************/
/**************************************************************************************************/
#contSection {
	margin: 30px 0;
	border: dashed 1px #838383;
	padding-bottom: 20px;
}
#contSection h1 {
	padding: 47px 0 16px 76px;
	text-align: left;
	background: url(../img/contentBg.gif) repeat-x 0 0;
}
#contSection .read {
	width: 800px;
	margin: 20px auto 0;
	background: url(../img/commPattern.gif) no-repeat right 40px;
}
#contSection .read p {
	color: #565656;
	text-align: left;
	line-height: 1.8em;
}
#contSection .read fieldset {
	width: 100%;
	text-align: center;
	border: solid 1px #2D9F90;
}
#contSection .wid01 {
	width: 100%;
}
#contSection .read fieldset input,
#contSection .read fieldset textarea {
	color: #333;
}
#contSection .read fieldset legend {
	padding: 3px 7px;
	color: #FFF;
	background: #2D9F90;
	text-align: left;
}
#contSection .read fieldset .submit {
	margin: 15px auto;
	text-align: center;
}
#contSection .read fieldset dl {
	width: 770px;
	margin: 15px auto 0 auto;
	color: #333;
}
#contSection .read fieldset dt {
	width: 144px;
	margin-bottom: 7px;
	padding: 8px;
	text-align: left;
	float: left;
	background: url(../img/thBg01.gif) repeat 0 0;
}
#contSection .read fieldset em {
	font-style: normal;
	color: #F00;
}
#contSection .read fieldset dd {
	width: 587px;
	margin-left: 167px;
	margin-bottom: 7px;
	padding: 8px 0;
	text-align: left;
}
*:first-child+html #contSection .wid01 { margin: 0 0 0 -168px; }
#contSection .read fieldset dd span {
	color: #555;
}
#contSection .read .vspace01 {
	height: 10px;
}
#contSection .read table {
	width:100%;
}
#contSection .wid02 {
	width: 200px;
}
#contSection .wid03 {
	width: 100px;
}
#contSection .read table .label {
	width:150px;
	text-align: right;
}
#contSection .read table .al {
	text-align: left;
}

.red3 {
	color:#F00;
}
.red2 {
	color:#F66;
}
.red1 {
	color:#F99;
}
.blue3 {
	color:#00F;
}
.blue2 {
	color:#66F;
}
.blue1 {
	color:#99F;
}
