/*----------------------------------------------------
	スペース
----------------------------------------------------*/

.mb_10 {margin-bottom: 10px; }
.mb15 {margin-bottom: 15px; }
.mb20 {margin-bottom: 20px; }
.mb_25 {margin-bottom: 25px; }
.mb30 {margin-bottom: 30px; }
.mb35 {margin-bottom: 35px; }

/*----------------------------------------------------
	テキスト
----------------------------------------------------*/

.text01 {
	float:right;
	width: 400px;
	line-height:150%;
}


/*----------------------------------------------------
	画像＋テキスト
----------------------------------------------------*/
.block01  { 
     width: 700px;  
     /*border: 2px solid #CCC; */ 
     line-height:150%;
     padding: 5px 0px;  
     margin-bottom: 30px;  
     _zoom: 1;     
     overflow: hidden;
} 
.imgL     { float: left; margin: 0 5px 5px 0; }  
.block01 p  { overflow: hidden; _zoom: 1; } 


/*----------------------------------------------------
	H1画像タイトル
----------------------------------------------------*/
h1{margin-bottom: 10px; }
h2{margin-bottom: 10px; }


/*----------------------------------------------------
	バナー
----------------------------------------------------*/
#banner li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

.alpha a:hover img{
        filter: alpha(opacity=50);
        -moz-opacity:0.5;
        opacity:0.5;
} 

/*----------------------------------------------------
	TOPメインバナー
----------------------------------------------------*/
.top_bnBox001  {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/library/6037.jpg) no-repeat scroll left top;
height:179px;
margin:0px 0px 8px -3px;
width:704px;
padding:0px 15px;
}

.bnBox01 {
display:inline;
float:left;
padding:5px 0px 10px 0px;
width:224px;
}

.bnBox02 {
display:inline;
float:left;
padding:12px 13px 10px 13px;
width:200px;
}

.top_bnBox002  {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
height:104px;
margin-bottom:15px;
width:700px;
padding:0px;
}


/*----------------------------------------------------
	画像＋テキスト(topix)
----------------------------------------------------*/
.topixBox {
border-bottom:1px dotted #000000;
margin-bottom:15px;
padding-top:0px;
width:700px;
height:110px;
}

.topixBox dt {
float:left;
width:120px;
}

.topixBox dd {
float:right;
width:580px;
}



/*----------------------------------------------------
	テキスト＋画像＋テキスト（横3）
----------------------------------------------------*/
.tBox {
height:210px;
margin:0px 0px 15px 0px;
width:700px;
}

.tBox001 {
display:inline;
float:left;
padding:5px 30px 10px 0px;
width:209px;
}

.tBox002 {
display:inline;
float:left;
padding:5px 0px 10px 0px;
width:209px;
}

.s_title {
        background:url(/library/521.gif) no-repeat 0px 3px;
        padding-left:20px;
        margin-bottom:10px;
        font-size:110%;
        color:#E8382F;
}

.s_title a {
        text-decoration:none;
        color:#E8382F;
}

.s_title a:hover {
        text-decoration:underline;
        color:#E8382F;
}

/*----------------------------------------------------
	テキスト＋画像＋テキスト(横4)
----------------------------------------------------*/
.curriculum {
　　　　width: 700px;
　　　　margin: 0 -10px 30px 0;
　　　　_zoom: 1;
　　　　overflow: hidden;
        }
.curriculum .column {
        width: 150px;
        min-height: 110px;
        _height: 110px;
        padding: 0 5px 5px;
        margin-right: 22px;
        float: left;
        } 
.curriculum .column_r {
        width: 150px;
        min-height: 110px;
        _height: 110px;
        float: right;
        } 
.curriculum .column .column_r h4 {
        padding: 5px;
        margin: 0 -5px 5px;
        } 
.curriculum .column .column_r img {
        margin: 5px 0px 10px 0px;
        } 


/*----------------------------------------------------
	リストボックス（横並び左）
----------------------------------------------------*/
.tl_List {
	margin-top: 12px;
	margin-bottom:45px;
	width:360px;

}
.tl_List li {
	font-size:100%;
	line-height:24px;
	/line-height:18px;
	display:inline;
	padding:0px 15px 0px 0;
	width:160px;
	zoom:1;
	float:left;
}
.tl_List li a {
	background:url(/library/5744.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin:0px 0px 10px 0px;
	text-decoration:underline;
	color:#333;
	position:relative;
	}

.tl_List li a:hover {
	text-decoration:none;
	}

/*----------------------------------------------------
	リストボックス（横並び左）
----------------------------------------------------*/
.tr_List {
	margin-top: 12px;
	margin-bottom:45px;
	width:360px;
	margin-left:90px;
	text-align:left;
	

}
.tr_List li {
	font-size:100%;
	line-height:24px;
	/line-height:18px;
	zoom:1;
	padding:0px 0px 0px 15px;
	width:160px;
	float:left;
}
.tr_List li a {
	background:url(/library/5745.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin:0px 0px 10px 0px;
	text-decoration:underline;
	color:#333;
	position:relative;
	}

.tr_List li a:hover {
	text-decoration:none;
	}

/* IE6 css fixer v0.7: Sun, 28 Feb 2010 19:25:18 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
.text01,
.imgL,
.bnBox01,
.bnBox02,
.topixBox dt,
.topixBox dd,
.tBox001,
.tBox002,
.curriculum .column,
.curriculum .column_r,
.tl_List li,
.tr_List li {display:inline;}

/* convert min height values */
.curriculum .column {height:110px;}
.curriculum .column_r {height:110px;}


/* add zoom:1 to overflow:hidden */
.block01,
.block01 p,
.curriculum {zoom:1;}

/* fix negative margins */
.top_bnBox001,
.curriculum,
.curriculum .column .column_r h4 {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
.tl_List li a,
.tr_List li a {zoom:1;}

/* add transparancy */
.alpha a:hover img {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);}
