@charset "utf-8";

*{
	margin:0;
	padding:0;
} 

html,body{
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
 	font-size: 0.92em; /* IE6 */
	line-height: 1.7em;
	letter-spacing:0px;
	color: #4D4D4D;
	background-color: #1A1A1A;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

@media screen and (max-width:640px){
	body {
		background-image: none;
	}
}

table {
 	font-size: 100%; /* IE6 */
}


html>/**/body {
	font-size: 14px; /* Except IE6 */
}


/*--------------------------------------------
　■［リンク］
--------------------------------------------*/

a:link {
	color: #AA263D;
	text-decoration: none;
}

a:visited {
	color: #b87129;
	text-decoration: none;
}

a:hover {
	color: #AA263D;
	text-decoration: underline;
}

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

a img {
	border: none;
}



/*--------------------------------------------
　■［フォント］
--------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

ul,
ol,
dl {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


.ss {
	font-size: 75%;
	line-height: 130%;
}


.s {
	font-size: 80%;
	line-height: 130%;
}

.m {
	font-size: 100%;
	line-height: 135%;
}

.l {
	font-size: 120%;
	line-height: 140%;
}

.ll {
	font-size: 140%;
	line-height: 140%;
}



.notice01 {
	color: #a43e25;
}

.notice01s {
	color: #a43e25;
	font-size: 80%;
	line-height: 130%;
}

.notice01l {
	color: #a43e25;
	font-size: 120%;
	line-height: 140%;
}

.notice01ll {
	color: #a43e25;
	font-size: 140%;
	line-height: 140%;
}




/*--------------------------------------------
　■［回り込み］
--------------------------------------------*/

.pkg:after { 
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
} 

*1257897500* html .pkg {
	display: inline-block;
} 
/* no ie mac \*/ 

*1257897501* html .pkg {
	height: 1%;
} 

.pkg {
	display: block;
} 
/* */



.fleft {
	float: left;
}


.fright {
	float: right;
}


.fclear {
	clear: both;
}

br.fclear {
	clear: both;
	font-size: 0px;
	line-height: 0;
	height: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}

.img-fleft {
	float: left;
	margin: 0px;
	padding: 0px;
}

.img-fleft img {
	margin: 0px 20px 1em 0px;
	padding: 0px;
}


.img-fright {
	margin: 0px;
	padding: 0px;
	float: right;
}

.img-fright img {
	margin: 0px 0px 1em 20px;
	padding: 0px;
}

.i-left {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

.i-right {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: right;
}

.i-center {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: center;
}

.t-left {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: left;
}

.t-center {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: center;
}

.t-right {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-align: right;
}

.a-left {
	text-align: left;
}

.a-center {
	text-align: center;
}

.a-right {
	text-align: right;
}




/*--------------------------------------------
　■［画像］
--------------------------------------------*/

img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}



/*--------------------------------------------
　■［改行禁止］
--------------------------------------------*/
.nobr {
	white-space: nowrap;
}



/*--------------------------------------------
　■［フォーム］
--------------------------------------------*/

form {
	margin: 0px;
	padding: 0px;
}

select,
textarea,
input {
	font-size: 100%;
	font-weight: normal;
}

.noborder {
	border: none !important;
}

input, select {
	vertical-align:middle;
}

.text,
textarea,
.dropdown {
	border:1px solid #B8B8B8;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	/* Webkit */
	-webkit-border-radius: 5px;
	/* Firefox */
	-moz-border-radius: 5px;
	/* IE */
	zoom: 1;
	min-height: 18px;
}

* html .text,
* html .dropdown {
	height: 28px;
}


div.fileinputs {
	position: relative;
	height: 30px;
}  
      
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
      
input.file {  
	position: relative;
	text-align: left;
	filter: alpha(opacity: 100);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 2;
	width: 100%;
	display: block;
	cursor: pointer;
}  
      



/*--------------------------------------------
　■［隠す］
--------------------------------------------*/

.hide {
	display: none;
}




/*--------------------------------------------
　■［リスト］
--------------------------------------------*/

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li ,
ol li {
	margin: 0px;
	padding: 0px;
}

ul.disc {
	margin: 0px 0px 1.5em 2em;
	padding: 0px;
	list-style-type: disc;
}

ul.disc li {
	margin: 0px 0px 0.25em 0px;
}

ol.decimal {
	margin: 0px 0px 1.5em 2em;
	padding: 0px;
	list-style-type: decimal;
}

ol.decimal li {
	margin: 0px 0px 0.5em 0px;
}

ol.lower-latin {
	margin: 0px 0px 1.5em 2em;
	padding: 0px;
	list-style-type: lower-latin;
}

ol.lower-latin li {
	margin: 0px 0px 0.5em 0px;
}



/*--------------------------------------------
　■［段落］
--------------------------------------------*/

p {
	margin: 0px;
	padding: 0px;
}





/*--------------------------------------------
　■［テーブル］
--------------------------------------------*/

div#main table {
	width: 100%;
	margin: 0px 0px 1.5em 0px;
	background-color: #808080;
}

* html div#main table {
	width: 610px;
}

div#main table th {
	position: relative;
	background-color: #BCCBDE;
	text-align: center;
	font-weight: normal;
	color: #333;
}

div#main table td {
	background-color: #EAF3FA;
	text-align: left;
	vertical-align: top;
}

div#main table .pink {
	background-color: #FAD9CC;
}

div#main table .a-center {
	text-align: center;
}

div#main table .a-left {
	text-align: left;
}

div#main table .a-right {
	text-align: right;
}


table th a.btn-up,
table th a.btn-down {
	position: absolute;
	width: 13px;
	height: 0px;
	overflow: hidden;
	background-image: url(../img/btn_sort.png);
	background-repeat: no-repeat;
	display: block;
	right: 0px;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	cursor: pointer;
}

* html table th a.btn-up,
* html table th a.btn-down {
	height: 8px;
}

table th a.btn-up {
	padding: 8px 0px 0px 0px;
	background-position: left top;
	top: 0px;
}

table th a.btn-down {
	padding: 8px 0px 0px 0px;
	background-position: left bottom;
	top: 8px;
}

table th a.selected {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


