@charset "utf-8";
/* CSS Document */

@import url(top.css);
@import url(story.css);
@import url(kanko.css);
@import url(onsen.css);
@import url(yamagata.css);
@import url(product.css);
@import url(words.css);
@import url(search.css);
@import url(link.css);

/*-----------------------------------------------------------------------------------------*/
/*  AllSite Base CSS                                                                       */
/*-----------------------------------------------------------------------------------------*/

body, td, th, div, p, pre {
	font-size: 12px !important;
	font-size: small;
	line-height: 1.2;
}

select, input, textarea {
	font-size: 100%;
}

body, td, th, div, p, a, pre,
select, input, textarea {
	font-family:Verdana, Geneva, sans-serif;
}

input, textarea {
	padding:0;
	margin:0;
}

/* MacIE Only */
small {
	font-weight: normal;
	font-size: 9px;
}
/* Css Hack Except MacIE5 */ 
small {
	font-size: 80%;
}
/* Css Hack End */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}


/*-----------------------------------------------------------------------------------------*/
/*  Base CSS                                                                               */
/*-----------------------------------------------------------------------------------------*/
body {
	margin:0 auto;
	color: #333333;
	background:url(http://www.yamagata-info.com/img/bg_top.jpg) top left repeat-x;
}

a {
	text-decoration:none;
	color:#000099;
}
a:visited {
	text-decoration:none;
	color:#0000FF;
}
a:hover {
	text-decoration:underline;
}

strong {
	font-weight:normal;
}

em,i {
	font-style:normal;
}

form {
	margin:0;
	padding:0;
}

img {
	border:0;
	margin:0;
	padding:0;
	float:none;
}

.color_red {
	color:#FF0000;
	font-weight:bold;
}


.FloatEnd {
	clear:both;
}


#container {
	margin:0 auto;
	padding:0;
	width:940px;
}

#top_txt {
	margin:0;
	padding:3px 0;
}
/*hack*/
#top_txt:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
/* Hides from IE-mac */
#top_txt{
	height:1%;
}
#top_txt{
	display:block;
}
#top_txt{
	display:inline-table;
}
/*End-hack*/

#top_txt h1 {
	margin:0;
	padding:0;
	width:350px;
	font-weight:normal;
	float:left;
}

#top_txt h1 a, #top_txt h1 a:hover, #top_txt h1 a:visited {
	color:#333;
	text-decoration:none;
}

#top_txt p {
	margin:0;
	padding:0;
	width:580px;
	text-align:right;
	float:right;
}

#header {
	clear:both;
	margin:5px 0 0 0;
	padding:15px 0 10px 10px;
	background:url(http://www.yamagata-info.com/img/bg_header.png) top center no-repeat;
}

#menu_bar {
	clear:both;
	margin:0;
	padding:11px 0 0 8px;
}
/*hack*/
#menu_bar:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Hides from IE-mac \*/
#menu_bar{
	height:1%;
}
#menu_bar{
	display:block;
}
#menu_bar{
	display:inline-table;
}
/*End-hack*/

#menu_bar ul {
	margin:0;
	padding:0;
}

#menu_bar ul li {
	margin:10px 5px 0 15px;
	padding:0;
	width:auto;
	float:left;
	list-style:none;
	font-weight:bold;
}

#menu_bar ul li a {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:16px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#menu_bar ul li a:hover {
	margin:0;
	padding:0;
	color:#475B31;
	text-decoration:none;
}

.menu_bottom {
	clear:both;
	margin:0;
	padding:22px 0 0 38px;
}
/*hack*/
.menu_bottom:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Hides from IE-mac \*/
.menu_bottom{
	height:1%;
}
.menu_bottom{
	display:block;
}
.menu_bottom{
	display:inline-table;
}
/*End-hack*/

.google_adtop {
	margin:3px 0 0 0;
	padding:0;
	width:600px;
	float:left;
}

.sitesearch {
	margin:0;
	padding:0;
	width:280px;
	text-align:right;
	float:right;
}

#contents{
	clear:both;
	margin:0;
	padding:0 0 10px 0;
	background:url(http://www.yamagata-info.com/img/bg_contnts2.jpg) top left repeat-y;
}
/*hack*/
#contents:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Hides from IE-mac \*/
#contents{
	height:1%;
}
#contents{
	display:block;
}
#contents{
	display:inline-table;
}
/*End-hack*/

.category {
	clear:both;
	padding:0 0 0 5px;
	margin:0;
	width:765px;
	overflow:hidden;
	float:left;
	background:url(http://www.yamagata-info.com/img/bg_contntsTop.jpg) top left no-repeat;
}

.sidebar{
	text-align:center;
	width:160px;
	padding:0 0 0 9px;
	margin:0;
	float:left;
}

.sidebar h3{
	color:#FFFFFF;
	padding:2px 0 1px 0;
	background-color:#b0cea2;
	text-align:center;
	font-weight:bold;
	margin:0;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
}

.sidebar p{
	padding:2px 3px 1px 3px;
	background-color:#eff4ec;
	text-align:left;
	margin:0 0 15px 0;
	border:solid 1px #cccccc;
	border-top:none;
	line-height:150%;
}
/*hack*/
.sidebar p:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.sidebar p{
	display:inline-table;
}
/* Hides from IE-mac \*/
.sidebar p{
	height:1%;
}
.sidebar p{
	display:block;
}
/*End-hack*/


/*before-footer navi*/
.yamagata_footer{
	font-size:11px;
	text-align:center;
	padding:20px 0;
	margin:0;
}

/*footer*/
#footer {
	clear:both;
	margin:20px 0 10px 0;
	padding:15px 0 0 0;
	color:#666666;
	line-height:150%;
	border-top:1px #CCC dashed;
	text-align:center;
}

#footer a{
	color:#666666;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

.foot_yamagata {
	clear:both;
	margin:0 0 10px 0;
	padding:30px 0 0 0;
	text-align:left;
	background:url(http://www.yamagata-info.com/img/bg_contntsBottom.jpg) top left no-repeat;
}

.foot_yamagata h2 {
	margin:0;
	padding:2px 10px;
	color:#FFF;
	font-weight:bold;
	background:url(http://www.yamagata-info.com/img/foot_ex.jpg) top left repeat-x;
}

.foot_yamagata p {
	margin:0 0 10px 0;
	padding:10px;
	text-align:left;
	border:1px #CCC solid;
	border-top:none;
}
.copyright{
	margin:0;
	padding:25px 10px 50px 10px;
	color:#666666;
	text-align:center;
	background:url(http://www.yamagata-info.com/img/bg_copy.jpg) top left repeat-x;
}

.site_navi {
	clear:both;
	margin:0 13px 10px 5px;
	padding:10px 5px;
	border-bottom:1px #CCC dashed;
	border-top:1px #CCC dashed;
}

.google_map {
	padding:0;
	margin:10px 0 30px 0;
	text-align:center;
}


.shop_map {
	padding:0 10px 0 0;
	margin:0;
	width:160px;
	float:right;
}

.contents_main {
	margin:15px;
	padding:0;
}

.contents_main h2, .contents_main h3 {
	color:#FFFFFF;
	padding:2px 0 2px 10px;
	background-color:#b0cea2;
	margin:10px 10px 15px 5px;
	border:solid 1px #cccccc;
	border-top:none;
}

.contents_main h4 {
	margin:30px 15px;
	font-size:large;
	color:#999;
}

.contents_main p {
	margin:0 15px;
	padding:0 20px 0 0;
}

.contents_main ol {
	padding:0 20px 0 0;
}

.contents_main table {
	margin:0 10px;
}

.contents_main table td, .contents_main table th {
	text-align:left;
	vertical-align:text-top;
	padding:5px;
	font-weight:bold;
	color:#666;
}

.y_info1 {
	padding:0 0 20px 0;
	margin:0 10px 0 20px;
	background:url(http://www.yamagata-info.com/img/about_japan.jpg) top left no-repeat;
}

.y_info1 p {
	padding:20px 25px 25px 350px;
	margin:0;
	line-height:150%;
}

.y_info2 {
	padding:0;
	margin:0 20px 0 0;
	background:url(http://www.yamagata-info.com/img/about_yamagata.jpg) top right no-repeat;
}

.y_info2 p {
	padding:20px 450px 20px 10px;
	margin:0 20px 0 10px;
	line-height:150%;
}
