/**************************************************************/
/*                                                            */
/*   全ページ共通                                             */
/*                                                            */
/**************************************************************/

/*-------------------------------------------------
   Layout Hacks
------------------------------------------------- */

/* IE7でpadding指定(背景画像1pxずれ対策） */  
*:first-child+html body {   
padding-left: 1px;   
}   
 
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }

/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }


/*-------------------------------------------------
   基本-共通設定
------------------------------------------------- */

* {
	color: #555555;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(images/back_ground.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

p {
	font-size: 85%;
	line-height: 1.4em;
}

td {
	text-align: left;
	vertical-align: top;
}
a {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #6699FF;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
.hidden {
	display: none;
	height: 0;
}
.right {
	text-align: right;
}
.clearing {
	height: 0px;
	clear: both;
}

p.clear {
	height: 0px;
	clear: both;
}

.pageswitch {
	font-size: 75%;
	line-height: 100%;
	margin-top: 12px;
	margin-bottom: 25px;
	text-align: center;
}


/*-------------------------------------------------------
   基本-レイアウト設定
------------------------------------------------------- */
/*----- コンテンツ上部サイトメッセージ -----*/
/*----- 全体の大枠 -----*/
#container {
	width: 780px;
	margin: 0px auto;
}

#container-inner {
	width: 780px;
}

/*----- コンテンツを含む枠 -----*/
#wrapper {
	margin: 0;
	padding: 0;
}

#wrapper-inner {
	margin: 0;
	padding: 0;
}


/*-------------------------------------------------------
   ヘッダー設定
------------------------------------------------------- */
#header {
	width: 780px;
	margin: 0px;
}

#header-inner {
	padding-top: 0px;
}

#header-inner table {
	height: 70px;
	margin-bottom: 0px;
}

#header-inner .header-logo1 {
	width: 175px;
	text-align: left;
}

#header-inner .header-logo1 img {
	margin-top: 15px;
}

#header-inner .header-logo2 {
	text-align: left;
}

#header-inner .header-logo2 img {
	margin-top: 15px;
}

#header-inner .header-menu {
	text-align: right;
	vertical-align: top;
}

#header-inner .header-menu .reserve {
	margin-bottom: 8px;
}

#header-inner .header-menu .menu p {
	font-size: 80%;
	line-height: 100%;
}

#header-inner .header-menu .menu a {
	color: #ffffff;
}

#header-image {
	width: 780px;
	height: 150px;
}


/*-------------------------------------------------------
   メインナビゲーション設定
------------------------------------------------------- */
#navigation {
	width: 780px;
	margin-bottom: 10px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	float: left;
	display: inline;
}

#navigation li a {
	width: 110px;
	height: 43px;
	font-size: 80%;
	line-height: 100%;
	color: #ffffff;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 7px;
	display: block;
}

#navigation li a {
	background-image: url(images/menu_off.gif);
}

#navigation li.this a {
	color: #ffcc33;
	background-image: url(images/menu_on.gif);
}

#navigation li a:hover {
	color: #ffcc33;
	background-image: url(images/menu_on.gif);
}

/* ブログはmenu_off_n.gif、menu_on_n.gifを使用 */
#navigation li a#blog {
	background-image: url(images/menu_off_n.gif);
}

#navigation li.this a#blog {
	color: #ffcc33;
	background-image: url(images/menu_on_n.gif);
}

#navigation li a#blog:hover {
	color: #ffcc33;
	background-image: url(images/menu_on_n.gif);
}


/*----------------------------------------------------------
   コンテンツ部設定
--------------------------------------------------------- */
#content {
	width: 780px;
}

/*--- ページトップへ戻る ---*/
#content-inner #return_top {
	width: 780px;
	margin-bottom: 20px;
}

#content-inner #return_top p {
	text-align: right;
}


#content-inner #return_top p a {
	font-size: 80%;
	color: #555555;
}


/*-------------------------------------------------------
   フッター設定
------------------------------------------------------- */
#footer {
	width: 780px;
	padding-top: 8px;
}

/* --------- menu 設定 ---------- */
#bottom {
	width: 780px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 4px;
	padding-bottom: 5px;
}

#bottom p {
	font-size: 80%;
	line-height: 140%;
}

/* --------- copyright 設定 ---------- */
#footer-inner {
	width: 780px;
}

#footer-inner .copyright {
	margin-top: 8px;
	padding-left: 285px;
}

#footer-inner .copyright .logo {
	margin-top: 2px;
	margin-right: 10px;
	float: left;
	display: inline;
}

#footer-inner .copyright .text {
	float: left;
	display: inline;
}

#footer-inner .copyright address {
	font-size:80%;
	color: #555555;
	line-height: 110%;
	font-style: normal;
}

/* --------- ページ下部アクセス解析ツール設定 ---------- */
#analys {
	margin: 20px 0 0 0;
	text-align: center;
}



