@charset "UTF-8";

/* ****************************************************
Title: pc_outline.css
Created: 2011-02-09
Last Modified: 2011-02-09
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# Main
# Settings
# Modules
----------------------------------------*/



/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */

.newsText {
	margin-bottom: 18px;
}

#content .mCaseArea .newsArea {
	border: 1px solid #e4e4e4;
	padding: 0px 10px 100px;
}

#content .comicFig01 {
	margin: 5px 0 5px;
	text-align: center;
}

#content .comicFig02 {
	margin: 5px 0 5px;
	text-align: center;
}

/* # Settings
---------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,figure,figcaption,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,button,label,legend {
	/*background: transparent;*/
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
header,hgroup,footer,article,section,nav,aside,figure,figcaption { display: block; }
ol,ul { list-style: none; } 
fieldset { border: none; }
input,textarea,select,label {
	font-size: 100%;
	vertical-align: middle;
}
label,button { cursor: pointer; }
textarea { overflow: auto; vertical-align: top; }
a { vertical-align: baseline; }
img { border: none; vertical-align: bottom; }
b,em,strong { font-weight: bold; font-style: normal; }
object { outline: none; vertical-align: middle; }
blockquote, q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
code { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
small { font-style: normal; }
ins { text-decoration: none; }
mark { font-weight: bold; }
del { text-decoration: line-through; }
abbr, acronym { border: none; font-variant: normal; }
abbr[title],dfn[title] { border-bottom: 1px dotted #333; cursor: help; }
address,caption,cite,code,dfn,var { font-weight: normal; font-style: normal; }
hr { display: none; }
pre { font-family: monospace; }
rt { text-align: center; }
rp { display: none; }
optgroup { font-style: normal; }


/* # Modules
---------------------------------------------------------------------------- */

.mHide { display: none; }

.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }

.flL { float: left; }
.flR { float: right; }

.clL { clear: left; }
.clB { clear: both; }
.clR { clear: right; }

.clf { zoom: 1; }
.clf:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}