@charset "UTF-8";

/*color*/

/*シーズンでカラー変更するセグメント*/

.season {
	color: #8CACDC;
}


a {
	color: #8CACDC;
	text-decoration: none;
}

a:hover {
	color: #8CACDC;
	border-bottom: dotted 1px #FF3399;/*　※変更なし　*/
}

a:visited {
	color: #999999;/*　※変更なし　*/
}


hr {
	color: #8CACDC;
}


#head-navi {
	border-bottom: solid 2px #8CACDC;
}


.sidemenu {
	border-left: solid 12px #8CACDC;
	height: 12px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.title_bar {
	border-bottom: 2px solid #8CACDC;
}


/*rayout*/


body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","Osaka", "ＭＳ Ｐゴシック";
	font-size: 11px;
	line-height: 160%;
	color: #454545;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*カラムレイアウト*/


#content {
	text-align: left;
	width: 950px;
	border: 1px solid #454545;
}

#head {
	margin: 0px;
	width: 950px;
}

#head-navi {
	margin: 0px 0px 10px 0px;
	width: 950px;
	text-align: center;
	padding-top: 5px;
}

#menu {
	float: left;
	width: 180px;
	padding-left: 10px;
	margin-right: 10px;
}

#main {
	width: 600px;
	float: left;
	line-height: 0px;
	text-align: left;
}

#side {
	width: 130px;
	float: right;
	padding-left: 10px;
	margin-right: 10px;
	text-align: left;
}


#foot {
	font-family: Arial, Helvetica, sans-serif, "ＭＳ ゴシック", Osaka;
	text-align: center;
	clear: both;
	width: 950px;
	font-size: 10px;
	border-top: 1px solid #454545;
}

/*共通デザイン*/

img {
	border-style: none;
}

#head-navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#head-navi li {
	display:inline;
	margin: 0px 10px 0px 10px;
	white-space:nowrap;
}

.headcopy {
	text-indent: -9999px;
	background-image:url(../newimgs/header-copy.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/*　※ナビにはボーダーをつけない　*/

#head-navi a {
	text-decoration: none;
}

#head-navi a:hover {
	text-decoration: none;
	border-bottom:none;
}

