@charset "utf-8";

/*=== 1.Universal selector ===*/
* {
	margin: 0; 
	padding: 0;
}

/*=== 2.Body ===*/
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	line-height: 140%;
	background-image: url(../images_2/bg_line_2nd.jpg);
	background-repeat: repeat-x;
}

/*=== 3.Text ===*/
h1,h2,h3,h4,h5,h6,p,address {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
}

/*=== 4.Hypertext===*/
a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

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

a img { border-style: none; }

/*==================font color==================*/

.red {
	color: #F00;
}

.boldRed {
	font-weight: bold;
	color: #F00;
}

.boldRedLarge {
	font-weight: bold;
	color: #F00;
	font-size: 120%;
}

.blue {
	color: #33F;
}

.boldBlack {
	font-weight: bold;
	color: #333;
}

.boldLarge {
	font-weight: bold;
	color: #333;
	font-size: 120%;
}

.small {
	font-size: 80%;
	font-weight: normal;
}

.smallRed {
	font-size: 80%;
	font-weight: normal;
	color: #F00;
}

.smallRight {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
}

.smallNormal {
	font-size: 70%;
	font-weight: normal;
	color: #333;
}

.borderPlain {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 10px;
}

.borderDotted {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-bottom: 10px;
}

/*==================ページ全体==================*/
#all {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*==================ヘッダ==================*/
#header {
	background-image: url(../images_2/header.gif);
	background-repeat: no-repeat;
	height: 64px;
	text-align: left;
	width: 950px;
}

#header h1 {
	font-size: 50%;
	color: #CCC;
	height: 63px;
	width: 330px;
}

#header h1 em {
	visibility: hidden;
}

#header h1 a,
#header h1 a:visited {
	height: 63px;
	width: 330px;
	display: block;
	color: #CCC;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
	color: #CCC;
}

/*==================ナビ==================*/
#all #navi {
	width: 950px;
	height: 41px;

}

#all #navi ul {
	list-style-type: none;
	height: 41px;
	width: 950px;
}

#all #navi ul li {
	float: left;
}

/*==================ページタイトル==================*/
#all #pageTitle {
	padding-top: 10px;
	height: 70px;
	padding-bottom: 4px;
}

/*==トピックパス==*/
#all .topicPath {
	padding-bottom: 12px;
}

#all .topicPath ul {
	list-style-type: none;
}

#all .topicPath li {
	float: left;
	font-size: 90%;
	line-height: 120%;
}

#all .topicPath li a,
#all .topicPath li a:visited {
	color: #333;
	text-decoration: none;
}

#all .topicPath li a:hover {
	color: #C00;
	text-decoration: underline;
}

/*==================ボディエリア==================*/
#bodyArea {
	background-color: #FFF;
	padding-bottom: 8px;
}

#bodyArea .lowerSpace10 {
	padding-bottom: 10px;
}

#bodyArea .lowerSpace15 {
	padding-bottom: 15px;
}

#bodyArea .lowerSpace20 {
	padding-bottom: 20px;
}


#bodyArea .twoColumns {
	padding-bottom: 10px;
}

/*==サイドメニュー==*/
.twoColumns .sideMenu {
	float: left;
	width: 200px;
	text-align: left;
	padding-bottom: 20px;
}

.sideMenu ul {
	list-style-type: none;
}

.sideMenu li {
	width: 200px;
	line-height: 0px;
}

.sideMenu li.separate {
	height: 4px;
	line-height: 0px;
}

/*=== 携帯エリア ===*/
.sideMenu .mobileArea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #68AF45;
	padding-top: 8px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68AF45;
}

.mobileArea .mobileTitle {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
	border-top-width: 1px;
}


.mobileArea .mobileLeft {
	float: left;
	width: 100px;
	padding-top: 8px;
}

.mobileLeft .mobileTxt {
	font-size: 80%;
	line-height: 150%;
}

.mobileArea .mobileRight {
	float: right;
	width: 90px;
}


/*==メインエリア==*/
.twoColumns .meinArea {
	float: right;
	width: 725px;
	text-align: left;
}

.meinArea .hollTitle {
	padding-bottom: 4px;
}

.hollTitle .hallName {
	font-weight: bold;
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}

.hollTitle .guideBtn {
	float: left;
}

.hollTitle .hallNote {
	clear: both;
	font-size: 90%;
	line-height: 120%;
	padding-top: 10px;
}

/*==表下注釈==*/
.meinArea .tableNote {
	font-size: 90%;
	line-height: 130%;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 4px;
}

/*==================ページトップ（ロゴ付き）==================*/
.pageTopLogo {
	background-image: url(../images_2/footer_logo.gif);
	background-repeat: no-repeat;
	height: 46px;
	padding-bottom: 10px;
}

.pageTopLogo p {
	text-align: right;
	padding-top: 24px;
}

.pageTopLogo p a,
.pageTopLogo p a:visited {
	color: #333;
	text-decoration: none;
}

.pageTopLogo p a:hover {
	color: #C00;
	text-decoration: underline;
}

/*==================ページトップ（ロゴ無し）==================*/
.pageTop {
	padding-bottom: 10px;
	padding-top: 10px;
}

.pageTop p {
	text-align: right;
}

.pageTop p a,
.pageTop p a:visited {
	color: #333;
	text-decoration: none;
}

.pageTop p a:hover {
	color: #C00;
	text-decoration: underline;
}

/*==================フッタエリア==================*/
#footerArea {
	background-color: #6CB442;
	height: 46px;
}

#footerArea .footer{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images_2/footer_copyright.gif);
	background-repeat: no-repeat;
	padding-top: 14px;
	background-position: left 14px;
}

.footer ul {
	list-style-type: none;
}

.footer li {
	float: right;
	font-size: 90%;
	line-height: 120%;
	color: #000;
}

.footer li a,
.footer li a:visited {
	color: #000;
	text-decoration: none;
}

.footer li a:hover {
	color: #FFF;
	text-decoration: none;
}

/*==================クリア==================*/
.clear {
	clear: both;
	height: 1px;
}

