@charset "utf-8"; 


/* ---------------------------------------------------------------------- 

グローバル設定

---------------------------------------------------------------------- */

*html body {  /*IE6ɓKp*/
   overflow-y:auto;
}

*+html body {/*IE7ɓKp*/
   overflow-y:auto;
}

body {
	margin: 0px;
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	overflow-y:scroll;
	font-size: 12px;
	line-height: 1.7em;
	color: #333333;
	padding: 0px;
}

/* フォントサイズ */
.j10 {
	font-size: 10px;
	line-height: 1.4em;
}
.j12 {
	font-size: 12px;
	line-height: 1.6em;
}
.j12h {
	font-size: 12px;
	line-height: 2.0em;
}
.j14 {
	font-size: 14px;
	line-height: 1.6em;
}
.j14h {
	font-size: 14px;
	line-height: 2.0em;
}
.j16 {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}
.j18 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}
.j24 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
}
.j30 {
	font-size: 30px;
	line-height: 1.0em;
	font-weight: bold;
}

/* テキストリンク */
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #cdcdcd;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

/* 見出し */
h1,h2,h3,h4,h5 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/* リスト */
ul,
ol {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}

/* 定義リスト */
dl,dd {
	margin: 0px;
	padding: 0px;
}

/* その他タグ */
p {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 20px;
}
address {
	font-style: normal;
}

img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 画像位置 */
.imgLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.imgRight {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

/* フォントカラー */

.red {
	color: #FF0000;
}
.blue {
	color: #004fa2;
}
.gray {
	color: #CCCCCC;
}
.green {
	color: #75c5af;
}
.orange {
	color: #f3a21a;
}
.pink {
	color: #f5ded7;
}
.white {
	color: #FFFFFF;
}
.yellow {
	color: #e3cc4d;
}
.purple {
	color: #993333;
}
/* ロールオーバー */

.rollOver a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* ClaerFix */

.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 */

/* */
.clear{
	clear:both;
	height:1px;
}
