@charset "shift-jis";

body
{  
    text-align: center;  
	height:100%;
	font-size:75%;
} 

/* h1〜h6のフォントカラー */
h1, h2, h3, h4, h5, h6 
{
	color: #333333;
}


#wrapper 
{
	font-family:Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	margin: 0 auto;
	width: 780px;
	color: #333333;
	min-height:100%;
	height:auto !important;
	height:100%;
}

/* ie6 */
* html #wrapper
{
	font-family:Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height:100%;
	background-color: #FFFFFF;
}



/* table 設定 */
table
{
	font:Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

* html table
{
	font-size:100%;
}

td
{
	text-align:left;
	vertical-align:bottom;
	padding:0;
}


/* a:のリンクカラー */
a
{
	color: #333333;
}

a:link
{
	color: #333333;
}

a:visited
{
	color: #333333;
}

a:hover
{
/*	color: #ffa500;  */
	color: #333333;
}

.top_link
{
	text-align:right;
	margin-top:70px;
	margin-bottom:20px;
	line-height:0;
}

.clear
{
	visibility:hidden;
	clear:both;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.clear_left
{
	clear:left;
}
.clear_right
{
	clear:right;
}
.clear_both
{
	clear:both;
}

.hr_hideen 
{
	clear: both;
	visibility:hidden;
}


.center
{
	text-align:center;
}

.middle
{
	vertical-align:middle;
}

/* clearfix */
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix
{
	display:inline-table;
}

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


/*--------------------------------------

add 2009.07.28

buttonBox CSS start  

--------------------------------------*/

.btnBox 
{
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.btnBox .back {
	float: left;
	margin-top:0;
	margin-bottom: 0;
}
.btnBox .top_link {
	float: right;
	margin-top:0;
	margin-bottom: 0;
}

#btn02Box 
{
	overflow:hidden;
	_zoom:1;
	background: url(../image/common/btn/btn_bg.gif) no-repeat;
	height: 160px;
	width: 195px;
}

#btn02Box ul
{
	margin-top: 12px;
	margin-right: 11px;
	margin-bottom:12px;
	margin-left:11px;
	height: 136px;
	width: 173px;
}

#btn02Box li
{
	height: 42px;
	width: 173px;
	margin-bottom: 5px;
}

#btn02Box li.last
{
	height: 42px;
	width: 173px;
	margin-bottom: 0;
}

#bnrBox li,
#topicsBox li
{
	margin-bottom: 5px;
}

#bnrBox li.last,
#topicsBox li.last
{
	margin-bottom: 0;
}

.noticeBox 
{
	color: #ff6666;
	width: 85%;
	border: 1px solid #ff6666;
	margin: 15px auto;
	padding: 15px 10px;
	line-height: 1.7em;
}

.strike
{
	text-decoration:line-through;
}

/* group color */

.group01
{
	background-color:#ed145b;
}

.group02
{
	background-color:#bf1e74;
}

.group03
{
	background-color:#92278f;
}
.group04
{
	background-color:#49479d;
}

.group05
{
	background-color:#0072bc;
}

.group06
{
	background-color:#0089d0;
}

.group07
{
	background-color:#00abbd;
}

.group08
{
	background-color:#00a651;
}

.group09
{
	background-color:#71bf44;
}

.group10
{
	background-color:#f7941e;
}

.group11
{
	background-color:#f15922;
}

.group12
{
	background-color:#ee4c9b;
}


.pdfDownloadBox li
{
	background:url(../image/common/pdficon_s.gif) no-repeat top left;
}

.pdfDownloadBox li span
{
	margin-left:25px;
}

