﻿/* CSS Document */


/* formatting */
* {
  margin:0;
  padding:0;
  border:none;
	background:transparent;
	color:#808080;
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	font-family:"ＭＳ Ｐゴシック", "Osaka", arial, sans-serif;
	text-decoration:none; }



/* global */

body {
  margin:0;
	text-align:center;
	background-color:#DDDDDD;
	color:#000000; }

  a:link		{ color:#800000; }
  a:hover	  { color:#800000; background-color:#D3A6A6; }
  a:active	{ color:#808080; background-color:#D3A6A6; }
  a:visited	{ color:#A64C4C; }



/* Contents */

#contents {
  width:770px;
	text-align:center;
	margin:0 auto;
	background:url(../images/body_bg.gif) center top repeat-y; }



/* common */

.txt_e { font-size:100%; line-height:125%; }
.txt_j { font-size:90%; line-height:140%; }

.p_11x { font-size:11px; }
.txt_b { font-weight:bold; }
.txt_n { font-weight:normal; }

.white { color:#FFFFFF; }

.al_l { text-align:left; }
.al_r { text-align:right; }
.al_c { text-align:center; }
.al_t { vertical-align:top; }
.al_m { vertical-align:middle; }
.al_b { vertical-align:bottom; }

.fl_l { float:left; }
.fl_r { float:right; }
.cl { clear:both; }

.nowrap { white-space:nowrap; }
