
/*--------------------------------------- 基本 -------------------------------------*/

body {

    margin: 0px;
    padding: 0px;
    background: #ffffff;
    font-size: 90%;
	
    color: #000000;
    line-height: 160%;
	text-align: center;

}

img {

border: 0;

}

a {

	color: #CC3333;
	text-decoration: none;
}


/*--------------------------------------- 全体枠 -------------------------------------*/

#wrapper {

	width: 800px;
	margin: 20px auto;
	background: #ffffff;
	text-align: left;
		
	border: #eeeeee solid 1px;

}

/*--------------------------------------- エラー等メッセージ -------------------------------------*/

#msg {

	width: 100%;
	padding: 10px 10px 10px 10px;
	background: #FFCCCC;
	font-size: 90%;
	color:#000000;
}


/*--------------------------------------- 各サイズフォント -------------------------------------*/

.text {
font-size: 95%;
line-height: 150%;
letter-spacing: 0.03em;
}


.mds {
font-size: 85%;
color:#000000;
line-height: 150%;
font-weight: bolder;
letter-spacing: 0.03em;
}

.small {
font-size: 80%;
color:#666666;
line-height: 150%;
letter-spacing: 0.05em;
}

.med {
font-size: 90%;
line-height: 170%;
letter-spacing: 0.03em;
}

.large {
font-size: 120%;
line-height: 150%;
letter-spacing: 0.05em;
font-weight: bolder;
}


