@import "base.css";
@import "a_tag.css";

body												{ text-align					:	center;
															height							:	700px;
															font-size						:	16px;
															font-family					:	sans-serif;
															line-height					:	1.5em;
															line-height					:	20px}

h1													{	font-size						:	100% !important;
															font-weight					:	lighter !important;}

h2													{	font-size						:	110% !important;
															margin							:	10px 0px 0px 0px !important;}

/* ワク関係 */

#outframe										{ position						:	relative;
															width								:	80%;
															height							:	100%;
															margin							:	1%;
															border							:	1px solid black;
															background-image		:	url("../img/bg.png");
															/* センタリング用 */
															margin-left					:	auto;
															margin-right				:	auto;
															text-align					:	justify;}

#advertisement							{	width								:	468px;
															margin-left					:	auto;
															margin-right				:	auto;
															text-align					:	justify;}

#titlebar										{	position						:	absolute;
															top									:	0px;
															width								:	98%;
															height							:	30px;
															padding							:	1%;
															border-bottom				:	1px solid black;
															background-image		:	url("../img/bg-2.png");
															background-repeat		:	no-repeat;}

#title											{	float								:	left;
															margin-top					:	0.2em;}

#titleText									{	font-size						:	1.5em;
															color								:	#f5f5f5;
															font-weight					:	bold;
															font-family					:	sans-serif;
															letter-spacing			:	0.5em;
															text-decoration			:	none;
															margin-left					:	10%;}

#data												{	float								:	right;
															font-size						:	smaller;
															line-height					:	1.2em;}

#data dd										{	text-align					:	right;
															padding-left				:	-10px;
															width								:	300px;}

#master , #mail							{	font-weight					:	bold;}

#content										{	position						:	absolute;
															top									:	8%;
															width								:	97.5%;
															height							:	85%;
															padding							:	1% 1% 0% 1%;
															overflow						:	scroll;
															overflow-x					:	hidden;}

#innerframe									{	width								:	98%;
															margin-right				:	-1em;}

#menu												{	position						:	absolute;
															top									:	95%;
															width								:	100%;
															border-top					:	1px solid black;
															text-align					:	center;
															padding-top					:	6px;}

#menu li										{	display							:	inline;
															margin-left					:	4em;
															margin-right				:	4em;}

#copyright									{	font-size						:	0.8em;
															width								:	480px;
															margin-top					:	-32px;
															/* センタリング用 */
															margin-left					:	auto;
															margin-right				:	auto;
															text-align					:	center;}

#megillah										{	width								:	70%;}

#twitter										{ width								:	250px;
															float								:	right;}

#release										{	width								:	70%;}

/* 中身関係 */

#introduction								{	padding-left					:	1%;}

#text-body .listdefine			{	margin-left						:	3em;
															margin-bottom					:	1%;}

/*
#text-body * 								{	padding-left					:	1.5em;}

#text-body dl								{	margin-bottom					:	1em;}

#text-body dt								{	display								:	block;
															float									:	left;
															padding-right					:	1.5em;}
*/
#text-body .text 						{	padding-left					:	3em;}

.image											{	}

.image-area									{	border-bottom					:	1px solid black;
															margin-bottom					:	1em;
															text-align						:	center;}

.low_res										{	font-size							:	0.8em;}
/* blog関係 */

.article *									{	padding-left					:	1em;}