@charset "utf-8";

*{
	margin:0px;
	padding:0px;
/*	line-height:180%;*/
}

img{
	border:none;
	line-height:1.0!important;
	vertical-align:bottom!important;
}


/*reset
****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/* IE6 hack */
* html .clearfix {
	height: 1%;
}

/* IE7 hack */
*:first-child+html .clearfix {
	min-height: 1%;
}


#MAIN {
	padding-bottom: 20px;
}

#MAIN img {
	vertical-align: bottom;
}


/* ========================================== 
	レイアウト
========================================== */

#MAIN a:link {
	color:#033fae;
}

#MAIN a:visited {
	color:#033fae;
}

#MAIN a:hover {
	color:#dc557b;
}

#MAIN a:active {
	color:#dc557b;
}

/* タイトル */
#MAIN h2 {
    position: relative;
}

#MAIN h2 img {
    width: 100%;
}

#MAIN h2 .lerch {
    position: absolute;
    bottom: -23px;
    right: 0px;
    width: 32%;
    height: auto;
}

#MAIN .catchArea {
    background: url(../images/green_bk.gif);
    padding: 20px 10px 10px;
}

#MAIN .catchArea .catchText {
    font-size: 17px;
    text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
    line-height: 1.4;
    color: #fff;
}

#MAIN .catchArea .flowArea {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
}

#MAIN .catchArea .flowArea h3 {
    color: #c33c43;
}

#MAIN .catchArea .flowArea ol {

}

#MAIN .catchArea .flowArea ol li {
    margin-top: 10px;
    text-indent: -1.5em;
    margin-left: 1.6em;
}

#MAIN .catchArea .flowArea p {
    margin-top: 10px;
}

#MAIN .catchArea .flowArea p.flowBnr {
    text-align: center;
}

#MAIN .catchArea .flowArea p.flowBnr img {
    width: 100%;
}


#MAIN .planInfo {
    margin: 40px 10px 0 10px;
    border: 5px solid #bfe8ee;
    border-radius: 5px;
    background: #faf6de;
    padding: 10px;
    color: #57270a;
    font-size: 16px;
    line-height: 1.4;
	text-shadow: 1px 1px 0px #fff;
	line-height: 1.5;
}

#MAIN .planInfo p.planDay {
	background: #ea5c63;
	color: #fff;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
	padding: 10px;
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.7;
}

#MAIN p.btArea {
	margin-top: 40px;
	text-align: center;
	padding: 0 10px;
}

#MAIN p.btArea img {
	width: 100%;
}

#MAIN .siteArea {
	background: #f7dde1;
	border-radius: 5px;
	margin-top: 50px;
	padding: 15px;
}

#MAIN .siteArea h3 {
	text-align: center;
	margin-top: -30px;
}

#MAIN .siteArea h3 img {
	width: 100%;
}

#MAIN .siteArea .siteIn {
	background: #fff;
	border-radius: 5px;
	margin-top: 10px;
	padding: 15px;
}

#MAIN .siteArea .siteIn .siteL {

}

#MAIN .siteArea .siteIn .siteC {

}

#MAIN .siteArea .siteIn .siteR {

}

#MAIN .siteArea .siteIn .siteBox {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 30px;
}

#MAIN .siteArea .siteIn .siteBox.mZero {
	margin-top: 0;
}

#MAIN .siteArea .siteIn .siteBox .siteTitle {/* 初期緑 */
	background: url(../images/site_title_g.gif) repeat-y;
	padding-left: 22px;
}

#MAIN .siteArea .siteIn .siteBox .siteTitle p {
	color: #92512a;
}

#MAIN .siteArea .siteIn .siteBox .siteTitle h4 {
	color: #1fa17a;
	font-size: 23px;
	font-weight: normal;
	line-height: 1.2;
}

/* 赤 */
#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorR {
	background: url(../images/site_title_r.gif) repeat-y;
}

#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorR h4 {
	color: #e25252;
}

/* 紫 */
#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorV {
	background: url(../images/site_title_v.gif) repeat-y;
}

#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorV h4 {
	color: #a16fc0;
}

/* シアン */
#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorC {
	background: url(../images/site_title_c.gif) repeat-y;
}

#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorC h4 {
	color: #288aca;
}

/* 黄緑 */
#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorL {
	background: url(../images/site_title_l.gif) repeat-y;
}

#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorL h4 {
	color: #98b543;
}

/* ピンク */
#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorP {
	background: url(../images/site_title_p.gif) repeat-y;
}

#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorP h4 {
	color: #e05999;
}

/* オレンジ */
#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorO {
	background: url(../images/site_title_o.gif) repeat-y;
}

#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorO h4 {
	color: #ed8c37;
}

/* 青 */
#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorB {
	background: url(../images/site_title_b.gif) repeat-y;
}

#MAIN .siteArea .siteIn .siteBox .siteTitle.titColorB h4 {
	color: #6474db;
}




#MAIN .siteArea .siteIn .siteBox p.imgArea {
	margin-top: 10px;
}

#MAIN .siteArea .siteIn .siteBox p.imgArea img {
	width: 100%;
}

#MAIN .siteArea .siteIn .siteBox p.textArea {
	font-size: 15px;
	margin-top: 10px;
}

#MAIN .siteArea .siteIn .siteBox p.linkArea {
	background: #f5f2e9;
	border-radius: 3px;
	margin-top: 10px;
	padding: 5px;
}

#MAIN .siteArea .siteIn .siteBox p.linkArea a {
	background: url(../images/point_next_p.png) no-repeat left center;
	padding-left: 20px;
	display: block;
}

#MAIN .siteArea p.orgLink {

	font-size: 20px;
	padding-top: 15px;
}

#MAIN .siteArea p.orgLink a {
	background: url(../images/point_next_l.png) no-repeat left 0px;
	padding-left: 40px;
	line-height: 1.5;
	text-shadow: 1px 1px 0px #fff;
	display: block;
}








