@charset "utf-8";

*{
margin:0px;
padding:0px;
font-size:14px;
font-family:Verdana, Helvetica, sans-serif;
}

body{
color:#333;
line-height:150%;
text-align:center;
letter-spacing:2px;
}

br{
letter-spacing:normal;
}

a{
color:#333;
text-decoration:none;
}

a:hover{
color:#73a6a5;
text-decoration:none;
}

#temp{
width:700px;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
text-align:center;
margin:10px auto;
}

h1{
text-align:left;
padding:10px;
}

h1 a{
font-size: 26px;
font-weight:bold;
color:#333;
padding:20px;
text-decoration:none;
}

h1 a:hover{
color:#333;
text-decoration:none;
}

#menu{
width:700px;
margin-bottom:10px;
}

#menu td{
text-align:center;
}

#menu a{
display:block;
width:97px;
background-color:#73A6A5;
color:#fff;
text-decoration:none;
line-height:20px;
}

#menu a:hover{
display:block;
background-color:#CEDFDE;
color:#fff;
text-decoration:none;
}

#all{
width:700px;
background:url(img/bg.gif) repeat-y;
}

#all:after{
content:"none";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#photo{
width:495px;
height:139px;
background:url(img/photo.jpg) no-repeat;
}

#main{
width:495px;
float:left;
text-align:left;
padding:0px 5px 5px 5px;
background-color:#FFF;
}

#main h2{
font-size:24px;
color:#73a6a5;
font-family:Arial Black;
letter-spacing:0px;
margin:10px 0px 5px 0px;
padding-bottom:2px;
border-bottom:2px solid #666;
}

#submain{
width:180px;
float:left;
text-align:left;
padding:5px;
}

#submain h2{
border-bottom:4px double #999;
}

dd{
margin:0px 0px 12px 20px;
}

#footer{
width:700px;
clear:both;
padding:10px 0px 10px 0px;
border-top:1px solid #999;
background-color:#fff;
font-size:11px;
}

#footer a{
color:#333;
font-size:11px;
text-decoration:none;
}

#footer a:hover{
color:#73a6a5;
text-decoration:none;
}

/*------------- 　文字の色や強調  ----------*/

.n10  {font-size: 10px}
.n11  {font-size: 11px}
.n12  {font-size: 12px}
.n13  {font-size: 13px}
.n14  {font-size: 14px}
.n15  {font-size: 15px}

.cb {color: #cc3300; font-weight: bold}

.redb {color: red; font-weight: bold}
.redl {color: red; font-weight: bold; font-size: 16px}
.red18 {color: red; font-weight: bold; font-size: 18px;text-align: center;}

.blue  {color: blue; font-weight: normal}
.blueb {color: blue; font-weight: bold}
.bluel {color: blue; font-weight: bold; font-size: 16px}

.green  {color: green; font-weight: normal}
.greenb {color: green; font-weight: bold}
.greenl {color: green; font-weight: bold; font-size: 16px}

.orange  {color: orange; font-weight: normal}
.orangeb {color: orange; font-weight: bold}
.orangel {color: orange; font-weight: bold; font-size: 16px}
