/* global */
body{
	margin:0px 0px 0px 10px;
	padding:0px;
	margin:0px 0px 0px 10px;
	background-image: url(../images/bg.gif);
}

H1{
	font-size:27px;
	line-height: 32px;
}
H2{
	font-size:20px;
}
H3{
	font-size:18px;
	font-weight: bold;
}
H4{
	font-size:14px;
}

img{
	border:0px;
}
p{
	margin:0px 0px 15px 0px;
}
form{
	margin:0px;
	padding:0px;
}

a:link {
	color: #3399FF;
}
a:visited {
	color: #3399FF;
}
a:hover {
	color: #FF6633;
}

/*トップページテキスト*/
.top_text{
	text-decoration:none;
	font-size:12px;
	line-height: 18px;
}

/*img leftマージン*/
.img_right{
	margin-right: 6px;
	margin-left: 20px;
}

.img_left{
	margin-right: 6px;
}

/*コピーライト*/
.Copyright{
	text-decoration:none;
	font-size:12px;
	margin-right: 12px;
	color: #666666;
}

/*問い合わせ*/
.toiawase{
	text-decoration:none;
	font-size:14px;
	margin-right: 12px;
	color: #000000;
	font-weight: bold;
}

.report-title{
	text-decoration:none;
	font-size:140%;
	font-weight: bold;
}

.report-text{
	text-decoration:none;
	font-size:90%;
	font-weight: normal;
	line-height: 20px;
}
.title_01{
	text-decoration:none;
	font-size:96%;
	color: #FFFFFF;
	font-weight: bold;
}
.title_02{
	text-decoration:none;
	font-size:96%;
	font-weight: bold;
	color: #000066;
	line-height: 18px;
}
.title_03{
	text-decoration:none;
	font-size:90%;
	line-height: 18px;
}

.title_04{
	text-decoration:none;
	font-size:90%;
	line-height: 20px;
}
.font75{
	text-decoration:none;
	font-size:75%;
}
.font90{
	text-decoration:none;
	font-size:80%;
}

.font120{
	text-decoration:none;
	font-size:120%;
}

.TEXT1{
	font-size:32px;
	line-height: 32px;
}

/*menu*/
.menu{
	text-decoration:none;
	font-size:14px;
	color: #FFFFFF;
	font-weight: bold;
}

.report-menu{
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
}

.text_color {
	color: #CC3300;
}

.report_title2 {
	font-family: "HGP明朝E";
	font-weight: normal;
}

.report_title3 {
	font-family: "HGP創英角ｺﾞｼｯｸUB";
}

/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/



/* ------ タイトル ------ */
.title {
	color: #000066;             /* 文字色 */
	text-align: center;           /* 配置 */
}


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	text-align: center;           /* 配置 */
}

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
}



/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
}

/*-----------------------------------------------------------*/
.box_b {
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
}
.box_all {
	border: thin solid #000000;
}
.text_box {
	font-size: 95%;
	margin-left: 20px;
	width: 95%;
}

.text_box2 {
	width: 96%;
	border: 1px solid #666666;
	padding: 2px;
	background-color: #F0F0F0;
}
