/* STYLE RESET */

h1, h2, h3, h4, h5, h6, p, address {
	font-weight:normal;
	font-style:normal;
	font-size:100%;
}


/* BASIC */

body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	margin-:0px;
}


/* LEFT MENU */

#Accordion1 {
	width:199px;
	padding:0px;
	margin:0px 0px 10px;
	font-size:12px;
	line-height:180%;
	border-right: solid 1px #e0e0e0;
	color:#333333;
	text-align:left;
}

#Accordion1 li {
	list-style:none;
}

.Accordion, .AccordionPanel {
	width:199px;
}

#kosodate {
	text-align:left;
	width:200px;
	margin:0px;
	padding-top:10px;
}

#kosodate a {
	font-size:12px;
	line-height:150%;
}

.icon {
	margin-right:2px;
	vertical-align:top;
}

#brightway{
	padding-top:3px;
	padding-bottom:3px;
	background-color:#fafcfc;
	width:198px;
	border:1px solid #CCC;
	margin-bottom:10px;
}

#brightway p {
	text-align:left;
	padding:2px 8px;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

#brightway a {
	font-size:11px;
}

#bn{
	width:200px;
}

#bn img {
	margin-bottom:5px;
}

#bn a:hover {
 filter: alpha(opacity=70);
 -moz-opacity:0.70;
 opacity:0.70;
}



/* KOUKOKU */

.waku .title{
	font-size:12px;
	font-weight:bold;
}

.waku .comment {
	font-size: 10px;
	line-height: 120%;
}

.waku {
	border:solid 1px #999999;
	width:175px;
	margin:5px 0px;
}

.waku img {
	margin-right:2px;
}

.waku table {
	margin:3px;
}


/* COMMON LINK DESIGN */

a:link {
    color: #ff3366;
}

a:visited {
    color: #ff6699;
}

a:hover {
    color: #ff6699;
}

a:active {
    color: #ff6699;
}

#Accordion1 a {
	padding-left:18px;
}

#Accordion1 a:link {
    color: #333333;
	text-decoration:none;	
}

#Accordion1 a:visited {
    color: #333333;
	text-decoration:none;	
}

#Accordion1 a:hover {
    color: #ff6699;
	text-decoration:underline;	
}

#Accordion1 a:active {
    color: #333333;
	text-decoration:none;	
}



/* COMMON DESIGN */

h2 {
	font-size: 14px;
	margin-bottom:5px;	
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

p, address {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

td {
	color: #333333;
	text-align: left;
	vertical-align:top;
}

.new {
	background-image:url(../index_img/new.gif);
	background-position:90% 10%;
	background-repeat:no-repeat;
}

#fixed_footer{
	display:none;
}


/* ƒXƒ}ƒz—p */ 
@media screen and (max-width: 639px){
	
#fixed_footer{
display:inherit;
z-index: 1;
position: fixed;
left: 0;
bottom: 0px;
}	
	
	
}