@charset "utf-8";

/*======================================
magnum1031
----------------------------------------
description: element stylesheet
edit: 2010/10
lastupdate:
======================================*/

.hiddenContents {
	display: none;
}

.outline {
	margin: 0 1em 1.5em 1em;
}
.textin {
	margin: 0 1em 1.5em 1em;
}

.noTopMargin {
	margin-top: 0;
}
.noBottomMargin {
	margin-bottom: 0;
}


ul.linkList {
	margin-bottom: 1.25em;
}
ul.linkList li {
	padding-left: 21px;
	background: url(../image/common/icon_link.gif) no-repeat 2px 4px;
}

ul.ruleList {
	margin-bottom: 1.25em;
	margin-left: 3em;
}
ul.ruleList li {
	list-style-position: outside;
	text-indent: -1.5em;
}

ul.cautionList {
	margin-bottom: 1.25em;
	font-size: 12px;
}
ul.cautionList li {
	margin-left: 1em;
	text-indent: -1em;
}

/*======================================
co
======================================*/
.caution {
	color: #990000;
}
.red {
	color: #FF3322;
}
.green {
	color: #008844;
}
.blue {
	color: #3333CC;
}

/*======================================
pos
======================================*/
.center {
	text-align: center;
}
.posRight {
	float: right;
}
.posLeft {
	float: left;
}
.posCenter {
	text-align: center;
}

.clear {
	clear: both;
}

.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*======================================
line
======================================*/
.whiteline {
	display: block;
	border: none;
	border-bottom: 1px solid #FFF;
	margin: 18px auto 18px auto;
}

/*======================================
information
======================================*/
.defaultTable {
	margin-bottom:12px;
	width:100%;
	background-color:#FFF;
}
.defaultTable caption{
	padding:5px 8px;
	line-height: 1.5em;
	border: none;
	background-color: #FFF;
	font-weight:bold;
	color: #960;
}
.defaultTable th {
	padding:5px 8px;
	border:1px solid #EEE;
	border-bottom:1px solid #FFF;
	line-height: 1.5em;
	background-color: #E8E8E4;
	text-align: center;
	vertical-align: middle;
}
.defaultTable td {
	padding:5px 8px;
	border:1px solid #FFF;
	border-bottom:1px solid #EEE;
	background-color:#fff;
	line-height: 1.5em;
}
.defaultTable .td1 {
	border:1px solid #EEE;
	background-color:#F4F4F0;
}
table .tc {
	text-align: center;
	vertical-align: middle;
}

.linkBannerTable {
	margin: 0 auto;
}
.linkBannerTable td {
	padding: 2px;
}
