html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td,img {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}

input,
textarea {
	font-size: 12px;
}

.stxt{
	font-size:0.85em;
line-height: 1.4em;

}
.font-s{
	font-size:10px;
	line-height: 1.4em;
}
.font-ls{
	line-height: 1.3em;
}
.font-sls{
	line-height: 1.4em;
}
.font-bold {
	font-weight: bold;
}
.font12 {
	font-size: 12px;
}
.font14{
	font-size:14px;
}
.text-r {
	text-align: right;
}
table {
    /*border-spacing: 0;*/
}
fieldset,img,abbr,acronym {
    border: 0;
}
.cycolor {
	color: #f00000;
}

big {
	line-height: 1.3em;
}

address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
	display: none;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}
.middle {
vertical-align: middle;
}
.t-center {
	text-align: center;
}

.clr { clear: both; }

.dot-line {
	background: url(../imgs/h_line3.gif) repeat-x;
	height: 2px;
}

.dot-line2 {
	background: url(../imgs/h_line4.gif) repeat-x;
	height: 1px;
}

.noise-line {
	background: url(../imgs/topic_back.gif) repeat-x;
	height: 3px;
}


.mab3 {
	margin-bottom: 3px;
}
.mab5 {
	margin-bottom: 5px;
}
.mab7 {
	margin-bottom: 7px;
}
.mab10 {
	margin-bottom: 10px;
}
.mab15 {
	margin-bottom: 15px;
}
.mab17 {
	margin-bottom: 17px;
}
.mab20 {
	margin-bottom: 20px;
}
.mab25 {
	margin-bottom: 25px;
}
.mab30 {
	margin-bottom: 30px;
}
.mab50 {
	margin-bottom: 50px;
}
.mat5 {
	margin-top: 5px;
}
.mat10 {
	margin-top: 10px;
}
.mat15 {
	margin-top: 15px;
}
.mat20 {
	margin-top: 20px;
}
.pat5 {
	padding-top: 5px;
}
.pat10 {
	padding-top: 10px;
}
.pat20 {
	padding-top: 20px;
}
.pab5 {
	padding-bottom: 5px;
}
.pab7 {
	padding-bottom: 8px;
}
.pab10 {
	padding-bottom: 10px;
}
.pab20 {
	padding-bottom: 20px;
}
.pab30 {
	padding-bottom: 30px;
}
.pab40 {
	padding-bottom: 40px;
}
.pab150 {
	padding-bottom: 150px;
}
.pabl50{
padding-left: 50px;
}
/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */


/* Wide-Thin-Thin */



/* Thin-Wide-Thin */

/* Wide-Thin */

/* Thin-Wide */

/* Medium-Wide */


/* Wide-Medium */

/* Content ---------------------------------------------------------------- */

/* Header */

/* Assets */

.asset,
.comments,
.trackbacks,
.archive {
 overflow: hidden;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
}

.center {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
}

.amazon-left {
	float: left;
	margin: 0 20px 20px 0;
}

.amazon-right {
	float: right;
	margin: 0 0 20px 20px;
}

/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */
.archive-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}


.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../../shared/images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}



/* add100626 */
.asset-body pre {
	white-space: normal;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: Arial, Helvetica, Verdana, sans-serif, 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
pre.left {
	float: left;
	margin: 0 20px 20px 0;
	white-space: normal;
	display: block;
}
pre.center {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	white-space: normal;
	display: block;
}
pre.right {
	float: right;
	margin: 0 0 20px 20px;
	white-space: normal;
	display: block;
}
pre.center img,
pre.right img,
pre.left img {
cursor:pointer;
}
pre.stxt {
	margin:0 auto;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}
pre.right img {
	display: block;
}
pre.amazon-left {
	float: left;
	margin: 0 20px 20px 0;
}

pre.amazon-right {
	float: right;
	margin: 0 0 20px 20px;
}

img.photo-over:hover,
input.photo-over:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#pageflip {
	position: relative;
}
#pageflip img {
	width: 100px; height: 100px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 100px; height: 100px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(http://cyzo.biz/mgmg/iphoneapp/pageun.png) no-repeat right top;
	text-indent: -9999px;
}
