@import url("layout.css");
@import url("parts.css");

/* CSS Document */


/*********
Common
**********/

*{
border:none;
margin:0;
padding:0;
}

body{
background-color:#cccccc;
}

h1{
float:left;
width:210px;
}
h1 a{ margin-left:9px;}
h2{
float:right;
background-repeat:no-repeat;
}
h2 p{
width:550px;
height:102px;
margin-right:9px;
padding:0;
}

h3{margin:15px 0 20px 0;}
h4{margin:5px auto 10px 0;}
h5{
background:url(/images/head_icon01.gif) no-repeat left;
padding-left:12px;
color:#333333;
margin:3px auto 10px 2px;
font-size:12px;}

p{
font-size:12px;
line-height:140%;
}

a{
text-decoration:none;
color:#0099CC;}
a:hover{
text-decoration:underline;
color:#00CCFF;
}

address{
line-height:190%;
padding:20px;
margin:10px 0;
border:1px solid #aaaaaa;
background:url(/images/products/bg_pic_product.jpg) no-repeat right top;
background-color:#DEDEE9;
font-style:normal;
}

hr{
margin:10px 0;
border-style: dotted none none none; 
border-top-width: 2px; 
border-top-color: #dddddd; 
height: 1px; 
}

/*********
Decoration
**********/

p.p_intro{
margin-bottom:15px;}
ul.lst_def{ margin:0 auto 15px 10px;
padding:5px;
background-color:#eeeeee;
}
ul.lst_def li{
line-height:150%;
font-size:12px;
margin:3px 0;
background:url(/images/head_icon02.gif) no-repeat 2px 5px;
padding-left:12px;
list-style:none;
}
ul.lst_def li ul li{
background:none;
padding-left:10px;}

hr.line_chapter{
width:10px;
border: 1px #ffffff solid; 
background-color: #ffffff; 
color: #ffffff; 
height:15px; }

h4 span{
display:none;}

input,textarea,select{
border:1px solid #cccccc;
margin:1px 0;}
textarea{width:450px;}
.form_nobdr{
border:none;}

.pankuzu{
font-size:11px;
text-align:right;
margin:0 0 10px auto;}

.menu_link{
margin:15px 0;
text-align:center;
padding:0 auto;}

.backtotop{
font-size:11px;
text-align:right;
margin:0 0 10px auto;
}
.backtotop a{
background:url(/images/backtotop.gif) no-repeat left;
padding-left:12px;}

.alert{
color:#666666;
font-size:11px;}
.alert2{
color:#cc0000;
font-size:11px;}


