﻿@charset "utf-8";

/* CSS Document */

body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-position: center;
	background-position: center;
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat;
	font-family: "メイリオ",Meiryo,"Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 13px;
	line-height: 20px;
	clip: rect(auto,auto,auto,auto);
}

h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.h1_text {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	padding:10px 0 0 3px;
}

h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.h2_text {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	padding:10px 0 0 3px;
}

h3 {
	color: #0066FF;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

h4 {
	color: #0066FF;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #0099E3;
	text-decoration: underline;
}

a img {
    border-style:none;
}

embed {
	vertical-align:bottom
}

td img {display: block;}

ul {
	margin:0;
	padding:0;
}

li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.pic-right {
	float: right;
	margin-left: 20px;
}

.pic-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.clear_both {
	clear: both;
}


/*----------------------------------------------------
	font (bass:13px)
----------------------------------------------------*/
.font10 {font-size:10px;}
.font11 {font-size:11px;}
.font12 {font-size:12px;}
.font13 {font-size:13px;}
.font14 {font-size:14px;}
.font15 {font-size:15px;}
.font16 {font-size:16px;}
.font17 {font-size:17px;}
.font18 {font-size:18px;}
.font19 {font-size:19px;}
.font20 {font-size:20px;}

.red{color: #930;font-weight: bold;}
.black{color: #333333;font-weight:normal;}
.red2{
	color: #C00;
	font-weight: bold;
}
