@charset "utf-8";

/*  アイテム共通  */
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
img {
	border: none;
	display: block;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #13007c;
	text-decoration: underline;
}
a:active {
	color: #13007c;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }

/*Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac \*/

/*  ページ共通  */
body {
	background: #FFFFFF;
	font-size: 14px;
	color: #666666;
	line-height: 1.75em;
	text-align: justify;
	height: 100%;
}
#stage {
	width: 700px;
	margin: 0px auto;
	border-right: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
}
#header {
	background: url(images/bgr_top03.gif) repeat-x;
}
#header p {
	float: left;
	padding-left: 20px;
}
#header ul {
	float: right;
}
#header li {
	float: left;
	font-size: 12px;
	background: url(images/ico_top01.gif) no-repeat 0px 8px;
	list-style: none;
	margin: 4px 20px 0px 0px;
	padding: 0px 0px 0px 14px;
}
#title {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #a6a6a6;
}
#title h1 {
	clear: both;
	margin-top: 20px;
	padding-bottom: 15px;
}
#title p {
	padding-bottom: 10px;
}
#main {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #a6a6a6;
}
#main h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
#main h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.text14-40 {
	margin-bottom: 40px;
}
.text14-20 {
	margin-bottom: 20px;
}
#main ul {
	margin-bottom: 40px;
}
#main li {
	margin-bottom: 10px;
	background: url(images/ico_top02.gif) no-repeat 0px 1px;
	padding-left: 30px;
	list-style: none;
}
#main table {
	margin-bottom: 40px;
}
.inquiry01 {
	margin: 20px 0px 20px 0px;
}
.text14-10 {
	margin-bottom: 10px;
}
.text12-20 {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.5em;
}
.hissu {
	color: #ff0000;
}
.fomtable td {
	padding: 5px 0px 5px 5px;
}
#pr2,#pr3,#pr4,#pr5,#pr6,#pr7,#pr8,#pr9,#pr10,#pr11,#pr13 {
	border: 1px solid #a6a6a6;
	padding: 2px;
}
.formbtn01 {
	border: 1px solid #a6a6a6;
	padding: 5px;
}
.thanks{
	font-size: 20px;
	color: #13007c;
	margin: 20px 0px;
}
#banners {
	padding-left: 20px;
	padding-right: 20px;
}
#banners p {
	margin: 20px 10px 20px 0px;
	float: left;
}
#footer {
	padding-left: 20px;
	padding-right: 20px;
}
#footer p {
	clear: both;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 1.5em;
}

