@charset "Shift_JIS";

/*************************************************************
*
*  /common/css/common.css
*
**************************************************************/

/* Import Files
------------------------------------------------------------ */
@import url("reset.css");
@import url("header.css");
@import url("contents.css");
@import url("footer.css");
@import url("network_list.css");

/* Common Elements
------------------------------------------------------------ */
html {
	height: 100%;
	font: 13px 'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	*font-size: small;
	*font: x-small;
}

body {
	border-top: 2px solid #0099cc;
	color: #333;
	line-height: 1.5;
	text-align: center;
}

a {
	color: #0099cc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#all {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* Font Weight
------------------------------------------------------------ */
.normal { font-weight: normal; }
.bold	{ font-weight: bold;   }

/* Text Size
------------------------------------------------------------ */
.txt10 { font-size:    77%; } /* 10px */
.txt11 { font-size:    85%; } /* 11px */
.txt12 { font-size:    93%; } /* 12px */
.txt13 { font-size:   100%; } /* 13px */
.txt14 { font-size:   108%; } /* 14px */
.txt15 { font-size:   116%; } /* 15px */
.txt16 { font-size: 123.1%; } /* 16px */
.txt17 { font-size:   131%; } /* 17px */
.txt18 { font-size: 138.5%; } /* 18px */
.txt19 { font-size: 146.5%; } /* 19px */
.txt20 { font-size: 153.9%; } /* 20px */

/* Float Clear
------------------------------------------------------------ */
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}