@charset "utf-8";
/*基本設定*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 140%;
}

/*基本リンク*/
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #966;
	text-decoration: none;
}

/*墨文字リンク*/
a.headmenu:link {
	color: #000;
	text-decoration: none;
}
a.headmenu:visited {
	color: #000;
	text-decoration: none;
}
a.headmenu:hover {
	color: #966;
	text-decoration: none;
}

/*基本コンテンツの枠*/
#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

/*ヘッダー*/
#header {
	background: #FFF url(../images/header_r1.jpg) no-repeat right; 
	padding: 0 0px 0 0px;
	height: 74px;
	font-size: 10px;
}


/*基本コンテンツ*/
#sidebar1 {
	float: left;
	width: 235px;
}
#mainContent {
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
} 

/*フッター*/
#footer {
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background: #966;
	color: #FFF;
	text-align: center;
	font-size: 9px;
	line-height: 110%;
	padding-bottom: 5px;
}
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 5px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 10px;
}
/*墨文字リンク*/
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style_red {
	color: #C00;
}
.style_blue {
	color: #06F;
}




/*左ナビ*/

/*メニュー*/
.table_menu {
	width: 235;
	margin-bottom: 10px;
}
.table_menu td {
	padding-top: 3px;
	padding-bottom: 3px;
}

/*ranking*/
.table_rank {
	width: 235;
	margin-bottom: 10px;
}
.table_rank .td_rankname {
	padding-bottom: 3px;
}
.table_rank .td_rankframe {
	border: 1px solid #D1C1C1;
	background: #F2F4C5;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*カレンダー*/
.table_calendar {
	border: 1px solid #D1C1C1;
	margin-bottom: 10px;
}
.calendar {
	width: 220px;
	line-height: 100%;
}
.calendar .td_date {
	font-size: 10px;
}




/*メインコンテンツ*/

h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	background: url(../images/i_wan1.gif) no-repeat left;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

h4 {
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #900;
}

/*会社概要テーブル*/
.table_company {
	border-top: 1px solid #D1C1C1;
}
.table_company th {
	border-bottom: 1px solid #D1C1C1;
	font-weight: normal;
	color: #A35B4E;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
.table_company td {
	border-bottom: 1px solid #D1C1C1;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
}

/*ページのトップへ・パンくず*/
.div_up {
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
}
.div_up a:link {
	color: #C00;
	text-decoration: underline;
}
.div_up a:visited {
	color: #C00;
	text-decoration: underline;
}
.div_up a:hover {
	color: #666;
	text-decoration: underline;
}


/* 特定商取引に関する表記のテーブル */
.table_sale {
	border-top: 1px solid #D1C1C1;
	border-left: 1px solid #D1C1C1;
}
.table_sale th {
	border-right: 1px solid #D1C1C1;
	border-bottom: 1px solid #D1C1C1;
	font-weight: normal;
	text-align: left;
	background: #ECE0CD;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table_sale td {
	border-right: 1px solid #D1C1C1;
	border-bottom: 1px solid #D1C1C1;
	font-weight: normal;
	text-align: left;
	background: #FFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

