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

/*-------------------------------------------------
   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: #505050;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/back_shadow.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

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


/********* コンテンツ内 p *********/
#content p {
	font-size: 80%;
	line-height: 1.5em;
	margin: 0 10px 10px 10px;
}



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

.red {
	color: #FF6699;
}
.green {
	color: #99CC33;
}
.blue {
	color: #6699FF;
}
.orange {
	color: #FF9933;
}

/*----- ページスイッチ設定 -----*/
.pageswitch {
	font-size: 12px;
	margin: 5px;
	text-align: right;
}

/*----- 画像追加エリア -----*/
.add-image {
	margin: 20px 0;
	text-align: center;
}


/*-------------------------------------------------------
   基本-レイアウト設定
------------------------------------------------------- */
/*----- コンテンツ上部サイトメッセージ -----*/
#message {
	width: 760px;
	margin: 10px auto 5px;
	font-size: 10px;
}
/*----- 全体の大枠 -----*/
#container {
	width: 760px;
	margin: 10px auto 2px;
}
#container-inner {
	padding: 0;
	border-top: 3px solid #003366;
	border-bottom: 1px solid #999;
}

/*----- コンテンツ＆サイドメニューを含む枠 -----*/
#wrapper {
	width: 760px;
	margin: 5px 0 2px 0;
	font-size: 100%;
}
#wrapper-inner {
	padding: 0;
}
/*-------------------------------------------------------
   ヘッダー設定
------------------------------------------------------- */
#header {
	width: 760px;
	margin: 0;
}
#header-inner {
	padding: 15px 0 0 0;
}
#header-top {
	padding:0 0 0 15px;
}
#upper-navi {
	text-align: right;
	font-size: 77%;
	padding: 0 15px 0 0;
}
#header-image {
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 760px;
	height: 160px;
}
#header-image img {
	vertical-align: bottom;
}


/*-------------------------------------------------------
   メインナビゲーション設定
------------------------------------------------------- */
#header-navi {
	background-color: #eee;
	background-image: url(images/navi_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 745px;
	margin: 0 0 10px 15px;
	height: 26px;
}
#header-navi-inner {
	padding: 0;
}
#header-navi ul {
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#header-navi li {
	width: 105px;
	text-align: center;
	height: 20px;
	display: block;
	float: left;
}
#header-navi li a {
	border-right: 1px dotted #999;
	width: 104px;
	height: 20px;
	display: block;
	float: left;
	padding: 6px 0 0 0;
}
#header-navi li a.guide {
	border-right: 1px dotted #999;
	width: 104px;
	height: 20px;
	display: block;
	float: left;
	padding: 6px 0 0 0;
}
#header-navi li a:hover {
	background-image: url(images/navi_back_r.jpg);
	color: #CC6600;
}
#header-navi li a:hover.guide {
	background-image: url(images/navi_back_r1.jpg);
	color: #CC6600;
}




/*-------------------------------------------------------
   フッター設定
------------------------------------------------------- */
#footer {
	width: 760px;
	margin: 0;
	clear: both;
	text-align: center;
	background-color: #F4F4EC;
	background-image: url(images/footer_back.jpg);
}
#footer-inner {
	border-top: 1px solid #ccc;
	padding: 5px 15px;
}
address {
	font-style: normal;
	font-size:11px;
	color: #996633;
}
/* --------- ページ下部リンクブロック設定 ---------- */
#bottom {
	position: relative;
	width: 760px;
	margin: 2px auto;
	padding: 0 0 20px 0;
	text-align: right;
	font-size: 12px;
}

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


