@charset "UTF-8";
/* 基本ＣＳＳ (151020) */

/* default */
* {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.35em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/*
■ 全体設定
============================================================================= */
body {background: #FFF repeat-y url("img/body_bg.gif") 50% 0%;}
h1,h2,h3,h4,h5,h6,table {}
a img{border-width: 0px;}
br{letter-spacing:normal;}
hr{display: none;}
table {border-collapse: collapse;}
input,select,button {vertical-align:middle;}
address {font-style: normal;}



/* ▼ リスト >> ------------------------------------------------ */
ol {margin-left: 2em;}
ul li {list-style: none;}
li {}



/* ▼ クラス >> ------------------------------------------------ */
.attention {}
.alignL {text-align:left;}
.alignR {text-align:right;}
.alignC {text-align: center;}
.clearL {clear:left;}
.clearR {clear:right;}




/* =================== */
/* 引用 */
em {}
cite {}
q {}
blockquote {}


/* 整形済みテキスト */
pre {font-family: monospace;}
/* =================== */

