@charset "utf-8";

/* 全体設定 */
body
{
	background: #999999;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	background-image: url(../images/common/bg.gif);
}

input
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

textarea
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}

a
{
	color: #CC6600;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.link a,
.linkLeft a
{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

p
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

input
{
	font-size: 12px;
}

#wrapper{
	width: 756px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container
{ 
	width: 750px;
	margin-right: 6px;
	padding: 0;
	margin: 0;
} 

#shadowPanel
{
	width: 756px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(../images/common/side_shadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	overflow: visible;
}

.clear 
{
	clear: both;
}

.hide
{
	text-indent: -9999px;
}

.formError
{
	font-weight: bold;
	color: #CC0000;
}

/* タグライン */
#tagLine
{
	margin: 0;
	padding: 0 25px 0 25px;
	background-color: #333333;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 35px;
}

/* ヘッダ */
#header
{
	background: #FFFFFF;
	padding: 0;
	margin: 0;
} 

#header p
{ 
	padding: 0;
	margin: 0;
} 

/* パンくずリスト */

#breadcrumb
{
	margin: 0 -1px 0 -1px;
	padding: 0px;
	width: 750px;
	height: 40px;
	background-color: #FFFFFF;
	float: left;
}

#breadcrumb ul
{
	margin: 0 25px;
	padding: 0;
	list-style: none;
}

#breadcrumb li
{
	font-size: 12px;
	line-height: 40px;
	float: left;
	padding-right: 5px;
}

.topBorder
{
	border-top: #333333 2px solid;
}

/* コンテンツ */
#content
{
	padding: 0;
	margin: 0;
	background-image: url(../images/common/menu_border.gif);
	background-repeat: repeat-y;
	float: left;
	width: 750px;
}

/* サイドバー */
#sidebar
{
	float: left;
	width: 198px;
	padding: 0;
	margin: 0;
}

/* ナビゲーション */
#navigation ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #CCCCCC;
}

#navigation li
{
	width: 198px;
	height: 32px;
}

#navigation li a
{
	width: 198px;
	height: 32px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-indent: -9999px;
}

#navigation #naviHome
{
	background-image: url(../images/common/buttons/btn_home.jpg);
	background-repeat: no-repeat;
	margin-right: -1px;
}

#navigation #naviRecommend
{
	background-image: url(../images/common/buttons/btn_recommend.jpg);
	background-repeat: no-repeat;
	margin-right: -1px;
}

#navigation #naviFeature
{
	background-image: url(../images/common/buttons/btn_feature.jpg);
	background-repeat: no-repeat;
	margin-right: -1px;
}
#navigation #naviMail
{
	background-image: url(../images/common/buttons/btn_mail.jpg);
	background-repeat: no-repeat;
	margin-right: -1px;
}

#navigation #naviProfile
{
	background-image: url(../images/common/buttons/btn_profile.jpg);
	background-repeat: no-repeat;
	margin-right: -1px;
}

#navigation #naviContact
{
	background-image: url(../images/common/buttons/btn_contact.jpg);
	background-repeat: no-repeat;
	margin-right: -1px;
}

#navigation #naviBlog
{
	background-image: url(../images/common/buttons/btn_blog.jpg);
	background-repeat: no-repeat;
	margin-right: -1px;
}

#navigation #naviBBS
{
	background-image: url(../images/common/buttons/btn_bbs.jpg);
	background-repeat: no-repeat;
	margin-right: -1px;
}

#navigation #naviHome a
{
	background-image: url(../images/common/buttons/btn_home.jpg);
	background-repeat: no-repeat;
}

#navigation #naviRecommend a
{
	background-image: url(../images/common/buttons/btn_recommend.jpg);
	background-repeat: no-repeat;
}

#navigation #naviFeature a
{
	background-image: url(../images/common/buttons/btn_feature.jpg);
	background-repeat: no-repeat;
}

#navigation #naviMail a
{
	background-image: url(../images/common/buttons/btn_mail.jpg);
	background-repeat: no-repeat;
}

#navigation #naviProfile a
{
	background-image: url(../images/common/buttons/btn_profile.jpg);
	background-repeat: no-repeat;
}

#navigation #naviContact a
{
	background-image: url(../images/common/buttons/btn_contact.jpg);
	background-repeat: no-repeat;
}

#navigation #naviBlog a
{
	background-image: url(../images/common/buttons/btn_blog.jpg);
	background-repeat: no-repeat;
}

#navigation #naviBBS a
{
	background-image: url(../images/common/buttons/btn_bbs.jpg);
	background-repeat: no-repeat;
}

ul a,
ul a:link,
ul a:visited,
ul a:active,
ul a:focus
{
	background-position: 0 0px;
}

ul a:hover
{
	background-position: 0 -32px;
}

ul .currentPage a,
ul .currentPage a:link,
ul .currentPage a:visited
{
	background-position: 0 -32px;
}

/* ブログバナー */

#blog_banner
{
	text-align: center;
	margin: 10px 10px;
}

/* 定休日カレンダー */
#calendar
{
	margin: 0 20px 20px 25px;
}

#calendar #titleCalendar
{
	display: block;
	width: 150px;
	height: 18px;
	text-indent: -9999px;
	background-image: url(../images/common/title_calendar.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 20px 0 10px 0;
}

#calendar table
{
	width: 150px;
}

#calendar th,
#calendar td
{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#calendar table,
#calendar tr,
#calendar th,
#calendar td
{
	border: #999999 1px solid;
	border-collapse: collapse;
	text-align: center;
}

#calendar .holiday
{
	/*background-color: #F9E0CB;*/
	background-color: #e98320;
	color: #ffffff;
}

#calendar caption
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

#calendar .link
{
	display: block;
	text-align: right;
	padding-top: 10px;
}

#calendar .linkLeft
{
	display: block;
	text-align: left;
	padding-top: 10px;
}

#legend
{
	font-size: 12px;
	padding: 0 0 5px 0;
	color: #CC6600;
}

#holidayMark
{
	color: #F9E0CB;
}

.secondCalendar
{
	margin: 20px 0 50px 0;
}

/* メインコンテンツ */

#mainContent
{
	width: 502px;
	margin: 0 0 0 -1px;
	float: right;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
} 

.contentPanel
{
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#mainContent .text
{
	padding-right: 5px;
}

#mainContent .link
{
	display: block;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}

#pubDate
{
	padding-left: 20px;
}

.title
{
	padding-right: 10px;
}

.note
{
	font-size: 12px;
	color: #666666;
}

/* フッタ */
#footer
{ 
	width: 700px;
	float: left;
	padding: 0 25px 0 25px;
	background: #333333;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 35px;
	height: 35px;
} 

#footerNavi
{
	display: block;
	float: right;
}

#footerNavi ul
{
	margin: 0px;
	padding: 0px;
}

#footerNavi li
{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#footerNavi a
{
	color: #FFFFFF;
}

#address
{
	display: block;
	float: left;
	width: 415px;
	margin: 0px;
	padding: 0px;
}

.formButtons
{
	text-align: center;
}

.requiredMark
{
	color: #CC0000;
	font-weight: bold;
}

#messageSpacer
{
	margin-bottom: 200px;
}