/************************************************************
#
#会社:タケダデザインルーム
#
************************************************************/
/* 各共通部分 */

* {
margin: 0px;
padding: 0px;
font-size: 12px;
color: #636563;
}

img {
border: 0px;
}


html {
height:100%;
}

body {
height:100%;
background-image:url(home/img/bgback.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}


li {
list-style: none;
}

#wrap {
width: 800px;
margin: 0px;
padding: 0px;
position:relative;
}

a {
color:#313031;
text-decoration:none;
}

a:hover {
color:#313031;
text-decoration:underline;
}

#counter {
position: absolute;
top: 0px;
left: 0px;
}

/*ヘッダー
************************************************************/
#header {
width: 800px;
height: 60px;
position: absolute;
top: 0px;
left: 0px;
border-top-color: #FF5994;
border-top-style: solid;
border-top-width: 3px;
}

#telimg{
position: absolute;
left: 611px;
top: 0px;
}

.logo {
width: 156px;
height: 57px;
padding: 0px 0px 0px 19px;
float: left;
}

/*メイン
************************************************************/
#main {
width: 800px;
margin: 0px;
}

.up_icon {
width: 555px;
margin: 5px 5px 5px 10px;
text-align: right;
}

/*メニュー
************************************************************/
#menu {
width: 780px;
position: absolute;
top: 60px;
left: 22px;
}

#menu ul {
}

#menu ul li {
float: left;
}

#menu_sub {
position: absolute;
left: 618px;
top: 7px;
font-size: 11px;
}

#menu_sub li {
padding: 2px 6px 0px 18px;
background: url(home/img/subnavi_icon.gif) no-repeat 1px 2px;
font-size: 11px;
float: left;
}

#menu_sub ul li a {
font-size: 11px;
}

/*フッター
************************************************************/
#footer {
width: 800px;
padding: 32px 0px 28px 0px;
background: url(home/img/footer_back.jpg) no-repeat 0px 0px;
text-align: center;
margin: 0px;
}

.foot_text {
font-size: 11px;
color: #313031;
}
/*etc
************************************************************/
.clear_f {
width: 100%;
font-size: 1px;
clear: both;
}
