@charset "UTF-8";

/*
:: reset & base style sheet
:: last update 2008-11-03
*/

/*==================================================

:: css for halftone records - for common
:: http://halftone-records.com
:: copyright (c) 2001 - 2008 halftone records all rights reserved.

:: author - sunny coding department
:: http://sunny-coding-department.com/

==================================================*/

/*========== body ==========*/
* {
margin: 0px;
padding: 0px;
}

body{
margin: 0;
color: #555555;
background-color: #ffffff;
font-family: Helvetica;
font-size: 9pt;
text-align: center;
}

div#wrapper { 
margin: 0 auto;
width: 950px; 
text-align: left;
}

div#container {
padding: 20px 20px;
}

img {
border: 0px;
}


/*========== header ==========*/
div#header {
padding: 10px 20px;
width: 910px;
height: 80px;
}

div#titleComponet {
width: 500px;
float: left;
}

div#title {
width: 500px;
height: 40px;
}

div#headerContents {
float: right;
width: 300px;
}

div#navigation {
margin-bottom: 10px;
text-align: right;
}

div#flag {
margin-bottom: 10px;
text-align: right;
}

div#headline{
width: 300px;
height: 45px;
text-align: right;
}

/* search */
.seachbox {
margin-top: 4px;
margin-right: 3px;
padding: 2px 5px;
border-top: 1px solid #555555;
border-left: 0;
border-bottom: 1px solid #555555;
border-right: 0;
width: 150px;
color: #999999;
vertical-align: top;
}

.submitButton {
width: 25px;
height: 25px;
vertical-align: top;
}

/* navigation */
div#menu {
margin-top: 20px;
width: 500px;
height: 20px;
}

ul.ulNavi {
list-style: none;
}

li.liNavi {
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #999999;
float: left;
}

li.liNaviR {
margin-right: 10px;
padding-right: 10px;
border-right: 0;
float: left;
}

#navi {
float: left;
padding-left: 10px;
padding-top: 20px;
width: 670px;
height: 25px;
vertical-align: middle;
}

/*========== footer ==========*/
div#footer {
padding-top: 10px;
border-top: 1px solid #999999;
clear: both;text-align: center; width: 910px;  }

ul.footerNavigationUl {
margin: 20px auto;
list-style: none;
text-align: center;
}

li.footerNavigationLi {
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #999999;
display:inline;
text-align: center;
}

li.footerNavigationLiR {
margin-right: 10px;
padding-right: 10px;

border: 0;
display:inline;
text-align: center;
}

div#copy {
margin: 10px auto 0px auto;
line-height: 25px;
width: 390px;
height: 70px;
text-align: centerl;
}

ul.separateUl {
padding-top: 5px;
border-top: 1px solid #ffffff;
list-style: none;
text-align: center;
}

li.separateLi {
padding-right: 5px;
float: left;
display:inline;
text-align: center;
}

/*========== end ==========*/