*
{
	margin:0;
	padding:0;
	border:0;
}
body
{
	background-color:#FFFFFF;
	font-family:ＭＳ Ｐゴシック, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../../Images/Back/bgMember.jpg) no-repeat 0px 0px;
}
input { padding:2px; }

h1, h2, h3, h4, h5 { color:#444444; font-weight:bold; margin:2px 1px; }
h1 { font-size:1.5em; }
h2 { font-size:1.4em; }
h3 { font-size:1.3em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }
a {	color:#007BBB; text-decoration:underline; }
a:hover { color:#E41B00; text-decoration:underline; }

/************************************/
/* formation                       */
/************************************/
/** text-align:centerはブラウザにより動作に差異があるので使えないので以下の記述 **/
div#outline_main
{    
    position:absolute;   
    left:50%;   
    height:100%;   
    width:1000px;   
    margin-left:-500px; /* MUST be half the width */  
	z-index:0;
	padding:10px;
}
div#outline_header
{
    position:relative;
	width:950px;
    height:100px;
	background-color:#ffffff;
	z-index:1;
	border: 1px solid #999999;
	text-align:left;
}
div#outline_contents
{
    position:relative;
	width:950px;	
	background-color:#ffffff;
	z-index:1;
	border: 1px solid #999999;
	text-align:left;
}
div#outline_footer
{
    position:relative;
    width:950px;
    height:32px;    
    line-height:32px;
	color:#999999;
	background-color:#ffffff;
	border: 1px solid #999999;
	text-align:center;
}

/************************************/
/* header                           */
/************************************/
div#header_logo
{
	position:absolute;	
	left:10px;
	bottom:5px;
}

/************************************/
/* footer                           */
/************************************/
#footer_text
{
    padding:0px;
    text-align:center;
}

/************************************/
/* contents                         */
/************************************/
table.contents_layout_table { margin:10px 0px 10px 0px; padding:0; width:100%; background-color:#CC0000; }

#contents
{
	width:950px;
	vertical-align:top;    
	text-align:left;
}

#breadcrumbs {
	top:5px;
	left:5px;
	font-size:0.9em;
}

#copy .container {
	margin:10px;
	padding:10px;
	background-color:#FFFFFF;
	width:900px;
}

#copy .teaser{
	margin-top:0;
	color:#666666;
	font-size:0.9em; 
	font-weight:normal;
}

#copy td, #copy th { padding: 0.2em 0.5em; }

#copy fieldset {
	margin: 0;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
}

#copy legend {
	margin: 0;
	padding: 0;
	color:#666666;
	background-color:#FFFFFF;
}

#copy .gridView {
	margin:0;
	padding: 0;
	border:0;
	background-color:#FFFFFF;
	width:690px;
	height:auto;
	overflow:auto;
}

/************************************/
/* parts                            */
/************************************/

/* Texbox */
.tboxNum { border:1px solid #666666; ime-mode:inactive; }
.tboxNumRight { border:1px solid #666666; ime-mode:inactive; text-align:right; padding-right:1px; }
.tboxNumCenterBold { border:1px solid #666666; ime-mode:inactive; text-align: center; font-size: 1.5em; font-weight: bold; }
.tboxNumBoldLarge { border:1px solid #666666; ime-mode: inactive; font-size: 1.5em; font-weight: bold; }

.tboxCharFull { border:1px solid #666666; ime-mode:active; }

/* ListBox */
.lstBox { border:1px solid #666666; ime-mode:disabled; }

/* ListControl */
.lstDropdown { border:1px solid #666666; ime-mode:disabled; width:150px; }

/* Checkbox */
.ckBox label,
.lstCheckBox label
{
    vertical-align:middle;
    padding-left:2px;
    padding-right:10px;
}

.lstCheckBox { ime-mode:disabled; }
.lstCheckBox td
{
    margin:0;
    padding:0;
    vertical-align:top;
}

/* Label */
.lblBold, .lblBoldBlue, .lblBoldRed, .lblBoldGreen, .lblBoldOrange, .lblBoldYellow { font-weight: bold; } 
.lblBoldLarge, .lblBoldLargeBlue, lblBoldLargeRed, lblBoldLargeGreen, lblBoldLargeOrange { font-weight: bold; font-size: 1.5em; }

.lblBoldBlue, .lblBoldLargeBlue { color: #0066FF; }
.lblBoldRed, .lblBoldLargeRed { color:#FF0000; }
.lblBoldGreen, lblBoldLargeGreen { color: #009933; }
.lblBoldOrange, lblBoldLargeOrange { color: #FF6600; }

.button {
    border:1px solid #666666;
    color:#FFFFFF;
    background-color:#008000;
    font-size:1em;
}

.gridView a {
	color: #FFFFFF;
	text-decoration: underline;
}

.gridView a:hover {
	color:#E41B00;
	text-decoration:underline;
}

.hpLink a {
	color:#0099FF;
	text-decoration:underline;
}

.hpLink a:hover {
	color:#E41B00;
	text-decoration:underline;
}

.hpLinkBlue { background-color:#87CEFA; }
.hpLinkRed { background-color:#FFB6C1; }

.hpLinkBlue a {
	color: #000000;
	text-decoration: underline;
}

.hpLinkBlue a:hover {
	color: #0066FF;
	text-decoration: underline;
}

.hpLinkRed a {
	color: #000000;
	text-decoration: underline;
}

.hpLinkRed a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.validator, .lblError {
	font-size:1.0em;
	color: #FF0000;
	font-weight: bold;
}

.lblErrorLarge {
	font-size:1.2em;
	color: #FF0000;
	font-weight: bold;
}

.lblSuccess {
	font-size:1.0em;
	color: #009933;
	font-weight: bold;
}

.lblSuccessLarge {
	font-size:1.2em;
	color: #009933;
	font-weight: bold;
}

.lblInformationMsg {
	font-size:1.0em;
	color: #444444;
	font-weight: bold;
}

.labelformat { border:1px solid #666666; }
.labelformat td { border:1px solid #666666; text-align:left; }

div.readmore {
	text-align:right;
	font-size:0.9em;
}

.imgfloatright {
	float:right;
	display:inline;
	margin:0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin:0.25em 1em 0.25em 0;
}

/* Other */
.fileUpload { border:1px solid #666666; ime-mode:disabled; }
