@charset "utf-8";

/* reset */
* {
	margin: 0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,acronym {
	border: 0;
}

strong {
    font-weight:bold;
	}
/* all */
body {
	color: #333;
	font-size: 90%;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
	background-image: url(http://www.toyama-tic.co.jp/tic_img/bg.jpg);
	background-repeat:repeat-x;
	border-top:3px solid #0066CC;
	background-color:#DDEFF9;
}

body.list {
	color: #333;
	font-size: 90%;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
	background-image:none;
	background-color:#fff;
	border:none;
}

body.home {
	color: #333;
	font-size: 90%;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
	background-image: url(http://www.toyama-tic.co.jp/tic_img/bg_home.jpg);
	background-repeat:repeat-x;
	border-top:3px solid #0066CC;
	background-color:#DDEFF9;
}

*:first-child+html body.home {
	color: #333;
	font-size: 90%;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	background-image: url(http://www.toyama-tic.co.jp/tic_img/bg_home.jpg);
	background-repeat:repeat-x;
	background-color:#DDEFF9;
}

* + html body.index  {
	font-family: "メイリオ","Meiryo";
}

body div {
	text-align: left;
	margin: 0 auto;
}

body#home  div {
	text-align: left;
	margin: 0 auto;
}

p {
	margin: 5px 15px 15px 10px;
}

p.read {
	margin: 3px 10px 5px 10px;
	font-size:80%;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* links */
a:link {
	color: #111111;
	text-decoration: none;
}

a:visited {
	color: #111111;
	text-decoration: none;
}

a:hover {
	color: #111111;
	text-decoration: underline;
}

a:active {
	color: #111111;
	text-decoration: none;
}

a img {
	border: 0;
}

a.links {
	background-image:url(http://www.toyama-tic.co.jp/tic_img/arrow_link.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	padding:0px 0px 0px 15px;
	color:#333;
	font-weight:bold;
}  

/* header elements */
h1 {
	margin: 5px 10px 7px 0px;
}

h2 {
	font-size: 130%;
	font-weight: 800;
	margin: 10px 0px 20px 0px;
}

h2.page {
	margin: 10px 0px 14px 0px;
	background-image:url(http://www.toyama-tic.co.jp/tic_img/c_tit_bg.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding:5px 3px 0px 10px;
	font-size:120%;
	color:#000000;
	font-weight: 800;
	height:35px;
}

h3.pages {
	margin: 10px 10px 15px 5px;
	font-size:120%;
	border-bottom:solid 1px #0368CD;
	border-left:solid 5px #0368CD;
	color:#333;
	padding:2px 5px 2px 10px;
	font-weight: 800;
}
h3 {
	margin: 30px 5px 15px 0px;
	font-size:120%;
	border-bottom:solid 1px #0368CD;
	border-left:solid 5px #0368CD;
	color:#333;
	padding:2px 5px 2px 10px;
	font-weight: 800;
}

h3.sitemap {
	margin: 20px 20px 0px 20px;
	font-size:110%;
	border-bottom: solid 1px #006600;
	border-left: solid 5px #006600;
	background-image:none;
	color:#006600;
	padding:5px 5px 5px 15px;
	font-weight: 800;
}

h4 {
	color:#006600;
	margin: 20px 5px 0px 5px;
	font-weight: 800;
	font-size:100%;
}


h5 {
	margin-top: 1em;
}

/* font */
.small {
	font-size: 80%;
	line-height: 1.3;
}

.large {
	font-size: 120%;
}

.bold {
	font-weight: 800;
}


/* table */
table.none00 {
	margin: 20px;
	width:90%; 
}

table.none00 tr {
	padding: 10px;
    border: none;
	vertical-align:top;
	background-color:#F7F7F7;
}
table.none00 td {
	padding: 10px;
    border: none;
	vertical-align:top;
}



table.none {
	margin: 10px auto; 
}

table.none td {
	padding: 5px;
    border: none;
	vertical-align:top;
}

table.border {
	margin: 10px auto; 
}

table.border th {
	padding: 5px;
	vertical-align:top;
    border-bottom: #999999 1px dotted; 
    border-top: none; 
    border-left: none; 
    border-right: none; 
	background-color:#fff;
}

table.border td {
	padding: 5px;
	vertical-align:top;
    border-bottom: #999999 1px dotted; 
    border-top: none; 
    border-left: none; 
    border-right: none; 
}

table.list {
	margin: 0px 0px 0px 5px;
	width:630px; 
}


table.list th {
	padding: 10px;
    border: #999999 1px solid; 
	vertical-align:top;
}


table.list th.it {
	padding: 10px;
	border: #999999 1px solid;
	vertical-align:top;
	background-color:#DEF5FE;
}
table.list td {
	padding: 10px;
    border: #999999 1px solid; 
	vertical-align:top;
}

*:first-child+html table.list {
	margin-bottom: -1px;
}




/* table */
table {
    margin:10px auto 10px auto;
	width:90%;
}

table td{
    border: #999999 1px solid; 
    text-align: left;
    padding: 5px;
	vertical-align: top;
}

table th{
    border: #999999 1px solid; 
    text-align: left;
    padding: 5px;
	background-color:#EEEEEE;
	vertical-align: top;
}

caption {
    font-weight:bold;
	margin:0px;
	background-color:#CCCCCC;
	padding:5px;
}

/* dl */
dl {
	margin: 5px 10px;
}   

dt {
	padding: 5px;
	margin:0px 10px;
	color: #0066CC;
	font-weight:bold;
	font-size:110%;
}  

dd {
	padding: 5px;
	margin:0px 10px;
}

.table {
	width: 80%;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table dl {
	margin: 0px;
	line-height: 150%;
}
.table dt {
	padding: 0.5em;
	border-right: 1px solid #ff3300;
	width: 130px;
	text-align:left;
	width:120px;
}
.table dd {
	padding: 0.5em 0.5em 0.5em 11.6em;
	border-bottom: 1px solid #000000;
	margin: -2.6em 0px 0px;
	text-align:left;
}


/* container */
#container {
	width: 900px;
	margin:0px auto;
	background-color:#fff;
}

#container:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#container {
	zoom: 1;
}

/* header */
#header {
	width: 900px;
	margin: 0 auto;
	height:60px;
}

* html #header {
	width: 900px;
	margin: 0 auto;
	height:63px;
}

*:first-child+html #header {
	width: 900px;
	margin: 0 auto;
	height:63px;
}

#header h1 {
    float:left;
}	

#header #l-box {
	float:left;
	margin:0px 5px 0px 5px;
}

#header #l-box p {
    font-size:85%;
}

#header #r-box {
	float:right;
	margin:3px 5px 10px 5px;
	width:125px;
}

* html #header #r-box {
	float:right;
	margin:0px 5px 0px 5px;
	width:140px;
}

#header #r-box #bnr {
	margin:10px 0px 0px 0px;
	float:right;
}

#header #bnr img {
	margin-left:10px;
}



/* content */
#content {
	width: 900px;
	margin: 5px auto  0px auto;
	text-align: left;
	background-color:#fff;
	background-image: url(http://airplantz.jp/sample/sample01/tic_img/bg_side.gif);
	background-repeat: repeat-y;
	background-position: 8px 0px;
}


#content:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#content {
	zoom: 1;
}

html>/**/body #content {
	zoom: 1;
}

#home #home_content {
	width: 900px;
	margin: 0px auto  0px auto;
	text-align: left;
	background-color:#fff;
	background-image: url(http://airplantz.jp/sample/sample01/tic_img/bg_side.gif);
	background-repeat: repeat-y;
	background-position: 8px 0px;
	border:solid 1px #333;
}

#home #home_content:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#home #home_content {
	zoom: 1;
}

html>/**/body #home #home_content {
	zoom: 1;
}
/* main */
#main {
	width: 660px;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 10px 0px;
	float: right;
}

* html #main {
	width: 660px;
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 10px 0px;
	float: right;
}

#main_list {
	width: 680px;
	margin: 10px auto;
	padding: 0px 0px 10px 0px;
}

.mainimg { 
    width:900px;
	margin:0px;
	height:270px;
}




#news-title {
	width: 590px;
	height: 32px;
	background: url(../img/news_tit_bg.gif) no-repeat;
	position: relative;
}

.news-text {
	position: absolute;
	top: 8px;
	left: 19px;
}

.news-link {
	position: absolute;
	top: 10px;
	right: 7px;
}

#news-list {
	width: 620px;
	margin: 20px 0 30px 0;
}

#news-list ul {
}

#news-list li {
	margin: 5px 10px;
	_width: 600px;
	padding-left: 10px;
	background: url(../img/arrow.gif) no-repeat 0 0.6em;
	list-style: none;
}

*:first-child+html #news-list li {
	width: 600px;
}

#news-list dl {
	margin: 0;
} 
  
#news-list dt {
	width: 6em;
	padding: 0;
	font-weight: 100;
	float: left;
	clear: none;
}

#news-list dd {
	margin-left: 6em;
	padding: 0 0 0 0.5em;
	text-indent: 0;
}

.asset-body {
	margin: 20px 10px 20px 10px;
	text-align: left;
}
.asset-body_s {
	margin: 5px 20px 20px 25px;
	text-align: left;
}
.asset-body p {
	text-indent: none;
}

.asset-body a:link ,a:visited ,a:hover ,a:active{
	text-decoration: underline;
}

.asset-body p.no-indent {
	text-indent: none;
}

.news_foot {
    margin:20px 0px 30px 0px;
	padding:10px 0px;
	font-size:90%;
	border-top:1px #666 dotted;
	text-align:right;
	width:560px;
}
/* form */
.form-inquiry {
	width: 550px;
	margin: 25px 0 25px 35px;
}
.form-inquiry p {
	margin-top: 10px;
	font-size: 110%;
	text-indent: 0;
}

/* side */
#side {
	float: left;
	margin: 0px 0px 0px 8px;
	width: 190px;
	padding:10px 10px 30px 10px;
	background-color:#E1E1E1;
}

* html #side {
	float: left;
	margin: 0px 0px 0px 4px;
	width: 190px;
	padding:10px 10px 30px 10px;
	background-color:#E1E1E1;
}

#side:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#side {
	zoom: 1;
}


#side h2.cate01 {
	margin: 0px;
}

#side h2 {
	margin-bottom: 10px;
	text-align:center;
}

#side_menu {
	margin: 10px 0px 10px 0px;
	background-color:#fff;
    padding-bottom:10px;
	padding:10px;
}


#side_menu ul {
    background-color:#DFDFDF;
	padding:5px 0px 10px 0px;
}

#side_menu li{
	margin:0px;
	text-align:center;
}

#side_menu02 {
	margin: 10px 0px 20px 0px;
	background-image:url(http://www.toyama-tic.co.jp/mt/tic_img_2/bg_facilities.jpg);
	background-repeat:no-repeat;
	padding-top:40px;
	padding-bottom:8px;
}

#side_menu02 ul {
	margin: 0px;
}

#side_menu02 ul li {
	margin: 7px 0px;
	text-align:center;
}

#side_menu03 {
	margin: 10px 15px;
}

#side_menu03 ul {
	margin: 0px;
}

#side_menu03 ul li {
	margin: 5px 0px;
	border-bottom:dotted 1px #333;
	background:url(http://www.toyama-tic.co.jp/tic_img/arrow_side.gif) no-repeat;
	background-position:2px 8px;
	padding:3px 5px 3px 20px;
}

#side_menu ul ul{
    margin:5px;
	background-color:#FFFFFF;
}

#side_menu ul ul li{
    margin:5px;
	background-color:#FFFFFF;
	background:url(http://www.toyama-tic.co.jp/tic_img/arrow_side.gif) no-repeat;
	background-position:2px 8px;
	padding:3px 5px 3px 20px;
	border-bottom:dotted 1px #666;
	text-align:left;	
	font-size: 90%;
}

#side_menu04 ul {
}
#side_menu04 li.sub{
	margin:2px 10px;
	text-align:left;
	font-size: 90%;
	background:url(http://www.toyama-tic.co.jp/tic_img/arrow.gif) no-repeat;
	background-position:2px 8px;
	padding:2px 5px 2px 15px;
	border-bottom:solid 1px #ccc;
	background-color:#F4FAFF;
}


* html #side_menu04 li.sub{
	margin:2px 5px 2px 5px;
	text-align:left;
	font-size: 90%;
	background:url(http://www.toyama-tic.co.jp/tic_img/arrow.gif) no-repeat;
	background-position:2px 8px;
	padding:2px 5px 2px 15px;
	border-bottom:solid 1px #ccc;
	background-color:#F4FAFF;
}


#side_menu ul ul.menu05{
    margin:0px 5px;
	background-color:#FFFFFF;
}
/* side link*/

.side-bnr {
   mrgin:0px 0px 10px 0px;
}



/* topicpath */
#topicpath {
	margin: 8px 10px 0px 5px;
	text-align: left;
	padding-top:0px;
	font-size:85%;
}

html:not([lang*=""]) #topicpath {
	margin: 8px 10px 0px 5px;
	text-align: left;
	padding-top:0px;
}

html>/**/body #topicpath {
	margin: 5px 10px 0px 5px;
	text-align: left;
	padding-top:10px;
}

#topicpath li.topihome {
	float: left;
	background-image:url(http://www.toyama-tic.co.jp/tic_img/arrow_topi.gif);
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:0px 3px;
}

#topicpath li {
	float: left;
}

/* top */
#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	display:none;
}

.pagetop {
	margin: 10px;
	padding-left:15px;
	float:right;
	clear: both;
	background-image:url(http://www.toyama-tic.co.jp/tic_img/arrow.gif);
	background-repeat:no-repeat;
	background-position:3px 5px;
}

/* more */

.more {
    float:right;
	margin:10px;
	background: url(http://www.toyama-tic.co.jp/tic_img/arrow02.gif) 0px 0px no-repeat;	
	padding-right:10px;
	padding-left:20px;
}

/* ホーム main */
#home_main h2 {
    background-image:none;
	margin:20px 0px 5px 15px;
}

* html #home_main h2 {
    background-image:none;
	margin:20px 0px 5px 20px;
}

#home_box {
    margin:0px 0px 10px 20px;  
}


#home_box li {
	float:left;
	width:145px;
	text-align:left;
	font-size:12px;
	margin:10px 5px 0px 5px;
	height:180px;
	line-height:120%;
}

* html #home_box li {
	float:left;
	width:145px;
	text-align:left;
	font-size:13px;
	margin:10px 3px 0px 3px;
	height:180px;
	line-height:120%;
}

#home_box a:link ,a:visited , a:hover ,a:active{
	text-decoration: none;
	color:#333;
}

#home_box li p.txt {
	margin:5px;
	padding:5px;
}

#home_box li img.link {
	vertical-align: bottom;
}


#home_box li.home01 {
	margin:10px 5px 0px 5px;
	background:url(http://www.toyama-tic.co.jp/tic_img/home_tit01bg.jpg) no-repeat left bottom;
}

#home_box li.home02 {
	margin:10px 5px 0px 5px;
	background:url(http://www.toyama-tic.co.jp/tic_img/home_tit02bg.jpg) no-repeat left bottom;
}
#home_box li.home03 {
	margin:10px 5px 0px 5px;
	background:url(http://www.toyama-tic.co.jp/tic_img/home_tit03bg.jpg) no-repeat left bottom;
}
#home_box li.home04 {
	margin:10px 5px 0px 5px;
	background:url(http://www.toyama-tic.co.jp/tic_img/home_tit04bg.jpg) no-repeat left bottom;
}

* html #home_box li {
	margin:10px 5px;
}


#news ,#schedule {
    margin:30px 0px 10px 12px;  
} 

#news .title ,#schedule .title {
    margin:10px 0px 10px 12px;  
} 

#home_news {
	width: 600px;
	margin-right: 10px;
	float: left;
}

/* dl_top */
dl.dl_top {
	margin: 10px 30px 5px 20px;
	padding: 0px 5px 0px 10px;
	border-bottom: 1px #666 dotted;
	clear: left;
}

dl.dl_top dt {
	width: 6em;
	float: left;
	display:block;
	color:#333;
	font-weight: normal;
	font-size:12px;
}

dl.dl_top dd {
	margin-left: 7em;
	padding-left: 15px;
	background: url(http://www.toyama-tic.co.jp/tic_img/arrow.gif) 0 1em no-repeat;
}

dl.dl_top dd.kensyu {
	background: none;
}

dl.dl_top dt.icn_word {
    margin-right:10px;
	padding-left: 80px;
	background: url(http://www.toyama-tic.co.jp/mt/tic_img/icn_01.gif) no-repeat 3px 7px;
}

dl.dl_top dt.icn_excel {
    margin-right:10px;
	padding-left: 80px;
	background: url(http://www.toyama-tic.co.jp/mt/tic_img/icn_02.gif) no-repeat 3px 7px;
}

dl.dl_top dt.icn_accsess {
    margin-right:10px;
	padding-left: 80px;
	background: url(http://www.toyama-tic.co.jp/mt/tic_img/icn_03.gif) no-repeat 3px 7px;
}

dl.dl_top dt.icn_it {
    margin-right:10px;
	padding-left: 80px;
	background: url(http://www.toyama-tic.co.jp/mt/tic_img/icn_04.gif) no-repeat 3px 7px;
}

dl.dl_top dt.icn_system {
    margin-right:10px;
	padding-left: 80px;
	background: url(http://www.toyama-tic.co.jp/mt/tic_img/icn_05.gif) no-repeat 3px 7px;
}

dl.dl_top dt.icn_network {
    margin-right:10px;
	padding-left: 80px;
	background: url(http://www.toyama-tic.co.jp/mt/tic_img/icn_06.gif) no-repeat 3px 7px;
}

dl.dl_top dt.icn_skill {
    margin-right:10px;
	padding-left: 80px;
	background: url(http://www.toyama-tic.co.jp/mt/tic_img/icn_07.gif) no-repeat 3px 7px;
}

/* コンテンツ */
/* リスト */

ul.footlink {
	margin:20px 15px 30px 30px;
}
ul.footlink li{
	margin:5px 10px;
	float:left;
	padding: 3px 5px 3px 15px;
}

ul.link {
	margin:20px 15px 30px 30px;
}
ul.link li{
	background-image:url(http://www.toyama-tic.co.jp/tic_img/arrow02.gif);
	background-repeat:no-repeat;
	background-position:3px 10px;
	margin:5px 10px;
	padding: 3px 5px 3px 15px;
}

ul.sitemap {
	margin:5px 30px;
}
ul.sitemap li{
	padding: 3px 5px 3px 15px;
	border-bottom:dotted 1px #666666;
	background: url(http://www.toyama-tic.co.jp/tic_img/arrow.gif) no-repeat 0 0.6em;
	}

ul.faq {
	margin:5px 15px;
}
ul.faq li{
	padding: 10px 5px 10px 5px;
	border-bottom:dotted 1px #666666;
	}
ul.faq li.bordernone{
	padding: 10px 5px 10px 5px;
	}

ul.result {
	margin:0px 5px 10px 5px;
}

ul.result li{
	background: url(http://www.toyama-tic.co.jp/tic_img/arrow.gif) no-repeat 0 0.6em;
	background-repeat:no-repeat;
	padding: 3px 5px 3px 15px;
	margin:5px 10px;
}

ul.result li a{
	color:#0066CC;
	font-weight:700px;
	text-decoration: underline;
}


ol{
	margin:20px 15px 30px 30px;
}

ol li{
	margin:5px 10px;
	font-weight:bold;
}

/*　検索　*/
#search{
	margin:15px auto;
	line-height: 1.4;
}

form{
    margin:10px;
	}

/* フォントサイズ変更ボタン */
.fontbox{
    float:left;
	padding:11px 0px 0px 0px;
}

#fontbox {
    float:left;
	margin:0px;
	padding:8px 0px 0px 0px;
}

#fontbox ul {
  padding: 0;
  list-style: none;
}
#fontbox ul li {
  float: left;
  text-indent: -9999px;
  margin-left:10px;
}
#fontbox ul li a {
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
}
#fontbox .font_n, .font_n a {
	width: 27px;
	height: 20px;
	display: block;
    background: url(http://www.toyama-tic.co.jp/tic_img/img_font_off.gif) no-repeat;
	margin-right:5px;
}
#fontbox .font_n a:hover {
    background: url(http://www.toyama-tic.co.jp/tic_img/img_font_on.gif) no-repeat;
}


#fontbox .font_l, .font_l a {
	width: 20px;
	height: 20px;
	display: block;
    background: url(http://www.toyama-tic.co.jp/tic_img/img_font_l_on.gif) no-repeat;
	margin:0px;
}
#fontbox .font_l a:hover {
  background: url(http://www.toyama-tic.co.jp/tic_img/img_font_l_on.gif) no-repeat;
}

ul.font{
}
ul.font li{
    float:left;
	margin-right:10px;
}


/* マージン関係 */
 
.margin-left10{ margin:10px 10px 0px 10px;}
.margin-left20{ margin:10px 10px 0px 20px;}
.margin-left30{ margin:10px 10px 0px 30px;}
.margin-topleft30{ margin:0px 0px 0px 30px;}
.margin-left50{ margin:10px 10px 0px 50px;}
.margin-top10{ margin-top:10px;}
.margin-top20{ margin-top:20px;}
.margin10{ margin:10px;}
.margin105{ margin:10px 5px 10px 10px;}
.margin205{ margin:10px 5px 10px 20px;}
.margin20{ margin:10px 5px 10px 0px;}

/* カラー関係 */
.color-red{ color:#CC0066;}
.color-blue{ color:#0099CC;}
.color-bluegreen{ color:#009999;}
.color-orange{ color:#FF9900;}
.color-vio{ color:#9900CC;}
.color-brn{ color:#660000;}


/* 囲み関係 */
.box{ width:70%; background-color:#FFFFCC; padding:10px; border:solid 1px #FFCC00; margin:15px auto; }


/*　見出し　*/
.repir{
    background-image:url(../img/bg_repea.jpg);
	background-repeat:no-repeat;
	margin:20px 0px 10px 0px;
	font-weight:bold;
	height:38px;
	padding:10px 15px 0px 15px;
}

/*　谷川さんの作ったcssをそのまま流用　*/

DIV#midasi{
  width : 600px;
  text-align : left;}

#midasi SPAN{
  font-size : 90%;
  padding-top : 5px;
  font-weight : bold;
}

TABLE#title{
  width : 95%;
  margin:0px 15px 15px 15px;
}


#title TD{
  border-bottom-width : 0px;
  border-bottom-style : none;
  
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : gray;
}
#title TH{
  border-top-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : blue;
  border-bottom-color : blue;
border-collapse:collapse;
}
.kouzamei{
  background-color : #ffffad;
  text-indent : 10px;
}

.kouzamei2{
  background-color : #ffc4c4;
}

TD#bunya{
  background-color : white;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : gray;
}

TD#nasi{
  background-color : white;
  border-top-color : white;
}
.dai{
  font-size : 1.3em;
  font-weight : bold;
  color : #333333;
}
.sojose{
  text-align : right;
  width : 700px;
}
TABLE#midasi{
  margin-left : 30px;
}


/* footer */
#footer{
	padding: 0px;
	width:890px;
	margin:20px 5px 0px 5px;
}

#footer_bnr{
	padding: 0px;
	width:890px;
	margin:0px 10px;
}

#footer-navi {
	padding: 0px 10px;
	background-image:url(http://www.toyama-tic.co.jp/tic_img/footer_bar.gif);
	background-repeat:repeat;
	background-position:0px 0px;
	height:36px;
}

#footer-navi p {
	margin:5px 20px;
}

#footer-navi ul.link {
	margin:0px 0px 5px 0px;
}

#footer-navi ul.link li{
    float:left;
	padding:7px 5px 5px 5px;
	background-image:none;
	margin:0px;
}

#footer-inner {
	clear:both;
	padding:0px;
	margin:10px auto;
}

#footer-innar:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#footer-innar {
	zoom: 1;
}

#footer #copyright {
	font-size: 90%;
	margin:0px;
	float:right;
 }

/* float */
.left {
	margin-right: 15px;
	float: left;
}

.right {
	margin-left: 15px;
	float: right;
}

/* blank */
.blank {
	margin-bottom: 25px;
}



/* clear */
.clear { clear: both; }  
.clear hr { display: none; }
