@charset "utf-8";
/*
 *	Stylesheet for CTC Co.,
 *	Copyright Alpha Bright Co., Ltd. 2007 All Rights Reserved.
 *  Produced by ECH / Rights by Akiko Ohtake
 */


/*
base.css
layout.css
class.css
navi.css
*/


/* 全体構造
---------------------------------------------------- */
html{
	height:100%;
	}
body{
	margin:0;
	padding:0;
	}



/* base.css */
/* 初期匁E*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;} 
fieldset,img{border:0;} 
ol,ul {list-style:none;} 
table{border-collapse:collapse;border-spacing:0;} 
h1,h2,h3,h4,h5,h6{font-size:100%;}
/*address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} */
caption,th {text-align:left;} 
q:before,q:after{content:'';}


/* 基本設宁E
---------------------------------------------------- */
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));	/* IE6キャチEュ対筁E*/
	overflow-x: hidden;	/* IEオーバEフロー対筁E*/
}
body {
	color: #333;
	font-size: 12px;
	font-family: "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
	background-color: #FFF;
	text-align: center;
	background: url(../img/bg_t.jpg) repeat-x;
}
table {
	color: #333;
	font-size: 12px;
	font-family: "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
}
a:link,a:visited {
	color: #4E93EF;
	text-decoration: underline;
}
a:hover,a:active {
	color: #0943CC;
	text-decoration: none;
}
strong {
	color: #4E93EF;
}
p {
	margin: 0 0 1em 0;
}


/* 全体構造
---------------------------------------------------- */
#wrapper {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bg.gif) repeat-y;
}
#header {
	width: 790px;
	height: 508px;
	position: relative;
}
#container {
	width: 780px;
	margin: 35px 0 0 5px;
}
#container_L {
	width: 580px;
	float: left;
	padding: 10px 0 10px 10px;
}
#container_R {
	width: 170px;
	float: right;
	padding: 10px 10px 10px 0;
}
#footer {
	width: 790px;
	height: 57px;
	background: url(../img/bg_f.jpg) center top no-repeat;
}


/* class.css */
/* チEスト要素
---------------------------------------------------- */
.txtS {
	font-size:10px;
	line-height: 1.5em;
}
.txtM {
	font-size:12px;
	line-height: 1.5em;
}
.txtL {
	font-size:14px;
	line-height: 1.5em;
}
.txtLL {
	font-size:18px;
	line-height: 1.5em;
}
.font_red {
	color: #CC3333;
}
.font_red2 {
	color: #FF0000;
}
.red{
	color:#ED3232;
}

.caution {
	color: #CC3333;
	font-weight: bold;
}
.indent_list {
	margin: 0 0 0 1em;
}
.indent_list li {
	text-indent: -1em;
}
.indent {
	text-indent: 1em;
}
.point {
	margin: 0 0.5em 0 0;
}


/* ブロチE要素
---------------------------------------------------- */
.clear {

	clear: both;

	line-height: 0;

}
.btn_area {
	text-align: center;
	margin: 20px 0;
}
.link {/* 詳細はこちめE*/
	width: 70px;
	background: url(../../img/li02_r.gif) 0 4px no-repeat;
	margin: 3px 0 3px auto;
	padding: 0 0 0 16px;
}
.back {/* トップへ戻めE*/
	width: 100px;
	background: url(../img/li02_u.gif) 0 4px no-repeat;
	margin: 3px 0 3px auto;
	padding: 0 0 0 18px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}


/* リスト要素
---------------------------------------------------- */
ul.list {
	margin: 0 0 0 10px;
}
ul.list li {
	background: url(../img/li01_r.gif) 0 4px no-repeat;
	margin: 3px 0;
	padding: 0 0 0 20px;
}

ul.list2 {
	margin: 0;
}
ul.list2 li {
	background: url(../img/li02_r.gif) 0 4px no-repeat;
	margin: 3px 0;
	padding: 0 0 0 15px;
}

ul.listd {
	list-style-type: disc;
}
ul.listd li {
	list-style-type: disc;
	margin: 3px 30px;
}



/* パン屑
---------------------------------------------------- */
ul.pan{
	position: absolute;
	top: 333px;
	height: 15px;
	text-align: left;
	font-size: 10px;
	margin: 0 10px 0 0;
}
ul.pan li{
	display: inline;
}


/* 回り込みを解除
---------------------------------------------------- */
.photo:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: auto;
}
* html .photo{
    height: 1em;
}
.photo{
    display: block;
}



/* layout.css */
/* ヘッダー・ナビゲーション
---------------------------------------------------- */
#header {
	width: 790px;
	height: 308px;
	position: relative;
}
#head_bgL {
	width: 5px;
	height: 308px;
	background: url(../img/bg_l.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#head_bgR {
	width: 5px;
	height: 308px;
	background: url(../img/bg_r.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 785px;
}
#head_main {
	width: 780px;
	background: url(../img/bg_h.gif) repeat-x;
	margin: 0 5px;
}

h1{
	width: 400px;
	height: 50px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: 0;
}
h1 a{
	display: block;
	width: 400px;
	height: 50px;
}

/* ヘッダー・ナビゲーションEインチEクス専用EE*/
#header_Index {
	width: 790px;
	height: 488px;
	position: relative;
}
#header_Index #head_bgL {
	width: 5px;
	height: 488px;
	background: url(../img/bg_l_index.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#header_Index #head_bgR {
	width: 5px;
	height: 488px;
	background: url(../img/bg_r_index.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 785px;
}
#Indexbg {
	background: url(../img/bg_t_index.jpg) repeat-x;
}


/* naviレイアウチEグローバル
---------------------------------------------------- */	
#Navi_L {
	width: 285px;
	height: 22px;
	background: url(../img/navi_L.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 495px;
}
#Navi_L ul{
	height:22px;
	position:relative;
}
#Navi_L ul li{
	text-indent: 0;
	height: 22px;
	display: inline;
}
#Navi_L ul a{
	display: block;
	height: 22px;
}

#Navi_L ul li#Ln01 a{
	background: url(../img/navi_L.gif) no-repeat 0 -44px;
	position:absolute;
	top:0;
	left:0;
	width: 100px;
}
#Navi_L ul li#Ln02 a{
	background: url(../img/navi_L.gif) no-repeat -100px 0;
	position:absolute;
	top:0;
	left: 100px;
	width: 80px;
}
#Navi_L ul li#Ln03 a{
	background: url(../img/navi_L.gif) no-repeat -180px 0;
	position:absolute;
	top:0;
	left: 180px;
	width: 100px;
}
#Navi_L ul li#Ln01 a:hover{
	background: url(../img/navi_L.gif) no-repeat 0 0;
}
#Navi_L ul li#Ln02 a:hover{
	background: url(../img/navi_L.gif) no-repeat -100px -22px;
}
#Navi_L ul li#Ln03 a:hover{
	background: url(../img/navi_L.gif) no-repeat -180px -44px;
}


/* トップイメージ
---------------------------------------------------- */	
#topImg {
	width: 780px;
	height: 200px;
	position: absolute;
	top: 50px;
	left: 5px;
}
/* インチEクス専用 */
#Flash {
	width: 780px;
	height: 380px;
	position: absolute;
	top: 50px;
	left: 5px;
}


/* コーポレイトトチEE専用　ボタンエリア
---------------------------------------------------- */	
#Navi_T {
	width: 210px;
	height: 200px;
	background: url(../img/navi_T.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 570px;
}
#Navi_T ul{
	width: 210px;
	height: 200px;
	position:relative;
}
#Navi_T ul li{
	text-indent: 0;
	width: 210px;
	height: 66px;
}
#Navi_T ul a{
	display: block;
	width: 210px;
	height: 66px;
}

#Navi_T ul li#Tn01 a{
	background: url(../img/navi_T.jpg) no-repeat 0 0;
	position:absolute;
	top: 0px;
	left: 0px;
}
#Navi_T ul li#Tn02 a{
	background: url(../img/navi_T.jpg) no-repeat 0 -66px;
	position:absolute;
	top: 66px;
	left: 0px;
}
#Navi_T ul li#Tn03 a{
	background: url(../img/navi_T.jpg) no-repeat 0 -132px;
	position:absolute;
	top: 132px;
	left: 0px;
}
#Navi_T ul li#Tn01 a:hover{
	background: url(../img/navi_T.jpg) no-repeat -210px 0;
}
#Navi_T ul li#Tn02 a:hover{
	background: url(../img/navi_T.jpg) no-repeat -210px -66px;
}
#Navi_T ul li#Tn03 a:hover{
	background: url(../img/navi_T.jpg) no-repeat -210px -132px;
}


/* naviレイアウチEグローバル
---------------------------------------------------- */	
#Navi_G{
	width: 780px;
	height: 55px;
	background: url(../img/navi_G.jpg) no-repeat;
	position: absolute;
	top: 255px;
	left: 5px;
	}
#Navi_G ul{
	height:55px;
	position:relative;
	}
#Navi_G ul li{
	text-indent: 0;
	width:130px;
	height:55px;
	display:inline;
	}
#Navi_G ul li a{
	display:block;
	width:130px;
	height:55px;
	}
#Navi_G ul li#Gn01 a{
	background: url(../img/navi_G.jpg) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	}
#Navi_G ul li#Gn02 a{
	background: url(../img/navi_G.jpg) no-repeat -130px 0;
	position:absolute;
	top:0;
	left:130px;
	}
#Navi_G ul li#Gn03 a{
	background: url(../img/navi_G.jpg) no-repeat -260px 0;
	position:absolute;
	top:0;
	left:260px;
	}
#Navi_G ul li#Gn04 a{
	background: url(../img/navi_G.jpg) no-repeat -390px 0;
	position:absolute;
	top:0;
	left:390px;
	}
#Navi_G ul li#Gn05 a{
	background: url(../img/navi_G.jpg) no-repeat -520px 0;
	position:absolute;
	top:0;
	left:520px;
	}
#Navi_G ul li#Gn06 a{
	background: url(../img/navi_G.jpg) no-repeat -650px 0;
	position:absolute;
	top:0;
	left:650px;
	}
#Navi_G ul li#Gn01 a:hover{
	background: url(../img/navi_G.jpg) no-repeat 0 -55px;
	}
#Navi_G ul li#Gn02 a:hover{
	background: url(../img/navi_G.jpg) no-repeat -130px -55px;
	}
#Navi_G ul li#Gn03 a:hover{
	background: url(../img/navi_G.jpg) no-repeat -260px -55px;
	}
#Navi_G ul li#Gn04 a:hover{
	background: url(../img/navi_G.jpg) no-repeat -390px -55px;
	}
#Navi_G ul li#Gn05 a:hover{
	background: url(../img/navi_G.jpg) no-repeat -520px -55px;
	}
#Navi_G ul li#Gn06 a:hover{
	background: url(../img/navi_G.jpg) no-repeat -650px -55px;
	}


/* インチEクス専用 */
#header_Index #Navi_G{
	width: 780px;
	height: 55px;
	background: url(../img/navi_G.jpg) no-repeat;
	position: absolute;
	top: 435px;
	left: 5px;
	}
#header_Index #Navi_G ul{
	height:55px;
	position:relative;
	}
#header_Index #Navi_G ul li{
	text-indent: 0;
	width:130px;
	height:55px;
	display:inline;
	}
#header_Index #Navi_G ul li a{
	display:block;
	width:130px;
	height:55px;
	}
#header_Index #Navi_G ul li#Gn01 a{
	background: url(../img/navi_G.jpg) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	}
#header_Index #Navi_G ul li#Gn02 a{
	background: url(../img/navi_G.jpg) no-repeat -130px 0;
	position:absolute;
	top:0;
	left:130px;
	}
#header_Index #Navi_G ul li#Gn03 a{
	background: url(../img/navi_G.jpg) no-repeat -260px 0;
	position:absolute;
	top:0;
	left:260px;
	}
#header_Index #Navi_G ul li#Gn04 a{
	background: url(../img/navi_G.jpg) no-repeat -390px 0;
	position:absolute;
	top:0;
	left:390px;
	}
#header_Index #Navi_G ul li#Gn05 a{
	background: url(../img/navi_G.jpg) no-repeat -520px 0;
	position:absolute;
	top:0;
	left:520px;
	}
#header_Index #Navi_G ul li#Gn06 a{
	background: url(../img/navi_G.jpg) no-repeat -650px 0;
	position:absolute;
	top:0;
	left:650px;
	}
#header_Index #Navi_G ul li#Gn01 a:hover{
	background: url(../img/navi_G.jpg) no-repeat 0 -55px;
	}
#header_Index #Navi_G ul li#Gn02 a:hover{
	background: url(../img/navi_G.jpg) no-repeat -130px -55px;
	}
#header_Index #Navi_G ul li#Gn03 a:hover{
	background: url(../img/navi_G.jpg) no-repeat -260px -55px;
	}
#header_Index #Navi_G ul li#Gn04 a:hover{
	background: url(../img/navi_G.jpg) no-repeat -390px -55px;
	}
#header_Index #Navi_G ul li#Gn05 a:hover{
	background: url(../img/navi_G.jpg) no-repeat -520px -55px;
	}
#header_Index #Navi_G ul li#Gn06 a:hover{
	background: url(../img/navi_G.jpg) no-repeat -650px -55px;
	}


/* メインコンチEチE
---------------------------------------------------- */
/* navi吁EチEEペEジ用 */
#Navi_A {
	width: 570px;
	height: 130px;
}
#Navi_A ul{
	width: 570px;
	height:130px;
	position: relative;
	display: block;
}
#Navi_A ul li{
	text-indent: 0;
	width: 190px;
	height: 130px;
	display: inline;
}
#Navi_A ul a{
	display: block;
	width: 190px;
	height: 130px;
}

#Navi_A ul li#An01 a{
	background: url(../img/navi_A.jpg) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
}
#Navi_A ul li#An02 a{
	background: url(../img/navi_A.jpg) no-repeat -190px 0;
	position:absolute;
	top:0;
	left: 190px;
}
#Navi_A ul li#An03 a{
	background: url(../img/navi_A.jpg) no-repeat -380px 0;
	position:absolute;
	top:0;
	left: 380px;
}
#Navi_A ul li#An01 a:hover{
	background: url(../img/navi_A.jpg) no-repeat 0 -130px;
}
#Navi_A ul li#An02 a:hover{
	background: url(../img/navi_A.jpg) no-repeat -190px -130px;
}
#Navi_A ul li#An03 a:hover{
	background: url(../img/navi_A.jpg) no-repeat -380px -130px;
}


/* 汎用コンチEチEEチEスEトチEE中央EE*/
.mCnt {
	width: 570px;
	margin: 0 0 30px 0;
}
.mCnt h2 {
	width: 565px;
	height: 25px;
	text-indent: 0;
	margin: 0 0 15px 0;
}
.mCnt h3 {
	width: 565px;
	height: 25px;
	text-indent: 0;
	margin: 0 0 15px 0;
}
.mCnt .b {
	margin: 0 0 20px 5px;
}


/* トップEージ */
#m_new h2 {background: url(../img/hm01.gif) no-repeat;}
#m_product h2 {background: url(../img/hm02.gif) no-repeat;}

#m_new dt{
	width: 100px;
	height: 20px;
	display: block;
	float: left;
}
#m_new dd{
	width: 450px;
	height: 20px;
	display: block;
	float: left;
}

/* 事業冁E */
#Service h2 {background: url(../img/hm_service.gif) no-repeat;}
#Service h3#h3_01 {background: url(../img/ol_ser01.gif) no-repeat;}
#Service h3#h3_02 {background: url(../img/ol_ser02.gif) no-repeat;}
#Service h3#h3_03 {background: url(../img/ol_ser03.gif) no-repeat;}
#Service .imgBox {
	float: right;
	width: 132px;
	height: 162px;
	margin: 0 0 10px 10px;
}

/* 事例紹仁E*/
#Product h2 {background: url(../img/hm02.gif) no-repeat;}
#Product h3#h3_01 {background: url(../img/ol_ser01.gif) no-repeat;}
#Product h3#h3_02 {background: url(../img/ol_ser02.gif) no-repeat;}
#Product h3#h3_03 {background: url(../img/ol_ser03.gif) no-repeat;}

/* 会社惁E */
#A00 h2 {background: url(../img/hmAIndex.gif) no-repeat;}

#A01 h2 {background: url(../img/hmA01.gif) no-repeat;}
#A01 h3#h3_01 {background: url(../img/ulA01.gif) no-repeat;}
#A01 h3#h3_02 {background: url(../img/ulA02.gif) no-repeat;}
#A01 h3#h3_03 {background: url(../img/ulA03.gif) no-repeat;}
#A01 h3#h3_04 {background: url(../img/ulA04.gif) no-repeat;}
#A01 #kinoshita {
	width: 270px;
	text-align: right;
	float: right;
}
#A01 #kinoshita img.pic {
	padding: 5px;
	border: 1px solid #ccc;
}
#A01 dl{
	border-top: 1px dotted #CCC;
	margin: 20px 0 0 0;
}
#A01 dt{
	margin: 20px 0 10px 0;
	padding: 0 5px;
	font-weight: bold;
}
#A01 dd{
	margin: 0 0 20px 0;
	padding: 0 5px 20px 5px;
	border-bottom: 1px dotted #CCC;
}

#A02 h2 {background: url(../img/hmA02.gif) no-repeat;}
#A02 .tbl01{
	width: 540px;
	border:1px solid #999;
	border-collapse: collapse;
	margin: 0 0 20px 0;
} 
#A02 .tbl01 td{
	padding: 5px;
	border: 1px solid #999;
}
#A02 .tbl01 th {
	padding: 5px;
	text-align: center;
	border: 1px solid #999;
	font-weight: bold;
	background-color: #eee;
	width: 100px;
}
#A02 dl{
	width: 250px;
	display: block;
}
#A02 dt{
	width: 150px;
	display: block;
	float: left;
}
#A02 dd{
	width: 100px;
	display: block;
	float: left;
}

#A03 h2 {background: url(../img/hmA03.gif) no-repeat;}
#A04 h2 {background: url(../img/hmA04.gif) no-repeat;}

#A05 h2 {background: url(../img/hmA05.gif) no-repeat;}
#A05 dt{
	margin: 20px 0 10px 0;
	padding: 0 5px;
	font-weight: bold;
	font-size: 1.2em;
}
#A05 dd{
	margin: 0 0 20px 0;
	padding: 0 5px 20px 5px;
	border-bottom: 1px dotted #CCC;
}

#A06 h2 {background: url(../img/hmA06.gif) no-repeat;}

/* お問ぁEわせ */
#Contactus h2 {background: url(../img/hmCuIndex.gif) no-repeat;}
#Contactus h3#h3_01 {background: url(../img/ulCu01.gif) no-repeat;}
#Contactus h3#h3_02 {background: url(../img/ulCu02.gif) no-repeat;}
#Contactus dl{
	margin: 0 0 0 10px;
}
#Contactus dt{
	background: url(../img/liQ.gif) left center no-repeat;
	margin: 2em 0 3px 0;
	padding: 0 0 0 20px;
	font-weight: bold;
}
#Contactus dd{
	background: url(../img/liA.gif) left center no-repeat;
	margin: 3px 0 2em 0;
	padding: 0 0 0 20px;
}
#Contactus .tbl01{
	width: 540px;
	border:1px solid #999;
	border-collapse: collapse;
	margin: 0 0 20px 0;
} 
#Contactus .tbl01 td{
	padding: 5px;
	border: 1px solid #999;
}
#Contactus .tbl01 th {
	padding: 5px;
	text-align: center;
	border: 1px solid #999;
	font-weight: bold;
	background-color: #eee;
	width: 140px;
}
#Contactus .c {
	color: #FF0000;
	font-size: 10px;
	font-weight: normal;
}


/* 採用惁E */
#R00 h2 {background: url(../img/hmRIndex.gif) no-repeat;}
#R01 h2 {background: url(../img/hmR01.gif) no-repeat;}
#R02 h2 {background: url(../img/hmR02.gif) no-repeat;}


/* “住”Eこだわり */
#K00 h2 {background: url(../img/hmKIndex.gif) no-repeat;}
#K01 h2 {background: url(../img/hmK01.gif) no-repeat;}
#K02 h2 {background: url(../img/hmK02.gif) no-repeat;}
#K02 li {
	width: 565px;
	height: 25px;
	text-indent: 0;
	margin: 0 0 15px 0;
}
#K02 li#li01 {background: url(../img/olK01.gif) no-repeat;}
#K02 li#li02 {background: url(../img/olK02.gif) no-repeat;}
#K02 li#li03 {background: url(../img/olK03.gif) no-repeat;}
#K02 li#li04 {background: url(../img/olK04.gif) no-repeat;}
#K02 li#li05 {background: url(../img/olK05.gif) no-repeat;}
#K02 li#li06 {background: url(../img/olK06.gif) no-repeat;}

/* 匠たち・スタチE */
#TakIndex h2 {background: url(../img/hmTakIndex.gif) no-repeat;}
#Tak h2 {background: url(../img/hmTak01.gif) no-repeat;}
#Sta h2 {background: url(../img/hmSta01.gif) no-repeat;}

/* コラム */
#C01 h2 {background: url(../img/hmC01.gif) no-repeat;}
#C01 .tbl01{
	width: 540px;
	border:1px solid #999;
	border-collapse: collapse;
	margin: 0 0 20px 0;
} 
#C01 .tbl01 td{
	padding: 2px;
	text-align: center;
	border:1px solid #999;
}
#C01 .tbl01 th {
	padding: 2px;
	text-align: center;
	border:1px solid #999;
	font-weight: bold;
	background-color: #eee;
}

#C02 h2 {background: url(../img/hmC02.gif) no-repeat;}
#C03 h2 {background: url(../img/hmC03.gif) no-repeat;}
#C04 h2 {background: url(../img/hmC04.gif) no-repeat;}
#C05 h2 {background: url(../img/hmC05.gif) no-repeat;}
#C06 h2 {background: url(../img/hmC06.gif) no-repeat;}
#C07 h2 {background: url(../img/hmC07.gif) no-repeat;}

/* IR惁E */
#IR h2 {background: url(../img/hmIr.gif) no-repeat;}

/* サイトEチEE */
#Sitemap h2 {background: url(../img/hmSitemap.gif) no-repeat;}

/* プライバシーポリシー */
#Privacy h2 {background: url(../img/hmPrivacy.gif) no-repeat;}


/* サブコンチEチE
---------------------------------------------------- */
/* バナーエリア */
.sub_bn {
	width: 170px;
	margin: 0 0 20px 0;
}
.sub_bn div {
	margin: 0 0 5px 0;
}

/* オープがスゴイワケ */
#sub_owp {
	width: 170px;
	margin: 0 0 20px 0;
}
#sub_owp .h {
	width: 170px;
	height: 37px;
	background: url(../img/owp_h.gif) no-repeat;
	text-indent: 0;
}
#sub_owp ul {
	background: url(../img/owp_f.gif) center bottom no-repeat;
	padding: 0 0 5px 0;
}
#sub_owp ul li {
	width: 135px;
	height: 21px;
	background: url(../img/owp_b.gif) no-repeat;
	padding: 4px 0 0 35px;
}
#sub_owp ul li.end {
	width: 135px;
	height: 21px;
	background: url(../img/owp_bEnd.gif) no-repeat;
	padding: 4px 0 0 35px;
}
#sub_owp a:link,
#sub_owp a:visited {
	color: #4E93EF;
}
#sub_owp a:hover,
#sub_owp a:active {
	color: #0943CC;
}

.sCnt {
	width: 170px;
	margin: 0 0 20px 0;
}
.sCnt .h {
	margin: 0 0 10px 0;
}
.sCnt .b {
	margin: 0 0 0 5px;
}

/* フッター
---------------------------------------------------- */
#footer {
	width: 790px;
	height: 57px;
	background: url(../img/bg_f.jpg) center top no-repeat;
}
#footer #navi_f {
	padding: 10px 0 0 0;
	text-align: center;
}
#footer #navi_f li {
	margin: 0 10px;
	display: inline;
}
#footer address {
	text-indent: 0;
}



