@charset 'Shift_JIS'; 

/*h1,h2,h3,h4,h5,form,p,ul,ol,li {
	margin:0;
	padding:0;
	}
p {
	font-size:83%;
	line-height:140%;
	margin:0 0 1em;
	}
img {
	vertical-align:bottom;
	border:none;
	}
form,ul {
	margin:0;
	}*/


/*********************************************
TEXT
*********************************************/

.x-large {font-size:140%; line-height:140%;}
.large {font-size:120%; line-height:160%;}
.medium {font-size:100%; line-height:140%;}
.small {font-size:83%; line-height:120%;}
.x-small {font-size:75%; line-height:120%;}
.xx-small {font-size:67.5%; line-height:150%;}

.txt-wht {color:#fff;}
.txt-blu {color:#06f;}
.txt-pnk {color:#f6c;}
.txt-blk {color:#000;}
.txt-org {color:#f60;}
.txt-sky {color:#39c;}
.txt-red {color:#f00;}
.txt-vlt {color:#636;}
.txt-ygn {color:#9c0;}
.txt-grn {color:#690;}
.txt-brw {color:#630;}
.txt-ivy {color:#f7efd8;}
.txt-ylw {color:#ff0;}
.txt-gry {color:#999;}
.txt-khk {color:#996;}

.text-l {text-align:left;}
.text-c {text-align:center;}
.text-r {text-align:right;}


/*********************************************
IMAGE
*********************************************/

.img-l {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	}
.img-r {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	}


/*********************************************
HIDDEN TEXT
*********************************************/

.link {
	display:block; 
	width:500px; 
	height:100px; 
	background-color:#fff; 
	}

.alt{
	position:absolute;
	top:-5000px;
	left:-999px;
	}


/*********************************************
FLOAT
*********************************************/

.float-l {float:left; margin-right:10px;}
.float-c {float:center;}
.float-r {float:right; margin-left:10px;}

.clearboth {clear:both;}
.clearboth hr {display:none;}
.clearboth br {display:none;}


/*********************************************
GO UP
*********************************************/

.goup {
	font-size:67.5%; 
	text-align:right; 
	margin:10px; 
	}


/*********************************************
MARGIN
*********************************************/

.mT2 {margin-top:2px;}

.mT5 {margin-top:5px;}
.mR5 {margin-right:5px;}
.mB5 {margin-bottom:5px;}
.mL5 {margin-left:5px;}

.mT10 {margin-top:10px;}
.mR10 {margin-right:10px;}
.mB10 {margin-bottom:10px;}
.mL10 {margin-left:10px;}

.mT20 {margin-top:20px;}
.mR20 {margin-right:20px;}
.mB20 {margin-bottom:20px;}
.mL20 {margin-left:20px;}

.mT50 {margin-top:50px;}
.mR50 {margin-right:50px;}
.mB50 {margin-bottom:50px;}
.mL50 {margin-left:50px;}

.mT60 {margin-top:60px;}
.mR60 {margin-right:60px;}
.mB60 {margin-bottom:60px;}
.mL60 {margin-left:60px;}

.mT100 {margin-top:100px;}
.mR100 {margin-right:100px;}
.mB100 {margin-bottom:100px;}
.mL100 {margin-left:100px;}


/*********************************************
LINK
*********************************************/

a:link,a:visited{
	text-decoration:none; 
	color:#c36; 
	}
a:active,a:hover {
	text-decoration:none; 
	color:#111111; 
	}