@import url("layout.css");
@import url("top.css");

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #333;
	line-height: 1.6;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", Meiryo, sans-serif;
	font-size: 86%; /* IE */
}
html>/**/body {
	font-size: 14px; /* Except IE */
}

/* General
--------------------*/
form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


h1.tit01 {font-size: 18px; font-weight: normal; line-height:25px; margin:0px; color: #cc0000;}


/* Link
--------------------*/
a:link{
	color:#00F;
	text-decoration: underline;
}

a:visited{
	color:#00F;
	text-decoration: underline;
}

a:hover{
	color: #69f;
	text-decoration: none;
}

a:active{
	color: #69f;
	text-decoration: none;
}


A.head:link{ color: #ffffff; text-decoration: none;}
A.head:visited{ color: #ffffff; text-decoration: none;} 
A.head:active{ color: #ffffff; text-decoration: none;} 
A.head:hover{ color: #ffffff; text-decoration:underline;}

A.red:link	{ color: #CC0000;}
A.red:visited{ color: #CC0000;} 
A.red:active{ color: #CC0000;} 
A.red:hover	{ color: #CC0000; text-decoration: none;}

A.orange:link	{ color: #FF8400;}
A.orange:visited{ color: #FF8400;} 
A.orange:active{ color: #FF8400;} 
A.orangered:hover	{ color: #FF8400; text-decoration: none;}

A.glass:link	{ color: #58DB00;}
A.glass:visited{ color: #58DB00;} 
A.glass:active{ color: #58DB00;} 
A.glass:hover	{ color: #58DB00; text-decoration: none;}

A.blue:link	{ color: #002BA5;}
A.blue:visited{ color: #002BA5;} 
A.blue:active{ color: #002BA5;} 
A.blue:hover	{ color: #002BA5; text-decoration: none;}

A.green:link	{ color: #3399CC;}
A.green:visited{ color: #3399CC;} 
A.green:active{ color: #3399CC;} 
A.green:hover	{ color: #3399CC; text-decoration: none;}		

/*
A:link{ color: #333333;}
A:visited{ color: #333333;}
A:active{ color: #333333; }
A:hover{ color: #CC0000; text-decoration: none;}
*/

.errmsg{
	background-color:#ffffff;
	font-size:10pt;
	color:firebrick;
}
.errhead{
	color:white;
	width:100%;
	font-size:11pt;
	background-color:#D0004E;
}
.selectpage{
	font-weight:bold;
}
.red{
 color: #CC0000;
}


/* Text
--------------------*/
.text10 {
	font-size: 71%;
}

.text12 {
	font-size: 86%;
}

.text14 {
	font-size: 100%;
}

.text16 {
	font-size: 114%;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

