@charset "utf-8";
/* ▼MacSafari bold有効用ハック */
* {
	/*\*/font-family: 'Hiragino Kaku Gothic Pro', Verdana, sans-serif;/* */
}
/* ▲MacSafari bold有効用ハック */
html {
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meyryo, Verdana, Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 84%;
	line-height: 146%;
}
th, td {
	font-size: 84%;
	font-size: "\"}\"";
	font-size: 100%;
}
/*基本（色、マージンなどの変更はサイトごとに設定）------------------------------------*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #404040;
	background-color: #FFFFFF;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
img {
	vertical-align: bottom;
}
a img {
	border: 0;
}
a:link, a:visited, a:active {
	color:#0066CC;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color:#0099FF;
	text-decoration: underline;
}
a.opacity {
	display: block;
	background-color: #ffffff;
}
a.opacity:hover img {
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
a.rollover {
	display: block;
}
a.rollover:hover img {
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}
table {
	border-collapse: collapse;
}
.clear_both {
	font-size: 0%;
	line-height: 0%;
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clearHidden {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
/* サイトレイアウト ----------------------------------------------------------------*/
#header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}
#header #header_box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 15px;
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header #header_box h1 {
	font-size: 168%;
	font-weight: bold;
	padding: 0px;
	line-height: 140%;
	margin: 0px;
	white-space: nowrap;
}
#header #header_box h1 a {
	width: 380px;
}
#set {
	width: 900px;
	padding-bottom: 20px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 680px;
	float: right;
	border: 1px solid #CCCCCC;
}
#main .tcbox {
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#main .cbox {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#side {
	width: 184px;
	float: left;
}
#side #side_menu {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#side #side_menu li {
	display: inline;
}
#set #side #side_menu li a {
	display: block;
	background-image: url(../images/side_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333333;
	font-size: 14px;
	line-height: 41px;
	padding-right: 6px;
	padding-left: 12px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #B3BBCB;
	width: 166px;
	overflow: hidden;
}
#set #side #side_menu li a:hover {
	background-position: right center;
	color: #FFFFFF;
	text-decoration: none;
}
#set #side #side_menu li#viewing {
	background-image: url(../images/side_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #333333;
	font-size: 14px;
	line-height: 41px;
	padding-right: 6px;
	padding-left: 12px;
	font-weight: bold;
	white-space: nowrap;
	height: 41px;
	display: block;
}
#side .side_contents {
	margin-bottom: 15px;
}
.to_pagetop {
	text-align: right;
	margin: 10px;
	padding: 0px;
	clear: both;
}
#footer {
	background-color: #D5DFF3;
	padding: 5px;
	text-align: center;
}
#footer #footer_copyright {
	padding: 0px;
	margin: 0px;
}
/* 汎用スタイル ---------------------------------------------------------------*/
/*使いまわせるものは基本を作って複数ものを組み合わせる。
例：fc（フォントカラー）、mt（マージントップ）など。
*/
.mp_00 {
	margin: 0px;
	padding: 0px;
}
.mb_00 {
	margin-bottom: 0px;
}
.mb_05 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_25 {
	margin-bottom: 25px;
}
.mb_30 {
	margin-bottom: 30px;
}
.wd_600 {
	width: 600px;
}

.fs_large {
	font-size: 114%;
}
.fs_small {
	font-size: 84%;
}
.fc_red {
	color: #DD0000;
}
.fc_green {
	color: #1D7603;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.float_right {
	padding: 0px;
	float: right;
	margin-left: 15px;
}
/* 個別スタイル ---------------------------------------------------------------*/
#top_price_table {
	width: 600px;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	margin-bottom: 20px;
}
#top_price_table caption {
	text-align: left;
	border: none;
	padding-bottom: 10px;
}
#top_price_table th {
	border: 1px solid #ADADAD;
	background-color: #ADD6FF;
	font-weight: normal;
	text-align: right;
	padding: 1px 3px;
}
#top_price_table td {
	border: 1px solid #ADADAD;
	text-align: right;
	padding: 1px 3px;
	background-color: #FFFFFF;
}
#bn_contactus {
	margin: 0px;
	padding: 0px;
}
#side #side_bn {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side #side_bn #side_bn_01 {
	display: inline;
}
#side #side_bn #side_bn_01 a {
	text-decoration: none;
	display: block;
	background-image: url(../images/bn_side01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #40CBE6;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 35px;
	padding-top: 29px;
	padding-left: 8px;
	padding-bottom: 24px;
	height: 35px;
}
#side #side_bn #side_bn_01 a:hover {
	text-decoration: none;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
}
#main h2#pagetitle {
	font-size: 124%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5589F9;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
}
/* ---------------
メイン
--------------- */
/* ログイン後のadminボタン囲み */
#adminBox {
	border: #CCCCCC 1px solid;
	background: #E9E9E9;
	margin-bottom: 20px;
}

/* 日毎のループ内トップ,コメントトップ,トラックバックトップ */
.boxHeader {
	_width: 100%;
	padding: 10px 0;
	clear: both;
}
/* 日付表示の基本設定 */
.dateClass {
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
/* 日付表示(日曜) */
.date0 {
	color: #FF3300;
}
/* 日付表示(平日) */
.date,
.date1,
.date2,
.date3,
.date4,
.date5 {
	color: #333333;
}
/* 日付表示(土曜) */
.date6 {
	color: #004B71;
}
/* お問い合わせ ---------------------------------------------------------------*/
.ablogcmsForm {
	width: 600px;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	margin-bottom: 20px;
}
.ablogcmsForm th {
	border: 1px solid #ADADAD;
	background-color: #ADD6FF;
	font-weight: normal;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.ablogcmsForm td {
	border: 1px solid #ADADAD;
	padding: 3px 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	width: 450px;
}
.required, .emSection {
	color: #DD0000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.inline {
	display: inline;
}
.formSizeHarf {
	width: 240px;
}
.formSizeFull {
	width: 420px;
}
/* 検索フォーム ---------------------------------------------------------------*/
#jsChangeContents {
	margin: 0px;
	padding: 15px 30px;
}
#jsChangeContents p, #jsChangeContents ul {
	margin: 0px;
	padding: 0px;
}

