@charset "utf-8";
/* CSS Document */



/*------------------------------------------------------------
	全体
------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}


body {
	background-image: url(../img/share/back.jpg);
	background-repeat: repeat;
	font-size:14px;
	color:#888888;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro', Osaka,sans-serif;
	/*letter-spacing: -1px;*/
	line-height:200%;
	text-align:center;
	height: 100%;
}

* html body {
	background-image: url(../img/share/back.jpg);
	background-repeat: repeat;
	font-size:14px;
	color:#888888;
	font-family: 'MS Gothic','ＭＳ ゴシック', sans-serif;
	line-height:200%;
	text-align:center;
	height: 100%;
}


img {border:none;margin:0;padding:0;}
img {border-syle:none;}


/*------------------------------------------------------------
 	リンクカラーの設定
------------------------------------------------------------*/

/* 全般・スケジュール用 */

a:link {color: #174819;}
a:visited {color: #333333;}
a:active  {color: #F07941;}
a:hover   {color: #F07941;}

a { outline: none;text-decoration: none; }


/* 色変更-プロフィール用 */

a.txtlink1:link {color:#888888;}
a.txtlink1:visited {color:#888888;}
a.txtlink1:active  {color: #B78B00;}
a.txtlink1:hover   {color: #B78B00;}

a.txtlink1 { outline: none;text-decoration: none; }


/*------------------------------------------------------------
 	下位ページ共通
------------------------------------------------------------*/

div#outer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

div#page {
	width: 850px;
	padding: 0;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	background: url(../img/share/back02.gif) repeat-y top center;
	overflow: hidden;
}

div#page:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #page {
	height: 1em;
	overflow: visible;
}
/**/

body > #page {
    height: auto;
}


div#menubar {
	width: 212px;
	background-color: #194917;
	margin: 0 8px 0 0;
	padding: 0;
	float: left;
}

div#header {
	width: 630px;
	height: 134px;
	text-align: left;
	background-color: #FFF;
	float: right;
	marign: 0;
	background:url(../img/share/menu_white_base.jpg) no-repeat;
	padding: 0;
}

div#header img {
	margin:50px 40px 0 0;
	text-align:right;
	
}

div#contents {
	width: 630px;
	height: 100%;
	background-color: #FFF;
	float: right;
	marign: 0;
	padding: 30px 0 0 0;
}

ul.navi {
	width: 212px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

ul.navi li.menutop{
	margin: 40px 0 35px 0;
	padding: 0;
}

ul.navi li.menunavi{
	margin: 0 0 2px 0;
	padding: 0;
}


div#footer {
	margin:50px auto 20px auto;
	text-align:center;
	font-size:12px;
}

/*------------------------------------------------------------
 	clearfix
------------------------------------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
} 
