@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------- */

/*コンテンツタイトル*/
#contntsTitle,
#contntsTitle h2 {
	width: 1000px;
	height: 180px;
	background-color: white;
}

#contntsTitle {
	margin: 0px auto 20px auto;
}

#contntsTitle h2 {
	position: relative;
	display: block;
	text-indent: -9999px;
	color: transparent;
	border-bottom: 1px solid #999;
	-webkit-box-shadow: 0 8px 5px -6px #999;
	   -moz-box-shadow: 0 8px 5px -6px #999;
			box-shadow: 0 8px 5px -6px #999;	
}
#contntsTitle h2:before, #contntsTitle h2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #999;
	-webkit-box-shadow: 0 15px 10px #999;
	-moz-box-shadow: 0 15px 10px #999;
	box-shadow: 0 15px 10px #999;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

#contntsTitle h2:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
/* ---------------------------------------------------------------- */

/*コンテンツ*/
#contents {
	width: 760px;
	float: left;
	display: inline;
}

/*コンテンツ：ボックス*/
#contents .boxA {
	position: relative;
	margin-bottom: 20px;
	padding: 9px;
	width: 740px;
	border: 1px solid #DDD;
	background: #FFF;
	-webkit-box-shadow: 0 10px 8px -8px #AAA;
	   -moz-box-shadow: 0 10px 8px -8px #AAA;
	        box-shadow: 0 10px 8px -8px #AAA;
	behavior: url("./pie/PIE.htc");/*CSS3 PIE*/
}


#contents .boxB {
	margin-left: auto;
	margin-right: auto;
	padding:9px;
	width: 720px;
	border: #c5d9f7 solid 1px;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eff4fd', endColorstr = '#ffffff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eff4fd', endColorstr = '#ffffff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #eff4fd, #ffffff);
background-image: -ms-linear-gradient(top, #eff4fd, #ffffff);
background-image: -o-linear-gradient(top, #eff4fd, #ffffff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#eff4fd), to(#ffffff));
background-image: -webkit-linear-gradient(top, #eff4fd, #ffffff);
background-image: linear-gradient(top, #eff4fd, #ffffff);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
behavior: url("./pie/PIE.htc");/*CSS3 PIE*/

}


/*コンテンツ：キャプションH3*/
#contents h3.h3style {
	background: url(../images/common/bg_h3.png) no-repeat left top;
	width: 740px;
	height: 41px;
	font-family: Batang, 'Times New Roman', serif;
	font-size: 168%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #a5a4a0;
	text-indent: 27px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-top: 4px;
	color: white;
}

#contents h4.h4styleA {
	background: url(../images/common/icon_h4.png) no-repeat left 3px;
	font-family: Batang, 'Times New Roman', serif;
	font-size: 123.1%;
	font-weight: bold;
	text-shadow: 1px 1px 1px #a5a4a0;
	line-height: 153.9%;
	padding-left: 20px;
}

#contents h5.h5style {
	font-size: 116%;
	font-family: Batang, 'Times New Roman', serif;
}

#contents p {
	margin-bottom: 0.6em;
}

/*フッター：ページトップ*/
a.btnBoxApagetop {
	background: url(../images/common/btn_pagetop2.gif) no-repeat left top;
	width:56px;
	height: 9px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
a:hover.btnBoxApagetop { background-position: left bottom; }


/* ---------------------------------------------------------------- */

/*サイドメニュー：内部リンク*/
#innerLink {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 88%;
	background: url(../images/common/inner_footer.png) no-repeat center bottom;
}

#innerLink h4 {
	width: 200px;
	height: 30px;
	background: url(../images/common/inner_header.png) no-repeat center top;
	text-indent: -9999px;
	color: transparent;
}
#innerLink li {
	width: 200px;
	border-bottom: 1px dotted #6087c7;
	margin: 0;
	background-color: #fefeff;
}
#innerLink li a {
	display: block;
	color: #000;
	text-decoration: none;
	width: 188px;
	margin: 0;
	padding: 4px 6px;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dde8f6', endColorstr = '#fefeff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dde8f6', endColorstr = '#fefeff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #dde7f6, #fefeff);
background-image: -ms-linear-gradient(top, #dde7f6, #fefeff);
background-image: -o-linear-gradient(top, #dde7f6, #fefeff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#dde7f6), to(#fefeff));
background-image: -webkit-linear-gradient(top, #dde7f6, #fefeff);
background-image: linear-gradient(top, #dde7f6, #fefeff);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
behavior: url("./pie/PIE.htc");/*CSS3 PIE*/
}

#innerLink li a:hover {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dde8f6', endColorstr = '#b3ccf0');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dde8f6', endColorstr = '#b3ccf0')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #dde8f6, #b3ccf0);
background-image: -ms-linear-gradient(top, #dde8f6, #b3ccf0);
background-image: -o-linear-gradient(top, #dde8f6, #b3ccf0);
background-image: -webkit-gradient(linear, center top, center bottom, from(#dde8f6), to(#b3ccf0));
background-image: -webkit-linear-gradient(top, #dde8f6, #b3ccf0);
background-image: linear-gradient(top, #dde8f6, #b3ccf0);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
behavior: url("./pie/PIE.htc");/*CSS3 PIE*/
}
