﻿@charset "utf-8";
/* CSS Document */


/*------------大外--------------------*/
#wrapper{
margin:50px auto 10px;
width:1000px;
}

/*------------hタグ--------------------*/

h1{
font-family: 'Kranky', cursive;
font-size:30px;
font-weight:bold;
border-bottom:solid 1px #2f1700;
height:30px;
}

h2{
font-family: 'Kranky', cursive;
font-size:20px;
font-weight:bold;
margin-top:10px;
}

h3{
text-align:center;
font-family:'Sorts Mill Goudy', serif;
font-size:8px;
padding:5px 0px 0px 7px;
line-height:1.5em;
}

/*-------------左BODY-------------------*/

#body_l{
float:left;
width:250px;
}

#menu{
height:239px;
width:200px;
background-image:url(../img/info_menu.gif);
background-repeat:no-repeat;
font-size:20px;
font-family: 'Kranky', cursive;
font-weight:bold;
line-height:1.8em;
padding:0px 0px 20px 30px;
margin-top:26px;
position:fixed;
}

#menu ul{
padding:8px 0px 20px 0px;
}

#menu li a{
color:white;
}

#menu li a:hover{
border-bottom:3px dotted #33cccc;
}

#menu .hit{
color:#33CCCC;
}



/*--------------右BODY------------------*/

#body_r{
float:right;
width:690px;
}

#body_r a:hover{
border-bottom:3px dotted #33cccc;
}

#add_main{
width:690px;
border-bottom:solid 1px #2f1700;
padding:60px 0px 40px;
}

#add_l{
float:left;
width:150px;
}

#add_l p{
text-align:center;
}

#add_r{
float:right;
width:460px;
}



#add_r dt{
float:left;
width:30%;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}

#add_r dd{
margin-left:30%;
margin-bottom:15px;
padding-top:2px;
}

/*-----------------------------*/

#contact1{
width:690px;
height:150px;
position:relative;
}

.mail_mark{
position:absolute;
top:150px;
left:230px;
}

#contact2{
width:690px;
height:50px;
border-bottom: 1px solid #2f1700;
position:relative;
}

.mail_address{
position:absolute;
top:0px;
right:70px;
font-family: 'Kranky', cursive;
font-size:22px;
}

.man{
position:absolute;
top:-70px;
right:20px;
}

.copyright{
text-align:right;
margin-top:10px;
}
