@charset "shift_JIS";

* {
	margin: 0;
	padding: 0;
}

/*----------------------------------------
						 内容に変更があった際は
							[print_syosai.css]にも反映を。
----------------------------------------*/
/*----------------------------------------
						 body（サイト全体に対する指定）
----------------------------------------*/

body {
 margin: 0 auto;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
	font-size:12px;
}

img {
 display: block;
	border: 0;
}

h1 {
	font-size : 12px;
}

h2 {
	font-size: 16px;
 margin-top: 30px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

p {
 	font-size: 12px;
		line-height: 140%;
}

strong {
	font-size: 12px;
}

/* strong赤色（細字） */
strong.o {
 font-size: 12px;
	color: #FF0000;
	font-weight: normal;
}

/* 大見出し */
.midashi {
 clear: both;
 height: 30px;
 overflow: hidden;
}

/* 小見出し */
.s_midashi {
 margin: 0;
	padding: 0;
 height: 20px;
 overflow: hidden;
}

a { color: #0000CC;}
a:hover { color: #FF0000;}

/*----------------------------------------
			background（サイト周りの微妙な影部分）
----------------------------------------*/


#background {
 margin: 0 auto;
 width: 790px;
	background: url(../images/background.gif) repeat-y;
}


/*----------------------------------------
								         wrapper	
----------------------------------------*/

#wrapper {
 margin: 0 auto;
 width: 780px;
	background: #FFFFFF;
}

/*----------------------------------------
																	header
----------------------------------------*/

#header {
 margin: 0;
 padding: 0px;
	width: 780px;
	height: 90px;
	background: url(../images/header_2.gif) no-repeat;
}


/*　金融・証券分野の総合サービス・・・部　*/
.h1 {
	/*　以下IE6 以外の指定　*/
	margin: 0;
	padding: 12px 10px 0 0;
	/*　以下IE6　*/
	_margin: 12px 10px 0 0;
	_padding: 0;
	text-align: right;
	font-weight: bold;
}

/*　ヘッダーロゴ画像部　*/
#logo {
 float: left;
 width: 155px;
	height: 63px;
 margin-top: 0px;
} 

/*　English･お問い合わせ･サイトマップ　*/
#link {
 float: right;
 margin: 0;
 width: 615px;
}

#link ul {
	/*　以下IE6 以外の指定　*/
 margin: 0;
	padding: 44px 10px 3px 0;
	/*　以下IE6（ハック）　*/
 _margin: 46px 10px 3px 0;
	_padding: 0;
	font-size: 12px;
	text-align: right;
	list-style-type: none;
}

	/*　横並び指定　*/
#link li {
	display: inline;
}

	/*　liリンク指定　*/
#link li a {
 color: #0000CC;
	text-decoration: none;
}

	/*　区切り“｜”の指定　*/
#link span {
 margin: 0 5px 0 5px;
	text-size: 10px;
	color: #666666;
}


#link a:hover { color: #FF0000; text-decoration: none;}



/*----------------------------------------
																content
----------------------------------------*/


#content {
 width: 780px;
	margin: 0;
	padding: 0;
}



/*----------------------------------------
																button
----------------------------------------*/

	/*　button全体　*/
#button {
 float: left;
 margin: 0 20px 15px 0;
	padding: 0;
	width: 165px;
}

/* button1(上部3つ) 165_50 */
#button1 {
 margin: 0;
	padding: 0;
	width: 165px;
	height: 150px;
}

#button1 ul li{
 width: 165px;
	height: 49px;
	display: block;
	list-style-type: none;
	border-bottom: 1px solid #666666;
	/* ↓liで文字を入れてもbox外にはみ出させて表示させないようにする */
	overflow: hidden;
}

#button1 li a {
 margin: 0;
		/* ↓実際のbox外にはみ出させて表示させないようにする */
 padding-left: 165px;
 width: 165px;
	height: 49px;
	display: block;
 text-decoration: none;
}


	/*　以下165_50のボタン背景画像指定　*/
#button1 li#kinyu {
 background: url(../images/b_kinyu.gif) 0 0 no-repeat;
}

#button1 li#kinyu a:hover {
 background: url(../images/b_o_kinyu.gif) 0 0 no-repeat;
}

#button1 li#kojin {
 background: url(../images/b_kojin.gif) 0 0 no-repeat;
}

#button1 li#kojin a:hover {
 background: url(../images/b_o_kojin.gif) 0 0 no-repeat;
}

#button1 li#jigyou {
 background: url(../images/b_jigyou.gif) 0 0 no-repeat;
}

#button1 li#jigyou a:hover {
 background: url(../images/b_o_jigyou.gif) 0 0 no-repeat;
}


/* button ツリー部 */
#menu {
 margin: 0;
	padding: 0;
	width: 165px;
}


#menu h2 {
 background: #FFCC00;
 margin: 0;
	padding: 0;
	width: 165px;
	height: 30px;
 display: block;
}

/* 初期表示でボタン部を隠す */
.tree {
 display:none;
}

/* 隠れているボタンそれぞれの指定 */
#menu1 ul li,#menu2 ul li,#menu3 ul li,#menu4 ul li,#menu5 ul li,#menu6 ul li,#menu7 ul li{
 margin-left: 10px;
 padding: 0px; 
	background: #FFCCCC;
	display: block;
	list-style-type: none;
}

/* 隠れているボタンそれぞれの指定（リンク） */
#menu1 li a,#menu2 li a,#menu3 li a,#menu4 li a,#menu5 li a,#menu6 li a,#menu7 li a {
 margin: 0;
	padding: 8px 0 8px 0;
	color: #000000;
	display: block;
	text-decoration: none;
}

/* 隠れているボタンそれぞれの指定（hover時) */
#menu1 a:hover,#menu2 a:hover,#menu3 a:hover,#menu4 a:hover,#menu5 a:hover,#menu6 a:hover,#menu7 a:hover {
 margin: 0;
	padding: 8px 0 8px 0;
	background: #FF9900;
	text-decoration: none;
}

/* リンク文字の設定 */
#menu a:hover { color: #FF0000;}


/* button2(下部3つ)  165_30 */
#button2 {
 width: 165px;
	height: 90px;
}

#button2 ul li{
 width: 165px;
	height: 29px;
	display: block;
	list-style-type: none;
	border-bottom: 1px solid #666666;
	overflow: hidden;
}

#button2 li a {
 margin: 0;
 padding-left: 165px;
 width: 165px;
	height: 29px;
	display: block;
 text-decoration: none;
}

	/*　以下165_30のボタン背景画像指定　*/

#button2 li#kigyou {
 background: url(../images/b_kigyou.gif) 0 0 no-repeat;
}

#button2 li#kigyou a:hover {
 background: url(../images/b_o_kigyou.gif) 0 0 no-repeat;
}

#button2 li#shincyaku {
 background: url(../images/b_shincyaku.gif) 0 0 no-repeat;
}

#button2 li#shincyaku a:hover {
 background: url(../images/b_o_shincyaku.gif) 0 0 no-repeat;
}

#button2 li#saiyou {
 background: url(../images/b_saiyou.gif) 0 0 no-repeat;
}

#button2 li#saiyou a:hover {
 background: url(../images/b_o_saiyou.gif) 0 0 no-repeat;
}





/*----------------------------------------
							main（サービス内容紹介部分）
----------------------------------------*/


	/*　全体指定　*/
#main {
 margin: 10px 0 15px 0;
	padding: 0;
 float: left;
 width: 590px;
}

/* Englishページのためのもの */
#main_e {
 margin: 10px 0 15px 0;
	padding: 0;
 width: 590px;
}

/* main文入れる”枠” */
.main_sen {
 margin: 0;
	padding: 15px;
	width: 560px;
}

.main_sen img {
 display: block;
	border: 0;
 margin: 10px 10px 40px 10px;
}

.main_sen2 img {
 display: block;
	border: 0;
 margin: 10px 0 40px 20px;
}

/* 頭に▲が入る太字 */
.main_sen b {
 margin: 15px 0 5px 0;
	padding-left: 12px;
	font-size: 12px;
	line-height: 140%;
	display :block;
	background: url(../images/sankaku.gif) no-repeat top left;
}

/* 頭に▲が入る太字 */
.main_sen2 b {
 margin: 15px 15px 5px 15px;
	padding-left: 12px;
	font-size: 12px;
	line-height: 140%;
	display :block;
	background: url(../images/sankaku.gif) no-repeat top left;
}

.main_sen ul li{
 margin-left: 20px;
 line-height: 140%;
 list-style-type: circle;
}

/* バナーと文章が並ぶときのfloat */
.banner_p {
 float: left;
}	

.banner {
 float: right;
}

/* バナーと文章が並ぶときのfloatのクリア（上記と一緒に使う） */
.dummy {
 clear: both;
}

.list {
	margin: 20px 0 20px 20px;
	padding: 2px;
	border: 1px solid #999999;
	line-height: 140%;
	font-size: 12px;
}

.list ul li {
 margin-left: 20px;
	font-size: 12px;
 list-style-type: circle;
}

.list2 {
	margin: 20px 0 20px 20px;
	padding: 2px;
	line-height: 140%;
	border: none;
	font-size: 12px;
}

.list2 img{
	margin: 0 3px 0 3px;
	padding: 0;
	line-height: 140%;
}

.border {
	margin: 0 30px 20px 30px;
	padding: 15px;
	border: 1px solid #333333;
	line-height: 140%;
}

.border ul li {
 margin-left: 10px;
	font-size: 12px;
 list-style-type: circle;
}

/* 頭に▲が入る太字 */
.border b {
 margin-bottom: 5px;
	padding-left: 12px;
	font-size: 12px;
	display :block;
	background: url(../images/sankaku.gif) no-repeat top left;
}


.border2 {
 margin:10px 30px;
	padding: 10px;
	border:2px #999999 solid;
}


/* パンくずリスト部分 */
#pankuzu {
 margin-bottom: 10px;
 font-size: 12px;
	font-weight: bold;
}

#pankuzu a{
 color: #0000CC;
}

/* 下部サービスリンク */

#other_link {
 margin: 0;
	padding: 10px;
	border: 1px dotted #CC0000;
}

#other_link strong {
 font-size: 12px;
	font-weight: bold;
 color: #000000;
}

#other_link ul li {
 margin: 0;
	padding: 0 14px 0 14px; 
 list-style-type: none;
	font-size: 12px;
	display: inline;
	background: url(../images/sankaku.gif) no-repeat left;
}

#other_link li a {
 color: #0000CC;
}

.m_midashi {
 margin: 5px 0 10px 0;
 font-size: 14px;
	font-weight: bold;
	border-left: 8px #FF6600 solid;
	border-bottom: 2px #FF6600 solid;
}

.m_midashi span {
 color: #CC0000;
}
/*----------------------------------------
															footerlink
----------------------------------------*/

#footerlink {
 clear: both;
 margin-top: 20px;
	pading: 0; 
 width: 780px;
	font-size: 12px;
	text-align: center;
}

#footerlink ul li {
	display: inline;
 list-style-type: none;
}

#footerlink li a {
 text-decoration: none;
	color: #0000CC;
}

#footerlink a:hover { color: #FF0000;}

.span {
	font-size: 12px;
}


/*----------------------------------------
																	footer
----------------------------------------*/

#footer {
 clear: both;
}

.copy {
 margin: 0;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	background: #CC0000;
}


/* CSS Document */
