/*━━━━━━━━━━━━━━━━ページ*/
* {
padding:0px;
margin:0px;
}
body {
margin:0px auto;
text-align:center;
color:#330000;
background:url("img/back.gif");
FONT:small "Osaka", "MS UI Gothic", Arial, sans-serif; WORD-BREAK:break-all
}
a img {
border: none;
}
a{
text-decoration:none;
color:#266EE4;
}
a:visited{
color:#941D55;
}
/*━━━━━━━━━━━━━━━━フレーム*/
#flame {
width:990px;
height:100%;
text-align:left;
margin:0px auto;
background:#FFFFFF;
border-right:1px solid #A08B8B;
border-left:1px solid #A08B8B;
}
/*━━━━━━━━━━━━━━━━ヘッダー*/
#header {
/*border:1px solid #000000;*/
}
/*-------------ヘッダー左テーブル*/
#header_table {
width:100%;
}
/*-------------ヘッダー左*/
#header_left {
width:100px;
padding:4px 10px;
}
/*-------------ヘッダー真中*/
#header_middle ul {
list-style:none;
}
#header_middle li {
float:right;
padding:0px 0px 0px 10px;
}
#make a{
display:block;
width:98px;
height:46px;
background:url("img/make1.gif");
}
#make a:hover{
background:url("img/make2.gif");
}
/*-------------ヘッダー真中>次ページ*/
#make12{
width:800px;
height:200px;
}
#make1a{
float:left;
}
#make1a a{
display:block;
width:152px;
height:133px;
background:url("img/logo1a.png");
}
#make1a a:hover{
background:url("img/logo1b.png");
}
#make1b{
float:left;
padding:5px 0px 0px 20px;
}
#make2a{
float:left;
}
#make2a a{
display:block;
width:152px;
height:133px;
background:url("img/logo2a.png");
}
#make2a a:hover{
background:url("img/logo2b.png");
}
#setumei a{
display:block;
width:79px;
height:43px;
background:url("img/setumei1.gif");
}
#setumei a:hover{
background:url("img/setumei2.gif");
}
/*-------------ヘッダー右*/
#header_right {
width:260px;
}
/*メニュー*/
#header_right ul {
list-style:none;
}
#header_right li {
float:right;
height:20px;
line-height:20px;
padding:0px 0px 0px 10px;
}
#header_right li a:hover {
text-decoration:underline;
}
/*検索*/
#input {
clear:both;
height:30px;
line-height:30px;
}
#input1 {
width:200px;
}
/* =============================メニュー*/
#menu {
clear:both;
background:url(img/menu_off.gif);
}
#menu ul {
list-style:none;
}
#menu li {
float:left;
font-size:100%;
text-align:center;
background:#FFFFFF;
}
#menu li a {
display:block;
width:100px;
height:18px;
margin-right:1px;
padding:9px 0px 7px 0px;
color:#FFFFFF;
background:url(img/menu_off.gif);
}
#menu li a:hover {
background:url(img/menu_on.gif);
}
#menu li a.mselect{
background:url(img/menu_on.gif);
}
#space {
height:34px;
background:url(img/menu_off.gif);
}
/*━━━━━━━━━━━━━━━━メイン*/
#main {
clear:both;
height:100%;
/*background:#FAFAD2;*/
}
/*━━━━━━━━━━━━━━━━フッター*/
#footer {
clear:both;
height:30px;
line-height:30px;
border-top:2px dashed #ADADAD;
color:#4F4F4F;
background:#CCCCCC;
}
#footer ul{
list-style:none;
}
#footer li{
display:inline;
padding:0px 5px 0px 5px;
}
#footer li a:hover {
text-decoration:underline;
}
#f1{
float:left;
padding:0px 0px 0px 380px;
}
#f1 li a{
color:#4F4F4F;
}
#f2{
float:right;
}
#f2 li a{
color:#4F4F4F;
}
/*━━━━━━━━━━━━━━━━TOPLOGO*/
h1#toplogo a{
display:block;
width:227px;
height:35px;
background:url("img/logo.gif");
}
h1#toplogo span{
display:none;
}
