@charset "utf-8";

@import url("init.css");
@import url("table.css");
@import url("lightwindow.css");

body {
	background-color: #f8f8f8;
	font-size: 84%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/common/bg_l2.jpg);
	background-repeat: repeat-x;
	color: #444444;
}
a {
	text-decoration: none;
}

a img{
	border:none;
}

p .img  {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #FFFFFF;
}

p img.fl {
	margin-right: 7px;
}

h3 {
	font-size: 125%;
	margin-top: 25px;
	margin-bottom: 15px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #123F76;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
}

#container {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	height: 75px;
}

#header h1{
	height: 56px;
	width: 256px;
}


#header h1 a{
	height: 56px;
	width: 256px;
	display:block;
}

#header h1{
	background-image: url(../images/common/title.gif);
	float: left;
	text-indent:-9999px;
	margin-top: 13px;
}
#headerNavi {
	float: right;
	width: 215px;
	margin-top: 13px;
	line-height: 1px;
}
#headerNavi img {
	margin-right: 3px;
	margin-bottom: 3px;
}


#gmenu li {
	display: inline;
}

#gmenu a {
	display: block;
	height: 72px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background-position: 0px 0px;
}

#gmenu a:hover,#gmenu a.active{
	background-position: 0px -72px!important;
}

#gmenu .home{
	width:95px;
	background-image: url(../images/common/menu/menu01.gif);
}

#gmenu .outline{
	width:118px;
	background-image: url(../images/common/menu/menu02.gif);
}

#gmenu .working{
	width:132px;
	background-image: url(../images/common/menu/menu03.gif);
}

#gmenu .ss110{
	width:206px;
	background-image: url(../images/common/menu/menu04.gif);
}

#gmenu .support{
	width:148px;
	background-image: url(../images/common/menu/menu05.gif);
}

#gmenu .lecture{
	width:101px;
	background-image: url(../images/common/menu/menu06.gif);
}

#mv {
	text-align: center;
	background-image: url(../images/common/mv.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
}

#main {
	clear: both;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 10px;
}
#main h2 {
	margin-bottom: 20px;
}
#contents {
	background-image: url(../images/top/contents_bg.gif);
	background-repeat: repeat-x;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	line-height: 145%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

#contents p {
	line-height: 155%;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}



#footer {
	clear: both;
	background-color: #605F5F;
}
#footerNavi {
	background-color: #E6E6E6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footerNavi ul {
	margin-bottom: 5px;
}
#footerNavi li {
	display: inline;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 6px;
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#footerNavi a {
	color: #4C4C4C;
}
#footerNavi a:hover {
	color: #333333;
	text-decoration: underline;
}


#info {
	color: #FFFFFF;
	line-height: 140%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#info h2 {
	font-size: 110%;
	margin-bottom: 3px;
}
#info dl {
	margin-bottom: 5px;
}
#info dt {
	background-color: #3f3f3f;
	width: 355px;
	padding: 3px;
	height: 20px;

}
#info a {
	float: right;
}
#copyright {
	color: #FFFFFF;
	text-align: right;
	padding: 4px;
	font-size: 84%;
}
.fl {
	float: left;
}


.mb50{
	margin-bottom: 50px;
}
.mt20{
	margin-top: 20px;
}

.mr10 {
	margin-right: 10px;
}

.img_r {
	text-align: right;
}


/*  clearFix */

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */
