@charset "shift_jis";

/*=== 1.Universal selector ===*/
* {
	margin: 0; 
	padding: 0;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
}

/*=== 2.Body ===*/
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bg.gif) repeat;
	text-align: center;
	letter-spacing: 0.05em;
	color: #333333;
	font: normal 90%/140% "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
}

/*=== 3.Text ===*/
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	line-height: 140%;
}

.red {color: #FF0000;}
.rose {color: #FF3366;}
.dottedRose {
	color: #FF3366;
	padding-bottom: 1px;
	border-bottom: 2px dotted #FF3366;
}
.orange {color: #FF6600;}
.blue {color: #0000CC;}
.green {color: #009900;}
.dotted {
	padding-bottom: 1px;
	border-bottom: 2px dotted #FF3366;
}
.boldTxt {font-weight: bold;}

.boldTxtRed {
	font-weight: bold;
	color: #F03;
}

.boldTxtGreen {
	font-weight: bold;
	color: #007D00;
	font-size: 120%;
	line-height: 150%;
}

.boldRedCenter {
	font-weight: bold;
	color: #F03;
	text-align: center;
}

.boldTxtRose {
	font-weight: bold;
	color: #FF3399;
	font-size: 110%;
	line-height: 120%;
}

.overSize {
	font-size: 160%;
	font-weight: bold;
}

.overSize2 {
	font-size: 120%;
	font-weight: bold;
	color: #6633FF;
	padding-bottom: 3px;
	border-bottom: 2px dotted #6666CC;
	line-height: 110%;
}

.overSize3 {
	font-size: 120%;
	font-weight: bold;
	color: #F03;
	padding-bottom: 6px;
	line-height: 110%;
	margin-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F33;
}

.normal {
	font-size: 90%;
	font-weight: normal;
	line-height: 130%;
}

.btm10 {
	padding-bottom: 10px;
}

.btm20 {
	padding-bottom: 20px;
}

.btm10Line {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.btm20Line {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

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

a:visited {
	color: #0000FF;
	text-decoration: none;
	line-height: 140%;
}

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

a img { border-style: none; }

/*==================ページ全体==================*/
#all {
	background: url(../images/bg_side.gif) repeat;
	height: auto;
	width: 820px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

/*==================ヘッダ==================*/
#header { width: 820px; background: #FFFFFF; }

#header .left {
	float: left;
	width: 600px;
	text-align: left;
}

#header .left h1 {
	font-size: 12px;
	line-height: 110%;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	letter-spacing: 0em;
}

#header .right {
	float: left;
	width: 214px;
	padding-left: 4px;
	padding-top: 6px;
}

.right .headBtn01,
.right .headBtn02 { float: left; }
.right .headBtn03 { float: left; clear: both; margin-top: 4px; }

#header .bothSide { clear: both; }

/*==================グローバルナビ==================*/
#header .gNavi {
	background: url(../images/head_bg.gif) no-repeat;
	height: 33px;
	width: 802px;
	padding-left: 18px;
}

#header .gNavi ul li {
	float: left;
	list-style: none;
}

/*==================ボディエリア==================*/
#bodyArea {
	width: 820px;
	background: #FFFFFF;
	padding-top: 12px;
}

/*==================サイド==================*/
#bodyArea .side {
	float: left;
	width: 230px;
	text-align: left;
}

#bodyArea .side .menuTop {
	width: 196px;
	margin-left: 17px;
	text-align: center;
}

#bodyArea .side .menu {
	width: 182px;
	margin-left: 17px;
	background: url(../images/side_bg.gif) repeat-y;
	text-align: left;
	padding-left: 14px;
}

.side .menu .addressArea {
	padding: 4px 4px 0px;
	width: 158px;
	background: url(../images/side_address_bg.gif) repeat-y;
}

.side .menu .addressArea p {
	font-size: 90%;
	line-height: 120%;
	letter-spacing: 0em;
}

.side .menu p.msgCopy {
	width: 164px;
	font-size: 85%;
	line-height: 110%;
	color: #FF3399;
	margin-top: 2px;
	padding-left: 2px;
}

.side .menu .mobile {
	width: 158px;
	margin-top: 47px;
	padding: 6px 4px;
	border: 1px dotted #FF6699;
}

.side .menu .mobile img {
	float: left;
	width: 74px;
}

.side .menu .mobile p {
	font-size: 83%;
	line-height: 125%;
	color: #FF3399;
	float: left;
	padding-left: 8px;
	width: 73px;
	padding-top: 4px;
}

/*==================メインエリア==================*/

#bodyArea .mainArea {
	float: left;
	width: 572px;
	padding-right: 8px;
	text-align: left;
}

/*===トピックパス===*/
#bodyArea .mainArea .topicPath {
	margin-bottom: 10px;
}

#bodyArea .mainArea .topicPath p {
	font-size: 90%;
	line-height: 120%;
	color: #666666;
}

#bodyArea .mainArea .topicPath a,
#bodyArea .mainArea .topicPath a:visited {
	color: #666666;
	text-decoration: none;
}

#bodyArea .mainArea .topicPath a:hover {
	color: #FF3366;
	text-decoration: underline;
}

.clear {
	clear: both;
	width: 100%;
}

/*===パンフレットボタン===*/
#bodyArea .mainArea .pamphletLink {
	height: 41px;
	width: 570px;
	margin-bottom: 10px;
}

#bodyArea .mainArea .pamphletLink p {
	float: left;
}

/*==================ページトップ==================*/
#bodyArea .mainArea .pageTop {
	margin-top: 20px;
	text-align: right;
	width: 570px;
	padding-bottom: 20px;
}

.mainArea .pageTop a,
.mainArea .pageTop a:visited {
	color: #FF6666;
	text-decoration: none;
	font-size: 90%;
	line-height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

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

/*==================フッタ==================*/
#footer {
	background: url(../images/footer.gif) no-repeat 0px 3px;
	width: 786px;
	border-top: 1px solid #999999;
	text-align: right;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	font-size: 90%;
	line-height: 100%;
}

#footer a,
#footer a:visited {
	color: #666666;
}

#footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}
