@charset "UTF-8";

*{
font-weight:normal;
font-family:'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'qMmpS Pro W3', Verdana, Sans-serif;
margin:0;
padding:0;
}
body {
color: #515151;
background-color: #efefef;
font-size:80%;
}
body *,
body p{
line-height:1.5;
}
table,th,td{
font-size:1em;
}

a:link {
color:#0072e3;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:active {
color:#0072e3;
text-decoration:none;
}
a:hover {
color:#0072e3;
text-decoration:underline;
}

#container{
background-image:url(../images/bg_main.gif);
margin:0px auto;
width:760px;
text-align:left;
}

#shadow_head{
display:block;
margin:0px auto;
width:760px;
height:25px;
background-image:url(../images/bg_top_shadow.gif);
background-repeat:no-repeat;
overflow:hidden;
}
#shadow_foot{
display:block;
margin:0px auto;
width:760px;
height:25px;
background-image:url(../images/bg_bottom_shadow.gif);
background-repeat:no-repeat;
overflow:hidden;
}

/* ---------------------------header */

#header {
margin:0 6%;
}
#header .f_left{
text-align:left;
}
#header .f_right{
text-align:right;
}
#header #exp{
background-image:url(../images/logo_recept.gif);
background-repeat:no-repeat;
width:372px;
height:15px;
overflow:hidden;
margin-top:35px;
}

/*------------------------------navi*/
#nav{
margin:0;
}
#navi_fla{
width:674px;
height:60px;
margin:0 auto;
}

a img{
border:0;
}

/*------------------------------メニュー*/

#n-menu li {
float: left;
position: relative;z-index:100;
list-style-type: none;
}
#n-menu li a {
display: block;
text-decoration: none;
}


#n-menu li.home{
background:url(../menu/home2.gif);
background-repeat:no-repeat; width:133; height:60;
}
#n-menu li.work{
background:url(../menu/our2.gif);
background-repeat:no-repeat;
}
#n-menu li.about{
background:url(../menu/about2.gif);
background-repeat:no-repeat;z-index:2;
}
#n-menu li.links{
background:url(../menu/link2.gif);
background-repeat:no-repeat;z-index:1;
}
#n-menu li.conta{
background:url(../menu/contact2.gif);
background-repeat:no-repeat;
}

#n-menu li a:hover {
background-color:transparent;
}
#n-menu li a:hover img{
visibility:hidden;
}


#n-menu li:hover ul a{ /* サブメニュー */
padding: 5px;
background: #f9f9ff;
color: #2070d0;
font: bold 1.2em arial;
}
#n-menu li:hover ul a:hover{ /* マウスオーバー中 */
background: #b0c0ff;
color: #1020c0;
}

#n-menu li ul {
border: 1px solid #2070d0;
position: absolute;margin-left:14px;
z-index: 3;white-space:nowrap;
}

#n-menu ul {
background: #fff;
margin-top: 3px;
position: absolute;
top: -999em;
left: -1px;
}
#n-menu li:hover ul {
top: 51px;
}

#n-menu ul li {
border: 0;
float: none;
}

/*------------------------------*/

#obj_fla{
width:674px;
height:80px;
margin:0 auto;
}

/*------------------------------main*/
/*------------------------------パンくずリスト*/
#topicpath{
margin:1em 6%;
font-size:75%;
color:#666;
}
#topicpath ul{
list-style:none;
}
#header #hnav li:first-child{border-left:0px none;}

#topicpath li{
float:left;
margin-right:0.3em;
}
#topicpath li a{
padding-right:0.3em;
}
#topicpath li strong{
font-weight:bold;
}


#content{
margin:10px 6%;
}

#upper{
text-align:right;
padding:1em;
margin:0.5em 6%;
font-size:80%;
}

/*-----------------------------footer*/
#foot{
margin:0 6%;
}
#f_nav{
margin:0;
padding:0.3em;
color:#666;
background-color:#e6e6e6;
}
#f_nav #flash{
padding:0.5em;
width:370px;

}
#f_nav #flash_txt{
font-size:75%;
text-align:left;
margin:0 0.3em;
width:240px;
float:right;
}
#f_nav #flash_logo{
text-align:left;
display:block;
width:120px;
height:30px;
float:left;
}

#f_nav #flash_logo .txt{
text-indent:-9999px;
overflow:hidden;
}

#f_nav #f_nav_txt{
margin:0.4em 0;
width:260px;
}
#f_nav_txt ul{
margin:0;
}
#f_nav_txt ul li{
display:inline;
white-space:nowrap;
border-left:1px solid #666;
padding-left:5px;
margin-left:5px;
font-size:90%;
letter-spacing:normal;
zoom: 1;
}

#foot #address{
margin:0.1em;
border-top:1px solid #b5b2ad;
padding:0.5em;
font-size:90%;
text-align:center;
}
#foot #copy{
margin:0.1em;
padding:0.5em;
text-align:center;
display:block;
}
