@charset "utf-8";
/*********************/
/***** reset *****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
     margin: 0; padding: 0;
}

table {
     border-collapse: collapse;
	 border-spacing: 0;
}

fieldset, img {
     border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
	 font-weight:normal;
}

ol, ul {
     list-style: none;
}

caption, th {
     text-align: left;
}

h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
	 font-weight: normal;
}

q:before, q:after {
     content:｡ﾉ;
}

abbr, acronym {
     border: 0;
} 


html {
    overflow-y: scroll;
}
/********************/
/********************/

body {
    color: #333333;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.3;
	background: url(../images/background.gif) left top repeat-x #ffffff;
}


a:link {
    color: #0033FF;
	text-decoration: underline;
}


a:visited {
    color: #CC0000; 
	
	text-decoration: underline;
}

a:hover {
    color: #006600;
	text-decoration: none;
}


a:active {
    color: #0099FF;
	text-decoration: underline;
}


h1 {
    text-indent: -9999px;
}


div#theme h2, div#header dl, div#theme dl {
    text-indent: -9999px;
}


/**************/
/***** ID *****/
/**************/
div#container {
    width: 800px;
	margin: 10px auto 0 auto;
	text-align: left;
	border-top: #77b322 1px solid;
	border-right: #77b322 1px solid;
	border-bottom: #77b322 1px solid;
	border-left: #77b322 8px solid;
	background: url(../images/menu_back.gif) 100% 0 repeat-y #ffffff;
}


div#wrapper {
}


div#wrapperLeft {
    width: 600px;
	float: left;
}


div#wrapperRight {
    width: 200px;
    float: right;
	background: url(../images/menu_back_top.gif) 0 0 no-repeat;
}


div#copy {
    width: 808px;
	margin: 0 auto;
	font-size: 9px;
	text-align: right;
	clear: both;
}


div#news dt {
	width: 110px;
	font-size: 12px;
	font-weight: bold;
	color: #535d00;
	float: left;
	clear: left;
}


div#news dd {
    margin-bottom: 5px;
	padding: 0 0 5px 110px;
	font-size: 12px;
	border-bottom: #cccccc 1px dashed;
}


div#announce dl {
	font-weight: bold;
	text-align: center;
	color: #ee0000;
}


div.sec strong, div#news dd strong {
    font-weight: bold;
}


div.sec p {
	font-size: 10px;
	line-height: 1.1;
}


/**************/
/***** ID *****/
/**************/
h4#newsTitle {
    height: 25px;
	text-indent: -9999px;
	background: url(../images/news_title_e.gif) 0 0 no-repeat;
}


h4#announceTitle {
	margin: -10px -10px 8px;
	padding: 4px 0;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #ee0000;
}


div#header {
    width: 600px;
	height: 150px;
	background: url(../images/header_e.gif) 0 0 no-repeat;
	position: relative;
}


div#theme {
	width: 600px;
	height: 131px;
	background: url(../images/theme_e.gif) 0 0 no-repeat;
}


div#indexContents {
	padding: 10px;
}


div#news {
    
}


div#newsFrame {
	height: 100px;
	padding: 5px 0 5px 5px;
	overflow: auto;
}


div#announce {
	margin-bottom: 15px;
	padding: 8px;
	border: #ee0000 3px double;
}


p#absInfo {
    margin-bottom: 15px;
}


p#finish {
	margin-bottom: 15px;
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
	border: #76b539 3px double;
}


/*****************/
/***** CLASS *****/
/*****************/
div.sec {
    margin: 5px 10px;
	padding: 3px;
	border-top: #808000 3px solid;
	border-right: #808000 1px solid;
	border-bottom: #808000 1px solid;
	border-left: #808000 1px solid;
}


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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}


