@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 72%;		/*全般の文字サイズ*/
	line-height: 1.2;		/*全般の行間*/
	color: #666;		/*全般の文字色*/
	background: #fff;	
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

h1{
	display:none
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #3d2d21;
}




/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #3d2d21;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: url(../images/header_bg.gif) no-repeat right top;	/*右上の住所とTELの画像設定。不要なら丸ごと削除する。*/
}

#header h2 {
	font-size: 12px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 10px;	/*下のロゴ画像との余白*/
}



/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	height: 54px;
	line-height: 54px;
	background: url(../img/topmenu_bg.jpg) no-repeat top;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow: hidden;
}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #666666;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/topmenu_line.jpg) no-repeat right;
}

ul#topmenu li a:hover {
    color: #FFFFFF;
	background: url(../images/topmenu_bg.jpg) no-repeat bottom;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top:0px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 180px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#side h3 {
	font-size: 100%;
	line-height: 56px;
	background: url(../img/midashi_bg.jpg) repeat-x;
	height: 56px;
	text-indent:-9999px;/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #666;	/*文字色*/
	text-decoration: none;
	text-align: left;	
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 150px;
	padding-top: 0.5em;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;
	color: #000000;			/*カーソルオーバー時の文字色*/
}

.sidebox-A {
  height: 250px;
  width: 166px;
  margin-left: 4px;
  margin-top: 15px;
  float: left;
  
}

.sidebox-B {
  height: 130px;
  width: 150px;
  float: left;
  background: url(../images/ks_info.jpg) no-repeat left top;
  margin-top: 15px;
  
}

.sidebox-C {
  height: 80px;
  width: 196px;
  margin-left: 4px;
  margin-top: 15px;
  float: left;
  
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 820px;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: large;
}

#main h2 {
	font-size: 100%;
	background: url(../images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#main h3 {
	font-size: 100%;
	background: url(../images/h3_bg.gif) no-repeat;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	padding-left: 35px;
	padding-right: 50px;
	margin-left: 8px;
    margin-top: 15px;
}


#main p {
	padding: 0.5em 10px 0.5em;
}

.box-A {
  height: 240px;
  width: 180px;
  float: left;
  border:1px solid #006699;
  background: url(../images/top-feature01.jpg) no-repeat left top;
  margin-top: 5px;
  margin-left: 3px;
  margin-bottom: 10px;
  
}

.box-B {
  height: 240px;
  width: 180px;
  float: left;
  border:1px solid #E27107;
  background: url(../images/top-feature02.jpg) no-repeat left top;
  margin-top: 5px;
  margin-left: 8px;
  margin-bottom: 10px;
}

.box-C {
  height: 240px;
  width: 180px;
  float: left;
  border:1px solid #006666;
  background: url(../images/top-feature03.jpg) no-repeat left top;
  margin-top: 5px;
  margin-left: 8px;
  margin-bottom: 10px;
}

.btn-req {
	height: 28px;
	width: 168px;
	margin: 200px 5px 0px 5px;

}

.btn-req a {
	display:block;
	width:168px;
	height:28px;
	background:url(../images/btn-detail.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}



.btn-req a:hover {
	background-position:left bottom;
}

table#table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

table.table-02{
    border-top:1px solid #BCC5E2;
    border-left:1px solid #BCC5E2;
    border-collapse:collapse;
    border-spacing:0;
	margin-top: 15px;
    background-color:#ffffff;
    empty-cells:show;
}
.table-02 th{
    border-right:1px solid #BCC5E2;
    border-bottom:1px solid #BCC5E2;
    color:#330000;
    background-color:#996633;
    padding:0.3em 1em;
    text-align:center;
}
.table-02 td{
    border-right:1px solid #BCC5E2;
    border-bottom:1px solid #BCC5E2;
    padding:0.3em 1em;
}

ul.list100 li {
  margin: 0.5em 0 0.5em 35px;
  list-style: url(../images/mk-folder.png);
  background: url(../images/ul1_bg.gif) no-repeat;
}

ul.list100 li.file {
  list-style: url(../images/mk-file.png);
}

ul.list100 li ul {
  margin: 0;
  padding: 0;
}

ul.list100 li ul li {
  list-style: url(../images/mk-file.png);
  background: url(../images/ul2_bg.gif) no-repeat;
}

.tx_q {
	BORDER-TOP: #ffc3c3 1px; PADDING-LEFT: 50px; FONT-WEIGHT: bold; FONT-SIZE: 14px; BACKGROUND-IMAGE: url(../images/bacK_q.jpg); MARGIN-BOTTOM: 10px; WIDTH: 515px; PADDING-TOP: 18px; BORDER-BOTTOM: #ffc3c3 1px; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 23px
}

.tx_a {
	PADDING-LEFT: 50px; BACKGROUND-IMAGE: url(../images/back_a.jpg); MARGIN-BOTTOM: 10px; WIDTH: 515px; PADDING-TOP: 10px; BACKGROUND-REPEAT: no-repeat
}


.styla {
line-height: 1.4;	
}
/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main ul.new {
	width: 94%;	
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 0;	
	margin-top: 0.5em;
}



#main li {
	border-bottom: 1px dotted #cfcfcf;
	background: url(../images/arrow2.gif) no-repeat left;
	padding-left: 20px;
	margin-bottom: 7px;
}
