/*////////////////////////////////////////

 初期化設定

/////////////////////////////////////// */

*{
	margin:0;
	padding:0;
	border:0px;/*FireFoxでhrが非表示になる*/
	background-color:transparent;/*背景色無色*/
	font-size:100%;/*フォントサイズ*/
	font-weight:normal;/*フォント強弱無効*/
	font-style:normal;/*フォントスタイル無効*/
	text-decoration:none;/*フォント総力無効*/
}

/*////////////////////////////////////////

 ボディ設定

/////////////////////////////////////// */

body {
	background-image: url(http://www.itri.co.jp/common/img/bg.gif);/*背景画像*/
	background-repeat:repeat-x;/*背景画像繰り返し方法*/
	background-color:#FFFFFF;/*背景色*/
	color:#454545;/*フォント色*/
	font-size:12px;/*フォントサイズ*/
	text-align:center;/*ページ位置*/
}



/*////////////////////////////////////////

 h1キーワード設定

/////////////////////////////////////// */

h1 {
	background-color:#CCCCCC;
	line-height:18px;
	color:#FFFFFF;
	font-size:10px;
}

/*////////////////////////////////////////

 ベース設定

/////////////////////////////////////// */

div#container {
	background-image: url(http://www.itri.co.jp/common/img/container_bg.gif);/*ページ背景画像*/
	background-repeat: repeat-x;
	background-color:#BAD6FE;
	margin:0 auto;
	padding-bottom:5px;
	width:100%;
}
/*////////////////////////////////////////

 お問合せ設定

/////////////////////////////////////// */
html>body div#submenu {
	width:193px;
	margin:4px 0 0 9px;
	float:left;
}
#submenu {
	width:193px;
	margin:4px 0 0 5px;
	float:left;
}




/*////////////////////////////////////////

 クリア設定

/////////////////////////////////////// */

.clear {
	clear:both;
}


/*////////////////////////////////////////

 コンテンツベーストップ設定

/////////////////////////////////////// */

#contentsBase_top {
	background-image: url(http://www.itri.co.jp/common/img/contents_base_top.gif);
	background-repeat:no-repeat;
	width:801px;
	height:5px;
	margin:0 auto;
}

/*////////////////////////////////////////

 コンテンツベース設定

/////////////////////////////////////// */

#contentsBase {
	background-image: url(http://www.itri.co.jp/common/img/contents_base_bg.gif);
	background-repeat:repeat-y;
	width:801px;
	margin:0 auto;
}

/*////////////////////////////////////////

 コンテンツベーストップ設定

/////////////////////////////////////// */

#contentsBase_bottom {
	background-image: url(http://www.itri.co.jp/common/img/contents_base_bottom.gif);
	background-repeat:no-repeat;
	width:801px;
	height:5px;
	margin:0 auto;
}



/*////////////////////////////////////////

 お問合せ設定

/////////////////////////////////////// */

.subinq {
	margin-bottom:5px;
}


/*////////////////////////////////////////

 お問合せ設定

/////////////////////////////////////// */
#underMenuBase {
	background-color:#BAD6FE;
	margin:0 auto;
	width:100%;
}
#underMenu {
	width:789px;
	margin:5px auto 0 auto;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	text-align:right;
	padding:12px 10px 12px 0;
	line-height:180%;
}

#underMenu a {
	color:#666666;
	text-decoration: none;
}
#underMenu a:hover {
	color:#3D9CC9;
	text-decoration: underline;
}
/*////////////////////////////////////////

 ボールド設定

/////////////////////////////////////// */
.bold {
	font-weight:bold;
}
/*////////////////////////////////////////

 青テキスト設定

/////////////////////////////////////// */
.txtB {
	color:#0066CC;
}
/*////////////////////////////////////////

 赤テキスト設定

/////////////////////////////////////// */
.txtR {
	color:#FF0000;
}

/*////////////////////////////////////////

 下のお問い合わせボタン設定

/////////////////////////////////////// */
html>body div.underinq {
	float:left;
	margin:15px 0 15px 45px;
}
.underinq {
	float:left;
	margin:15px 0 15px 25px;
}
html>body div.underinq2 {
	float:right;
	margin:15px 45px 15px 0;
}
.underinq2 {
	float:right;
	margin:15px 25px 15px 0;
}

/*////////////////////////////////////////

 テキストボックスベース（枠）設定

/////////////////////////////////////// */
.boxBase {
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
	padding:7px;
	margin:15px 11px 25px 11px;
}

/*////////////////////////////////////////

 テキストボックス設定

/////////////////////////////////////// */
.txtBox {
	background-color:#FFFFFF;
	padding:10px;
	line-height:150%;
}



/*////////////////////////////////////////

 header設定

/////////////////////////////////////// */

#header {
	width:801px;
	height:61px;
	margin:0 auto;
}

.logo {
	width:147px;
	height:47px;
	float:left;
	margin:8px 0 0 20px;
}


.tel {
	width:156px;
	height:32px;
	float:right;
	margin:16px 9px 0 ;
}




/*////////////////////////////////////////

 footer設定

/////////////////////////////////////// */

#footerBase {
	background-image: url(../img/footer_bg.gif);
	background-repeat:repeat-x;
	background-color:#EFEFEF;
	width:100%;
}

#footer {
	color:#CCCCCC;
	width:777px;
	margin:0 auto;
	text-align:left;
	padding:20px 12px;
}

#footer a {
	color:#CCCCCC;
	width:777px;
	margin:0 auto;
}

#footer a:hover {
	color:#CCCCCC;
	width:777px;
	margin:0 auto;
}




/*////////////////////////////////////////

 menu設定

/////////////////////////////////////// */

#menuBase {
	background-image: url(http://www.itri.co.jp/common/img/menubase_bg.gif);
	background-repeat:repeat-x;
	height:33px;
	width:100%;
	clear:both;
}

#menuBase ul {
	width:801px;
	height:33px;
	margin:0 auto;
	list-style-type:none;
}

/*////////////////////////////////////////

 メニュー01設定

/////////////////////////////////////// */

#menuBase li.menu01 {
	background-image:url(http://www.itri.co.jp/common/img/menu01.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	float:left;
}
#menuBase li.menu01 a {
	background-image:url(http://www.itri.co.jp/common/img/menu01.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#menuBase li.menu01 a:hover {
	background-image:url(http://www.itri.co.jp/common/img/menu01_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
/*////////////////////////////////////////

 メニュー01ロールオーバー設定

/////////////////////////////////////// */

#menuBase li.menu01_o {
	background-image:url(http://www.itri.co.jp/common/img/menu01_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	float:left;
}
#menuBase li.menu01_o a {
	background-image:url(http://www.itri.co.jp/common/img/menu01_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#menuBase li.menu01_o a:hover {
	background-image:url(http://www.itri.co.jp/common/img/menu01_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
/*////////////////////////////////////////

 メニュー02設定

/////////////////////////////////////// */

#menuBase li.menu02 {
	background-image:url(http://www.itri.co.jp/common/img/menu02.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	float:left;
}
#menuBase li.menu02 a {
	background-image:url(http://www.itri.co.jp/common/img/menu02.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#menuBase li.menu02 a:hover {
	background-image:url(http://www.itri.co.jp/common/img/menu02_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
/*////////////////////////////////////////

 メニュー02ロールオーバー設定

/////////////////////////////////////// */

#menuBase li.menu02_o {
	background-image:url(http://www.itri.co.jp/common/img/menu02_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	float:left;
}
#menuBase li.menu02_o a {
	background-image:url(http://www.itri.co.jp/common/img/menu02_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#menuBase li.menu02_o a:hover {
	background-image:url(http://www.itri.co.jp/common/img/menu02_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
/*////////////////////////////////////////

 メニュー03設定

/////////////////////////////////////// */

#menuBase li.menu03 {
	background-image:url(http://www.itri.co.jp/common/img/menu03.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	float:left;
}
#menuBase li.menu03 a {
	background-image:url(http://www.itri.co.jp/common/img/menu03.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#menuBase li.menu03 a:hover {
	background-image:url(http://www.itri.co.jp/common/img/menu03_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
/*////////////////////////////////////////

 メニュー03ロールオーバー設定

/////////////////////////////////////// */

#menuBase li.menu03_o {
	background-image:url(http://www.itri.co.jp/common/img/menu03_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	float:left;
}
#menuBase li.menu03_o a {
	background-image:url(http://www.itri.co.jp/common/img/menu03_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#menuBase li.menu03_o a:hover {
	background-image:url(http://www.itri.co.jp/common/img/menu03_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
/*////////////////////////////////////////

 メニュー04設定

/////////////////////////////////////// */

#menuBase li.menu04 {
	background-image:url(http://www.itri.co.jp/common/img/menu04.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	float:left;
}
#menuBase li.menu04 a {
	background-image:url(http://www.itri.co.jp/common/img/menu04.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#menuBase li.menu04 a:hover {
	background-image:url(http://www.itri.co.jp/common/img/menu04_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
/*////////////////////////////////////////

 メニュー04ロールオーバー設定

/////////////////////////////////////// */

#menuBase li.menu04_o {
	background-image:url(http://www.itri.co.jp/common/img/menu04_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	float:left;
}
#menuBase li.menu04_o a {
	background-image:url(http://www.itri.co.jp/common/img/menu04_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#menuBase li.menu04_o a:hover {
	background-image:url(http://www.itri.co.jp/common/img/menu04_o.gif);
	background-repeat:no-repeat;
	width:160px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
/*////////////////////////////////////////

 メニュー05設定

/////////////////////////////////////// */

#menuBase li.menu05 {
	background-image:url(http://www.itri.co.jp/common/img/menu05.gif);
	background-repeat:no-repeat;
	width:161px;
	height:33px;
	float:left;
}
#menuBase li.menu05 a {
	background-image:url(http://www.itri.co.jp/common/img/menu05.gif);
	background-repeat:no-repeat;
	width:161px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#menuBase li.menu05 a:hover {
	background-image:url(http://www.itri.co.jp/common/img/menu05_o.gif);
	background-repeat:no-repeat;
	width:161px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}

/*////////////////////////////////////////

 メニュー05ロールオーバー設定

/////////////////////////////////////// */

#menuBase li.menu05_o {
	background-image:url(http://www.itri.co.jp/common/img/menu05_o.gif);
	background-repeat:no-repeat;
	width:161px;
	height:33px;
	float:left;
}
#menuBase li.menu05_o a {
	background-image:url(http://www.itri.co.jp/common/img/menu05_o.gif);
	background-repeat:no-repeat;
	width:161px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}
#menuBase li.menu05_o a:hover {
	background-image:url(http://www.itri.co.jp/common/img/menu05_o.gif);
	background-repeat:no-repeat;
	width:161px;
	height:33px;
	text-indent:-9999px;
	float:left;
	display:block;
}



/*////////////////////////////////////////

 トップイメージ設定

/////////////////////////////////////// */
.topimg {
	background-image: url(http://www.itri.co.jp/hpcase/img/case_top.jpg);
	background-repeat:no-repeat;
	width:801px;
	height:116px;
	text-indent:-9999px;
	margin:5px auto;
}

/*////////////////////////////////////////

 コンテンツ設定

/////////////////////////////////////// */

#contents {
	width:516px;
	float:left;
	margin:20px 0 0 50px;
	text-align:left;
}

/*////////////////////////////////////////

 サブタイトル設定

/////////////////////////////////////// */

h3 {
	background-image:url(http://www.itri.co.jp/hpcase/img/subtitle_bg.gif);
	background-repeat:no-repeat;
	background-color:#F4FAD8;
	border:1px solid #88C44D;
	width:481px;
	padding-left:30px;
	line-height:250%;
	color:#88C44D;
	font-size:14px;
	font-weight:bold;
}

/*////////////////////////////////////////

 サブメニュータイトル設定

/////////////////////////////////////// */

.submenuTitle {
	background-image: url(http://www.itri.co.jp/hpcase/img/submenu_title.gif);
	background-repeat: no-repeat;
	width:193px;
	height:33px;
	text-indent:-9999px;
	margin-bottom:5px;
}

/*////////////////////////////////////////

 サブメニュー設定

/////////////////////////////////////// */
#submenu ul {
	list-style:none;
	margin-bottom:20px;
}


.submenu1 a {
	background-image: url(http://www.itri.co.jp/hpcase/img/submenu_bg.gif);
	background-repeat:no-repeat;
	width:174px;
	height:40px;
	display:block;
	padding:11px 0 0 19px;
	color:#666666;
	font-size:12px;
	text-align:left;
	line-height:120%;
	margin-bottom:4px;
}
.submenu1 a:hover {
	background-image: url(http://www.itri.co.jp/hpcase/img/submenu_bg_o.gif);
	color:#6CA336;
}
.submenu1_o a { 
	background-image: url(http://www.itri.co.jp/hpcase/img/submenu_bg_o.gif);
	background-repeat:no-repeat;
	width:174px;
	height:40px;
	display:block;
	padding:11px 0 0 19px;
	color:#6CA336;
	font-size:12px;
	text-align:left;
	line-height:120%;
	margin-bottom:4px;
}
.submenu1_o a:hover {
	background-image: url(http://www.itri.co.jp/hpcase/img/submenu_bg_o.gif);
	color:#6CA336;
}


.submenu2 a {
	background-image: url(http://www.itri.co.jp/hpcase/img/submenu_bg.gif);
	background-repeat:no-repeat;
	width:174px;
	height:32px;
	display:block;
	padding:19px 0 0 19px;
	color:#666666;
	font-size:12px;
	text-align:left;
	line-height:120%;
	margin-bottom:4px;
}
.submenu2 a:hover {
	background-image: url(http://www.itri.co.jp/hpcase/img/submenu_bg_o.gif);
	color:#6CA336;
}

.submenu2_o a {
	background-image: url(http://www.itri.co.jp/hpcase/img/submenu_bg_o.gif);
	background-repeat:no-repeat;
	width:174px;
	height:32px;
	display:block;
	padding:19px 0 0 19px;
	color:#6CA336;
	font-size:12px;
	text-align:left;
	line-height:120%;
	margin-bottom:4px;
}
.submenu2_o a:hover {
	background-image: url(http://www.itri.co.jp/hpcase/img/submenu_bg_o.gif);
	color:#6CA336;
}
/*////////////////////////////////////////

 テキストボックスベース（枠）設定

/////////////////////////////////////// */
.boxBaseW {
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
	padding:7px;
	width:497px;
	margin:15px 0 25px 0;
}

/*////////////////////////////////////////

 テキストボックス設定

/////////////////////////////////////// */
.txtBoxW {
	background-color:#FFFFFF;
	padding:14px;
}