@charset "utf-8";

/*

Theme Name: Yonezawa Chamber of Commerce and Industry

Theme URL: http://www.ycci.or.jp/

Description: Yonezawa Chamber of Commerce and Industry official theme

Author: Digital Creation-FUJIWARA corp.

Author URL: http://dc-f.net

*/

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

base

-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {

	margin:0;

	padding:0;

}


img {

	border:0;

	vertical-align: middle;

}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #f2fdf6;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
}
/*-------------

table

-------------*/
table {
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
 td{
    border-right:1px solid #888;
    border-bottom:1px solid #888;
	padding: 0.5em;
}

table.base2{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	float: left;
	text-align: center;
}
.base2 td{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}
table.base3{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	float: left;
	text-align: left;
}
.base3 td{
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
	padding:0.6em 0.5em;
}

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

header

-------------*/
#header { 

	width: 100%;
	
}
#header-inner {
	width: 1000px;
	height: 152px;
	-moz-box-shadow: 0px 0px 6px #999999;
	-webkit-box-shadow: 0px 0px 6px #999999;
	box-shadow: 0px 0px 6px #999999;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_head.jpg);

}

#header-top {

	font-size:1em;

}
#header-top h1 { 

	padding-top: 3px;
	padding-left: 10px;

}
#header-top p {

	padding-top: 26px;
	padding-right: 20px; 

	color: #004c23;

}

/*search*/
#serch {

	padding-right: 20px;
	text-align: right;
	margin-top: -50px;
	

}

.search-form{ 
	padding-top: 15px; 
	
}
.search-form input{ 
	vertical-align: middle;
}
.search-form #s{
	width: 150px;
	height: 18px;
	line-height:18px;
	padding: 2px;
	background: #fff;
	border:1px solid #004c23;
	font-size: 1.1em;
}
a{

	color: #004C23;

}

a:hover {

	color: #c32423;

}

ul {

	list-style: none;
}

.fLeft {

	float: left;

}

.fRight {

	float: right;

}

#header-top ul {

	text-align: right;

}

#header-top ul li { 

	display: inline;

}

#header-top ul li a {
	color: #fff;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#header-top ul a:hover { 

	text-decoration: underline;

}

/*nav*/

#header-nav {
	clear: both;
	z-index: 100;
	position: relative;
	
	
	
}
#header-nav ul#menu-nav {

	height: 54px;
}

#header-nav ul li.menu-item a{
	display: block;
	width: 180px;
	height: 50px;
	line-height: 52px;
	background-color: #004c23;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	margin-top: 2px;
	margin-left: 16px;
}
#header-nav ul li.menu-item a:hover, 

#header-nav ul li.current-menu-item a,

#header-nav ul li.current-menu-parent a,

#header-nav ul li.current-post-ancestor a {
	background-image: url(images/bg_nav_btn_over.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	color: #004c23;
}

#header-nav ul li {

	position: relative;

	z-index: 1;

	float: left;

}
#header-nav ul li ul.sub-menu {

	display: none;

	position: absolute;

	top: 52px;

	left: 0;

}



#header-nav ul li:hover ul.sub-menu {

	display: block;

}



#header-nav ul li ul.sub-menu li{

	float: none;

}

#header-nav ul li ul.sub-menu li a {

	width: 180px;

	border: 2px solid #fff;


	background-color: #004c23;

	color: #ccc;

	text-align: center;


}

#header-nav ul li ul.sub-menu li a:hover,

#header-nav ul li ul.sub-menu li.current-menu-item a,

#header-nav ul li ul.sub-menu li.current-menu-parent a {

	background-image: url(images/bg_nav_btn_over.jpg);
	background-repeat: no-repeat;
	color: #004c23;
}

.top_ba {
	position: relative;
	top: 10px;
	padding-left: 500px;
	width: auto;
}

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

container

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

#container {
	width: 1000px;
	-moz-box-shadow: 0px 0px 6px #999999;
	-webkit-box-shadow: 0px 0px 6px #999999;
	box-shadow: 0px 0px 6px #999999;
	background-image: url(images/bg_body_b.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

breadcrumb

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

#breadcrumb {
	width: 970px;
	height: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #004C23;
	background-color: #FFF;
	padding-right: 30px;
	line-height: 40px;
	text-align: right;
}

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

sideber

-------------*/
#sidebar {
	float: left;
	width: 300px;
	background-color: #004C23;
	padding-top: 22px;
}

#sidebar #bnr li{
	margin-bottom: 20px;
	padding-left: 20px;
}

#sidebar .free-space {

	margin-bottom: 10px;
	background-color: #fff;
	border: 3px solid #0b904f;
	width: 254px;
	margin-bottom: 20px;

}

#sidebar .free-space h4 {
	
	margin-top: 5px;
	color: #004C23;
	font-size: 1.5em;
	text-indent: 10px;
}

#sidebar .free-space .textwidget {

	padding: 10px;

	font-size: 1.2em;

}

#sidebar img {
	-moz-box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
}

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

slider

-------------*/
#slider {
	float: left;
	width: 665px;
	margin-top: 20px;
	height: 255px;
	margin-left: 20px;
	background-color: #004C23;
	-moz-box-shadow: 0px 0px 6px #999999;
	-webkit-box-shadow: 0px 0px 6px #999999;
	box-shadow: 0px 0px 6px #999999;

}
#slider_inner {
	margin-top: 5px;
	margin-left: 5px;
	width: 650px;
	height: 240px;
	border: 2px solid white;
}

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

contents

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


#contents {
	float: left;
	width: 700px;
	margin-bottom: 15px;
	line-height: 1.5;
	background-color: #FFF;
}

#contents ol {
	list-style-position: inherit;
	padding-left: 20px;
	margin-left: 20px;
	display: block;
}
.box {

	margin-bottom: 15px;

	padding: 12px 13px 12px 10px;

	background: #fff;

}
.box2 {

	margin-bottom: 15px;

	padding: 12px 13px 12px 10px;

	background: #fff;

}
.box p{
	padding-left: 30px;
}
.box ul {
	list-style-position: inherit;
	padding-left: 20px;
	margin-left: 20px;
	float: left;
	list-style: square url('http://www.ycci.or.jp/wp-content/uploads/2013/05/icon01.png') outside;
	side;
}

.box h4,h5,h6 {
	clear: both;
	content:"";
}
.section-header { 

	position: relative;

}

.section-header p{ 

	position: absolute;

	top: 5px;

	right: 5px;

}

.section-header p a{

	padding-left: 15px;

	font-size: 90%;

}

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

news

-------------*/
#news {
	width: 635px;
	height: auto;
	border: 2px solid #004C23;
	float: left;
	margin-left: 20px;
	clear: both;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 6px #afafaf;
	-webkit-box-shadow: 0 0 6px #afafaf;
	box-shadow: 0 0 6px #afafaf;
	margin-top: 20px;
}

#news li {
	list-style-type: disc;
	line-height: 2.5em;
	margin-left: 20px;
}
	
#news li img {
	margin-top: -6px;
	margin-right: 5px;
	margin-left: 5px;
}

#content_news {
	width: 640px;
	height: auto;
	margin-left: 30px;
	float: left;
}
#news dl {
	padding: 0 15px;
}
#news dt{ 
	width: 100px;
	padding-top: 5px;
	float: left;
	clear: both;
}
#news dd {
	width: 430px;
	padding-top: 5px;
	padding-left: 75px;
}
#news dd.info{
	background: url(images/news_icon.gif) 0px 5px no-repeat;
	margin-left: 90px;
}
.box-inner {
	margin: 20px 20px 10px;
	
}
.box-inner p{
	margin-left: 30px;
	display: block;
}

.box-inner-voice {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 10px;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}
.alignright_b {
	float: right;
	margin-right: 20px;
} 
/*-------------

top news

-------------*/
#top_news {
	width: 660px;
	height: auto;
	border: 2px solid #004C23;
	float: left;
	margin-left: 20px;
	text-indent: 1em;
	margin-top: 20px;
	clear: both;
}

#top_news li {
	list-style-position: inherit;
	list-style-type: disc;
	line-height: 2.5em;
	margin-left: 20px;
}
	
#top_news li img {
	margin-top: -6px;
	margin-right: 5px;
	margin-left: 5px;
}
/*-------------

voice

-------------*/
#voice {
	width: 200px;
	height: auto;
	border: 2px solid #004C23;
	float: left;
	margin-left: 20px;
	text-indent: 1em;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 6px #afafaf;
    -webkit-box-shadow: 0 0 6px #afafaf;
    box-shadow: 0 0 6px #afafaf;
	margin-bottom: 20px;
	margin-top: 20px;
}
#voice img {
	width: 120px;
	height: auto;
	-moz-box-shadow: 0px 0px 6px #999999;
	-webkit-box-shadow: 0px 0px 6px #999999;
	box-shadow: 0px 0px 6px #999999;
	border: 2px solid #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

#voice li {
	list-style-type: disc;
	list-style-position: inherit;
	line-height: 1.5em;
	display: inline-block;
	margin-left: 20px;
}

#voice p {
	margin-top: 10px;
	margin-left: 12px;
	font-size: 0.9em;
	line-height: 14px;
	clear: both;
}
/*-------------

rainbow

-------------*/
#rainbow {
	width: 660px;
	height: auto;
	border: 2px solid #004C23;
	float: left;
	margin-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-moz-box-shadow: 0 0 6px #afafaf;
	-webkit-box-shadow: 0 0 6px #afafaf;
	box-shadow: 0 0 6px #afafaf;
	margin-bottom: 20px;
	margin-top: 20px;
}
#rainbow img {
	width: 200px;
	height: 285px;
	float: left;
	margin-left: 10px;
	-moz-box-shadow: 0px 0px 6px #999999;
	-webkit-box-shadow: 0px 0px 6px #999999;
	box-shadow: 0px 0px 6px #999999;
	border: 2px solid #fff;
}
.rainbow_txt {
	width: 370px;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
}
#rainbow li {
	list-style-type: disc;
	line-height: 1.5em;
	margin-left: 20px;
	list-style-position: inherit;
}
#rainbow h4 {
	margin-top: 20px;
	margin-left: 10px;
}
.rainbow_txt li {
	list-style-position: inherit;
}
/*-------------

footer

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

#footer {
	clear: both;
	background-color: #104c22;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
}

#footer h4 {
	width: 1000px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: 1.2em;
}

#footer p {
	width: 1000px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#footer a{

	color: #fff;

}

#footer a:hover {

	color: #c32423;

}
/* Fixed page */

.fixed {
	float: left;
	width: 620px;
	height: auto;
}
.fixed ul {
	list-style-position: inherit;
	padding-left: 20px;
	margin-left: 20px;
	float: left;
	list-style: square url('http://www.ycci.or.jp/wp-content/uploads/2013/05/icon01.png') outside;
	side;
}


/* ICON */

.img_icon {
	width: 12px;
	height: 12px;
	padding-right: 5px;
	float: left;
	padding-top: 3px;
}

/* Left txt */
.left_txt {
	width: 400px;
	float: left;
}
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: ""
    display: block;
    clear: both;
}