/* 
Theme Name: MTI WEB
Version: 1.0
Description:MTI WEB is a 2-column fixed with wordpress theme, with Custom Header Image, based on <a href="http://wpthemeland.com" title="WP Theme Land">WP Theme Land</a>.
Author: Satoshi Shibata
Author URI: http://ud-c.com/
*/
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:90%;
	font-family: Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.4em;
	background:url(img/bk.gif);
}

h1, h2, h3,h4,h5,h6 {
	letter-spacing: 0.09em;
	line-height:1.6em;
}
li 
{
	padding:0.3em 0;
	margin:0;
}
blockquote{
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 15px;
}
/*お問い合わせのレイアウト*/
.contactus{
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 15px;
}

abbr 
{
	border-bottom:#000 1px solid;
}
	
img {
	margin: 0;
	padding: 0;
	border: 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
a 
{
	text-decoration:none;
	border:none;
	background:transparent;
}
a:link
{ 
	color:#3366CC;
}
a:visited
{ 
	/*color:#3366CC;*/
	color:#990066;
}
a:hover, a:active 
{ 
	color:#FC8604;
	/*border-bottom:#ffbf00 1px solid;*/
	text-decoration: underline;
} 
#rap 
{
	margin:0 auto;
	padding:0;
	width:900px;
	text-align:left;	
	background:#fff;
	font-size:90%;
	border:#ccc 1px solid;
}
ul#menu {
	list-style:none;
	margin:0 auto;	
	padding:0;
	/*メニューの背景*/
	/*background:#f5f5f5;*/
	/*メニューの高さ*/
	height:40px;
	line-height:40px;
	/*メニューの下の横線*/
	border-bottom:#ccc 1px solid;
	font-size:1em;	
	text-transform:uppercase;

	/*メニューの背景色*/
	width:900px;
	/*background:#FFF url(img/topbck.gif) repeat;*/
	background:#99CC33 url(img/topbck.gif) repeat;
}
ul#menu li
{
	float:left;
	margin:0;
	padding:0;
	list-style:none;  
	background:none;
	/*メニュー文字の字間を狭くする*/
	letter-spacing:-0.03em;
}	
ul#menu li a
{
	display:block;
	padding:0 18px;
	border:none;  

	/*メニュー文字色*/
	/*color:#666;*/
	color:#fff;

	/*メニュー左の矢印画像:以下の背景色の画像変更も忘れずに*/
	background:url(img/arrow.gif) no-repeat left;
}	
ul#menu li a:hover,ul#menu li a:active,ul#menu li.current_page_item a
{
	/*メニューを選択したときの背景色*/
	/*background:#ccc url(img/arrow.gif) no-repeat left;*/
	background:url(img/topbck3.gif) no-repeat left;

	/*メニュー文字色（選択時）*/
	/*color:#333;*/
	color:#fff;
	text-decoration: none;
}
ul#menu li.feed
{
	float:right;	
}
ul#menu li.feed a
{
	background:url(img/feed.gif) no-repeat left;
}
ul#menu li.feed a:hover
{
	text-decoration:underline;
}

/*English メニュー表示*/
ul#menu li.english
{
	float:right;	
}
ul#menu li.english a
{
	/*English左のアイコン消去*/
	background:#FFF url(img/topbck.gif) repeat;
}
ul#menu li.english a:hover
{
	text-decoration:underline;
}

#header {
	margin:0;
	padding:0;
	width:900px;
	height:160px;
	background:#fff url(img/header.jpg) no-repeat center;
}
#header h1 {
	margin:0;
	padding: 10px 0 0 15px;
	font-weight:normal;
	font-size:2em;
	font-variant:small-caps;
}
#header h2 {
	margin:0;
	padding: 0 0 0 15px;
	font-weight:normal;
	font-size:1em;
}
#header * 
{
	color:#ffe;
}
#content {
	float: right;
	margin:5px;
	/*コンテンツエリアの横幅*/
	/*padding: 0 20px 0 10px;*/
	padding: 0 10px 0 10px;
	/*width: 600px;*/
	width: 630px;
	color: #666;
	text-align: left;
	background:#fff;
}
#sidebar {
	float:left;
	margin:0;
	/*サイドバーの左からの距離*/
	padding:0px;
	width:230px;
	/*サイドバーの右の縦線*/
	border-right:#dcc 0px solid;
	font-size:1em;
}	
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul ul, #sidebar form, #sidebar .textwidget {
	/*サイドバー文章の上下左右マージン調整*/
	margin:0;
	/*1行目の1文字分左へ*/
	text-indent:-1em; 
	/*タイトルの行間調整へ*/
	line-height:1.2em; 
}
#sidebar li {
	margin:0;
	padding:2px 0;
	border-bottom:1px solid #ccc;
}
#sidebar li li {
	margin:0;
	/*サイドバー文章の上下左右余白調整*/
	padding:4px 1.2em;
	border-bottom:0px solid #ccc;
}
#sidebar h2 {
	/*見出しの上下左右の行間調整*/
	margin:0;
	padding:0 1em;
	font-size:1em;
	letter-spacing: 0.09em;
	font-weight: bold;
	/*サイドバー見出しの色*/
	color: #ffffff;
}
#sidebar h2 a {
	/*サイドバー見出し（リンク付）の色*/
	color: #fff;
	text-transform:uppercase;
	/*サイドバー見出しのアイコン*/
	background:url(img/infoicon.gif) no-repeat left;
	padding:0 1em;
}
#sidebar h2 a:hover{
	/*サイドバー見出し（マウスオーバーした時）の色*/
	color: #FFCC66;
	text-transform:uppercase;
	background:url(img/infoicon.gif) no-repeat left;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */

#content h2 {
	font-size:1.6em;
	font-weight:normal;	
}
#content h3 {
	font-size:1.2em;
	font-weight:700;
	/*字間の設定*/
	letter-spacing:-0.02em;	
}
#content h4 {
	font-size:1em;
	font-weight:700;
	/*字間の設定*/
	letter-spacing:0;	
}
#content .post 
{
	padding-bottom:2em;
}
#content p {
	margin:0 0 10px;
	line-height:1.7em;
}
.posted {
	margin: 15px 0;
	padding:2px;
	color: #666;
	/*background:url(img/topbg.gif) repeat-x top;*/
	background: #E7F2E2;
} 
#content ul li {
	line-height: 120%;
	/*background:transparent url(img/simplearrow.png) left top no-repeat;*/
	margin:5px 0px;
	padding:0 1.1em;	
	/*list-style:none;*/
}
#content Ol li {
	line-height: 120%;
	margin:5px 0px;	
}
hr 
{
	/*display:none;*/
}
#comments, #respond{
	margin-bottom: 1em;
	margin-top: 2em;
}
.commentlist 
{
	margin:10px;
	padding:10px 20px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
.commentlist {
	margin: 0;
	padding: 0;
	border-top:#dcc 1px solid;
}
.commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;	
	border-bottom:#dcc 1px solid;
}
.commentlist li .cmtinfo 
{
	font-size:1em;		
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
	border-bottom:#ccc 3px double;
}
.commentlist li em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
.commentlist .alt {
	background:#f2f2e9;
}
input.textbox, textarea
{
	/*検索フォームの色と大きさ*/
	background:#fff;
	border:#ccc 1px solid;
	width:65%;
}
textarea 
{
	width:80%;
}
#header, #content, #sidebar, #footer, .widget
{
	overflow:hidden;
}
/*サイドバーの背景画像*/
.widget{
	background:#FFF url(img/topbck2.gif) repeat-x;
	margin-bottom: 0px;
	width: 100%;
	background-color: #f5f5f5;
	border: 5px solid #ffffff;
	padding: 0px;
	padding-top: 0px;
}
/*ニュースリリースのテーブル設定*/
.table_release
{
	border:#ccc 1px solid; 
	border-collapse: collapse;
}
.table_release td
{
         padding: 4px;
}
/*検索フォームのデザイン*/
div#search{
	width:230px;
	padding:2px 0px 0px 0px;
	margin:0;
	background:url(img/search_bk.jpg) repeat-x;
}
div#search input{
	margin:0;
	padding:3px 0 3px 0;
	font-size:1.2em;
	vertical-align:middle;
}

/*スマホ用はこちらのデザイン*/
div#smartphone{
	/*width:230px;*/
	/*padding:2px 0px 0px 1em;*/
	/*margin:0;*/
	background:#F6F6F6;
	/*text-align:left;*/
}

/* トップページサイト紹介 */
div#site-prof {
	width:605px;
	margin:0px 0 0 15px;
	background:url(/wp-content/uploads/home/common/top_waku_a_bk.gif) repeat-y;
}
div#site-prof h1.sitename{
	padding:15px 20px 0;
	background: url(/wp-content/uploads/home/common/top_waku_a_t.gif) no-repeat;
	font-size:105%;
	font-weight:bold;
}
div#site-prof div.text{
	padding:0px 20px 0px;
	font-size:100%;
	line-height:1.3;
}
div#site-prof h1.sitename img{
	vertical-align:middle;
	margin-right:5px;
}
div#site-prof div.main-image{
	float:left;
	width:230px;
	padding-left:20px;
}
div#site-prof div.text-block{
	float:right;
	width:300px;
	padding:0px 20px 10px;
	font-size:100%;
	line-height:1.3;
}
div#site-prof div.text-block img{
	float:left;
	padding:10px 10px 0 0;

}
div#site-prof div.btm {
	clear:both;
}
/* 最新投資家情報 */
div#news-stock {
	width:605px;
	margin:-10px 0 0 15px;
	background:url(/wp-content/uploads/home/common/top_waku_b_bk.gif) repeat-y;
	line-height:0.5em;
}
div#news-stock .t4{
	background:url(/wp-content/uploads/home/common/top_waku_b_bk.gif) repeat-y;
	line-height:30px;
	font-weight:700;
	letter-spacing:0.09em;
	margin:0 0 0 0px;
}
div#news-stock h2{
	margin:5px 15px 10px 10px;
	padding-bottom:2px;
	font-size:160%;
	color:#8a8a8a;
	border-bottom:1px #CCCCCC solid;
}
div#news-stock div.left-block{
	float:left;
	padding-left:15px;
	width:270px;
	font-size:85%;
	line-height:0.1em;
}
div#news-stock div.right-block{
	margin-left:300px;
	width:270px;
	font-size:85%;
	line-height:0.1em;
}
div#news-stock div.left-block img.icon,
div#news-stock div.right-block img.icon{
	float:left;
	margin-right:15px;
}
div#news-stock div.left-block h3,
div#news-stock div.right-block h3{
	font-size:110%;
	font-weight:normal;
	margin:0 0 2px 0;
	padding:0;
	line-height:0.1em;
	letter-spacing:0.1em;
}
div.news-stock-ft {
	clear:both;
}
/* IRコンテンツタブ */
div#irtab {
	width:605px;
	margin:15px 0 0 15px;
	background:url(/wp-content/uploads/home/common/top_waku_b_bk.gif) repeat-y;
	line-height:1.2em
}
/* IR情報 */
.subt01 {
	background:#fff url(/wp-content/uploads/ir/ir_bg01.gif) no-repeat left ;
}

/* 会社情報 */
div#corp-info {
	width:605px;
	margin:15px 0 0 15px;
	background:url(/wp-content/uploads/home/common/top_waku_b_bk.gif) repeat-y;
}
div#corp-info h2{
	margin:5px 15px 10px 10px;
	padding-bottom:2px;
	font-size:160%;
	color:#8a8a8a;
	border-bottom:1px #CCCCCC solid;
}
div#corp-info ul{
	margin:5px 15px 0px 15px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	font-size:100%;
}
div#corp-info li{
	float:left;
	background:url(/wp-content/uploads/home/common/link_ac.gif) 0 3px no-repeat;
	margin-right:15px;
	padding-left:15px;
}
div.corp-info-ft {
	clear:both;
}
/*ニュースリリース*/
div#newsrelease li{
	/*float:left;*/
	background:url(/wp-content/uploads/home/common/link_ac.gif) 0 5px no-repeat;
	margin-right:15px;
	padding-left:15px;
}
div#newsrelease {
	width:605px;
	margin:15px 0 0 15px;
	background:url(/wp-content/uploads/home/common/top_waku_b_bk.gif) repeat-y;
}
div#newsrelease h2{
	margin:5px 15px 10px 10px;
	padding-bottom:2px;
	font-size:160%;
	color:#8a8a8a;
	border-bottom:1px #CCCCCC solid;
}
div#newsrelease ul{
	margin:5px 15px 0px 15px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	font-size:100%;
}
/*What's New*/
div#whatsnew li{
	/*float:left;*/
	background:url(/wp-content/uploads/home/common/whatsnew_link_ac.gif) 0 0px no-repeat;
	margin-right:15px;
	padding-left:35px;
}
div#whatsnew {
	width:605px;
	margin:15px 0 0 15px;
	background:url(/wp-content/uploads/home/common/top_waku_b_bk.gif) repeat-y;
}
div#whatsnew h2{
	margin:5px 15px 10px 10px;
	padding-bottom:2px;
	font-size:110%;
	color:#FF9933;
	border-bottom:1px #CCCCCC solid;
}
div#whatsnew ul{
	margin:5px 15px 0px 15px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	font-size:100%;
}
/*運営サイト*/
div#mtisites li{
	/*float:left;*/
	margin-right:15px;
	padding-left:5px;
}
div#mtisites {
	width:605px;
	margin:5px 0 10px 15px;
	background:url(/wp-content/uploads/home/common/top_waku_b_bk.gif) repeat-y;
}
div#mtisites h2{
	margin:5px 15px 10px 10px;
	padding-bottom:2px;
	font-size:110%;
	color:#FF9933;
	border-bottom:1px #CCCCCC solid;
}
div#mtisites ul{
	margin:5px 15px 0px 15px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	font-size:100%;
}
/* フッタ */
div#footer {
	clear:both;
	padding:10px 15px;
	background-color:#202020;
	font-size:95%;
	color:#CCCCCC;
}
div#footer div#flink{
	/*float:left;*/
	text-align:center;
	padding-bottom:5px;
}
div#footer div#flink a{
	color:#CCCCCC;
	text-decoration:none;
}
div#footer div#flink a:hover{
	color:#ffbf00;
	text-decoration: underline;
}
div#footer div#copyright{
	/*float:right;*/
	text-align:center;
}
div#footer div#copyright a{
	color:#CCCCCC;
	text-decoration:none;
}
div#footer div#copyright a:hover{
	color:#ffbf00;
	text-decoration: underline;
}
*html div#footer  {
	height:1%;
}
html>body div#footer  {
	height:1%;
}
div#footer:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* 基本設定 */

*html div#container  {
	height:1%;
}
html>body div#container  {
	height:1%;
}
div#container:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
span.linktext {
	padding:10px 0;
	font-size:80%;
}
img.linkac {
	vertical-align:middle;
	padding-right:5px;
}
/* ページトップ */
div.ptop {
	clear:both;
	text-align:right;
	padding:10px 15px;
	border:0;
}
/* IRメニューへ*/
div.irmenu {
	clear:both;
	text-align:right;
	padding:10px 15px 0px;
	border:0;
}
/* パンくずリスト*/
.breadcrumb
{
	color: #666;
	margin: 0;
	padding: 2px 0;
	position: relative;
	background:url(img/breadcrumbbg.gif) repeat-x top;
}
/* IRメニュー用パンくずリスト*/
.irbreadcrumb
{
	color: #666;
	margin: -15px 0 0;
	padding: 2px 10px;
	position: relative;
	/*background:url(img/breadcrumbbg.gif) repeat-x top;*/
}
/*ブログタイトル*/
.post h2 a {
	font-size: 60%;
	line-height:1em;
	margin-bottom:0;
}
/* タイトル設定 */
div .t3 {
	text-indent:5px;
	border-top:#339933 1px solid; 
	background-color:#E7F2E2;
	line-height:30px;
	font-weight:700;
	margin:15px 2px 15px 5px;
	font-size: 110%;
}
div .t4 {
	background:#fff url(/wp-content/uploads/ir/ir_bg01.gif) no-repeat left;
	vertical-align:middle;
	padding-left:10px;
	margin:15px 0px 0px 5px;
	line-height:30px;
	font-weight:700;
	letter-spacing:0.09em;
}
div .t5 {
	background:#fff url(/wp-content/uploads/home/common/t5_ac.gif) no-repeat left;
	vertical-align:middle;
	padding-left:10px;
	margin:15px 10px 15px 10px;
	line-height:30px;
	font-weight:700;
	letter-spacing:0.09em;
	border-bottom:1px #CCCCCC solid;
}
/* 投資家向情報 */
div#ir-contents {
	width:630px;
}
div#ir-contents p{
	margin:0 0 15px 0;
	padding:0;
}
div#ir-contents div#ir-2block div#new-release{
	float:left;
	width:407px;
	font-size:90%;
}
div#ir-contents div#ir-2block div#new-release h2{
	margin:0 0 10px 0;
	padding:0;	
}
div#ir-contents div#ir-2block div#new-release div#new-account p {
	margin-bottom:5px;
}
div#ir-contents div#ir-2block div#new-release div#new-account ul {
	margin:0px;
}
div#ir-contents div#ir-2block div#new-release div#new-account li {
	background:url(/wp-content/uploads/home/common/link_ac.gif) 0 5px no-repeat;
	padding-left:15px;
}
div#ir-contents div#ir-2block div#irrelease {
	margin:5px 0;
}
div#ir-contents div#ir-2block div#irrelease table{
	margin:0 0 10px 0;
}

div#ir-contents div#ir-2block div#irrelease td,th{
	vertical-align:top;
	line-height:1.2;
}
div#ir-contents div#ir-2block div#irrelease td.line{
	padding:0;
}

div#ir-contents div#ir-2block div#irrelease th{
	white-space: nowrap;
	font-weight:normal;
}
div#ir-contents div#ir-2block div#recommend{
	float:right;
	width:202px;
	background:url(/wp-content/uploads/ir/ir_recommend_bk.gif) repeat-y;
	margin-top:5px
}
div#ir-contents div#ir-2block div#recommend div.top3{
	clear:both;
	margin:0 10px 10px 10px;
}
*html div#ir-contents div#ir-2block div#recommend div.top3  {
	height:1%;
}

html>body div#ir-contents div#ir-2block div#recommend div.top3  {
	height:1%;
}
div#ir-contents div#ir-2block div#recommend div.top3:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
div#ir-contents div#ir-2block div#recommend div.top3 img.icon{
	display:block;
	float:left;
	margin-right:5px;
}
div#ir-contents div#ir-2block div#recommend div.top3 div{
	float:right;
	width:127px;
	font-size:90%;
}
div#ir-contents div#ir-2block div#recommend div.top3 div span{
	display:block;
	font-size:85%;
}
div#ir-contents div#ir-2block div#recommend ul#recommend{
	clear:both;
	margin:10px 0 0 10px;
	font-size:90%;
	list-style-type:none;
	list-style-position:outside;
}
div#ir-contents div#ir-2block div#recommend ul#recommend li {
	background:url(/wp-content/uploads/home/common/link_ac.gif) 0 5px no-repeat;
	padding-left:15px;
	list-style-type:none;
	list-style-position:outside;
}
div#ir-contents div#ir-menu {
	clear:both;
}
*html div#ir-contents div#ir-menu  {
	height:1%;
}
html>body div#ir-contents div#ir-menu {
	height:1%;
}
div#ir-contents div#ir-menu:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
div#ir-contents div#ir-menu h3{
	padding:0;
	background-image:none;
	border:none;
	margin-top:0px;
	margin-bottom:10px;
}
div#ir-contents div#ir-menu div.menublock{
	width:150px;
	float: left;
	margin-right:10px;
	letter-spacing:-0.04em;
}
div#ir-contents div#ir-menu div.menublock-last{
	width:150px;
	float: left;
	margin-right:0;
	letter-spacing:-0.04em;
}
div#ir-contents div#ir-menu ul{
	margin:0px;
	padding-left:15px;
}
div#ir-contents div#ir-menu li{
	margin-left:7px;
	line-height:1em;
	font-size:90%;
}

div#ir-contents div.line-l{
	clear:both;
	margin:15px 0 10px 0;
}

div#ir-contents p#ir-ftmenu{
	font-size:90%;
}

div#ir-contents p#ir-ftmenu img{
	margin-left:10px;
}
/*関連するリリース*/
div .st-related-posts {
	list-style:none;
	margin:0 0 0 2px;
	padding:0px;
}
/*サイトマップ*/
.ddsg-wrapper ul, .ddsg-wrapper ul li{
	list-style:none;
	margin:0;	
	padding:0 5px;
}
.ddsg-wrapper ul li{
	border-top:#CCFFCC 1px solid; 
	background-color:#f5f5f5;
	width:95%;
	/*line-height:30px;*/
	/*font-weight:700;*/
	/*margin:15px 2px 15px 5px;*/
	/*font-size: 110%;*/
}
/*タブ形式の場合リストをOFF*/
.postTabs_divs ul li{
	list-style:none;
	margin:0;
	padding:0;
	border-top:#CCFFCC 1px solid; 
	background-color:#f5f5f5;
	width:95%;
}
/*---------------------------------------------------
採用ベーシック版用
---------------------------------------------------*/
#contents2nd {
	padding: 0;
}
#contents2nd p{
	padding: 0 25px;
}
div#contents2nd .t4 {
	background:#fff url(/wp-content/uploads/ir/ir_bg01.gif) no-repeat left;
	vertical-align:middle;
	padding-left:10px;
	margin:15px 0px 0px 15px;
	line-height:30px;
	font-weight:700;
	letter-spacing:0.09em;
}
/*よくあるご質問ページ用*/
#contents ul{
	list-style:none;
}
#contents ul.ulParent {
	margin: 12px 0px 36px 0px;
}
#contents ul.ulParent li {
	font-weight: bold;
}

#contents ul.ulChild {
	/*margin: 2px 0px 12px 16px;*/
	margin: 2px 0px 12px 0px;
}
#contents ul.ulChild li {
	margin: 1px 0px 1px 0px;
	/*font-size: 12px;*/
	font-weight: normal;
	line-height:20px;
}
/*IRメニューの見出しの色指定*/
#irmenucolor h5 {
	/*見出しの上下左右の行間調整*/
	margin:0;
	padding:0;
	font-size:1em;
	font-weight: bold;
	/*サイドバー見出しの色*/
	color: #ffffff;
}
#irmenucolor h5 a {
	/*サイドバー見出し（リンク付）の色*/
	color: #fff;
	text-transform:uppercase;
}
#irmenucolor h5 a:hover {
	/*サイドバー見出し（マウスオーバーした時）の色*/
	color: #FFCC66;
	text-transform:uppercase;
}
