@charset "utf-8";
/* -----------------------------------------------------------------------
	Prototype.css framework 0.1
	http://www.hideblog.net
	Copyright (c) 2009-Present
----------------------------------------------------------------------- */
h1 {
	margin-bottom: 35px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #a1a1a1;
	color: #1a273d;
	font-size: 28px;
	padding-bottom:10px;
	font-weight:normal;
	margin:20px 0;
}

p {
	padding-bottom: 1.5em;
	font-size: 14px;
	line-height: 1.5;
}

ul,ol {
	list-style:none;
}

/* img 下空白をなくす */
img {
   vertical-align:bottom;
}

.red {
	color:#FF0000;
}

/* topicpath */
.topicpath {
	margin: 5px 0 5px 0;
}
.topicpath li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}
.topicpath li a {
	padding-right:10px;
	margin-right:3px;
	background:url(/app/webroot/img/default/a/breadcrumb.gif) no-repeat right center;
}
/* background */
.bg-orange {
	background-image:url(/app/webroot/img/default/bg/orange.gif);
}

/* aタグ */
/* 初心者マーク */
.a-beginner {
	background-image:url(/app/webroot/img/default/a/beginner.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
}
/* チェックマーク */
.a-check {
	padding-left:43px;
	background:url(/app/webroot/img/default/a/check.gif) no-repeat left center;
}
/* validate */
/* エラー */
.error-message {
	color:#FF0000;
}

/* tableタグ */
table.waku{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table.waku td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	text-align:left;
}

/* tableタグ */
div.waku table , div.waku0 table , div.waku1 table{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin:0;
	padding:0;
}

div.waku table td , div.waku0 table td , div.waku1 table td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	text-align:left;
}

div.waku table th , div.waku0 table th , div.waku1 table th{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	text-align:left;
}

/* ヘッドメニュー */
.headmenu {
	margin:0;
}

.headmenu li{
	display:inline;
	line-height:110%;
	list-style-type:none;
	padding-left:15px;
	margin-left:3px;
	background:url(/app/webroot/img/arrow.gif) no-repeat left center;
}

/*
	ボタン
*/

a.imgbutton {
	display: block;
	background:url(/app/webroot/img/default/imgbutton.png) no-repeat;
	text-decoration:none;
	text-align:left;
}

a.imgbutton.button-0 {
	width: 440px;
	height: 53px;
	background-position: 0 0;
}

a.imgbutton.button-0 span {
	color:#FFF;
	font-size:2em;
	font-weight:700;
	padding:10px 0 0 20px;
	display:block;
}


a.imgbutton.button-1 {
	width: 232px;
	height: 45px;
	background-position: 0 -52px;
}

a.imgbutton.button-1 span {
	color:#595959;
	font-size:1.5em;
	padding:10px 0 0 50px;
	display:block;
}

a.imgbutton.button-2 {
	width: 165px;
	height: 44px;
	background-position: -232px -52px;
}

a.imgbutton.button-2 span {
	color:#595959;
	font-size:1.5em;
	padding:10px 0 0 10px;
	display:block;
}



