﻿body {
/* width 100%; */
margin: 0px;
padding: 0px;
background-color: #fefeff;
}





a {
text-decoration: none;
color: #648cdc;
}

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

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

a:active {
text-decoration: none;
color: #4696ff;
}

a:hover {
color: #ffaa1e;
text-decoration : blink;
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}





/* フレームトップのスタイル */


#top {
/* border: 1px solid black; */
width: 100%; height: 70px;
background-position: 0px 0px;
background-image: url(./image/background_top.gif);
background-repeat: repeat-x;
background-attachment: fixed;
background-color: transparent;
text-align: center;
}

#top_left {
float: left;
width: 60%; height: 70px;
background-color: transparent;
padding: 0px 0px 0px 50px;/* 上 右 下 左 */
text-align: left;
}

#top_center {
float: none;
width: auto; height: 70px;
background-color: transparent;
text-align: center;
}

#top_right {
float: right;
width: 30%; height: 70px;
background-color: transparent;
text-align: center;
}





/* フレームボトムのスタイル */


#bottom_top {
/*border: 1px solid blue;*/
width: auto; height: 30px;
}

#bottom {
/*border: 1px solid blue;*/
width: 100%; height: 50px;
background-image: url(./image/background_bottom.gif);
background-repeat: repeat-x;
background-attachment: fixed;
background-color: transparent;
}

#bottom_left {
/* border: 1px solid red; */
float: left;
width: 50px; height: 50px;
background-image: url(./image/background_bottom_left.gif);
background-position: 0px 0px;
background-attachment: fixed;
background-color: transparent;
}

#bottom_center {
/* border: 1px solid red; */
float: none;
width: auto; height: 50px;
text-align: left;
}

#bottom_right {
float: right;
width: 50px; height: 50px;
background-image: url(./image/background_bottom_right.gif);
background-position: 0px 0px;
background-attachment: fixed;
background-color: transparent;
}


















/* スタイル クラス */


.menu_box {
/* border: 1px solid green; */
float: right;
width: 500px; height: 40px;
list-style: none;
padding: 0px;
margin: 9px 0px 0px 0px;
}

.menu {
float: left;
width: 50px;
background-color: transparent;
text-align: center;
margin: 0px;
}





/* タグ スタイル */


p.search {
/* border: 1px solid red; */
position: relative;
padding: 0px 35px 0px 0px;
top: 40px;
text-align: right;
}
p.copyright {
/* border: 1px solid blue; */
float: left;
width: 400px; height 15px;
padding: 0px 5px 0px 0px;
margin: 30px 0px 0px 0px;
text-align: right;
}
img {
border: none;
}
form {
/* border: 1px solid blue; */
margin: 0px;
padding: 0px;
}
input.search {
border: 1px solid #a9cdff;
background-color: #fefeff;
font-size: 12px;
color: #5a5a5a;
}

