/* CSS Designed by SUDO Masaaki 2012-2013 */
/* Adobe Dreamweaver CS5.5にて作成、CSS3準拠 */
/* フォントサイズはヘッダ以外、相対サイズで指定すること*/

@charset "utf-8";
body {
	font-family: 100%/1.4, Verdana, "メイリオ", Calibri, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3", Meiryo, Osaka, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #EEF;
	background-color: rgb(30,30,40);
	background-color: rgb(51,102,204);
}

html {
	overflow-y:scroll;
	height:100%;
	margin-bottom:1px;


}





/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container1 {
	width:100%;
	min-width: 840px;
	float:none;
	margin: 0px auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
	padding:0 0;
	background-color: rgb(0,204,204);
	background-color: rgb(51,102,204);
	background-color: rgb(153,51,153);
	background-image: none;
	background-image: url(../image/hime-gold128-5.png);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-attachment: scroll;


	-webkit-box-shadow: inset 0px 0px 7px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:  inset 0px 0px 7px 3px rgba(0, 0, 0, 0.6);
	box-shadow:  inset 0px 0px 7px 3px rgba(0, 0, 0, 0.6);


}






/*  本文を包含するクラス  */
.container2 {
	color: rgb(250,250,255);
	color: rgba(250,250,255,0.9);
	text-align: left;
	text-shadow: -1px -1px 1px rgba(45,45,60,0.9);
	float:none;
	height:auto;
	width:80%;
	min-width:835px;
	max-width:840px;
	background-color: rgb(45,45,50);
	background-color: rgba(25,25,35,0.85);
	background-image: url();
	background-position: 0% 0%;
	background-repeat: repeat;
	background-attachment: fixed;

	border-top: 0px solid rgba(40,40,50,0.45);
	border-left: 1px solid rgba(240,240,250,0.1);
	border-right: 1px solid rgba(240,240,250,0.15);
	border-bottom: 0px solid rgba(200,200,200,0.45);

	-webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .53);
	box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .53);

	margin: 0px auto 0px auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
	padding: 6px 0px 20px 0px;
	clear: both;
}




/* サイドバーにお知らせを出したいときは、これを使う。
	obiはサイドバー専用、obi-wideはフル幅  */
.game-container {
	font-size: small;
	text-align: left;
	float: none;
	margin: 0 10px 8px 10px;
	padding: 0;

	background-color: rgba(200,250,250,0.2);

	border-top: 1px solid #BBB;	border-bottom: 1px solid #F9F9F9;
	border-left: 1px solid #999;	border-right: 1px solid #DDD;

	border-top: 1px solid rgba(40,40,50,0.45);
	border-left: 1px solid rgba(40,40,120,0.35);
	border-right: 1px solid rgba(240,240,250,0.25);
	border-bottom: 1px solid rgba(200,200,200,0.45);


	background-image: url(../image/glass333.png);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-attachment: fixed;
	
}





.greeting_stretch {
	margin: 0px 13px 10px 10px;
	padding:0;
	height:380px;

	position:relative;
	background-image: url(../image/udon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	

	border-top: 1px solid #555;	border-bottom: 1px solid #999;
	border-left: 1px solid #656;	border-right: 1px solid #888;


	-ms-border-radius: 10px ;
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px ;
	-pie-border-radius: 10px ;
	border-radius: 10px ;
	
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 30, 0.95) inset;
	-moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 30, 0.98) inset;
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 30, 0.98) inset;
	behavior: url("PIE.htc");
}



.greeting_back{
	margin:0px 10px 15px 10px;
	padding:0;
	height:252px;
	width:560px;

	position:relative;
	background-image: url(../image/kaburi-logo560.png);
	background-repeat: no-repeat;
	background-position: center center;

	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-pie-border-radius: 10px;
	border-radius: 10px;
	
	border-top: 1px solid #555;	border-bottom: 1px solid #9A969A;
	border-left: 1px solid #656;	border-right: 1px solid #989;

	-webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 30, 0.95) inset;
	-moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 30, 0.98) inset;
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 30, 0.98) inset;

	behavior: url("PIE.htc");
	
}


.greeting_back:before {
  content: '';
  display: inline-block;
  height: 100%;
  text-align:center;
  margin-right: -0.25em;
}






.aisatu {
	font-size:16px;
	position:absolute; 
	bottom:0;
	width:100%;
	padding:10px 0 0 0;

	background: #EEE;

	background-color: rgba(211,218,224,0.4);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.4) , rgba(255,255,255,0.9));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4)), color-stop(55%,rgba(255,255,255,0.73)), to(rgba(255,255,255,0.9)));

	-pie-background: rgba(211,218,224,0.8);

	border-top: 1px solid rgb(220,220,255);

	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-pie-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	
	behavior: url("PIE.htc");

}
.aisatu  p {
	font-weight: normal;
	color: #000;  /*桃色なら#FCE*/
	text-shadow: 0px 0px 3px #FFF;
	font-weight: 500;
}

.aisatu h4 {
	border-left:none;
	border-bottom: 1px solid #000; 
}

.aisatu a:link {
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.aisatu p a, .aisatu p a:visited, .aisatu a, .aisatu a:visited {

	text-decoration: underline;
}







/* ~~ ヘッダ全体を包含するクラス ~~ */

#cap {
	margin: 0 0 10px 0;
	padding:0 0 0 0;
	text-shadow: -1px -1px 1px rgba(45,45,60,0.9);
	background: url(../image/halftone254g.png) 20% 0% repeat;

	font-family: Optima, Futura LT Book, Futura, Candara, Myriad Pro, Calibri, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	border-bottom: 1px solid rgba(40,40,50,0.2);
}

.header {
	font-weight: 500;
	color:rgb(240,240,245);
	color:rgba(240,240,255,0.9);
	letter-spacing: 2px;
	width:auto;
	height: auto;
	float: none;
	margin: 0;
	padding: 15px 20px 10px 20px;

	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	position:relative;

	border-bottom: 1px solid rgba(10,10,20,0.31);
	

}

.header1L {
	font-weight: 400;
	position: absolute;
	margin:0;
	padding:0;
	font-size:22pt;
	line-height: 1em;
	width:auto;
	float:left;
	text-align: lett;
}

.header1L:first-line {

}

.header1R {
	margin:0;
	width:auto;
	min-height:60px;
	font-size:11pt;
	line-height: 2em;
	float:right;
	text-align: right;
	font-variant: small-caps;

	background-image: url(../image/sudori83-2.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-bottom: 0;
	padding-right: 96px;
}




.header2 {	
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	float:none;
	margin: 0 ;
	padding: 0;

	border-top: 1px solid rgba(250,250,250,0.2);
	border-bottom: 1px solid rgba(40,40,50,0.5);	

	background: none;
}


.nav-drop {
	
	
	list-style: none; /* リストのマーカーを削除します。 */
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	border-top: 0px solid rgba(0,0,0,0.2);

	background: none;

}

/* Level 1 link */

.nav-drop li, .nav-drop li:visited {
	display:inline-block;
	position: relative;
	z-index: 10000;

	list-style: none;
	text-align: center;

	margin:0px;
	padding:0px;
	
/*	background-color: rgba(0,100,225,0.3);*/
	border:none;
	background: none;
}

/* linkへのhover時に背景の色を変える */
.nav-drop li:hover {
	background: rgb(0,180,245);
	background: rgba(250,250,255,0.1);

}

.nav-drop a, .nav-drop a:visited {
	position: relative;
	z-index: 10000;
	
	color: #FFF;
	display: inline-block;
	text-decoration: none;

	width: 115px;

	font-size: 15px;
	line-height: 15px;
	font-weight: normal;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: -3px;	margin-right: -2px;
/*	margin-left: -3px;
	margin-right: -3px;
*/
	padding-top: 15px;
	padding-bottom: 15px;
	
	border-top: 0px solid rgba(0,0,0,0.35);
	border-bottom: 1px solid rgba(0,0,0,0);
	border-left: 1px solid rgba(40,40,50,0.42);	
	border-right: 1px solid rgba(200,200,250,0.2);
	box-shadow:none;

}

.nav-drop li a:hover { 
	color: #FFF;
	text-shadow: -0px -1px 0px rgb(50,50,50);
	background: rgb(0,180,245);
	background: rgba(0,180,245,0);

}


/* main level link hover */
.nav-drop .current a {

}





/* level 2 list */
.nav-drop ul { /*親である「研究紹介」は含まず、子のみ含む*/

	display: none;

	position: absolute;
	z-index: 9998;

/*	width: 115px;*/
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0;
	padding: 47px 0 0 0;
	top: 0; /* このマージンがリスト本体から離れると、フォーカス外れる*/
	left: -1px;

/*	background: rgba(0,180,245,1);
*/
	border: 0px solid #FF0;

	-webkit-border-radius: 0px 0 10px 10px;
	-moz-border-radius:  0 0 10px 10px;
	border-radius:  0px 0 10px 10px;


	color: rgb(240,240,240);
/*
	-webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .53);
	box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .53);
*/
}


/* カーソル置いたときに dropdown させる動作*/
.nav-drop li:hover > ul {
	display: block;
	border: none;
	margin:0;
	padding: 47px 0 0 0 ;
}

.nav-drop ul li {
	position: relative;

	float: none;
	margin-top: 0;
	padding: 0; padding-left: -1px;

	background: rgba(40,40,55,0);
	border: 0px solid #228;

	-webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .53);
	box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .53);

}

.nav-drop ul li:hover {
	background:rgba(0,0,0,0);
}

.nav-drop ul li:last-child {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	border-radius: 0 0 9px 9px;
}

.nav-drop ul a { /*子供のフォントサイズが変わる*/
	position: relative;
	z-index: 9998;
	width: 114px;
	margin-top: 0px;
	margin-left:-1px;

	text-align:center;
	list-style: none;

	font-size: 12px;

	background: rgb(240,40,55);
	border: 0px solid #F93;


}


/* sub levels link 研究紹介にはhoverしているときのサブレベルのアンカー、ただしサブレベルの各アンカーにはhoverしていない */
.nav-drop ul li:hover a, .nav-drop li:hover li a {
/*	background: none;*/


	border-top: 0px solid rgba(0,0,0,0.12);
	border-bottom: 0px solid #111;
	border-left: 0px solid #777;
	border-right: 0px solid #55F;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	background: rgb(240,40,55);
}


.nav-drop ul a {
/*	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
*/
}

.nav-drop ul a:hover { /* 子要素にhover したときの動作 */
	color: #FFF;
	text-shadow: -0px -1px 1px rgb(10,10,10);

}

.nav-drop ul li a:hover { /* 子要素にhover したときの動作 */
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(25,25,25,0.5);

}



/* level 3+ list */
.nav-drop ul ul {

}

/* rounded corners for first and last child */

.nav-drop ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	border-radius: 0 0 9px 9px;
}


.nav-drop ul li:last-child > a:hover {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	border-radius: 0 0 9px 9px;
}


/* clearfix */
.nav-drop:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .nav-drop {
	display: block;
}
* html .nav-drop {
	height: 1%;
}






/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
	text-align:left;
}





/* ~~ 冒頭に記号をつけないリスト形式 ~~ */
.nomark {
	list-style-type: none; 
	padding-left: 1em;
}




h1, h2 ,h3, h4 {
	color: #FFF;
}

h1 {
	font-size: 30px;	font-size: 1.875em;
	line-height: 36px; line-height: 1.4em;
	border-left: 8px solid #222;
	font-weight: 600;

	font-variant: normal;
	margin: 0px 10px 8px 10px;
	padding: 10px 15px 7px 11px;
	layout-grid-line: auto;

}

h2 {
	font-size: 28px;	font-size: 1.75em;
	line-height: 32px; line-height: 1.4em;
	font-weight: 600;
	border-bottom: 2px solid rgb(250,250,255);
	margin: 0px 15px 12px 8px;
	padding: 30px 15px 3px 8px;
	layout-grid-line: auto;

}


h3 {
	font-size: 16px;	font-size: 1.25em;
	line-height: 32px; line-height: 1.4em;
	
	border-bottom: 1px solid #EEF;
	font-weight: 600;
	margin: 0px 15px 12px 10px;
	padding: 20px 15px 3px 5px;	
	layout-grid-line: auto;
}


h4, h5, h6 {

	margin: 0px 15px 10px 10px;
	padding: 4px 15px 2px 15px;
	layout-grid-line: auto;
}

h4 {
	border-left: 2px solid #FAFAFF;
}


h5 {
	border-left: 2px solid #FC8;
}



p {
/* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	margin-top: 0;
	margin-bottom: 0.8em;
	padding-right: 1em;
	padding-left: 1em; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
	layout-grid-line: auto;
	text-align: justify;

}

i {
	font-style: italic; !important
}


a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:rgb(220,255,220);
	font-weight: 400;
	outline: 0;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

a:visited {
	color:#DDE;
	text-decoration: none;
	outline:0;
}

a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #DDE;
/*
	text-shadow: 0px 1px 1px rgba(45,45,60,0.9);
	-webkit-box-shadow: inset 1px 1px 5px 2px rgba(0,0,10,0.2);
	-moz-box-shadow: inset 1px 1px 5px 2px rgba(0,0,10,0.2);
	box-shadow: inset 1px 1px 5px 2px rgba(0,0,10,0.2);

	border-bottom: 1px solid rgba(250,250,250,0.4);
	border-top: 1px solid rgba(40,40,50,0.3);	
*/
}



/* ~~ 本文のスタイル ~~ */

/* 2カラムの場合はdiv class="content" 100%幅の1カラムレイアウトの場合はdiv class="content-wide"で指定する。 */

.content, .content-wide {
	height:auto;
	margin:0 0 0 0;
	padding: 0px 0 10px 0;

	text-shadow: -1px -1px 1px rgba(45,45,60,0.9);
	line-height: 1.9em;

}

.content {
	width:74%;
	max-width: 66em;
	float: left;
	text-align: justify;
	border-left: 1px solid #666;
	border-left: 1px solid rgb(240,245,255);


}

.content-wide {
	width:100%;
	float: none;
	text-decoration: none;
	text-align: left;

}


/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */

.content ul, .content ol, .content-wide ul, .content-wide ol { 
	text-align: left;
	padding: 0px 1em 0.5em 2.5em; 
	/* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 
*/
}

.content ul li, .content ol li, .content ul p, .content ol p ,
.content-wide ul li, .content-wide ol li, .content-wide ul p, .content-wide ol p {
	text-align: left;
	font-size: 95%;
	margin-top:0;
	margin-bottom:0.5em;	
	line-height:1.8em;
}

.content a:hover, .content a:active, .content a:focus {
	text-decoration: none;
	color: #DDE;
}






/* preはソーステキストの改行をそのまま反映する書式。プログラムコードサンプルなどに使う  */

pre {
	overflow: auto;
	margin: 0px 10px 1em 1em;
	padding: 10px 10px 8px 15px ;
	
	font-size: 9pt;
	line-height: 12.5pt;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */

	color: rgb(30,30,45);
	text-shadow: none;
	background-color: rgb(245,245,250);
	background-color: rgba(245,245,250,0.95);

	border-top: 1px solid #BBB;	border-bottom: 1px solid #F9F9F9;
	border-left: 1px solid #999;	border-right: 1px solid #DDD;

	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;

}

.figlegend {
	font-size: 95%;
	color:#CF9;
/*	background-color: #333;*/

	margin: 0 0 0.8em 0;
	padding: 0 1em 0 1em; 
	width: auto;
	overflow: visible;
}

.figlegend p {
	margin:0;
	padding-left: 0;
	padding-right:1em;
	text-align:left;
}

.figlegend img {
	opacity: 0.85;
	padding: 4px;
	-moz-box-shadow: 0px -1px 1px #666;
	-webkit-box-shadow: 0px -1px 1px #666;
	box-shadow: 0px -1px 1px #666;

	background-color: rgb(250,250,255);

	border-top: 1px solid #BBB;	border-bottom: 1px solid #F9F9F9;
	border-left: 1px solid #999;	border-right: 1px solid #DDD;

	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

table {
	margin-top: 0;
	margin-bottom: 0.8em;
	overflow: auto;
	padding-right: 15px;
	padding-left: 15px;
}

td {
	padding-right:20px;
}


/* ~~ 大きな声では言えない ~~ */
.hisohiso {
	font-size: small;
	font-family: "Comic Sans MS", "HG丸ｺﾞｼｯｸM-PRO", "HGP創英角ﾎﾟｯﾌﾟ体
", "ＤＦＰ勘亭流", "DFP勘亭流", Futura, cursive;
}


/* ~~ 業績リストの箇条書きを包含するスタイル ~~ */
.paperlist ol li, .paperlist ul li {
	font-size: small;
}



/* アスキーアート表示に用いる */
.aa{
	overflow: visible;
	font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
	font-size: 16px;
	line-height: 18px;
} 

/* サイドバーを包含するクラスを定義。通常の2カラムデザインでは、これが本文の左に入る。  */
.sidebar1, .sidebar1-photo {

	height:auto;
	font-size:small;
	line-height: 1.5em;	
}

.sidebar1 {
	float: left;
	width:25%;
	margin: 0 0px auto 0;
	padding: 5px 0 15px 0px;

}



.sidebar1 h3, .sidebar1 h4 {
	margin-right: 1em;
	margin-bottom: 1em;

	padding-top: 0.4em;	
	padding-right:0;
}

/* 更新履歴をサイドバーへ記入する際はここを使う  */
.kousin {

	margin: 0px 6px 2em 6px;
	padding: 5px 6px 6px 10px;
	max-height: 12em;
	overflow: auto;
	font-size: 8pt;
	line-height: 1.5em;

	-ms-box-shadow: 0px -1px 1px #666;
	-webkit-box-shadow: inset 0px 2px 5px 1px rgba(20,20,40,0.8);
	-moz-box-shadow: inset 0px 2px 5px 1px rgba(20,20,40,0.8);
	box-shadow: inset 0px 2px 5px 1px rgba(20,20,40,0.8);

	border-top: 1px solid #BBB;	border-bottom: 1px solid #F9F9F9;
	border-left: 1px solid #999;	border-right: 1px solid #DDD;

	border-top: 1px solid rgba(40,40,50,0.45);
	border-left: 1px solid rgba(40,40,120,0.35);
	border-right: 1px solid rgba(240,240,250,0.25);
	border-bottom: 1px solid rgba(200,200,200,0.45);
}

.kousin p {
	margin-bottom: 0.5em;
}


ol.mokuji, ul.mokuji {
	margin-bottom: 1em;
	padding-left:2em;
	padding-right: 1em;
}
ol.mokuji li, ul.mokuji li {
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding-left: 0.5em;
}

/* サイドバーにお知らせを出したいときは、これを使う。
	obiはサイドバー専用、obi-wideはフル幅  */
.obi, .obi-wide {
	font-size: small;
	text-align: left;
	float: none;
	padding: 0.7em 0px 0.2em 0px;

	background-color: rgba(200,250,250,0.2);

	border-top: 1px solid #BBB;	border-bottom: 1px solid #F9F9F9;
	border-left: 1px solid #999;	border-right: 1px solid #DDD;

	border-top: 1px solid rgba(40,40,50,0.45);
	border-left: 1px solid rgba(40,40,120,0.35);
	border-right: 1px solid rgba(240,240,250,0.25);
	border-bottom: 1px solid rgba(200,200,200,0.45);


	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 10px 10px 10px 10px;

	background-image: url(../image/glass333.png);

	background-position: 0% 0%;
	background-repeat: repeat;
	background-attachment: fixed;
	
}
.obi {
	margin: 0 10px 1em 10px;

}
.obi-wide {
	margin: 0 10px 1em 10px;
}




/* ~~ ナビゲーションリストのスタイル付け ~~ */

ul.nav {
	position:fixed;
	left:0px;
	margin: 0;
	font-size: small;
	list-style: none; /* リストのマーカーを削除します。 */
	margin-bottom: 1em; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
	}

ul.nav-inline {
	position:static;
	left:0px;
	margin: 0 5px 1em 5px;
	list-style: none; /* リストのマーカーを削除します。 */
	margin-bottom: 1em; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
	}
	
ul.nav-inline p {
	font-size:small;
	}

ul.nav-inline a, ul.nav-inline a:visited, ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	margin: 0px 0px 0px 0px;
	padding: 7px 7px 5px 10px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	color: #FFC;
	color: rgba(255,255,255,1);

	background-color: rgba(100,100,100,0.2);
	text-decoration:none;
	font-weight: bolder;
	text-shadow: 1px 0px 3px rgb(30, 30, 30);
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus, ul.nav-inline a:hover, ul.nav-inline a:active, ul.nav-inline a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	outline: none;
	background-color: rgb(30,30,30); /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, right bottom, from(rgba(10,10,10,0.8)), to(rgba(10,10,10,0.5))); /* for webkit browsers */
	background: -moz-linear-gradient(left bottom,  rgba(10,10,10,0.8), rgba(10,10,10,0.5)); /* for firefox 3.6+ */

}





/* ~~ フッター ~~ */

.footer {
	color: #FFF;
	text-shadow: -1px -1px 1px rgba(45,45,60,0.9);

	margin:8px 0 0 0;
	padding: 16px 14px 0px 6px;

	text-align: left;
	line-height: 1.4em;
	border-top: 1px solid rgba(220,220,225,0.2);	

	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */

}


.footer a, .footer a:visited {
	text-decoration: none;
	color: #FFF;
}



/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* clearixによるフロート解除 */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:"";
	clear:both;
	height:0;
}
/* cleafix for ie7 */
.clearfix {
	display:inline-block;
}

.clearfix {
	display:block;
}

