@charset "Shift_JIS";

/* ==================================================

CSS Document for 松山大学 言語コミュニケーション研究科

   ================================================== */

/* base ------------------------------ */

* {
	font-style: normal;
	margin:0;
	padding:0;
}
body{
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", Verdana, Arial, "ＭＳ Ｐゴシック", sans-serif ;
	background:url("../img/back.jpg") repeat-x;
	color: #000000;
	font-size: 62.5%;
	line-height: 1.5em;
	letter-spacing:0em;
}
p {
	padding: 0;
	line-height: 1.2em;
}
img{
	margin: 0;
	padding: 0;
	border: none;
}
form {
	margin: 0;
	padding: 0;
}

hr{
	display: none;
}


.txtL {
	font-size: 1.4em;
	line-height: 1.3em;
}
.txtM {
	font-size: 1.2em;
}
.txtM_b {
	font-size: 1.2em;
	font-weight:bold;
	color:#000000;
}
.txtM_blue {
	font-size: 1.2em;
	color:#01003E;
}
.txtS {
	font-size: 1em;
	line-height: 1.3em;
}
.txtS_b {
	font-size: 1em;
	line-height: 1.3em;
	font-weight:bold;
	color:#000000;
}
.txtS_blue {
	font-size: 1em;
	color:#01003E;
}
.txtS_red {
	font-size: 1em;
	line-height: 1.3em;
	color:#cc0000;
}


a {
	font-size: 1em;
	color:#010031;
}

ul {
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;
        list-style:none;
}

/* hn ------------------------------ */

h1,h2, h3,h4, h5, h6 { margin:0;padding:0; }



#container {
	margin:0 auto;
	width:780px;
	font-size:1.2em;
}



/* header ------------------------------ */
#header {
	width:780px;
	height:76px;
	background:url("../img/hd_back.jpg") no-repeat;
}
#header h1 {
	float:left;
	padding:12px 0 0 12px;
}
#header #navi_sub {
	float:left;
	padding:46px 0 0 45px;	
}

#header #navi_sub a.btn_home {
	float:left;
	width:83px;
	height:22px;
	background:url("../img/btn_home.jpg") no-repeat;
	text-indent:-2000px;
	text-decoration: none;
}
#header #navi_sub a.btn_shiryo {
	float:left;
	width:83px;
	height:22px;
	background:url("../img/btn_shiryo.jpg") no-repeat;
	text-indent:-2000px;
	text-decoration: none;
}
#header #navi_sub a.btn_toiawase {
	float:left;
	width:83px;
	height:22px;
	background:url("../img/btn_toiawase.jpg") no-repeat;
	text-indent:-2000px;
	text-decoration: none;
}

/* main ------------ */
#main {
	width:778px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#fff;
}

/* navi ---- */
#main #navi {
	width:776px;
	height:56px;
	background:url("../img/menu_btn_back.jpg") no-repeat;	
	margin:0 0 0 1px;
	padding:0;
}
#main a.btn1 {
	float:left;
	width:126px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -8px 0;
	text-indent:-2000px;
	text-decoration: none;
	margin-left:8px;
}
#main a:hover.btn1 {
	float:left;
	width:126px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -8px -57px;
	text-indent:-2000px;
	text-decoration: none;
	margin-left:8x;
}
#main a.btn2 {
	float:left;
	width:126px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -134px 0;
	text-indent:-2000px;
	text-decoration: none;
}
#main a:hover.btn2 {
	float:left;
	width:126px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -134px -57px;
	text-indent:-2000px;
	text-decoration: none;
}
#main a.btn3 {
	float:left;
	width:126px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -260px 0;
	text-indent:-2000px;
	text-decoration: none;
}
#main a:hover.btn3 {
	float:left;
	width:126px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -260px -57px;
	text-indent:-2000px;
	text-decoration: none;
}
#main a.btn4 {
	float:left;
	width:126px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -386px 0;
	text-indent:-2000px;
	text-decoration: none;
}
#main a:hover.btn4 {
	float:left;
	width:126px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -386px -57px;
	text-indent:-2000px;
	text-decoration: none;
}
#main a.btn5 {
	float:left;
	width:126px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -512px 0;
	text-indent:-2000px;
	text-decoration: none;
}
#main a:hover.btn5 {
	float:left;
	width:126px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -512px -57px;
	text-indent:-2000px;
	text-decoration: none;
}
#main a.btn6 {
	float:left;
	width:128px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -638px 0;
	text-indent:-2000px;
	text-decoration: none;
}
#main a:hover.btn6 {
	float:left;
	width:128px;
	height:50px;
	background:url("../img/menu_btn.jpg") no-repeat -638px -57px;
	text-indent:-2000px;
	text-decoration: none;
}


#main a.btn_pagetop {
	width:92px;
	height:15px;
	display:block;
	background:url("../img/btn_pagetop.gif") no-repeat;
	text-indent:-2000px;
	text-decoration: none;
	margin:10px 0 10px 650px;
	
}
#main a.btn_pagetop2 {
	width:92px;
	height:15px;
	display:block;
	background:url("../img/btn_pagetop.gif") no-repeat;
	text-indent:-2000px;
	text-decoration: none;
	margin:10px 0 10px 606px;
	
}




/* footer_navi ---- */
#footer_navi {
	padding:30px 0 10px 25px;	
}
#footer_navi a.btn_dai_nyushi {
	float:left;
	width:212px;
	height:60px;
	background:url("../img/btn_dai_nyushi.jpg") no-repeat;
	text-indent:-2000px;
	text-decoration: none;
	margin-right:10px;
}
#footer_navi a:hover.btn_dai_nyushi {
	float:left;
	width:212px;
	height:60px;
	background:url("../img/btn_dai_nyushi.jpg") no-repeat 0 -60px;
	text-indent:-2000px;
	text-decoration: none;
	margin-right:10px;
}
#footer_navi a.btn_dai_shiryo {
	float:left;
	width:212px;
	height:60px;
	background:url("../img/btn_dai_shiryo.jpg") no-repeat;
	text-indent:-2000px;
	text-decoration: none;
}
#footer_navi a:hover.btn_dai_shiryo {
	float:left;
	width:212px;
	height:60px;
	background:url("../img/btn_dai_shiryo.jpg") no-repeat 0 -60px;
	text-indent:-2000px;
	text-decoration: none;
}
#footer_navi a.btn_f_toiawase {
	float:left;
	width:85px;
	height:17px;
	background:url("../img/btn_toiawase.gif") no-repeat;
	text-indent:-2000px;
	text-decoration: none;
	margin:45px 10px 0 119px;
}
#footer_navi a.btn_f_sitemap {
	float:left;
	width:88px;
	height:17px;
	background:url("../img/btn_sitemap.gif") no-repeat;
	text-indent:-2000px;
	text-decoration: none;
	margin:45px 0 0 0;
}
/* footer ------------ */
#footer {
	width:778px;
	height:117px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#ffffff;
}
#footer .col1 {
	float:left;
	width:262px;
	height:28px;
	padding:3px 10px 0 11px;
	background:url("../img/txt_footer.gif") no-repeat 11px 5px;
	text-indent:-2000px;
}
#footer .col2 {
	float:left;
	border-left:2px solid #000033;
	padding-left:10px;
	margin:10px 0 0 150px;
	font-size:1em;	
}
.copyright {
	width:780px;
	height:15px;
	color:#ffffff;
	font-size:0.8em;
	text-align:right;
	background-color:#000033;	
}









#menu_container
	{
	float:left;
	position: absolute;
	margin: 0 0 0 0px;
	}
#menu_container dl
	{
	margin-left: -6px;
	float: left;
	}
#menu_container dt
	{

	}
#menu_container dd
	{
	clear:both;
	display: none;
	margin-top: -1px;
	width: 126px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}
#menu_container dl:hover dd
	{
	display: block;
	}
#menu_container a
	{
	display: block;
	-width: 90px;
	line-height: 180%;
	background: #fff;
	padding: 3px;
	}
#menu_container a:hover
	{
	background-color: #ccc;
	}

