/* レイアウトの設定*/
*{
    margin:0px;
    padding:0px;
}
body{
font-size: 10px;
text-align: center;
background-color: #CCCCCC;
-font-size: 62.5%;
}

h1,h2,h3,h4,p{
    margin:0px;
    padding:0px;
}

.clear-float{
	clear: both;
}
.imgfloat-l{
float: left;
}

img{
border-width: 0px;
}

#flot-left{
float: left;
}

.text-right{
text-align: right;
}

#footer{
text-align: center;
margin: 0px auto;
padding: 0px;
clear: both;
position: relative;
height: auto;
width: 930px;
/* background-color: #CC00FF; */
background-image: url('parts/pagelayout-3-3-sub-repeat.jpg');
background-repeat: repeat-y;
}

#footerbg{
clear: both;
text-align: center;
margin: 0px auto;
padding: 0px;
position: relative;
height: 83px;
width: 930px;
background-image: url('parts/pagelayout-5-footer.jpg');
background-repeat: no-repeat;
}

/* ヘッダー部 ----- */
h1#logotitle{
font-family: ＭＳ ゴシック;
font-weight: bold;
text-align: left;
padding-top: 5px;
padding-left: 160px;
position: relative;
top: 50px;
}

h1#logotitle span{
font-family: ＭＳ ゴシック;
color: #3300FF;
font-weight: bold;
/* text-align: right; */
margin-left: 10px;
}

p#logotitle{
font-family: ＭＳ ゴシック;
color: #FF6600;
font-weight: bold;
padding-top: 54px;
padding-left: 58px;
}

p#logotitle span{
font-family: ＭＳ ゴシック;
color: #3300FF;
font-weight: bold;
margin-right: 56px;
float: right;
}
/* ---end ヘッダー部 */

a:hover{
color: #FF6600;
font-weight: bold;
}
