@import "page_euc.css";
@import "weather.css";

body {
  background-color: #330000;
  font: 100%;
  margin: 0px;
}

a:link    { color: #FFFFFF; text-decoration: none; }

a:visited { color: #FFFFFF; text-decoration: none; }

a:hover   { color: #FFCC00; text-decoration: underline; }

a:active  { color: #FFFFFF; text-decoration: none; }

#top-leftBox a:link    { color: #000099; text-decoration: none; }

#top-leftBox a:visited { color: #990066; text-decoration: none; }

#top-leftBox a:hover   { color: #FF6600; text-decoration: underline; }

#top-leftBox a:active  { color: #990097; text-decoration: none; }

img {
  border: none;
}

hr {
  display: none;
}

h1,h2,h3,h4,h5,h6,p,blockquote,ul,li,div,dl,dt,dd,ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type:none;
  list-style-image:none;
}

h1#midashi {
  margin-bottom: 10px;
}

h2#title_image {
  background-position:center center;
  background-repeat:no-repeat;
  margin-bottom:25px;
  margin-top:15px;
  text-indent:-2000px;
  height:32px;
}
h2#title_default {
  background-image:url(../tanjoubi/title.jpg);
  background-position:center center;
  background-repeat:no-repeat;
  font-size:large;
  height:257px;
  margin:5px auto 15px;
  text-align:center;
  text-indent:-5000px;
}
h2#title_byname {
  font-size:x-large;
  margin:25px auto 15px;
  text-align:center;
}

#todayBirth{
  padding-top:15px;
  font-size:15px;
}
#todayBirth ul{
  padding-left:10px;
  width:300px;
}

.recent{
  padding-top:15px;
}

.recent li{
  display:inline;
  list-style-type:circle;
  padding:0px 10px;
}

dl#profile {
  background-color: #FFF;
  margin-left: 20px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

dl#profile dt{
  border-right: 1px solid #999999;
  padding-top: 3px;
  padding-left: 5px;
  float:left;
  font-weight:bold;
  width:150px;
}

dl#profile dd{
  border-bottom: 1px solid #999999;
  padding-top: 3px;
  padding-left: 165px;
}

/*-------------- 共通レイアウト --------------*/
#top-header {
  background-color: #844100;
  padding-bottom: 5px;
  height:60px;
  width:960px;
}

#top-header #id-top {
  float:left;
  padding:13px 0 0 20px;
}

#top-header #recent{
  text-align: right;
  padding-top:3px;
  padding-right:10px;
  color:#FFFFFF;
  font-size:11px;
  line-height:180%;
}

#top-navi {
  padding:8px 0 3px 3px;
}

#top-navi li {
  padding-left: 3px;
  display: inline;
}

#top-navi li img{
  height: 25px;
  width: 134px;
  vertical-align:bottom;
}

#container {
  width: 960px;
}

#top-leftBox {
  float: left;
  width: 680px;
  background: #FFFFFF;
  color: #330000;
  padding: 15px;
  font-size: 100%;
  min-height:1150px;
  height: auto !important;
  height: 1150px;
}

#top-leftBox *{
  line-height: 150%;
}

#top-rightBox {
  float: left;
  width: 233px;
  background: #330000;
  margin-left: 10px;
}

#top-rightBox a:link    { color: #000080; text-decoration: none; }

#top-rightBox a:visited { color: #000080; text-decoration: none; }

#top-rightBox a:hover   { color: #FFCC00; text-decoration: underline; }

#top-rightBox a:active  { color: #000080; text-decoration: none; }

/*-------------- サブメニュー --------------*/
#sub_select {
  font-size: 12px;
  background: url(../image/submenu_back.gif) no-repeat;
  padding:75px 0 50px 50px;
}

#sub_select ul{
  padding-top: 10px;
}

#sub_select a:link,
#sub_select a:visited,
{
  text-decoration: none;
  color: #FFFFFF;
}

#sub_select a:hover,
{
  text-decoration: underline;
  color: #FFCC00;
}

#sub_select li{
  color:#FFFFFF;
  line-height:100%;
  padding-left:3px;
  padding-bottom:4px;
}

.red {
  color: #ff0000;
}

.green {
  color: #1EC400;
}

/*-------------- table --------------*/
table {
  border-collapse: collapse;
}

.LT-10 { width:10%;}

.LT-20 { width:20%;}

.LT-30 { width:30%;}

.LT-40 { width:40%;}

.LT-50 { width:50%;}

.LT-60 { width:60%;}

.LT-70 { width:70%;}

.LT-80 { width:80%;}

.LT-90 { width:90%;}

.LT-100 { width:100%;}

/*-------------- Box --------------*/
.waku_gray {
  border: 1px solid #666666;
  padding: 10px;
  background: #F5F5F5;
}

#tooltip{
  font-size:80%;
  position:absolute;
  border:1px solid #333;
  background:#f7f5d1;
  width:200px;
  padding:2px 5px;
  color:#333;
  display:none;
}

/*-------------- フッタ --------------*/
#footer {
 width: 100%;
 clear: both;
 font-size: 70%;
}

#footer ul {
  margin:0 auto;
  width:70%;
}

#footer ul li {
  margin: 5px;
  float: left;
}

#footer p {
  margin: 1em 30%;
  color: #CC3300;
  clear: both;
}

.none {
  position: absolute;
  z-index: 5;
  top: 101px;
  display: none
}

ul.dropdownmenu {
  background-color:#330000;
  border-color:#613927;
  border-style:solid;
  border-width:1px;
  font-size:9pt;
  position:absolute;
  top:100px;
  z-index:5;
  margin-left:2px;
}

ul.dropdownmenu li a{
  display:block;
  padding-left:3px;
  width:148px;
  border-bottom: 1px solid #613927;
}

ul.dropdownmenu li a:link,
ul.dropdownmenu li a:visited, {
  width: 130px;
  padding: 3px 0px 3px 3px;
  text-decoration: none;
  color: #FFCF8C;
}

ul.dropdownmenu li a:hover {
  text-decoration: none;
  color: #330000;
  background-color: #FFCC00;
}

table.formtable {
  margin:5px 10px;

}

.formtable th{
  background-color:#E6DED1;
  border:1px solid #A28D68;
  padding:5px;
  text-align:left;
  white-space:nowrap;
}

.formtable th.hissu{
  border-left-color:#B53012;
  border-width:1px 1px 1px 3px;
  color:#B53012;
}

.formtable td{
  padding: 5px;
  border: 1px solid #A28D68;
}

#redistform {
  width:572px;
}

.find {
  margin-top:20px;
  margin-bottom:15px;
}

/*-------------- カレンダーピッカー --------------*/
table#fc tr td{
  font-size: 12px;
  text-align: center;
}
