@charset 'utf-8';

* {
	margin:0px;
	padding: 0px;
	line-height:120%;
	font-style: normal;
	font-size:13px;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}

/* -- 基本 -- */

body {
background-color:#FFF;
background-image: url("../image/.gif");
background-repeat: repeat ;
text-align: center;
}
p ,li ,dt ,dd ,a ,th ,td{
color:#333333;
font-size:x-small;
line-height:140%;
margin:0 0 10px 10px;
}

html>body p ,html>body li ,html>body dt ,html>body dd ,html>body a ,html>body th ,html>body td{
color:#333333;
font-size:small;
line-height:140%;
margin:0 0 10px 10px;
}

a:link, a:visited {
color: #0000CC;

text-decoration: underline;
}
a:active, a:hover {
color: #FF7700;

text-decoration: underline;
}

em ,strong{
font-weight: bold;
font-size:x-small;
}
html>body em,html>body  strong{
font-size:small;
}

/* -- ブロック -- */

#head{
width:840px;
height:100px;
position:relative;
background-image: url("../image/head_back.gif");
background-repeat: no-repeat ;
text-align: left;
}

#head img {
float:left;
}

#head a img{
border-style:none;
}

#wrap{
position:relative;
width:840px;
margin-left:auto;
margin-right:auto;
padding:0px 20px 0px 0px;
background-image: url("../image/main_back.gif");
background-repeat: repeat-y ;
text-align: left;
}

html>body #main{
padding:0px 20px 0px 0px;
}

#menu{
float:left;
width:210px;
height:640px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align: left;
}
html>body #menu {
width:205px;
height:640px;
padding:0px 5px 0px 0px;
}
#main{
float:right;
width:610px;
margin:0px 0px 0px 0px;
padding:0px 5px 0px 10px;
background-image: url("../image/.gif");
background-repeat: repeat ;
text-align: left;

}

#foot{
position:relative;
width:840px;
height:50px;
clear:both;
background-image: url("../image/foot_back.gif");
background-repeat: no-repeat ;
}

#menu ul { 
margin: 0 0 0 10px; 
padding :0; 
list-style-type : none; 
}

#menu li { 
display : inline; 
padding :0px; 
margin:0px; 
}

#menu ul a {
height:1.7em;
display:block; 
border-left:10px solid #3300FF;
border-bottom:1px solid #3300FF;
font-size:16px;
padding:10px 0px 10px 5px;
text-decoration:none;
color:#333;
width:190px; 
margin:0px 0px;
background: url(../image/menu1.gif) no-repeat;
}
#menu ul a:hover {
border-left:10px solid #ccFFFF;
border-bottom:1px solid #ccFFFF;
font-weight:normal;
padding:10px 0 10px 5px;
color:#36c;
background: url(../image/menu2.gif) no-repeat;
}
html>body #menu ul a{
padding:5px 0px 5px 5px;
width:175px;
}
html>body #menu ul a:hover{
padding:5px 0px 5px 5px;
}

address {
background-color:#ffffff;
background-image: url("../image/address.jpg");
background-repeat: no-repeat ;
margin:0 0 10px 10px;
padding:5px;
color:#ffff99;
font-size:13px;
}

#menu a img.bannerimg{
margin:10px 0px 10px -10px;
height:40px;width:190px;
border-style:none;
}
html>body #menu a img.bannerimg{
margin:10px 0px 0px -10px;
}

/* -- 検索 -- */
#srchBox
{
width:188px;
_width:186px;
margin: 5px 0 10px 10px;
color:#000000;
text-align:left;
border: solid #dddddd;
border-width:1px;
}
#srchBox *
{
margin:0 0 0 0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
padding:6px;
}
#srchBox #srchInput
{
width:98%;
_width:125px;
}
#srchBox #srchBtn
{
width:40px;
}
#srchBox ul
{
margin-top:6px;
margin-bottom:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:block;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo
{
margin:6px 6px 6px 0;
text-align:center;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}

/* -- ヘッダー -- */
.head_tr{
position:absolute; 
top:10px; right:50px ;
}
.head_tr img{
float:left;
}
