@charset "UTF-8";
@import url("clearfix.css");
@import url("navi.css");

#wrap {
	width: 950px;
	margin: 0px auto;
	background: #FFF;
}

.float_r {
	float: right;
}
.float_l { float: left; }
.float_r_photo {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.float_l_photo {
	float: left;
	padding: 0px 7px 7px 0px;
}


body { background: #F0F0F0 url(../images/bg.jpg) repeat-x; }

/*	フロート解除(不可視)(予備)	*/
.clearHidden {
	width:100%;
	float:left;
	clear: both;
	visibility: hidden;
	height: 0;
}

/*リンク設定（共通）*/
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration:  underline;
	color: #0066CC;
}
a:visited { text-decoration:  none; }
a:visited:hover {
	text-decoration:  underline;
	color: #0066CC;
}



/* ヘッダー
	---------------------------------------------*/
#header {
	width: 950px;
	float: left;
	background: #FFF;
}
#header #headTitle a{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 63px;
	width: 201px;
	text-indent: -9999px;
	background: url(../images/head_logo.gif) no-repeat;
}
ul#headNavi {
	float: left;
	width: 548px;
	padding: 0px 0px 10px 187px;
	margin: 0;
}
#headNavi li{
	margin: 0;
	padding: 0;
	height:26px;
	float:left;
	display: block;
}
#headNavi li a {
	text-indent: -9999px;
	float:left;
	display: block;
	height:26px;
	width: 75px;
}
#headNavi li a#n01 {
	background-image: url(../images/head_nv01.gif);
	background-repeat: no-repeat;
}
#headNavi li a#n02 {
	background: url(../images/head_nv02.gif) no-repeat;
	width: 78px;
}
#headNavi li#n03 {
	background: url(../images/head_nv03.gif) no-repeat;
	width: 82px;
	text-indent: -9999px;
}
#headNavi li a#n04 {
	background: url(../images/head_nv_size01.jpg) no-repeat 0px -26px;
	width: 38px;
}
#headNavi li a#n05 {
	background: url(../images/head_nv_size02.jpg) no-repeat;
	width: 39px;
}
#headNavi li a#n06 {
	background: url(../images/head_nv_size03.jpg) no-repeat;
	width: 40px;
}
#headNavi li a#n07 {
	background: url(../images/head_nv_top.gif) no-repeat;
	width: 95px;
}
#headNavi li a#n08 {
	background: url(../images/head_nv04.gif) no-repeat;
	width: 100px;
}
#headNavi a#n01:hover,
#headNavi a#n02:hover,
#headNavi a#n04:hover,
#headNavi a#n05:hover,
#headNavi a#n06:hover,
#headNavi a#n07:hover,
#headNavi a#n08:hover{
	background-position: 0px -26px;
}
#headSearch {
	width: 735px;
	float: left;
}
#headSearchBox {
	width: 239px;
	float: right;
}
#headSearchBox .inputWidth{
	width: 125px;
	float: left;
	font-size: 10px;
}
.searchTitle {
	width: 67px;
	height:20px;
	background: url(../images/head_search.gif) no-repeat;
	display: block;
	text-indent: -9999px;
}
.searchBtn {
	width: 46px;
	height:20px;
	background: url(../images/head_search_bt.gif) no-repeat;
	display: block;
	text-indent: -9999px;
}

/* パンくず
	---------------------------------------------*/
#pan {
	width: 930px;
	float: left;
	padding: 15px 0px 0px 20px;
	height: 19px;
	clear: both;
	background: #FFF;
}


/* コンテンツ（トップページ）
	-------------------------------------------------------------------*/
#topContent {
	padding: 17px 22px 17px 17px;
	float: left;
	width: 911px;
	background: #FFF;
}
#mainphoto {
	float: left;
	height: 310px;
	width: 911px;
	margin: 0px;
	padding: 0px 0px 17px 0px;

}

/*バナー*/
#mainBnr {
	float: left;
	width:231px;
	height:310px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}
#mainBnr ul {
	margin: 0;
	padding: 0;
}
#mainBnr li{
	margin: 0;
	padding: 0;
	float:left;
	display: block;
}
#mainBnr li a {
	text-indent: -9999px;
	float:left;
	display: block;
	width:231px;
	height:103px;
}
#mainBnr li a#bnr01 {
	background-image: url(../../images/main_bnr01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mainBnr li a#bnr02 {
	background: url(../../images/main_bnr02.gif) no-repeat 0px 1px;
	height: 104px;
}
#mainBnr li a#bnr03 {	background: url(../../images/main_bnr03.gif) no-repeat 0px 1px; }


/*最新情報*/
#new {
	width: 665px;
	float: left;
	margin: 0px 0px;
	padding: 0px 12px 17px 0px;
	background: #FFF;
}
#newTitle {
	margin: 0px;
	padding: 6px 10px 0px 0px;
	float: left;
	height: 26px;
	width: 655px;
	text-indent: -9999px;
	background: url(../../images/newstitle.jpg) no-repeat;
}
#newsListBtn a{
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 18px;
	width: 90px;
	text-indent: -9999px;
	background: url(../../images/bt_newslist.jpg) no-repeat;
}
#newsRSS a{
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 18px;
	width: 44px;
	text-indent: -9999px;
	background: url(../../images/bt_rss.jpg) no-repeat;
}
#newList {
	float: left;
	width: 663px;	
}
#newList th {
	font-weight: normal;
	background: url(../../images/i_arw.gif) no-repeat 5px 10px;
	text-indent: 10px;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}
#newList td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	line-height: normal;
}

/*bnr2*/
#topSide {
	float:right;
	width:229px;
}
#bnr2 {
	width:229px;
	margin: 0px;
	padding: 0px;
	line-height:0;
}
#bnrBtm {
	width:229px;
	height:230px;
	margin: 0px;
	padding: 0px;
	line-height:0;
}
#bnr2 a {
	display: block;
	width: 214px;
	text-indent: -9999px;
	line-height:0;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bnr2 a#bnrStock{
	height: 75px;
	background-image: url(../../images/bnr_side1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bnr2 a#bnrStory{
	height: 75px;
	background: url(../../images/bnr_side2.jpg) no-repeat 7px 7px;
}
#bnr2 a#bnrMgz{
	height: 46px;
	background: url(../../images/bnr_side3.jpg) no-repeat 7px 7px;
}
#bnr2 a#bnrJASDAQ{
	height: 40px;
	background-image: url(../images/bnr_jasdaq.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #CCC;
	width: 200px;
}
#bnr2 a#bnrRate{
	height: 53px;
	background-image: url(../images/bnr_stock.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bnr2 a#bnrMobile{
	height: 53px;
	margin-top: 5px;
	background-image: url(../images/bnr_mob.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/*bnr3*/
#bnr3 {
	display: block;
	width:222px;
	float: right;
	margin: 0px;
	padding: 0px 7px 0px 0px;
	line-height:0;
}
#bnr3 a {
	display: block;
	margin: 7px 0px 0px;
	padding: 0px;
	float: right;
	width: 207px;
	text-indent: -9999px;
	line-height:0;
	border: 1px solid #CCC;
}


/* コンテンツページ（共通）
	----------------------------------------------------------*/
#Content {
	padding: 10px 16px 17px 17px;
	float: left;
	width: 917px;
	background: #FFF;
}
#Content #main-block {
	float: left;
	width: 665px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#Content .mainTxt {
	margin: 0px;
	padding: 0px 0px 10px 20px;
	float: left;
	width: 620px;
}
#Content h1 {
	display:block;
	margin: 0px 0px 17px;
	padding: 0px;
	float: left;
	height: 41px;
	width: 664px;
	line-height: 0;
	text-indent: -9999px;
}


h1.title011 { background: url(../../gaiyou/images/title011.gif); }
h1.title012 { background: url(../../gaiyou/images/title012.gif); }
h1.title013 { background: url(../../gaiyou/images/title013.gif); }
h1.title014 { background: url(../../gaiyou/images/title014.gif); }
h1.title015 { background: url(../../gaiyou/images/title015.gif); }
h1.title016 { background: url(../../gaiyou/images/title016.gif); }

h1.title100 { background: url(../images/h1_100.jpg);
width:654px !important;
height:170px !important;
} /* 100610修正 */

h1.title200 { background: url(../images/h1_200.jpg);
width:654px !important;
height:170px !important;
} /* 100610修正 */

h1.title201 { background: url(../images/h1_201.jpg); 
width:654px !important;
height:170px !important;
} /* 100611修正 */

h1.title202 { background: url(../images/h1_202.jpg); 
width:654px !important;
height:170px !important;
} /* 100611修正 */

h1.title203 { background: url(../images/h1_203.jpg); 
width:654px !important;
height:170px !important;
} /* 100611修正 */

h1.title204 { background: url(../images/h1_204.jpg); 
width:654px !important;
height:170px !important;
} /* 100611修正 */

h1.title301 { background: url(../images/title301.jpg); }
h1.title302 { background: url(../images/title302.jpg); }
h1.title300 { background: url(../images/title300.jpg); }
h1.title301 { background: url(../images/title301.jpg); }
h1.title302 { background: url(../images/title302.jpg); }
h1.title302_1 { background: url(../images/title302_1.jpg); }
h1.title302_2 { background: url(../images/title302_2.jpg); }
h1.title302_3 { background: url(../images/title302_3.jpg); }
h1.title302_4 { background: url(../images/title302_4.jpg); }
h1.title303 { background: url(../images/title303.jpg); }
h1.title304 { background: url(../images/title304.jpg); }
h1.title304_1 { background: url(../images/title304_1.jpg); }
h1.title304_2 { background: url(../images/title304_2.jpg); }
h1.title304_3 { background: url(../images/title304_3.jpg); }
h1.title304_4 { background: url(../images/title304_4.jpg); }
h1.title304_5 { background: url(../images/title304_5.jpg); }
h1.title305 { background: url(../images/title305.jpg); }
h1.title305_1 { background: url(../images/title305_1.jpg); }
h1.title305_2 { background: url(../images/title305_2.jpg); }
h1.title305_3 { background: url(../images/title305_3.jpg); }
h1.title305_4 { background: url(../images/title305_4.jpg); }
h1.title305_5 { background: url(../images/title305_5.jpg); }
h1.title306 { background: url(../images/title306.jpg); }
h1.title307 { background: url(../images/title307.jpg); }
h1.title308 { background: url(../images/title308.jpg); }
h1.title309 { background: url(../images/title309.jpg); }
h1.title310 { background: url(../images/title310.jpg); }
h1.title311 { background: url(../images/title311.jpg); }
h1.title312 { background-image: url(../../news/image/title301.jpg); }
h1.title313 { background-image: url(../../news/image/title300.jpg); }
h1.title314 { background: url(../images/title312.jpg); }

h1.title400 { background: url(../images/title400.jpg); }
h1.title400_1 { background: url(../images/title401.jpg); }
h1.title400_2 { background: url(../images/title402.jpg); }
h1.title400_3 { background: url(../images/title403.jpg); }

h1.title500 { background: url(../images/title500.jpg); }
h1.title600 { background: url(../images/title600.jpg); }
h1.title700 { background: url(../images/title700.jpg); }
h1.title800 { background: url(../images/title800.jpg); }
h1.title900 { background: url(../images/title900.jpg); }

#Content h2 {
	display:block;
	float: left;
	height: 30px;
	width: 654px;
	background: url(../images/h2_bg.jpg) no-repeat;
	font-size: 120%;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Content h3 {
	font-size:110%;
	display:block;
	height: 31px;
	width: 613px;
	color: #06C;
	clear: both;
	background-image: url(../images/h3_bg.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#Content h4 {
	font-size:110%;
	display:block;
	width: 633px;
	margin: 0px 0px 10px;
	padding: 3px 0px 0px 0px;
}

.mainTxt ul,
.mainTxt ol{
	display: block;
	padding: 0px 0px 0px 18px;
	width:600px;
}

.mainTxt p {
	width:600px;
	padding: 0px 0px 12px 0px;
}

.mainTxt li {
	background: url(../../images/i_arw.gif) no-repeat left 4px;
	display: block;
	padding: 0px 0px 0px 12px;
}
.mainTxt li.list2 {
	background: url(../../images/i_arw4.gif) no-repeat 12px 4px;
	display: block;
	padding: 0px 0px 0px 24px;
}
.mainTxt #mainTxtfig {
	float: left;
	padding: 0px;
	width: 320px;
}
#mainTxtfig table{
	width:305px;
	float: right;
}
#mainTxtfig th{
	color: #FFF;
	background: #5AA4FF;
	text-align: left;
	font-size: 110%;
	padding: 5px;
}
#mainTxtfig td{
	text-align: left;
	font-size: 100%;
	padding: 10px 10px 10px 20px;
	background: #EDEDED;
}
#baseTable {
	float: left;
	width: 620px;
}
#baseTable th{
	font-weight: bold;
	text-align: left;
	padding: 2px;
	border-bottom: 1px dotted #CCC;
	vertical-align: top;
}
#baseTable td{
	text-align: left;
	padding: 2px;
	border-bottom: 1px dotted #CCC;
	vertical-align: top;
}
#baseTable2 {
	float: left;
	width: 620px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#baseTable2 th{
	font-size:90%;
	font-weight: normal;
	padding: 2px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	color: #FFF;
	background: #5AA4FF;
}
#baseTable2 td{
	font-size:90%;
	text-align: right;
	padding: 2px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#baseTable2 tr.cellGray,
#baseTable2 td.cellGray {
	background: #E5E5E5;
	font-weight: bold;
}
#Content #select {
	float: left;
	height: 30px;
	width: 654px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#Content #main-block #newsimg {
	margin-top: 20px;
	margin-left: 20px;
}
#Content #main-block #newsimg img {
	margin-left: 30px;
}
#Content #main-block #pdf {
	background-image: url(../../news/image/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 120px;
	margin-top: 20px;
	margin-left: 20px;
}
#Content #main-block #word {
	background-image: url(../../news/image/icon_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 120px;
	margin-top: 20px;
	margin-left: 20px;
}
#Content #main-block #excel {
	background-image: url(../../news/image/icon_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 120px;
	margin-top: 20px;
	margin-left: 20px;
}
#Content #main-block #powerp {
	background-image: url(../../news/image/icon_04.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 120px;
	margin-top: 20px;
	margin-left: 20px;
}




#Content #main-block #subnav {
	float: left;
	width: 665px;
}




/* ページトップへ
	---------------------------------------------*/
#pagetop {
	width: 100%;
	float:right;
	text-align: right;
	display: block;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* フッター
	---------------------------------------------*/
#footer {
	font-size: 80%;
	clear: both;
	width: 936px;
	margin: 0px;
	background: #FFF;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#footer #copyright {
	float:left;
	width: 936px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #1D54A8;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.copy {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
.g_text_box {
	height: 16px;
	width: 100px;
	float: left;
	margin-right: 5px;
}
