﻿/* 
------------------------------------------------------------
file name: sub.css
Author: Kang seol ae
create: 2010.01.31

======================= contents ===========================
   1: Browser-style reset
   2: for non-CSS
   3: text color
   4: column setting (layout only)
   5: common item
   6: layout parts
============================================================

Vir.1.0 ---------------→ 2010/01/31 23:12

------------------------------------------------------------ */


/* page body */

img {
	}
	
text{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
text-align:left;
}


#map{
float:left;
text-align:center;
width:138px;
height:auto;
}
#map_1st{
float:left;
width:138px;
height:50px;
}
#map_bg_center{
float:left;
text-align:center;
padding-left:10px;
width:128px;
height:auto;
background:url(http://image.rohan.jp/Web/07_support/Menu_bg_center.jpg) repeat-y;
}
#map_bg_bottom{
float:left;
width:138px;
height:5px;
background:url(http://image.rohan.jp/Web/07_support/Menu_bg_bottom.jpg) no-repeat;
}
#map_2nd{
float:left;
width:118px;
height:auto;
}
#txt_2nd,
#txt_2nd a:link,
#txt_2nd a:hover,
#txt_2nd a:active,
#txt_2nd a:visited{
float:left;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
width:118px;
height:13px;
padding-top:2px;
padding-bottom:2px;
vertical-align:middle;
font-size:10px;
text-align:left;
color:#853800;
}


#txt_3rd,
#txt_3rd a:link,
#txt_3rd a:hover,
#txt_3rd a:active,
#txt_3rd a:visited{
float:left;
width:108px;
height:15px;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:10px;
text-align:left;
color:#858585;
line-height:1.5em;
padding-left:5px;
background-color:#FFFFFF
}


