﻿/* レイアウトの設定*/
*{
    margin:0px;
    padding:0px;
}

body{
font-size: 12px;
text-align: center;
background-color: #CCCCCC;
background-image: url('parts/body-bg-1.jpg');
background-repeat: repeat-x;
background-position: left top;
-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{
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;
padding-top: 5px;
padding-left: 58px;
position: relative;
top: 50px;
}

h1#logotitle span{
font-family: ＭＳ ゴシック;
font-size: 65%;
color: #3300FF;
font-weight: bold;
margin-right: 56px;
float: right;
}


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 ヘッダー部 */
