#header{
    background-image:url(./images/header2.jpg);
    width:750px;
    height:150px;
    position:relative;
}
#header ul{
    position:absolute;
    bottom:0px;
    width:750px;
    height:25px;
    margin:0;
    padding-left:40px;
    font-size:16px;
    list-style:none;
    background-color:#ffffff;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
}
#header li{
    height:25px;
    line-height:25px;
    float:left;
    width:100px;
    text-align:center;
    position:relative;
}

#header a{
    text-decoration:none;
    display:block;
    color:#000000;
/*    color:#663300; */
}

#header a:hover{
    width:100%;
    height:100%;
    color:#331100;
    background-color:#cccccc;
}

/* １段組のコンテナ */
#container_s{
    width:750px;
    font-size:small;
}

/* ２段組する時のコンテナ */
#container_w{
    background:url(./images/container.jpg) repeat-y 0 0;
    width:750px;
    font-size:small;
}

#navi{
    width:742px;
    margin:0px;
    padding:4px;
    background-color:#000000;
    color:#cccccc;
}

#navi a{
    text-decoration:none;
    color:#cccccc;
}

#menubox{
    position:relative;
    width:160px;
    margin:0px;
    padding:5px;
    float:left;
}

#menubox a{
	color: #000000;
	font-size:small;
	text-decoration: none;
	display: block;
	border: 1px solid #003399;
	padding: 5px;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 10px;
	background-color: #ffffff;
}

#menubox a:visited{
	background-color: #ffffff;
}

#menubox a:hover{
	color:#ff0000;
	background-color: #cccccc;
}

#contents{
    position:relative;
    width:560px;
    margin:0px;
    padding:5px;
    float:right;
}

#footer{
    width:750px;
    margin:0px;
    padding:5px;
    clear:both;
/*    background-color:#cccccc; */
    background:url(./images/footer.jpg) repeat-y 0 0;
    text-align:center
}

div.pclist{
    background-image:url(./images/pclist_back.jpg);
    height:95px;
    width:330px;
    background-repeat:no-repeat;
    border-right:2px #666666 solid;
    border-bottom:2px #666666 solid;
    background-color:#ffffff;
    color:#000000;
    padding-top:5px;
    padding-left:170px;
    text-decoration:none;
}

div.jinji{
    background-image:url(./images/jinji_back.jpg);
    height:95px;
    width:330px;
    background-repeat:no-repeat;
    border-right:2px #666666 solid;
    border-bottom:2px #666666 solid;
    background-color:#ffffff;
    color:#000000;
    padding-top:5px;
    padding-left:170px;
    text-decoration:none;
}

div.it{
    background-image:url(./images/it_back.jpg);
    height:95px;
    width:330px;
    background-repeat:no-repeat;
    border-right:2px #666666 solid;
    border-bottom:2px #666666 solid;
    background-color:#ffffff;
    color:#000000;
    padding-top:5px;
    padding-left:170px;
    text-decoration:none;
}

div.homepage{
    background-image:url(./images/homepage_back.jpg);
    height:95px;
    width:330px;
    background-repeat:no-repeat;
    border-right:2px #666666 solid;
    border-bottom:2px #666666 solid;
    background-color:#ffffff;
    color:#000000;
    padding-top:5px;
    padding-left:170px;
    text-decoration:none;
}

div.program{
    background-image:url(./images/program_back.jpg);
    height:95px;
    width:330px;
    background-repeat:no-repeat;
    border-right:2px #666666 solid;
    border-bottom:2px #666666 solid;
    background-color:#ffffff;
    color:#000000;
    padding-top:5px;
    padding-left:170px;
    text-decoration:none;
}

div.sales{
    background-image:url(./images/sales_back.jpg);
    height:95px;
    width:330px;
    background-repeat:no-repeat;
    border-right:2px #666666 solid;
    border-bottom:2px #666666 solid;
    background-color:#ffffff;
    color:#000000;
    padding-top:5px;
    padding-left:170px;
    text-decoration:none;
}

h1{
    font-size:large;
    background-color:#ffeecc;
    border-style:solid;
    border-width:0px;
    border-left-width:6px;
    border-bottom-width:1px;
    border-color:#ff9900;
    padding-top:5px;
    padding-left:10px;
    padding-bottom:5px;
    clear:both;
}
h2{
    font-size:medium;
    background-color:#999999;
    color:#ffffff;
    padding-top:5px;
    padding-left:10px;
    padding-bottom:5px;
    clear:both;
}

h3{
    font-size:large;
    border-style:solid;
    border-width:0px;
    border-bottom-width:2px;
    border-color:#ff0000;
    clear:both;
}

p{
    padding-left:10px;
    color:#333333;
}

img{
    margin-right:5px;
    margin-bottom:5px;
}

