@charset "utf-8";

/*******************************************************************************
 *      
 *  Web Site  : http://www.ritsumei.ac.jp/rs/category/tokushu/120528/
 *  Modified  : 2012.5.25
 *  lastUpdate  : 2012.5.25
 *  File         :  120528-style.css
 *  Description : 立命館大学 基本レイアウト用CSS
 *
 *******************************************************************************/

body { behavior: url("csshover.htc"); }



/* global
*******************************************************************************/
#content { padding: 0 0 15px 0; }


/*------- header -------- */
#header {
	width: 100%;
	height: 75px;
	margin: 0;
	position: relative;
	background: url(/rs/category/tokushu/120528/common/img/120528-header.gif) left bottom no-repeat;
}

#header #btn_back { position: absolute; right: 0; bottom: 0; _bottom: -1px; text-indent: -9999px; }
#header #btn_back a { 
	display: block;
	width: 65px;
	height: 39px;
	background: url(/rs/category/tokushu/120528/common/img/120528-btn-back.gif) 0 0 no-repeat;
}
#header #btn_back a:hover { 
	display: block;
	width: 65px;
	height: 39px;
	background: url(/rs/category/tokushu/120528/common/img/120528-btn-back.gif) 0 -39px no-repeat;
}


h2 { font-weight: normal; font-size: 1.2em; margin: 0 0 5px 0; }

#header p.date { position: absolute; top: 0; right: 0; font-size: 1.2em; }
#header .addthis_toolbox { width: 100px; position: absolute; top: 0; right: 110px; }


/*120229-contents*/


div#thx_content{
	position:relative;
	width: 966px!important;
}

div#select{
	height:38px;
	width:72px;
	text-indent:-9999px;
	position:absolute;
	z-index:10;
	left:0;
	top:502px;
}

/* common
*******************************************************************************/
.section { margin: 0 0 40px 0; }
.left { float: left; }
.right { float: right; }


#main .caption { color:#666666; font-size: 1.1em; }
#main li span.caption { color:#666666; font-size: 1em; }
#main .attention{
margin:0 20px 20px;
padding:20px;
font-size:1.2em;
border:4px solid #990000;
background:#fae9e9;
color:#900;
}
#main .note { color: #ff0000; font-size: 1em; }

#main p.cooperation { font-size: 0.95em; color: #55555; padding: 0 10px; margin: 20px 0 0 0; }


#inqBox #copyright { font-size: 1em; }

