@charset "UTF-8";

html {
	font-size: 13px;
/*	overflow: auto; */
}

/*
#container {  margin: 0 auto; width: 830px;}
#header { margin: 0 -500%;    padding: 0 500%;    width: 100%;}
*/
/* for IE6 */ 
/*
* html #header { position: relative; zoom: 1;}
*/
/* for IE7 */ 
/*
*:first-child+html #header { position: relative; zoom: 1;}
*/
/*
ul.menuList {  background: #232220 url(http://css-eblog.com/layout/images/bg_menu.png) left top repeat-x;  margin: 0 -500%;    padding: 0 500%;    height: 43px;}  
*/

/*=================================  BODY  =================================*/
body {
	overflow-x: hidden;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	min-width: 1000px;
	/*
    background: -moz-linear-gradient(rgb(176, 192, 243) 0%, rgb(255, 255, 255) 13%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(176, 192, 243)), color-stop(13%, rgb(255, 255, 255)));
    background-repeat: no-repeat;
*/
	font: 100%/1.4 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	/* [disabled]color: #000; */
}
/*==========================================================================*/


/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #602;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}


/*===============================  CONTAINER  ==============================*/
/* ~~ この固定幅コンテナが他の div を囲みます。~~ */

/*Tokyo university logo*/
.container1 {
	width: 100%;
	height: auto;
	background-color: #FFF;
	margin: 0;
	border-top-style: solid;
	border-top-color: #66002C;
	border-top-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: thin;
}

/*ttl logo*/
.container12 {
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin: 0;
	background-image: url(../web_materials/bg_header.gif);
	background-repeat: repeat-x;
}

/*gloval navi*/
.container13 {
    width: 100%;
    height: 26px;
    margin: 5px 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../web_materials/menu_bg_30px.png);
	background-repeat: repeat-x;
}

.container2 {
	width: 960px;
	background: #FFF;
/*    background-color: inherit; */
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

.container3 {
	position: relative;
    bottom: 0px;  
    left:   0px;  
	width: 100%;
	height: 30px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #666;
}
/*==========================================================================*/


/*================================= HEADER =================================*/
/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。
  ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホル
  ダーが含まれます。~~ */

/*u-t logo*/
.header1 {
	width: 960px;
	margin: 0 auto;
}

/*==========================================================================*/



/* ~~ レイアウトに使用するカラムです。~~ 

1) 余白は、div の上部または下部にのみ配置されます。これらの div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した div の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、div のルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー div をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを左ではなく右に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて左方向にする代わりに、すべて右方向に設定)、反転してレンダリングされます。HTML ソース内で div を移動する必要はありません。

*/

.sidebar1 {
	float: right;
	width: 180px;
	background: #FFF;
	margin-top: 5px;
	padding-bottom: 5px;
}




.content {
	float: right;
	width: 780px;
	padding: 10px 0;
}




/* ----------------------------------------------------------------------------*/
.ttl_left{
	width:34px;
	height:40px;
	background:url(../web_materials/ttl_left.png) left no-repeat;
	margin-top:5px;
	margin-left:0px;
	margin-right:10px;
}

.ttl_mid{ 
	width:216px;
	height:40px;
	background:url(../web_materials/ttl_mid.png) left repeat-x;
}

.ttl_right{
	width:5px;
	height:40px;
	background:url(../web_materials/ttl_right.png) right no-repeat;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:1px;
}

.heading4{
	border-bottom: 4px #C58 solid;
	padding-top: 2px;
	margin-right: 20px;
	padding-bottom: 5px;
    }
    .heading4 span{
        margin-left:20px;
        font-size:70%;
        color: #ccc;
        position: relative;
        top: -1px;
        }

.content_boxtop{
	width:765px;
	background:url(../web_materials/content_bg_top.png) top left no-repeat;
	margin-top: -10px;
	margin-left:-3px;
	margin-right:10px;
	height:18px;
}

.content_boxmiddle{ 
	width:765px;
	height:auto;
	background:url(../web_materials/content_bg_mid.png) repeat-y;
	margin-left:-3px;
	margin-right:10px;
	padding-left: 10px;
	padding-right: 10px;
}

.content_boxmiddle p{
	margin-left: 10px;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.content_boxmiddle h3{
	margin-left: 10px;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.content_boxbottom{
	width:765px;
	background:url(../web_materials/content_bg_bottom.png) bottom left no-repeat;
	margin-left:-3px;
	margin-right:10px;
	margin-bottom:15px;
	height:18px;
}


/*-----------------------------------------------------------------------------*/


/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	border-top: 1px solid #666; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	border-bottom: 1px solid #666; /* ボタンの区切り線を作成します。 */
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 5px 5px 5px 15px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 160px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
}


/*================================= FOOTER =================================*/
/* ~~ フッター ~~ */
/*この .footer には宣言 position:relative; が含まれており、
Internet Explorer 6 の .footer に hasLayout を指定し、適切
にクリアします。IE6 をサポートする必要がない場合は削除できます。*/
.footer1 {
	padding: 10px 0;
	width: 960px;
	background-color: #FFF;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	text-align: center;
	border-top-style: groove;
	border-top-width: thin;
	border-top-color: #CCC;
}
.footer2 {
	margin: 0 auto;
	height: 48px;
	background-color: #66002C;
	background-image: url(../web_materials/footbg_1.png);
	background-repeat: repeat-x;
	text-align: center;
}
/*==========================================================================*/




/* ~~ その他の 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;
}




/*----------------------------------*/
.contact {
	color: #333;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial, Helvetica;
	font-size: 90%;
	margin: 0;
	padding-bottom: 1px;
	text-align: center;

}

/*----------------------------------*/
.footermenu {
	color: #666;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial, Helvetica;
	font-size: 90%;
	text-align: center;
}

/*----------------------------------*/
.copyright {
	color: #666;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial, Helvetica;
	font-size: 75%;
	text-align: center;
    padding-top: 15px;
}

/*----------------------------------*/
.go2top {
	clear: both;
	color: #000;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial, Helvetica;
	font-size : 90%;
	margin: 0;
	padding-bottom: 1px;
	text-align: right;
}

/*----------------------------------*/
.komidashi1{
	width: 95%;
	font-size :  120%;
	line-height :  2em;
	padding-left : 5px;
	margin: 0px 1px 5px 10px;
	background-color: inherit;
	font-weight: bold;
	border-left-style: solid;
	border-left-color: #FC0;
	border-left-width: 10px;
	}
.komidashi2{/*色違い*/
	width: 95%;
	font-size :  120%;
	line-height :  2em;
	padding-left : 5px;
	margin: 0px 1px 5px 10px;
	background-color: inherit;
	font-weight: bold;
	border-left-style: solid;
	border-left-color: #F93;
	border-left-width: 10px;
	}
.slink{
	font-size: 80%;
	}

.komidashi1 a{
	text-decoration:none;
	}
.komidashi2 a{
	text-decoration:none;
	}


/*----------------------------------*/
.sidebar1 ul{
	padding-left: 20px;
	margin-top: 7px;
	margin-bottom: 30px;
	list-style-image: url(../web_materials/mark_2.png);
}
.sidebar1 li{
	border-top-style:dashed;
	border-top-color: #CCC;
	border-top-width:1px;
	padding-top: 5px;	
	padding-bottom: 5px;	
}

#li_last {
	border-bottom-style:dashed;
	border-bottom-color: #CCC;
	border-bottom-width:1px;
}
/*----------------------------------*/


/*----------- global navi---------- */
#globalnavi{
	width: 960px;
	height: 26px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-image: url(../web_materials/menu_bg.png);
	background-repeat: repeat-x;
}

#globalnavi ul{
  list-style-type: none;
  /*
  margin-top: 0.2em;
  */
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: groove;
  border-left-color: #FFF;
  border-right-style: groove;
  border-right-color: #FFF;
}

#globalnavi li{
  float: left;
  width: 137px;
  margin: 0;
  padding: 0;
}

#globalnavi #last{
  float: left;
  width: 136px;
  margin: 0;
  padding: 0;
}

#globalnavi a{
  text-align: center;
  display:block;
  padding: 0.5ex 0;
  width: 100%;
  background-image: url(../web_materials/menu_bg_30px.png);
  background-repeat: repeat-x;
  color: black;
  text-decoration:none;
}

#globalnavi a:visited{
  background-image: url(../web_materials/menu_bg_30px.png);
  background-repeat: repeat-x;
  color: black;
  text-decoration:none;
}

#globalnavi a:hover{
  background-image: url(../web_materials/menu_bg_hover_30px.png);
  background-repeat: repeat-x;
  color: black;
  text-decoration:none;
}

/*----------------------------------*/
.rcorner{
	width:auto;
	height:auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #BFBFBF;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/*----------------------------------*/
.rcorner a{
  color: black;
  text-decoration:none;
}
.rcorner a:hover{
  color: black;
  text-decoration:none;
}
.rcorner a:visited{
  color: black;
  text-decoration:none;
}
/*----------------------------------*/

.bann{
	margin: 10px 0px 0px 0px;
}

.ttl_img{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;	
}

/*----------------------------------*/
.sidebar1 ul a{
  color: black;
  text-decoration:none;
}
.sidebar1 ul a:visited{
  color: black;
  text-decoration:none;
}
.sidebar1 ul a:hover{
  color: #3CF;
  text-decoration:none;
}
/*----------------------------------*/

.googlemap{
	margin: 0 auto;
	padding-top: 1em;
	text-align:center;
}


/*----------------------------------*/
.members{
	width: 700px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 10px;
	}
	.member{
		float: left;
		margin: 0px 0px 15px 15px;
		width: 307px;
		height:75px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border:1px solid #BFBFBF;
		background-color:#F3F3F3;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 18px;	
		background-color:#E1E1E1;
		}
		.member span{
			font-size:80%;
			color: #333;
			position: relative;
			}
		.member p{
			margin: 0px 0px 0px 0px;
			padding: 2px
			}
		.small_font_90{
			font-size:81%;
			font-weight: bolder;
			}
		.name_font_110{
			font-size:110%;
			}		
	.member0{
	font-size: 130%;
	float: left;
	margin: 0px 15px 15px 15px;
	padding: 10px;
	width: 657px;
	height: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BFBFBF;
	background-color: #F3F3F3;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E1E1E1;
		}
		.member0 span{
			font-size:80%;
			color: #333;
			position: relative;
			}
		.member0 p{
			margin: 0px 0px 0px 0px;
			padding: 2px
			}
		.small_font_90{
			font-size:81%;
			font-weight: bolder;
			}
		.name_font_110{
			font-size:110%;
			}	
		.desc{
			font-size: 70%;
			}

	.member2{
		float: left;
		margin: 0px 0px 15px 15px;
		width: 657px;
		height:20px;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 18px;	
		}
		.member2 span{
			font-size:80%;
			color: #333;
			position: relative;
			}
		.member2 p{
			margin: 0px 0px 0px 0px;
			padding: 2px
			}
		.small_font_90{
			font-size:81%;
			font-weight: bolder;
			}
		.name_font_110{
			font-size:110%;
			}	
clear: both;

.prof {float: left; }
img.photo { margin-right: 12px; float: left; }
.member0 img.photo { margin-top: 3px; margin-right: 12px; float: left; }

.clearLeft { clear: left; }
/*----------------------------------*/


.publication {
	list-style-type: decimal-leading-zero;
}
.publication li{
	margin-bottom:1em;
}

.journal {
	font-weight:bold;
	font-style:oblique;
    display: inline;
	}
	
/*--------- Greeting area ---------*/
#komidashi3{
	width: 100%;
	font-size: 120%;
	line-height: 2em;
	padding-left: 5px;
	margin: 0px 0px 0px 10px;
	background-color: inherit;
	font-weight: bold;
	border-left-style: solid;
	border-left-color: #C58;
	border-left-width: 18px;
	}
#greeting_area{
	font-size: 100%;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
	}
	#greeting_area p{
		padding-bottom: 30px;
		line-height: 200%;
		}
#komidashi_fuchi{
	padding-top: 0px;
	padding-bottom: 0px;
}
	#greeting_area img{
		float: top;
		margin-bottom: 0.5em;
		}
	#greeting_area .photo_cap{
		float: left;
		margin-right: 1em;
		margin-bottom: 1.5em;
		margin-left: 30px;
		width: auto;
		}
		#greeting_area .photo_cap p{
			font-size: 85%;
			font-weight: bold;
			line-height: 110%;
			padding-top: 0px;
			padding-bottom: 0px;
			text-align: center;
			}
#sign{
	text-align: right;
	}
/*--------------------------------*/

/*--------- Profile area ---------*/
#prof_area{
	font-size: 100%;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 50px;
	}
	#prof_area p{
		padding-top: 2px;
		padding-bottom: 20px;
		line-height: 120%;
		}
	#prof_area img{
		float: top;
		margin-bottom: 0.5em;
		}
	#prof_area hr{
	width: 92%;
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #C58; /* 線色 */
	height: 1px; /* 高さ */
	}
	#prof_area .photo_cap{
		float: left;
		margin-right: 1em;
		margin-bottom: 1.5em;
		margin-left: 18px;
		width: auto;
		}
		#prof_area .photo_cap p{
			font-size: 85%;
			font-weight: bold;
			line-height: 110%;
			padding-top: 0px;
			padding-bottom: 0px;
			text-align: center;
			}
#prof_area .pttl{
	font-size: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
}
/*--------------------------------*/

/*--------- PubMed link ---------*/
.pubmed a{
  color: #36C;
  font-weight:bold;
  text-decoration:none;
}
.pubmed a:hover{
  color: #36C;
  font-weight:bold;
  text-decoration:none;
}
.pubmed a:visited{
  color: #36C;
  font-weight:bold;
  text-decoration:none;
}
/*--------------------------------*/
/*--------- Journal link ---------*/
.jsite a{
  color: #6C0;
  font-weight:bold;
  text-decoration:none;
}
.jsite a:hover{
  color: #6C0;
  font-weight:bold;
  text-decoration:none;
}
.jsite a:visited{
  color: #6C0;
  font-weight:bold;
  text-decoration:none;
}
/*--------------------------------*/
/*-------- Article block ---------*/
.article_block{
  padding-bottom: 20px;
}
/*--------------------------------*/
#ja_en{
	margin-top:9px;
	margin-bottom:9px;
	padding-top:0px;
	padding-bottom:0px;
	width:480;
	float:right;
}
#inst_banner{
	margin:0;
	padding:0;
	width:475;
	float:left;	
}
/*--------------------------------*/
#lab_logo{
	margin-top:0px;
	padding:0px;
	float:left;
}
#mirror{
	margin-top:9px;
	padding:0px;
	width:480;
	float:right;
}
/*--------------------------------*/
.research_fig{
	margin: 0 auto;
	text-align: center; 
}

#research_list{
 	padding-left: 20px;
	padding-right: 20px;
 	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0 auto;	
	font-weight: bold;
	font-size: 105%;
}

.research_fig_leg{
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;	
}

.research_subttl{
	margin-top: 20px;
}

.research_subttl_2{
	margin-top: 0px;
	margin-bottom: 0px;
 	padding-bottom: 0px;

}

#panel_1{
		float: left;
		margin: 0px 0px 15px 15px;
		width: 697px;
		height:auto;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border:1px solid #BFBFBF;
		background-color:#F3F3F3;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-left: 18px;	
		background-color:#fffafa;
}
/*--------------------------------*/
.container {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
}
.body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.4px;
}
