@charset "Shift_JIS";

/* ============================================================
INDEX
============================================================
あらゆるWEBサイトを通じて、変更のあまりないCSSを記述

■書式及び基本設定
■要素設定及び初期化
■class設定
*/

/* ============================================================
センター寄せ
============================================================ */
body {
	margin:0;
	padding:0;
	text-align:center;}

#wrap {
	margin:0 auto;
	text-align:left;}

/* ============================================================
要素設定及び初期化
============================================================ */
h1, h2, h3, h4, h5, p, ul, ol, li, dl, blockquote, form, label {
	margin: 0;
	padding: 0;}
	
hr {
	display:none;}

strong {
	border-bottom:dotted 1px #036;}

img {
	border:0;
	vertical-align:bottom;}

/* ============================================================
class設定
============================================================ */
.c {
	clear:both;
	margin:0;
	padding:0;
	border:0;
	height:0;
	font-size:0;
	line-height:0;}

div { zoom:1;/*for IE 5.5-7*/}
div:after {
	/*for modern browser*/
    content:".";
    display:block;
    height:0px;
    clear:both;
    visibility:hidden;}

/* フォームの長さ */
.xx-small {
	width:25px;}

.x-small {
	width:50px;}

.small {
	width:100px;}

.medium {
	width:200px;}

.large {
	width:300px;}

/* 寄せ */
.right {
	text-align:right;}

.center {
	text-align:center;}


/* テキスト消去 Move Out Txt */
u, .mot {
	text-indent: -9999px;
	/*\*/
	position:absolute;
	left:-2999px;
	width:990px;
	text-indent: 0;/**/}

.mot2 {
	position:absolute;
	top:-2999px;
	height:990px;}
