﻿@charset "UTF-8";

/*========================================

	福岡YMCA
	
	top.css
	Recent Edit | 2010.02

========================================*/

/* ●キッズプログラム-------------------- */
.cate_box {
	background: url(../kids/img/cate_bg_btm.gif) bottom no-repeat;
	margin: 0 0 12px;
	padding: 0 0 6px;
	width:300px;
}

.cate_inner {
	background: url(../kids/img/cate_bg_top.gif) top no-repeat;
}

.cate_txt {
	padding: 8px;
}

.cate_box h3{
	padding: 4px;
	font-size: 115%;
	border-bottom: solid #f8bb49 1px;
}

.camp_box {
	background: url(../kids/img/camp_bg_btm.gif) bottom no-repeat;
	margin: 0 0 12px;
	padding: 0 0 6px;
	width:617px;
}

.camp_inner {
	background: url(../kids/img/camp_bg_top.gif) top no-repeat;
}

.camp_txt {
	padding: 8px;
}

.camp_box h3{
	padding: 4px;
	font-size: 122%;
	border-bottom: solid #f8bb49 1px;
}


/* ●ページタイトル */
.ttl_box {
	background: url(../kids/img/ttl_bg_btm.gif) bottom no-repeat;
	margin: 0 0 12px;
	padding: 0 0 6px;
	width:637px; /* for IE6～7 */
}

.ttl_inner {
	background: url(../kids/img/ttl_bg.gif) left top no-repeat;
}

.ttl_box h2{
	padding: 22px 10px 14px 22px;
	font-size: 120%;
}

/* ●見出し */
.ssttl_box {
	clear:both;
	background: url(../kids/img/ssttl_bg_btm.gif) bottom no-repeat;
	margin: 0 0 12px;
	padding: 0 0 6px;
	width:637px; /* for IE6～7 */
}

.ssttl_inner {
	background: url(../kids/img/ssttl_bg.gif) left top no-repeat;
}

.ssttl_box h3{
	padding: 8px 10px 4px 22px;
	font-size: 115%;
}


a:link, a:visited {
	color: #ff6633;
	text-decoration:none;
}

a:hover{
	color: #463930;
	text-decoration:none;
}

/*-------------------- フォーム用表組 --------------------*/
#Pro {
	margin:25px;
	text-align: left;
}
.ProBox01 {
	width:580px;
	text-align: left;
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	float: left;
}

.ProBox02 {
	width: 580px;
	text-align: left;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	float:left;
}

.ProBox03 {
	margin:-15px 25px;
	width: 580px;
	text-align: left;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bold;
}

.ProText01 {
	width: 160px;
	color:#008000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	float: left;
	text-align: left;
	font-size:12px;
	font-weight: bold;
}

.ProText02 {
	width: 375px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	text-align: left;
	font-size:12px;
}

.ProDay {
	width: 580px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
}

.inquiry_textbox{
	width: 580px;
}

