@charset "utf-8";
/*
 * Last Up Date: 2009-04-02 18:00
 */

/* reset
------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,label,input,textarea,p,blockquote,table,th,td {
	margin:0; 
	padding:0; 
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,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;
}

/* base
------------------------------ */
/* ------ body */
body {
	line-height: 1.4;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo, Osaka, Verdana, Arial, sans-serif;
	font-size: 77%;
}

/* ------ a */
a { 
	text-decoration: none;
}
a.blank {
	padding: 0 16px 0 1px;
	background: url(img/icon_newWin.gif) no-repeat center right;
}
a:hover.blank {
	padding: 0 16px 0 1px;
	background: #DEE0C9 url(img/icon_newWin.gif) no-repeat center right;
}

/* ------ float */
.left {
	float: left;
}
.right {
	float: right;
}

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

/* ------ clear */
.clear {
	clear: both;
}

/* ------ text */
.note {
	margin-top: 0.5em;
	padding-left: 1em;
	color: #FF6600;
	text-indent: -1em;
}
.attention {
	margin: 1em 0 -0.5em 0;
	padding-left: 1.3em;
	background: #EEDBB8 url(../img/arrow_red.gif) no-repeat 0.1em 0.4em;
	color: #FF0000;
}

/* ------ position */
.center {
	margin: 0 auto;
	text-align: center;
}

/* ------ image button (common) */
.img-button a:hover {
	background-color:transparent;
}
.img-button a:hover img {
	visibility: hidden;
}