@charset "utf-8";
/* CSS Document */


#gallery {
	margin:5px 0px;
	width:780px;
}

#gallery li {
	float:left;
	margin:0px 1px;
	display:inline;
}

#gallery li a:visited img ,
#gallery li a:link img {
	border:solid 2px #fff;
}


#gallery li a:hover img {
	border:solid 2px #ccc;
}



#top-content {
	margin:10px 10px 0px 10px;
	width:780px;
	background:#fff;
}
#top-txt1 {
	margin-top:5px;
	background:#FFF;
	padding:5px 10px;
/* 	border: dotted 2px #666;*/
}

#top-txt1 p {
	margin-bottom:0px;
	line-height:150%;
}


/* top-reform
------------------------------------------------------*/
#top-reform	{
	width:158px;
	height:130px;
	padding:10px;
	background:url(../img/top/top_bg_reform.gif);
}
#top-reform dt {
	color:#ffff00;
	font-size:150%;
	font-weight:bold;
	margin-bottom:10px;
}
#top-reform dd {
	font-weight:bold;
	line-height:200%;
}

#top-reform a:link		{ color: #FFFFCC;  text-decoration:underline; }
#top-reform a:visited	{ color: #FFFFCC;  text-decoration:underline; }
#top-reform a:hover		{ color: #660033;  text-decoration:underline; font-weight:bold; }
#top-reform a:active	{ color: #FFFFCC;  text-decoration:underline; }


/* top-life
------------------------------------------------------*/


#top-life	{
	margin-top:10px;
	width:158px;
	height:130px;
	padding:10px;
	background:url(../img/top/top_bg_life.gif);
}
#top-life dt {
	color:#996600;
	font-size:150%;
	font-weight:bold;
	margin-bottom:10px;
}
#top-life dd {
	font-weight:bold;
	line-height:200%;
}
#top-life a:link		{ color: #663300;  text-decoration:underline;  }
#top-life a:visited	{ color: #663300;  text-decoration:underline; }
#top-life a:hover		{ color: #006699;  text-decoration:underline; font-weight:bold; }
#top-life a:active	{ color: #663300;  text-decoration:underline; }



/* 新着情報
------------------------------------------------------------------------------*/
#top-topics {
	width:570px;
	height:200px;
	background-repeat:no-repeat;
	background-position:top;
	overflow:auto;
	margin-top:-10px;
}
.topics-box{
	border-bottom:dotted 1px #666;
	margin-top:10px;
}
/* clearfix
------------------------------------------------------*/
.topics-box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.topics-box { display: inline-block; }

/* Hides from IE-mac \*/
* html .topics-box { height: 1%; }
.topics-box { display: block; }

/*end hide from IE-mac */

.topics-box dt {
	color:#CC3300;
	float:left;
	width:80px;
	padding-left:5px;
	display:inline;
}
.topics-box dd {
	float:left;
	width:465px;
	text-align:left;
	line-height:120%;
	display:inline;
}



/* 新着情報　NEW
------------------------------------------------------------------------------*/

.topics-box-new{
	border-bottom:dotted 1px #666;
	margin-top:10px;
}
/* clearfix
------------------------------------------------------*/
.topics-box-new:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.topics-box-new{ display: inline-block; }

/* Hides from IE-mac \*/
* html .topics-box-new{ height: 1%; }
.topics-box-new{ display: block; }

/*end hide from IE-mac */

.topics-box-new dt {
	color:#CC3300;
	font-weight:bold;
	float:left;
	width:80px;
	padding-left:5px;
	display:inline;
}
.topics-box-new dd {
	font-weight:bold;
	float:left;
	width:465px;
	text-align:left;
	line-height:120%;
	display:inline;
}


#top h2 {
	margin:20px 0px 10px 0px;
	display:block;
/*	background:#cc9933;
	color:#663300; */
	color:#fff;
	font-weight:bold;
	padding: 2px 10px;
	font-size:120%;
	background-image:url(../img/top/top_h2_bg.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:570px;
}





/* top-left
------------------------------------------------------*/
.top-left {
	float:left;
	width:590px;
	background:#FFFFFF;
	display:inline;
}

/* top-right
------------------------------------------------------*/
.top-right {
	width:180px;
	float:right;
	display:inline;
}

/* top-cost
------------------------------------------------------*/
#top-cost {
	margin-bottom:10px;
	display:inline;
}
#top-cost p {
	font-size:110%;
}
#top-cost li {
	float:left;
	margin:0px;
	border:0px;
	padding:0px;
	vertical-align: top;
	display:inline;
}

#top-handling {
	margin-top:20px;
	display:inline;
}
#top-handling li {
	margin-left:20px;
	padding-left:20px;
	list-style:disc inside;
	width:250px;
	float:left;
	display:inline;
}

#top-erea {
	text-align:left;
	line-height:150%;
	color:#666600;
	padding:10px;
}



#link-sakai {
	text-align:left;
}


#link-sakai h2 {
	margin-top:20px;
	display:block;
	color:#fff;
	font-weight:bold;
	padding: 2px 10px;
	font-size:120%;
	background-image:url(../img/top/top_h2_right_bg.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:160px;
}

#link-sakai dl {
	margin:10px;
}

#link-sakai dt {
	color:#666;
	font-size:90%;
}
#link-sakai dd {
	background:url(../img/common/arrow.gif) no-repeat;
	padding-left:15px;
	margin-left:5px;
	font-size:80%;
	margin-bottom:5px;
}


#link-sakai a:link		{ color: #006699; text-decoration:underline; text-decoration:none; }
#link-sakai a:visited	{ color: #006699; text-decoration:underline; text-decoration:none; }
#link-sakai a:hover		{ color: #660033; text-decoration:underline; text-decoration:none; }
#link-sakai a:active	{ color: #006699; text-decoration:underline; text-decoration:none; }

