﻿/* 国立大学法人高知大学 教育学部 公式WEBサイト　基本設定CSS
Scripted by Conceptbox Inc.
---------------------------------------------*/

/* 例のClearfix とりあえず書いておくのこと
---------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* 基本スタイル・テキスト
---------------------------------------------*/
* {
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	font-size: 90%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 1.4;
	color: #333333;
	text-align:center;
	background:#dddddd;
}
a {
	color:#c30;
	text-decoration:none;
}
a:visited {
	color:#c30;
}
a:hover {
	color:#333;
}
img {
	border:none;
}

/* @group Fluid-img */ img {
 max-width : 100%;
 display:block;
 margin:0 auto 0 auto;
}

/* レイアウト
---------------------------------------------*/

#wrapper {
	width:1150px;
	background:#FFFFFF;
	text-align:left;
	margin:7px auto 0 auto; /* Firefoxでセンタリングするため、要auto設定 */
	padding:0px;
	background: url(../image/body_bg-w1110.gif) left top repeat-y;
}

#header {
	position:relative;
	z-index:100;
	margin:0px;
	padding:0px;
	height:120px;
	width:100%;
	background: url(../image/index/header_bg-w1110.gif) left top no-repeat;
}

		#main-logo {
			position:absolute;
			top:55px;
			left:25px;
		}
		
		#header ul {
	position:absolute;
	top:47px;
	right:100px;
	margin:0;
	padding:0 0 0 15px;
	border-left:#33CCFF 5px solid;
		}
		
				#header ul li{
					list-style-type: none;
					padding:0px;
					margin:0;
					line-height: 1.1;
				}

				#header ul li a{
					padding:0px;
					margin:0;
					font-size:85%;
					font-weight:normal;
					color: #666666 ;
				}

				#header ul li a:hover{
					color:#c30;
				}

,section {
	width:auto;
}

/* サイドメニューの中身
---------------------------------------------*/

#menu {
	float: left;
	width: 300px;
	background: url(../image/menu_bg-w250.gif) left top no-repeat;
}
		#menu .large {
			position: relative;
		}
		
				#menu .large h2 {
				}
				
				#menu .large h3 {
				}
				
				#menu .large ul {
					margin:10px 0 0 0;
				}
				
				#menu .large ul li {
					list-style-type: none;

				}
				#menu .large ul li a{
					display: block;
					height:35px;
					padding:20px 0px 0px 32px ;
					margin:0px 0px 0px 45px ;
					font-size:100%;
					font-weight:bold;
					color: #666666 ;
					background: url(../image/menu_btn1_bg-w250.gif) left center no-repeat;
				}
				
				#menu .large ul li a:hover{
					background: url(../image/menu_btn1_hover-w250.gif) left center no-repeat;
				}

/* サイドメニュー 二つ目
---------------------------------------------*/

				#menu .medium ul {
					margin:5px 0 0 0;
				}
				
				#menu .medium ul li {
					list-style-type: none;

				}
				#menu .medium ul li a{
					display: block;
					height:30px;
					padding:11px 0px 0px 32px ;
					margin:0px 0 0px 45px ;
					font-size: 90%;
					font-weight:normal;
					color: #555555 ;
					background: url(../image/menu_btn2_bg-w250.gif) left center no-repeat;
				}
				
				#menu .medium ul li a:hover{
					background: url(../image/menu_btn2_hover-w250.gif) left center no-repeat;
				}

/* サイドメニュー 三つ目
---------------------------------------------*/

				#menu .small ul {
					margin:20px 0 20px 0;
				}
				
				#menu .small ul li {
					list-style: none;

				}
				#menu .small ul li a{
					padding:0px 0px 0px 15px ;
					margin:0px 0 0px 65px ;
					line-height: 2.0em;
					font-size:85%;
					font-weight:normal;
					color: #666666 ;
					background: url(../image/listmark01.gif) left center no-repeat;
				}
				
				#menu .small ul li a:hover{
					color: #cc3300 ;
				}
				
	#menu img {
		padding:10px 0px 0px 40px ;
	}
	
	.flv {
		padding:10px 0px 0px 50px ;
	}

/* コンテンツの中身
---------------------------------------------*/

#contents {
	float: right;
	width:745px;
	margin:0 85px 0 0;
	padding:0 0 0 0;
}

#contents .section {
	position: relative;
	padding: 0px 25px 20px 0;
	margin: 0;
}

		.mainimg {
			margin:10px 0 10px 0 ;
		}
		
		#contents .section h2{
			display:block;
			height:35px;
			padding:15px 0 0 30px;
			background: url(../image/h2_bg_blu-w745.gif) left center no-repeat;
		}

		.section ul li{
			list-style-type: none;
			padding:0 0 0 15px;
			margin:0 0px 0 15px;
			line-height: 2.0;
			font-size:90%;
			font-weight:normal;
			color: #666666 ;
			background: url(../image/listmark01.gif) left center no-repeat;
			border-bottom:#CCCCCC 1px dotted ;
		}

		.section ul li a{

		}

		.section ul li a:hover{
		}





/* フッターの中身
---------------------------------------------*/

#footer { 
	clear: both;
	padding: 5px 0 10px 0;
	height: 90px;
	margin: 0;
	background: url(../image/footer/footer_bg-w1110.gif) left bottom no-repeat;
}

		#footer .section {
			position:relative;
			padding: 0;
			margin: 0 70px 0 45px;
			border-top:#333333 dotted 2px ;
		}
		
				#footer .section .address{
					position:absolute;
					top:15px;
					right:40px;
					font-size:90%;
					padding-left:15px;
					border-left:#33CCFF 5px solid;
				}
				
				#footer .section .mail{
					position:absolute;
					top:50px;
					right:10px;
				}
				
				#footer .section #navi01 {
					position:absolute;
					top:30px;
					left:10px;
					font-size:90%;
					width: 450px;
				}
				
				#footer .section #navi01 ul {
				}
				
				#footer .section #navi01 ul li{
					list-style-type:none;
					float:left;
					padding:0 8px 0 0 ;
					margin:0;
					font-size:100s%;
					font-weight:normal;
					background: url(nonef) left center no-repeat;
					border:0;
				}
				
				#footer .section #navi01 ul li a{
					color: #666666 ;
				}
				
				#footer .section #navi01 ul li a:hover{
					color:#c30;
				}
				
				#footer .section #navi02 {
					position:absolute;
					top:53px;
					left:9px;
					width: 400px;
				}
				
				#footer .section #navi02 ul {
				}
				
				#footer .section #navi02 ul li{
					list-style-type:none;
					float:left;
					padding:0 8px 0 0 ;
					margin:0;
					background: url(none) left center no-repeat;
					border:0;
				}
				
				#footer .section #navi02 ul li a{
				}
				
				#footer .section #navi02 ul li a:hover{
				}

#credit {
padding-bottom:20px;
}

/*1024px*/
@media screen and (min-width : 1024px) {
 html {
font-size : 100%
} /*レスポンシブタイプセッティングの指定*/
}
