@charset "utf-8";

/** Style Information
 * @ Style Name: Page Css
 * @ Style Place: /css/page.css
 * @ Create Author: nakachi
 * @ Create Date: 2010.05.01
 * @ LastUp Date: 2010.05.18
 */

/** INDEX
 * @ About Page
 * @ Inquiry, Recruit Page
 * @ Sitemap Page
 */
/**************************************************
 @ About Page
 **************************************************/
.messageImg{
float:right;
margin:0 0 0 20px;
}
.awardList{margin-bottom:30px;}
.mediaList{margin-bottom:10px}
.mediaList h4{
margin-bottom:5px;
color:#08d;
}
.mediaList h4 a{
color:#08d;
text-decoration:none;
}
.mediaList h4 a:hover{color:#000;}

/**************************************************
 @ Inquiry, Recruit Page
 **************************************************/
.error,
.complete{color:#08d;}
.example{font-size:85%;}
.radioBtn{margin-right:5px;}
.radioBtn02{margin:0 5px 0 15px;}
.inputBox{width:180px;}
.textBox{width:480px;}
#formContnets{
margin:20px 0;
border-collapse:collapse;
}
#formContnets th{
padding:5px 0;
width:150px;
text-align:left;
vertical-align:top;
}
#formContents td{
padding:5px 0;
width:480px;
vertical-align:top;
}
#formBtn{margin-left:142px;}
#formBtn input{
margin-right:20px;
padding:5px 10px;
width:200px;
border:1px solid #e6e6e6;
background:#f6f6f6;
color:#08d;
cursor:pointer;
}
#formBtn input:hover{background:#ff0;}

/**************************************************
 @ Sitemap Page
 **************************************************/
.sitemap h3.sitemapFirst{margin-top:0;}
.sitemap h3{margin-top:20px;}
.sitemap h3 a{
color:#08d;
text-decoration:none;
}
.sitemap h3 a:hover{
color:#000;
background:#ff0;
}
.sitemap li{
display:inline;
padding:0 0 0 10px;
background:url(/imgs/lib/ls_side.gif) no-repeat 0 2px;
}

