/*  ------------------------------style reset*/
*  {
	margin:  0;
	padding:  0;
}


/*  ------------------------------レイアウト確認用ボーダー
*  {
	border:  1px solid #f00;
} */

/*  ------------------------------basic css */
body{
	font-size:12px;*font-size:small;*font:x-small;
	font-family: sans-serif;
	color:#666666;
	line-height:1.2em;
	background-image: url(../brain/img/gbg.gif) ;
	background-repeat: repeat-y ;
	background-position: center ;
	margin-top: 0px ;
	margin-bottom: 0px ;
	text-align:  center;  /*  Win IE5.X用 */
}

img{
	border: none;
}

.blck img{
	display: block ;
}


/*  ------------------------------リンクスタイル */
a:link {
	color:#41617A ;
}

a:visited {
	color:#41617A ;
}

a:hover {
	color:darkorange ;
}



/*  ------------------------------汎用タイトル */
h1, h2, h3, h4{
	 margin: 20px 10px 10px 80px
}

h2, h3 {
	font-size: 1.2em ;
	line-height:1.5em;
	color: #41617A ;
}

p {
	line-height:1.5em;
	margin: 10px 30px 0px 80px;
}

em{
	font-size: 1.1em ;
	font-weight: bold;
	font-style:normal;
}

em.blue{
	font-size: 1em ;
	color: #41617A ;
	font-weight: normal;
	font-style:normal;
}


p.r185 {
	line-height:1.5em;
	margin: 10px 185px 0px 80px;
}


/*  ------------------------------構造上のID　*/
#container{
	margin-right: auto;
	margin-left: auto;
	width: 760px ;
	text-align: left;   /*  Win IE5.X用 */
	vertical-align: top;
}




/*  ------------------------------サブメニュー　*/
#leftmenu{
	background: url(../brain/img/brain_logo.jpg) no-repeat ;
	background-position: left top ;
	width: 188px ;
	text-align: left;
	vertical-align: top;

	border-right: solid 1px #41617A;
}

.submenutop{
	margin-top: 300px;
	display: block ;
}

.submenu{
	margin-top: 2px;
	display: block ;
}


/*  ------------------------------ヘッダー　*/
#header{
	background: url(../brain/img/header_brain.gif) no-repeat ;
	width: 572px ;
	height: 80px ;
	text-align: right;
	vertical-align: bottom;
}

/*  ------------------------------トッピックパス　*/
.path{
	font-size:0.85em;
	color: white;
}

.path a:link{
	color: white;
	text-decoration: none;
}
.path a:visited{
	color: white;
	text-decoration: none;
}
.path a:hover{
	color: #FF7518;
}
.path a:active{
	color: #FF7518;
}


/*  ------------------------------メインボディー　*/
#mainbody{
	width: 572px ;
	vertical-align: top;
}




/*  ------------------------------本文タイトル　*/
.ttl{
	margin-top: 20px;
	display: block ;
}

.subttl{
	margin: 5px 0px 10px 52px;
	display: block ;
}




/*  ------------------------------リストマーカーの指定 */
ul{
	margin-top: 250px;
	padding-left: 30px;
}

ul li{
	list-style-type:square;
}

/*  ------------------------------定義リストの設定　*/
dl{
	padding-left: 20px;
}
dt{
	font-weight:bold;
}

dd{
	padding-bottom : 1em ;
	padding-left: 20px;
}

ol{
	margin-top: 0;
	padding-left: 90px;
}
ol li{
	padding-top : 0.6em ;
}

hr{
	margin: 5px 0 5px 0;
}




/*  ------------------------------右寄り　*/
.cmnt_r{
	font-size:0.9em;
	text-align:right;
}

/*  ------------------------------イラスト・画像の左右配置＆回り込み設定　*/
.img_r{
	float: right;
	margin: 0px 30px 10px 10px;
}

.img_l{
	float:left;
	margin: 0 5px 10px 10px;
}


.clearright{
	clear: right;
}

.clearleft{
	clear: left;
}


/*  ------------------------------画像の左右配置（詳細・ページトップ等）　*/
.img_rr{
	float: right;
	margin: 10px 30px 10px 10px;
}


/*  ------------------------------フッター　*/
#footer{
	font-size:0.9em;
	width: 760px ;
	text-align: center;
	padding-top: 10px ;
	padding-bottom: 10px ;
	border-top: solid 1px #41617A;
	vertical-align: middle;
}

