@charset "shift_jis";

/* Share Style 
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	background:#FFF;
	font-family:"ＭＳ Ｐゴシック", sans-serif;
	font-size:80%;
	color:#333;
}
html {
	overflow-y:scroll;
}
h4,h5,h6 {
	margin:0 0 0.5em;
}
h2,h3 {
	margin:0;
	font-weight:normal;
	clear:both;
}
/*
h3{
	margin-bottom:10px;
}
*/
h1 {
	margin:0;
	font-size:80%;
	font-weight:normal;
	text-align:right;
}

p,li,dt,dl {
	line-height:1.3;
}
p {
	margin:0 0 0.5em 0;
}
li {
	list-style-type:none;
}
td,th { 
	font-size:80%;
	line-height:1.4;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}

.ftLeft {
	float:left;
}
.ftRight {
	float:right;
}

.center { text-align:center;}
.left { text-align:left;}
.right { text-align:right;}

/* Font Style
----------------------------------------------------------- */
.small { font-size:80%;}

.fr { color:#C00;}



/* Link Color 
----------------------------------------------------------- */
a:link {
	color: #03F;
	text-decoration:underline;
}
a:visited {
	color: #03F;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {
	color:#666;
}

#gNavi a:hover {
	text-decoration:none;
}

#cate li a:link {
	color: #F60;
	font-weight:bold;
	text-decoration:none;
}
#cate li a:visited {
	color: #F60;
	font-weight:bold;
	text-decoration:none;
}
#cate li a:hover {
	color:#03F;
	font-weight:bold;
	text-decoration:none;
}
#cate li a:active {
	color: #03F;
	font-weight:bold;
	text-decoration:none;
}


/* container 
----------------------------------------------------------- */
#page {
	width:750px;
	text-align:left;
	margin:auto;
}

/* Head
----------------------------------------------------------- */
#head {	
	width:750px;
	padding:0;
	margin:0 auto 15px;
}

/* gNavi 
----------------------------------------------------------- */
#gNavi {
	margin:10px auto 0;
	background:url(http://www.e-na.co.jp/yuuki29/img/exp/top/navibg.gif) no-repeat;

}
#gNavi ul{
	width:542px;
	height:26px;
	display:block;
	border-collapse:collapse;
	margin-left:98px;
}
#gNavi ul li{
	float:left;
}

#gNavi .menu {
	margin-right:0;
}


/* main
----------------------------------------------------------- */
#main {
	float:left;
	width:550px;
	padding:0;
	margin:0;
}
#main h3 {
	margin-bottom:10px;
}
.topBox {
	width:550px;
	border:1px solid #F60;
	padding:10px 10px 5px;
	line-height:1.2;
	margin-bottom:15px;
}
/*IE以外用*/
#main > .topBox {
	width:530px;
}

#cate {
	padding-bottom:15px;
}

#cate ul {
	width:550px;
	margin-top:10px;
	padding-bottom:5px;
}
#cate ul li{
	float:left;
}

#cate ul li a{
	background:url(http://www.e-na.co.jp/yuuki29/img/exp/top/maincate_bg.gif) no-repeat;
	width:183px;
	height:30px;
	display:block;
	border-right:1px solid #CCC;
	padding:5px;
}
/*IE以外用*/
#cate > ul > li >a{
	width:171px;
	height:20px;
}

/* side
----------------------------------------------------------- */
#side {
	float:right;
	width:190px;
	padding:0;
	margin:0;
	display:block;
}
#side td.search,
#side table.info td.deli,
#side table.mobile td.m_center{
	background:#FFDBB8 url(http://www.e-na.co.jp/yuuki29/img/exp/top/side_bg.gif) repeat-y;
	padding:5px;
}

.search input {
	margin-top:5px;
}

#side table.info{
	border-collapse:collapse;
}
#side td.bottom{
	height:5px;
	background:url(http://www.e-na.co.jp/yuuki29/img/exp/top/sidebottom.gif) no-repeat;
	text-indent:-9999px;
}
#side table.mobile{
	border-collapse:collapse;
	margin-bottom:10px;
}
#side table.mobile td.m_center{
	background:url(http://www.e-na.co.jp/yuuki29/img/exp/top/side_bg.gif) repeat-y;
} 



/* footer
----------------------------------------------------------- */
#footer{
	clear:both;
	width:750px;
	background-color:#FFD9B5;
	margin:auto;
	text-align:left;
	padding:5px;
	color:#333333;
}
#page > #footer{
	width:740px;
}

#footer div.footer02{
	display:block;
	height:80px;
	width:410px;
	margin-left:330px;
}
#footer div.yuki01{
	width:250px;
	height:74px;
	display:block;
	margin-right:10px;
	float:left;
}
#footer div.yuki02{
	width:150px;
	display:block;
	float:left;
}

