/* Updated 2007/5/15,n */
@import "/common_css/default_wide.css";
@import "/common_css/component_wide.css";



/*--------------------------------------

  AboutUs-Message
---------------------------------------*/

/* Updated 2006/01/19,E */
/* Updated 2007/01/25,E */


/* ▼ Updated 2006/01/19,E */
/* message.html */
#contents div.relatedLinkG div.rightBox2 {
	font-size: small;
	line-height: 150%;
	float:right;
	margin: 0px 0px 5px 0px;
	width:380px;
}

#contents div.relatedLinkG div.leftBox2 {
	float:left;
	margin: 0px 0px 5px 0px;
	width:150px;
}
/* ▲ Updated 2006/01/19,E */

/* ▼ Updated 2007/01/25,E */

#contents table.table02 th.po {
	text-align:center;
	width:50%;
}

/* ▲ Updated 2007/01/25,E */

/* ▼ Updated 2007/05/15,n */
#contents div.boxGreenCenter {
	margin: 0px 0px 20px 80px;
	padding: 10px 10px 5px 70px;
	border: 1px solid #308330;
	width:280px;
}

/* ▼ Updated 2007/05/15,n */

#boxMessa { width:545px; }
#boxMessa p.paragraph { margin:0 0 20px 0; }
#boxMessa p.paraLast { line-height:150%; margin:0; }
#boxMessa .photo {
	width:220px; margin:0 0 0 20px;
	float:right; display:inline;
	}
#boxMessa .photo img { margin:3px 0 10px; }

#boxMessa2 { width:540px; }
#boxMessa2 .name1,
#boxMessa2 .name2 {
	width:270px;
	float:left;
	}
	
	
.fontSmall-x { line-height:1.5; }
.mt30 { margin-top:30px !important; }
.mt50 { margin-top:50px !important; }
.mb10 { margin-bottom:10px !important; }

.atte { display:block; margin-left:1em; }
.atte span { margin:0 0 0 -1em; }

.atte-2em { margin-left:2.5em !important; font-size:70% !important; }
.atte-2em span { margin-left:-2.5em; width:2.5em; display:inline-block; }

.fbold { font-weight:bold !important; color:#000; font-size:108%; }
.list_disc li {
	background:url(/aboutus/image_uniq/icon_message_01.gif) no-repeat 1px 1px;
	padding-left:1em !important;
	font-weight:bold;
	color:#000;
	font-size:108%;
	margin-bottom:5px;
}

.heading_disc_w {
	padding: 0px 0px 5px 0;
	font-weight:bold;
}
.heading_disc_w img {
	vertical-align: baseline;
}

	
/*  Clearfix
---------------------------------------*/

/* CSSハック01 */
.clear { clear:both; }

/* CSSハック02 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */	