@charset "Shift_JIS";

/* === (ブラウザの固有CSSをリセット) ==================== */

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var {
	font-style: normal;
	font-weight: normal;
	}

fieldset,img,abbr	{ border: 0; }
caption,th		{ text-align: left; }
q:before,q:after	{ content: ''; }
a			{ text-decoration: none; }
img {
	border: none;
	vertical-align: bottom;
	}

/* === (clearfix) ======================================= */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-table;
	min-height: 1%;
	}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* === (全体の設定) ===================================== */

body {
	margin: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size: 9pt;
	color: #666;
	background: #fff;
	}

/*---------- リンクの色 ------------------------*/

a,
a:link,
a:visited {
	color: #3366ff;
	text-decoration: none;
	}
a:hover {
	color: #f30;
	text-decoration: underline;
	}

/* === (コンテンツの設定) =============================== */

h2 {
	clear: both;
	margin-top: 4px;
	padding: 4px;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	line-height: 130%;
	color: #33f;
	background: #fff;
	border-top: 0px solid #f6c;
	border-right: 0px solid #f6c;
	border-bottom: 1px solid #f6c;
	border-left: 20px solid #f6c;
	}

h2 a:link,
h2 a:visited{ color: #3366ff; }
h2 a:hover{ color: #3366ff;text-decoration: underline; }

.duga-contents {
	padding: 4px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 180%;
	}

.flvplayer {
	float: left;
	margin: 4px 10px 4px 4px;
	width: 240px;
	}

.desc {

	}

/*==========================================================
Saki design for Review_PHP Ver.DUGA
==========================================================*/
