/* CSS Document */

/* ボディ */
body {
	line-height: 150%;
	font-size: 14px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

/* リンク */
a:link{text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color: #cb66ff;}

a.col:link{text-decoration: none;}
a.col:visited {text-decoration: none;}
a.col:hover {color: #cb66ff;}

a.title:link{text-decoration: none;}
a.title:visited {text-decoration: none;}
a.title:hover {color: #cb66ff;}

/* クリア */
.clear {
	clear: both;
	height: 0.5em;
}

/* クリア10px */
.clear_10px {
	clear: both;
	height: 10px;
}

/* ヘッダ */
.header {
	height: 600px;
	margin: 0px 0px;
	padding: 10px 0px 0px 0px;
	background: linear-gradient(#e7b99e, #FFFFFF);
	background-repeat: repeat-x;
	text-align: center;
}

/* ベース */
.base {
	width: 900px;
	margin: 0 auto;
}




/* レフト */
.left {
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	float: left;
}

/* ライト */
.right {
	width: 280px;
	margin: 0px 10px 0px 10px; 
	float: left;
}

/* センターB */
.center_b {
	width: 880px;
	margin: 0px 10px 0px 10px; 
	padding:0px 0px 0px 0px;
	float: left;
}


/* 見出し1 */
h1{	color:#000000;
	margin:0 0px 0px 0px;
	font-weight:bold;
	font-size:28px;
	line-height: 120%;
	padding:0px 0 0px 0px;
}


/* 見出し2 */
h2{	color:#000000;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	font-weight:bold;
	font-size:18px;
	line-height: 150%;
	padding:0px 0px 0px 0px;
}

h2 a{	color:#000000;}
.none {	color:#000000;
	background: none ;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	font-weight:bold;
	font-size:18px;
	line-height: 150%;
	padding:0px 0px 0px 0px;
}

.blue {	color:#000000;
	background-color:#daecfa;
	background-image: url("../images/bar_blue.gif");
	background-repeat: no-repeat;
	margin:3px 0px 0px 0px;
	font-weight:bold;
	font-size:16px;
	line-height: 150%;
	padding:5px 0 2px 12px;
}

.gray {	color:#000000;
	background-color:#ebebeb;
	background-image: url("../images/bar_gray.gif");
	background-repeat: no-repeat;
	margin:3px 0px 0px 0px;
	font-weight:bold;
	font-size:16px;
	line-height: 150%;
	padding:5px 0 2px 12px;
}


/* 見出し3 */
h3{	color:#333333 ;
	margin:0.5em 0 0.5em 0;
	font-size:15px;
	line-height: 140%;
	padding: 0px 0 0px 28px;
}
h3 a{	color:#000000;
	font-weight:normal;
}
/* 見出し4 */
h4{	color:#000000 ;
	background: none ;
	margin:0px 0px 0px 0;
	padding:2px 0 2px 0px;
	font-weight:bold;
	line-height: 100%;
	text-align: center;
}
h4 a{	color:#fff;}

.topix{	color:#ffffff ;
	background-color:#006fc5;
	margin:0.5em 0px 0.5em 0;
	padding:2px 0 2px 3px;
	font-size:20px;
	font-weight:bold;
	line-height: 120%;
	text-align: left;
}


.trend {	color:#ffffff ;
	background-color:#a563a0;
	margin:0.5em 0px 0.5em 0;
	padding:2px 0 2px 3px;
	font-size:20px;
	font-weight:bold;
	line-height: 120%;
	text-align: left;
}

.basic {
	color:#ffffff ;
	background-color:#10ae00;
	margin:0.5em 0px 0.5em 0;
	padding:2px 0 2px 3px;
	font-color:#ffffff;
	font-size:20px;
	font-weight:bold;
	line-height: 120%;
	text-align: left;
}

h4.no_indent{
	color:#000000 ;
	background: none ;
	margin:0px 0px 0px 0;
	padding:2px 0 2px 0px;
	font-weight:bold;
	line-height: 100%;
	text-align: left;
}

h4.center{
	color:#000000 ;
	background: none ;
	margin:0px 0px 0px 0;
	padding:2px 0 2px 0px;
	font-weight:bold;
	line-height: 120%;
	text-align: center;
}


/* 段落 */
p {
	margin:0.5em 0px 0.5em 0;
	text-indent: 14px;
}

p.migi {
	text-align: right;
}

p.no_indent {
	text-indent: 0px;
	line-height:24px;
	text-align: left;
}

p.center {
	text-align: center;
}

p.small {
	color: #000000;
	text-indent: 0px;
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	margin:0 0 0 0;
}

li {
	color: #000000;
	list-style: none;
	font-size: 13px;
	line-height: 130%;
	padding-left: 4.3em; /*右に動かす*/
	text-indent: -4.3em; /*左に動かす*/
	margin:0;
}

/* イメージ 右1*/
.img-right1 {
	float: right;
	width: 270px;
	margin: 0 0 0 0;
	font-size:13px;
	text-align: center;
}

/* イメージ センター*/
.img-center{
	clear: both;
	margin: 0 0 0 0px;
	font-size:13px;
	text-align: center;
}

/* フッター */
.footer {
	height: 85px;
	background-image: url("../images/back_img_foot.png");
	background-size: 900px 85px;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	clear: both;
}

/* スクロールアップ */
#scrollUp {
	bottom:40px;
	right: 0px;
	height: 60px;  /* Height of image */
	width: 60px; /* Width of image */
	background: url(../images/pg_600.png) no-repeat;
}
