@import url(./common.css);

/*
  ---------------------------------------------------------------
  COLOR-WEB.NET CSS TEMPLATE "MAIN"

  $Id: 2005/07/29 12:50:00 Exp $
  ---------------------------------------------------------------
  INDEX
     - PageBody
     - Global
     - SiteName
     - GlobalNaviLink
     - TopImage
     - PageName
     - MenuBar
     - MenuBarLink
     - Content
     - MainBlock
     - MainBlockLeft
     - MainBlockRight
     - Feature
     - Story
     - HeadlineBlock
     - addtext
     - Footer
  ---------------------------------------------------------------
*/

.skipLinks {display: none;}

/*************** GLOBAL BLOCK ******************/

#PageBody{
    margin-top: 0px;
    padding: 0px;
    border: 0px none;
/*    text-align: center; */
    height: auto;
    width: 100%;
	display:block;
}

div #PageBody{
/*    text-align: center;
    margin-left:auto;
    margin-right:auto; */
    height:auto;
}

#Global{
    position: relative;
    width: 760px;
    height:auto;
    padding: 0px;
    margin: 0px;
    background-image:url(../images/nv_bg.jpg);
    background-color:inherit;
    background-repeat: no-repeat;
    text-align:right;
    color:#ffffff;
}
    
#SiteName{
    font: bold 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    background-image:url(../images/color-logo.gif);
    background-repeat: no-repeat;    
    height:55px;
    padding: 0px 0px 0px 45px;
    margin: 0px 0px 0px 20px;
    clear:right;
    text-align:left;
    text-indent: 20px;
    color:#FFFFFF;
	background-color:inherit;
}

#GlobalNaviLink{
    margin:0px;
    padding:3px;
    font-size: 70%;
    position: absolute;
    height: 13px;
    width: 540px;
    left: 209px;
    top: 35px;
}

#TopImage{
    top:55px;
    margin:0px;
    padding:0px;
    width:760px;
    height:198px;
}

#TopImage p{
    margin:0px;
    padding:0px;
}

ul.flip-menu li {
    display: inline;
    padding-right: 0.5em;
}

.menulink a:link {
    color:#FFFFFF;
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF; 
	background-color:inherit;  
}

.menulink a:active {
    color:#000066;
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;    
	background-color:inherit;
}

.menulink a:visited {
    color:#FFFFFF;
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;   
	background-color:inherit; 
}

.menulink a:hover {
    color:#000066;
    background-color:#CCDDEE;
    text-decoration:underline;
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;    
}

/*************** MENU BLOCK ******************/

#PageName{
    font: bold 90% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    padding: 10px 0px 0px;
    margin: 0px;
    clear:right;
    text-align:left;
    text-indent: 20px;
    color:#000000;
	background-color:inherit;
}

#MenuBar{
    padding:0px;
    margin:0px;
    width: 760px;
    height: 44px;
    background-image:url(../images/menu_bar.gif);
    background-repeat: no-repeat;
}    

#MenuBarLink{
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin:3px;
    padding:0px;
    position: absolute;
    height: 15px;
    width: 556px;
    left: 191px;
    top: 253px;
}

#Content{
    clear:both;
    width:760px;
    height:auto;
    background-color:#FFFFFF;
    color:#000000;
    float:left;
}

div #Content{
    text-align:left;
}    

.clearboth {
    clear:both;
}

/***************  MAIN BLOCK ******************/

#MainBlock{
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    width:550px;
    padding:20px;
    left:0px;
    top:297px;
    height:250px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}

#MainBlock h3{
    font: bold 90% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1em;
    margin-left: 2em;
    margin-bottom: -0.5em;
}

#MainBlock ul li{
    margin-bottom:3px;
}

#MainBlock ul ul li{
    margin-left:-30px;
    padding:3px;
}

/* Mac IE5.x */
* html #MainBlock p{
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 15px 5px 5px 0px;
    padding: 5px 5px 5px 0px;
    text-align: left;
    vertical-align: top;
    color: #333333;
	background-color:inherit;
}

/* Windows IE Only  \*/
* html #MainBlock p{
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 15px 5px 5px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    color: #333333;
	background-color:inherit;
    clear:left;
}
/* END IE Only */

/* IE Others  \*/
html>body #MainBlock p{
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 15px 5px 5px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    color: #333333;
	background-color:inherit;
    clear:left;
}
/* END IE Others */

#MainBlock img{
    float: left;
    border: 0px;
    padding: 0px 5px 5px;
    margin: 0px 5px 5px;
}

/*************** FEATURE BLOCK ******************/

#Feature{
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    clear:left;
    width:540px;
    padding: 0px 0px 10px 10px;
    margin-right: 210px;
    margin-top:15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}

#FeatureArc{
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    clear:left;
    width:540px;
    padding: 0px 0px 10px 10px;
    margin-right: 210px;
    margin-top:15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}


.SeoFeature{
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    clear:left;
    width:540px;
    padding: 0px 0px 10px 10px;
    margin-right: 210px;
    margin-top:15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}

.SeoFeature h2{
    font: bold 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding-top:1px;
    padding-bottom:2px;
    padding-left:16px;
    background-image: url("../images/icon/ar2.gif");
    background-repeat:no-repeat;
}

.SeoFeature h3{
	margin: 1em 0 0.5em 0;
    padding-top:1px;
    padding-bottom:2px;
    padding-left:16px;
    background-image: url("../images/icon/ar1.gif");
    background-repeat:no-repeat;	
}

.SeoFeature p{
	margin:0;
	width:500px;
}

.SeoFeature table {
	width:98%;
}

/************** album styles ****************/

.album {
    font-size: 100%;
    background-color: #CECEBD;
	color:inherit;
    margin:10px;
    text-align:center;

}

.album img{
    margin: 10px;
    float: none;
}

#Feature h2{
    font: bold 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: -0.5em;
    padding-top:1px;
    padding-bottom:2px;
    padding-left:16px;
    background-image: url("../images/icon/ar2.gif");
    background-repeat:no-repeat;
}

#FeatureArc h2{
    font: bold 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: -0.5em;
    padding-top:1px;
    padding-bottom:2px;
    padding-left:16px;
    background-image: url("../images/icon/ar2.gif");
    background-repeat:no-repeat;
}

#Feature p{
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 5px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    color: #333333;
	background-color:inherit;
    line-height:1.5em;
}

#Feature img{
    float: left;
    border: 0px;
    padding: 5px 10px 0px 0px;
    margin: 5px 8px;
}

#Feature table {
    width:500px;
    border: 1px dotted #336699;
}
#Feature th {
    font: bold 90% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 8px 5px 8px 5px;
    border: 1px dotted #336699;
}
#Feature tr,td {
    font: 90% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 8px 5px 8px 5px;
    border: 1px dotted #336699;
}
    
#Feature ul {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
}
#Feature ul ul {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
}
/*************** STORY BLOCK Default ******************/

#Story {
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    padding: 0px;
    margin-right: 210px;
    height:auto;
}

#Story h2{
    font: bold 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1em;
    margin-left: 1.5em;
    margin-right: 0.5em;
    margin-bottom: -0.5em;
    padding-top:1px;
    padding-bottom:2px;
    padding-left:16px;
    background-image: url("../images/icon/ar2.gif");
    background-repeat:no-repeat;
}

#Story h3{
    font: bold 115% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	background-color:inherit;
    margin: 10px 0px 0px 10px;
    padding-top:1px;
    padding-bottom:2px;
    padding-left:16px;
    background-image: url("../images/icon/ar1.gif");
    background-repeat:no-repeat;
}

#Story p {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 5px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    color: #333333;
	background-color:inherit;
}

#Story img{
    float: left;
    border: 0px;
    padding: 0px 5px 5px;
    margin: 0px 5px 5px;
}

#Story .story1{
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    left:20px;
    width:500px;
    padding:5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
	float:left;
}

#Story .story1 h3{
    font: bold 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	background-color:inherit;
    margin: 10px 0px 0px 10px;
    padding-top:1px;
    padding-bottom:2px;
    padding-left:16px;
    background-image: url("../images/icon/ar1.gif");
    background-repeat:no-repeat;
}


#Story .storyLeft{
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    left:20px;
    width:240px;
    padding:0px;
    float:left;
    clear:left;
}

#Story .storyRight{
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    width:240px;
    padding:0px;
    float:right;
    left:0px;
}

#Story .cellbody{
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    left:20px;
    width:510px;
    padding:5px;
    float:left;
    clear:left;
}

/*************** STORY BLOCK EXP ******************/

#STORYCELL {
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    width: 720px;
    position: relative;
    padding: 5px;
    margin-top:3px;
    margin-bottom:10px;
    margin-left:15px;
    height:auto;
}


#STORYCELL h2{
    font: bold 110% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1em;
    margin-left: 1.5em;
    margin-right: 0.5em;
    margin-bottom: -0.5em;
    padding-top:1px;
    padding-bottom:2px;
    padding-left:16px;
    background-image: url("../images/icon/ar2.gif");
    background-repeat:no-repeat;
}

#STORYCELL h3{
    font: bold 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	background-color:inherit;
    margin: 10px 0px -5px 10px;
    padding-left:16px;
    background-image: url("../images/icon/ar1.gif");
    background-repeat:no-repeat;
}

#STORYCELL p {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 2px;
    padding: 2px;
    text-align: left;
    vertical-align: top;
    color: #333333;
	background-color:inherit;
}

#STORYCELL img{
    float: left;
    border: 0px;
    padding: 0px 5px 5px;
    margin: 0px 5px 5px;
}

#STORYCELL .cellbody{
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    left:20px;
    width:510px;
    padding:5px;
    float:left;
    clear:left;
}

#STORYCELL table {
    width:95%;
    border: 1px dotted #336699;
}
#STORYCELL th {
    font: bold 90% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 8px 5px 8px 5px;
    border: 1px dotted #336699;
}
#STORYCELL tr,td {
    font: 90% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 8px 5px 8px 5px;
    border: 1px dotted #336699;
}
    
#STORYCELL ul {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
}
#STORYCELL ul ul {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
}

#STORYCELL li {
    margin-top: 18px;
}
/*************** STORY BLOCK EXP ******************/

#STORYCELL2 {
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    width:530px;
    position: relative;
    padding: 5px;
    margin: 5px;
    height:auto;
}


#STORYCELL2 h2{
    font: bold 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 0.5em;
    margin-bottom: -0.5em;
    padding-top:1px;
    padding-bottom:2px;
    padding-left:16px;
    background-image: url("../images/icon/ar2.gif");
    background-repeat:no-repeat;
}

#STORYCELL2 h3{
    font: bold 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	background-color:inherit;
    margin: 10px 0px 0px 10px;
    padding-left:16px;
    background-image: url("../images/icon/ar1.gif");
    background-repeat:no-repeat;
}

#STORYCELL2 p {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 2px;
    padding: 2px;
    text-align: left;
    vertical-align: top;
    color: #333333;
	background-color:inherit;
}

#STORYCELL2 img{
    float: left;
    border: 0px;
    padding: 0px 5px 5px;
    margin: 0px 5px 5px;
}

#STORYCELL2 .cellbody{
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    left:20px;
    width:510px;
    padding:5px;
    float:left;
    clear:left;
}

#STORYCELL2 table {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    width:95%;
}

#STORYCELL2 th {
    font: bold 90% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 8px 5px 8px 5px;
    border: 1px dotted #336699;
}
#STORYCELL2 td {
    font: 90% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 8px 5px 8px 5px;
    border: 1px dotted #336699;
}
    
#STORYCELL2 ul {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    padding: 5px;
    margin-left: 30px;
}
#STORYCELL2 ul ul {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    padding: 8px;
    margin-left: 35px;
}

.info_table {
    display:table;
    table-layout:fixed;
    border-collapse:collapse;
    width: 510px;
    margin-left:30px;
}

.ps_table {
    display:table;
    table-layout:fixed;
    border-collapse:collapse;
    width: 510px;
}
.table_tr {
    display: table-row;
    clear:both;
}
.cell_1 {
    font-weight: bolder;
    display:table-cell;
    table-layout:fixed;
    float:left;
    width:155px;
    height: 30px;
    padding: 10px 0px 0px 20px;
    border-bottom:1px;
    border-bottom-style:ridge;
    border-bottom-color:#336699;
}
.cell_2 {
    display:table-cell;
    table-layout:fixed;
    float:right;
    width:300px;
    height: 30px;
    padding: 10px 5px 0px 0px;
    border-bottom:1px;
    border-bottom-style:ridge;
    border-bottom-color:#336699;
}

.cell_p1 {
    display:table-cell;
    table-layout:fixed;
    float:left;
    width:240px;
    height:400px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px dotted #999999;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-left-style: dotted;
    border-top-color: #999999;
    border-right-color: #999999;
    border-left-color: #999999;
}

.cell_p2 {
    display:table-cell;
    table-layout:fixed;
    float:right;
    width:250px;
    height:400px;
}

/*************** HEADLINE BLOCK ******************/

#HeadlineBlock{
    text-align:left;
    position: absolute;
    width:210px;
    padding:0px;
    left:550px;
    top:297px;
    height: auto;
    background-color: #EBEBEB;
	color:inherit;
}

#HeadlineBlock img{
    margin: 0px 0px 10px 0px;
}

.topics{
    font: bold 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1em;
    margin-left: 0.2em;
    margin-right: 0.5em;
    margin-bottom: -0.5em;
    padding-top:1px;
    padding-bottom:2px;
    padding-left:14px;
    background-image: url("../images/icon/topics.gif");
    background-repeat:no-repeat;
}

#HeadlineBlock h4{
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	background-color:inherit;
    margin: 10px 0px 2px 3px;
    padding-top:1px;
    padding-bottom:2px;
    padding-left:16px;
    background-image: url("../images/icon/headline.gif");
    background-repeat:no-repeat;
    clear: left;
    padding-right: 0px;
}

#HeadlineBlock p {
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 2px 0px 0px 5px;
    padding: 0px 3px 3px 0px;
    color:#666666;
	background-color:inherit;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}

#HeadlineBlock ul {
    margin: 0px 0px 0px 6px;
    padding: 0px 0px 0px 6px;
    list-style-image: none;
    list-style-type: none;
}

#HeadlineBlock ul li{
    margin: 6px 0px 0px 0px;
    padding: 6px 0px 0px 0px;
}

/* Windows IE Only \*/
* html #HeadlineBlock .relatedLinks {
    font: 80% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0px 10px 15px;
    padding: 5px 10px;
    width: 180px;
    background-color:#CECEBD;
    background-image: url("../images/icon/at2.gif");
    background-repeat:no-repeat;
    color:#000000;
    background-position: left top;
    border: none;
}
/* END Windows IE Only */

/* IE Others  & Mac IE5.x */
html>body #HeadlineBlock .relatedLinks {
    font: 90% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0px 10px 15px;
    padding: 5px 10px;
    width: 160px;
    background-color:#CECEBD;
    background-image: url("../images/icon/at2.gif");
    background-repeat:no-repeat;
    color:#000000;
    background-position: left top;
    border: none;
}

/* Windows IE Only \*/
* html #HeadlineBlock .corpname {
    font: 90% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0px 10px 15px;
    padding: 5px 10px;
    width: 180px;
    background-color:#CECEBD;
    background-image: url("../images/icon/at2.gif");
    background-repeat:no-repeat;
    color:#000000;
    background-position: left top;
    border: none;
}
/* END Windows IE Only */

/* IE Others  & Mac IE5.x */
html>body #HeadlineBlock .corpname {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0px 10px 15px;
    padding: 5px 10px;
    width: 160px;
    background-color:#CECEBD;
    background-image: url("../images/icon/at2.gif");
    background-repeat:no-repeat;
    color:#000000;
    background-position: left top;
    border: none;
}

.relatedLinks h3{
    font: bold 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	background-color:inherit;
    margin: 10px 0px 5px 3px;
    padding-top:1px;
    padding-bottom:0px;
    padding-left:16px;
    background-image: url("../images/icon/adtext.gif");
    background-repeat:no-repeat;
    padding-right: 0px;
}

.addspan {
    font: 100% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
	background-color:inherit;
}
/*************** FOOTER BLOCK ******************/

#Footer {
    background-color:#666666;
	color:inherit;
    margin: 0px;
    padding: 0px;
    width: 760px;
    height: 30px; 
	clear:both;
}

#Footer p{
    font: 70% "MS UI Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
    margin-top:5px;
    padding:5px;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
	background-color:inherit;
}

#Footer a {
	color:#FFFFFF;
    background-color:#666666;
    text-decoration:none;    
}

#Footer a:hover {
    color: #FFFFFF;
    background-color:#666666;
    text-decoration:none;    
}

#Footer img {
	border:0 none;
}


/************** .inquiry **************/

.inquiry {
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	min-height: 200px;
	height: 200px;
}

html>body .inquiry {
	height: auto;
}

.inquiry p{
	font-size: 90%;
	color:#334d55;
	background-color:inherit;
}

.inquiry p image {
	float:left;
}

.inquiry p span {
	display:block;
	width: 45em;
}

.inquiry fieldset {
	width:90%;
	font-size: 90%;
	padding: 6px;
}

.inquiry legend {
	font-size:90%;
}
.inquiry input { 
	margin: 5px 0px;
	border: inset 1px #EBEBEB;
}

.inquiry select { 
	margin: 5px 0px;
	border: inset 1px #EBEBEB;
}

.inquiry button {
	width: 120px;
	padding-top: 4px;
	background-color: #E7E8D9;
	letter-spacing: 2em;
	border: 1px outset #EBEBEB;
	margin: 8px;
	float:right;
	font-weight:bold;
	color:#334d55;
}

.inquiry .chbox {
	line-height: 1.2em;
}

.inquiry .check { 
    border:0px none #006699;
	margin-bottom: -0.2em;
}

.inquiry table {
	width:100%;
	font-size: 90%;
	text-align:left;
	padding: 3px 3px 3px 10px; 
}　

.inq_th {
	width: 30%;
}

.inq_td{
	width: 70%;
}
.inquiry table th {
	border-bottom: 1px dotted #006699;
	padding-left: 8px;
	vertical-align:top;
}
.inquiry table th sub{
	color:#FF0000;
	font-weight:normal;
	background-color:inherit;
}

.inquiry table td {
	border-bottom: 1px dotted #006699;
	border-left: 0px none #006699;
	border-top: 0px none #006699;
	border-right:  0px none #006699;
	padding: 0px 2px;
}
.inquiry table td label {
	font-size:90%;
}
.inquiry table td sup{
	color:#666666;
	background-color:inherit;
}
.inquiry .chbox li{
	list-style:none;
	list-style-image:none;
	font-size:130%;
	margin-left: -2.5em;
	padding: 0.1em;
}

.inquiry table th .chlist {
	color:#666666;
	font-weight:normal;
	background-color:inherit;
}


