
/*
	Universal selector  
---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/*
	Page Proccessing selector  
---------------------------------------------*/

.num-wrapper {
	display: inline-block;
	margin: 10px 0px 10px 0px;
}
.num-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html .num-wrapper { height: 1%; }
.num-wrapper { display: block; }
/* End hide from IE-mac */

li.num {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 7px;
	border: 1px solid #cccccc;
	list-style-type: none;
	float: left;
	display: block;
	background-color: #ffffff;
}

li.num a {
	text-decoration: underline;
	color: blue;
}

li.num a:hover,
li.num a:active {
	color: #003366;
	text-decoration: none;
}

/*
	Common selector  
---------------------------------------------*/
/*	Wide	-------------------*/

.agnright {
	text-align: right;
}

.agnleft {
	text-align: left;
}

.w5per {
	width: 5%;
}

.w10per {
	width: 10%;
}

.w15per {
	width: 15%;
}

.w20per {
	width: 20%;
}

.w25per {
	width: 25%;
}

.w30per {
	width: 30%;
}

.w35per {
	width: 35%;
}

.w40per {
	width: 40%;
}

.w45per {
	width: 45%;
}

.w50per {
	width: 50%;
}

.w60per {
	width: 60%;
}

.w70per {
	width: 70%;
}

.w100per {
	width: 100%;
}

/*	Font	-------------------*/

.f110per {
	font-size: 110%;
}

.f115per {
	font-size: 115%;
}

.f120per {
	font-size: 120%;
}

.f8p {
	font-size: 8px;
}

.f9p {
	font-size: 9px;
}

.f10p {
	font-size: 10px;
}

.f11p {
	font-size: 11px;
}

.f12p {
	font-size: 12px;
}

.f13p {
	font-size: 13px;
}

.f14p {
	font-size: 14px;
}

.f15p {
	font-size: 15px;
}

.f16p {
	font-size: 16px;
}

.f17p {
	font-size: 17px;
}

.f18p {
	font-size: 18px;
}

.pb {
	font-weight: bold;
}

.fnormal {
	font-weight: normal;
}

.ao {
	color:#003366;
}

.aka {
	color:#df0442;
}

.kuro {
	color:#000000;
}

.shiro {
	color:#ffffff;
}

.midori {
	color:#006633;
}

.cha {
	color:#660033;
}

.pin {
	color:#cc0066;
}

.gin {
	color:#666666;
}

/*	Image	-------------------*/

img {
	border: 0;
	vertical-align: bottom;
}


/*	Align	-------------------*/

.txt-l {
	text-align: left;
}

.txt-r {
	text-align: right;
}


/*	valign	-------------------*/

.va5btm {
	padding-bottom: 5px;
}

.va8btm {
	padding-bottom: 8px;
}
.va10btm {
	padding-bottom: 10px;
}

.va12btm {
	padding-bottom: 12px;
}

.va14btm {
	padding-bottom: 14px;
}

.va16btm {
	padding-bottom: 16px;
}

.va5top {
	padding-top: 5px;
}

.va8top {
	padding-top: 8px;
}

.va10top {
	padding-top: 10px;
}

.va12top {
	padding-top: 12px;
}

.va14top {
	padding-top: 14px;
}

.va16top {
	padding-top: 16px;
}


