/*	-------------------------------------------------------------
	MDS Co.,Ltd.
	Description:	CSS file for screen media
	Filename:		master.css
	Version:		1.0
	Author: 		mds directors
	Date:			27/10/2006
	-------------------------------------------------------------	*/
	
	@media screen {

*{
    margin:0px;
    padding:0px;
}
body {
    background: #f1ede0 ;
    color:#000;
    font-size:small;
    font-family:Verdana, Arial, sans-serif;
    margin:0px;
    padding:0px;
    background-position:center;
}

#container{
    margin: 0 auto;
    background:#f1ede0;
    color:#000;
    position:relative;
    display:block;
    width:1200px;
    padding:0px;
}

/************* header styles ****************/

#header{
    display:block;
    width:100%;
}
#header-inner{
    display:block;
    float:left;
    width:1200px;
}
#header-logo{
    position:relative;
    display:block;
    float:left;
    padding:0px;
    margin:0px 5px 0px 10px;
    width: 250px;
}
#header-help{
    position:relative;
    display:block;
    float:left;
    text-align:right;
    padding:0px;
    margin:20px 5px 0px 0px;
    width: 800px;
}
/************* wrapper styles ****************/	
#wrapper{
    background: #f1ede0;
    display:block;
    float:left;
    width:100%;
}
#wrapper-inner{
    display:block;
    float:left;
    width:1200px;
}
#content{
    text-align:left;
    float:left;
    margin:0px;
    width:960px;
}
#left-bar{
    text-align:left;
    float:left;
    margin:0px;
    width:227px;
}
.top-content-build{
    background: transparent url('../images/top_content_building.jpg') no-repeat;
    position:relative;
    display:block;
    float:left;
    width:100%;
    height:24px;
    margin:0px;
    padding:0px;
    font-size:10px;
}
.top-content-wall{
    background: transparent url('../images/top_content_wall.jpg') repeat-y;
    text-align:left;
    float:left;
    margin:0px;
    padding:0px;
    width:100%;
}
.top-content-wall-inner{
    text-align:left;
    float:left;
    margin:0px;
    padding-left:10px;
    width:1150px;
}
.top-content-bottom{
    background: transparent url('../images/top_content_bottom.jpg') no-repeat;
    float:left;
    width:100%;
    height:24px;
}
.content-build{
    background: transparent url('../images/content_building.jpg') no-repeat;
    position:relative;
    display:block;
    float:left;
    width:100%;
    height:24px;
    margin:0px;
    padding:0px;
    font-size:10px;
}
.content-wall{
    background: transparent url('../images/content_wall.jpg') repeat-y;
    text-align:left;
    float:left;
    margin:0px;
    padding:0px;
    width:100%;
}
.content-wall-inner{
    text-align:left;
    float:left;
    margin:0px;
    padding-left:10px;
    width:930px;
}
.content-bottom{
    background: transparent url('../images/content_bottom.jpg') no-repeat;
    float:left;
    width:100%;
    height:24px;
}
.left-bar-build{
    background: transparent url('../images/left_bar_building.jpg') no-repeat;
    position:relative;
    display:block;
    float:left;
    width:100%;
    height:18px;
    margin:0px;
    padding:0px;
    font-size:10px;
}
.left-bar-wall{
    background: transparent url('../images/left_bar_wall.jpg') repeat-y;
    text-align:left;
    float:left;
    margin:0px;
    padding:0px;
    width:100%;
}
.left-bar-wall-inner{
    text-align:left;
    float:left;
    margin:0px;
    padding-left:20px;
    width:210px;
}
.left-bar-bottom{
    background: transparent url('../images/left_bar_bottom.jpg') no-repeat;
    float:left;
    width:100%;
    height:24px;
}
.navi {
    list-style-type: none;
    margin-left:10px;
    padding:0px;
}
.navi li {
    display: inline;
}
#sectionLinks{
    float:left;
    width:100%;
    list-style-type:none;
}
#sectionLinks,#sectionLinks li,#sectionLinks li a{
    margin:0px;
    padding:0px;
}
#sectionLinks li{
    _display:block;
    width:185px;
}
#sectionLinks li a{
    display:block;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #cccccc;
    color: #3399ff;
    background:#fff;
    text-decoration:none;
    padding:10px 0px 10px 10px;
}
#sectionLinks-bottom{
    display:block;
    border-bottom: 1px solid #cccccc;
    color: #3399ff;
    background:#fff;
    text-decoration:none;
    padding:10px 0px 10px 10px;
}
#sectionLinks li a:hover{
    background:#DDEEFF;
    clear:left;
}
/************* footer styles ****************/
#footer{
    position:relative;
    display:block;
    float:left;
    width:100%;
    height:105px;
    margin:0px;
    padding:0px;
}
#footer-address{
    background:#fff;
    color:#000;
    margin:0px 0px 0px 20px;
    line-height:150%;
}
#footer-menu{
    display:block;	
    position:relative;
    text-align:center;
    width:100%;
    display: inline;
    float:left;
    margin:20px 0px 0px 0px;
    padding:0px;
}
#copyright{
    background:#fff;
    color:#000;
    float:right;
    margin:5px 0px 0px 0px;
    padding:0px;  
}
address{
	font-style :normal;
}
/************* links ****************/

a:link.menu,a:visited.menu,a:active.menu  {
    color:#FFFFFE;
}
a:hover.menu{
    color:#ddffff;
	text-decoration:underline;
}
a:link,a:visited {
    color:#3399ff;
	text-decoration:underline;
}
a:hover {
    color:#ff9900;
    text-decoration:underline;
}
/************* faq styles ****************/
		
.question{
    width:620px;
    color:#09f;
	background-color : #eeeeee;
    text-align:left;
    float:left;
    margin:0px;
    padding:10px 0px 10px 20px;
}
.answer{
    width:620px;
    line-height:165%;
    text-align:left;
    float:left;
    margin:0px;
    padding:10px 0px 10px 20px;
}
/************* hx styles ****************/

h1 {
    background: transparent url('../images/h1_01.jpg') no-repeat;
    font-size:18px;
    color:#fff;
    text-align:left;
    height: 40px;
    margin:0px 0px 0px 20px;
    padding:10px 0px 10px 25px;
}
h1.top {
    background: transparent url('../images/h1_02.jpg') no-repeat;
    font-size:18px;
    color:#696969;
    text-align:left;
    height: 40px;
    margin:0px 0px 0px 20px;
    padding:10px 0px 10px 25px;
}
h2 {
    background-image: url(../images/h2_001.gif);
    background-repeat: no-repeat;
    font-size:16px;
    text-align:left;
    border-style : none;
    color : #696969;
    height: 20px;
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 25px;
}

h3 {
    text-align:left;
    border-style : none;
    height:10px;
    margin:0px 0px 0px 0px;
    padding:10px 0px 0px 10px;
}
h4 {
    background-image: url(../images/h4_001.gif);
    background-repeat: no-repeat;
    font-size:13px;
    border-style:none;
    color:#447CB5;
    height:30px;
    padding:3px 0px 0px 10px;
    margin:0px;	
}
h5 {
    font-size:12px;
    border-style:none;
    color : #696969;
    padding:20px 0px 0px 25px;
    margin:0px;
}
ul{
    list-style-type: none;
}

		
				

p{
    margin:0px;
    padding:5px 0px 5px 25px;
    text-align:left;
/* text-indent:1em; */
    line-height:165%;
}


/************* extra styles ****************/

img{
    border:none;
}

#page-root{
    float:left;
    text-align:left;
    width:100%;
    padding:0px;
}
.page-top{
    text-align:right;
}
#page-top{
    text-align:right;
}
.required_mark{
    color:#f33;
}
.error_list{
    color:#f33;
}
	
}