﻿@charset "UTF-8";

/* -------------------------------
サイト名：きそがわ日和2012 OFFICIAL WEB SITE
作成日：2012.3.21
修正日：
製作者：miyake
 * ------------------------------- */


body {
	margin:0px;
	padding:0px;
	position: relative;
	color: #333333;
	background-color:#fff;
/*	background: url(../img/bg01.gif) center top repeat fixed #cccccc;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;

word-break:break-all;
    word-wrap: break-word;
}

div,span,
table,thead,tbody,caption,tr,th,td,
form,fieldset,legend,label,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
dl,dt,dd,
p,
blockquote,q,
pre,
img,
a,
strong,em,strike,i,u,sup,sub,
address,
map,area,
abbr,acronym

{
	margin: 0;
	padding: 0;
/*	border-style: none;*/
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
/*	list-style-type: none;*/
}

input,
select,
textarea{
	margin: 0;
	padding: 0;
/*	border-style: none;*/
}

/* -------------------------------
 * メインレイアウト
 * ------------------------------- */

#boxleft {				/*左側*/
	width:		340px;
	float:		left;
}

#boxright {				/*右側*/
	width:		560px;
	float:		left;
}

#boxbottom {				/*下側*/
	width:		100%;
	clear:		left;
}


/* -------------------------------
 * レイアウト
 * ------------------------------- */

#container {
	margin:	0px auto;
	width:	900px;
	text-align:center;
	background-color:#fff;
/*	background-image:url(../img/bg01.gif);*/
	background-repeat:repeat-y;
	background-repeat:repeat-x;
	background-position:center top;
	background-attachment: fixed;
}

#top_header {
	width:		900px;
	height:		120px;
	margin-left:	0px;
	background-image:url(../img/top_header1.jpg);
	background-repeat:no-repeat;
}

#top_img {
	width:		900px;
	height:		636px;
	margin-left:	0px;
	background-image:url(../img/top_img.jpg);
	background-repeat:no-repeat;
}

#top_footer {
	width:		720px;
	height:		60px;
	margin-left:	0px;
	background-image:url(../img/top_footer.jpg);
	background-repeat:no-repeat;
}


















/* -------------------------------
 * メニュー
 * ------------------------------- */

#topmenu1 {
	clear: both;
	margin:0;
	padding:0;
	width: 660px;
	height: 50px;
	background-color:#ffffff;
	list-style:none;
	margin-left:	0px;
    padding:30px 0px 0px 0px;
}

#topmenu1 li {
	float: left;
}

#topmenu1 li a {
	display: block;
	height: 50px;
	background: url(../img/topmenu_bk.jpg) left top no-repeat;
	text-indent: -9999px;
}

#topmenu1 li.bt01 a {
	width:		100px;
	background-position: 0 0;
}
#topmenu1 li.bt01 a:hover {
	background-position: 0px -50px;
}

#topmenu1 li.bt02 a {
	width:		180px;
	background-position: -100px 0px;
}
#topmenu1 li.bt02 a:hover {
	background-position: -100px -50px;
}

#topmenu1 li.bt03 a {
	width:		100px;
	background-position: -280px 0px;
}
#topmenu1 li.bt03 a:hover {
	background-position: -280px -50px;
}

#topmenu1 li.bt04 a {
	width:		80px;
	background-position: -380px 0px;
}
#topmenu1 li.bt04 a:hover {
	background-position: -380px -50px;
}

#topmenu1 li.bt05 a {
	width:	100px;
	background-position: -460px 0px;
}
#topmenu1 li.bt05 a:hover {
	background-position: -460px -50px;
}

#topmenu1 li.bt06 a {
	width:	100px;
	background-position: -560px 0px;
}
#topmenu1 li.bt06 a:hover {
	background-position: -560px -50px;
}

/* -------------------------------
 * リンク
 * ------------------------------- */
 
a {
	cursor:		pointer;
	outline:	none;
}

a img {
	border:		0;
}

a:link {
	color:		#444444;
	text-decoration:none;
}

a:visited {				/*リンク済み*/
	color:		#440099;
	text-decoration:none;
}

a:hover {
	color:		#f82222;
	text-decoration:underline;
}

a:active {
	color:		#f8b500;
	text-decoration:underline;
}

//.link {
//   background:transparent url(../img/link.gif) center right no-repeat;
//   padding-right:37px;
}















