@charset "UTF-8";

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
*
* Copyright (c) 2007, EC studio. All rights reserved.
* version: 1.0 by tani hiroki
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/*** compornents ***/

.font10 {
	font-size: 78%;
	}

.txtCenter {
	text-align: center;
	}

a.skip {
	float: right;
	margin-top: 20px;
	padding-right: 5px;
}

.section {
	margin-bottom: 20px;
}

.section  {
    zoom:1;/*for IE 5.5-7*/
}

.section:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.section p {
    padding: 5px 10px 10px 15px;
	line-height: 1.5;
}

.nav {
	margin-bottom: 20px;
}

.paddingBottom {
	padding-bottom: 10px;
}

.paddingLeft {
	padding-left: 10px;
}

.attention {
	margin: 10px;
	padding: 10px;
	border: 1px soild #333;
	background-color: #f4f4f4;
}

.layoutTable td {
	padding: 2px;
	vertical-align: top;
}

.imgLeft {
	float: left;
	margin-right: 10px;
}


.imgRight {
	float: right;
	margin-left: 10px;
}

.dotBorder {
	padding: 5px 0;
	background: #FFFFFF url(../image/common/borderDot.gif) left top repeat-x;	
}


.emp {
	color: #dd0000;
}

/*** icon ***/

.pageTop {
	padding-left: 16px;
	background: #FFFFFF url(../image/common/icoTop.jpg) left center no-repeat;	
}

a.exLink {
	padding-left: 16px;
	background: #FFFFFF url(../image/common/icoLink.jpg) left center no-repeat;	
}

/*** box ***/

.messageBox {
	padding: 10px;
	border: 1px soild #111;
	background-color: #f4f4f4;
}


/********************* ec dvd ****************************/

/*** clear ***/

.clearfix,
.section  {
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after,
.section:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/*** float ***/

.leftFloat {
	float: left;
	margin-right: 1.0em;
}