@charset "Shift_JIS";

/*ブラウザスタイルの初期化*/

*{
margin:0;
padding:0;
font-family:Verdana,Arial,"ヒラギノ角ゴ Pro W3","Osaka","MS Pゴシック",sans-serif;
line-height:1.0;
}

/*文書本体*/

body{
background:#ffffff;
}

/*リンクテキスト*/

a:link{
color:#666666;
text-decoration:none;
}

a:visited{
color:#666666;
text-decoration:none;
}

a:hover{
color:#0066FF;
text-decoration:underline;
}

a:active{
color:#0066FF;
text-decoration:underline;
}

/*画像*/

img{
border:0;
}

/*全体のコンテナ*/

div#container{
width:760px;
margin-left:auto;
margin-right:auto;
background:#ffffff;
border-left:1px solid #999999;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
}

/*ＴＯＰメニュー項目*/

#container #header {
width:760px;
height:65px;
background:#78ADED;
}

#container #header ul{
font-size:x-small;
list-style-type:none;
position:relative;
}


#container #header li#home{left:0px; width:127px; float:left;}
#container #header li#camp{left:2px; width:127px; float:left;}
#container #header li#serv{left:2px; width:127px; float:left;}
#container #header li#app{left:2px; width:127px; float:left;}
#container #header li#supp{left:2px; width:127px; float:left;}
#container #header li#con{right:0px; width:125px; float:right;}


/*サブメニュー項目*/

#container #sub {
width:740px;
margin:0 10px;
}

#container #sub ul{
font-size:x-small;
}

#container #sub ul li{
float:left;
padding:5px 8px;
}


/*アシストメニュー*/

#container #assist {
font-size:x-small;
position:relative;
top:-122px;
left:340px;
}

/*フッター*/

#footer {
clear:both;
width:760px;
margin-top:20px;
border-bottom: 5px solid #0066FF;
}

#footer p{
position:rerative;
padding-bottom:3px;
padding-left:230px;
font-size:x-small;
color:#999999;
}

/*フッターＴＯＰ用*/

#footer_top{
clear:both;
width:760px;
padding-top:10px;
border-bottom: 5px solid #0066FF;
}

#footer_top #copy{
float:right;
position:rerative;
padding-right:5px;
padding-top:20px;
font-size:x-small;
color:#999999;
}

/*テレポケット*/

#footer_top #telepo {
float:left;
color:#99999;
width:350px;
padding-left: 5px;
padding-bottom: 5px;
}

#footer_top #telepo img{
float:left;
}

#footer_top #telepo p{
float:right;
font-size:x-small;
padding-top:8px;
vertical-align:bottom;
}

/*トップへ戻る*/

div#re{
clear:both;
font-size:small;
margin-top:25px;
padding-left:640px;
}
