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

.txarea {
	width: 570px;
	margin-left:32px
}

.contents {
	width: 695px;
	margin-left:10px;
	line-height:1.5;
}

.cont_s1 {
	width: 660px;
	margin-left:60px;
	margin-right:60px;
	line-height:1.5;
}

.tx01 {
	font-size: 93%;
	line-height: 125%;
	font-weight: normal;
}
.tx011 {	font-size: 93%;
	line-height: 125%;
	font-weight: bold;
}

.tx14 {
	font-size:14px;
	line-height: 125%;
	font-weight: normal;
}
.tx_subt {
	font-size:100%;
	line-height: 1.5;
	font-weight: bold;
}
.tx00 {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
}
.update {
	font-size: 65%;
	line-height: 125%;
	font-weight: normal;
	color:#39F
}
.event {
	font-weight: bold;
	line-height: 125%;
}

.event01 {
	font-size: 100%;
	font-weight: bold;
	line-height: 135%;
}

.event02 {
	font-weight: bold;
	line-height: 145%;
}
.txbb {
		font-size: 115%;
	font-weight: bold;
	line-height: 145%;
}

.green_b {
	font-weight: bold;	
	font-size: 200%;
	line-height: 120%;
	color:#060
}
.red {
	font-weight: normal;
	line-height: 120%;
	color:#C00
}
.red_b {
	font-weight: bold;
	line-height: 120%;
	color:#C00;
}
.green {
	font-weight: normal;
	line-height: 120%;
	color:#090
}
.title_red {
	font-size: 24px;
	font-style: italic;
	color: #C00;
}
.title_w{
	font-size: 24px;
	font-style: italic;
	color: #FFF;
}

.title_pink{
	font-size: 24px;
	font-style: italic;
	color: #F69;
}
.title_pink02{
	font-size: 24px;
	font-style: italic;
	color:#F09;
}
.title_pink03{
	font-size: 20px;
	font-weight: bold;
	color:#F09;
}
.title_pink00{
	font-size:large;
	font-weight: bold;
	color:#F09;
}
.title_pur{
	font-size: 18px;
	font-weight:bold;
	color:#A440D9;
}
.title_green{
	font-size: 24px;
	font-style: italic;
	color: #060;
}

.title_blue{
	font-size: 24px;
	font-style: italic;
	color:#09F;
}
.style1 {color: #FF6600}
.style3 {color: #003300}
.style4 {
	font-weight: bold;
	color: #990000;
}
.style5 {
	color: #990000;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.style8 {font-weight: bold; color: #000000; }
.style9 {
	font-weight: bold;
	color: #006600;
}
.style10 {color: #000000}
.kakomi {
	border: 2px solid #990000;
	font-weight: bold;
}
.style12 {font-size: 93%; line-height: 125%; font-weight: bold; }
.style14 {
	font-size: 93%;
	line-height: 125%;
	color: #333333;
}.kakomi0 {
	background-color: #FFFFE6;
}
kakomi00 {
	border: 2px solid #FF6600;
}
.kakomi2 {
	border: 2px solid #FF3300;
}
.title {
	font-family: "ＭＳ Ｐゴシック", Osaka,;
	font-size: 24px;
	font-style: italic;
	color: #993366;
	font-weight: lighter;
}
nami {
	font-size: 24px;
	font-weight: bold;
	color: #9966FF;
}
.under {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-left-color: #FFFFCC;
	color: #000000;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
}

/*-------------------------------------------------------------------------------------
 枠線
-------------------------------------------------------------------------------------*/
  .block{
   border: #ffb6c1 solid 1px;
    border-left: #AAEFF9 solid 10px;
	border-right: #AAEFF9 solid 10px;
    padding: 5px;
    background:#FFF;
  }
  
  .block01 {
    padding: 10px 20px;
    margin: 10px;
    background: #FFFFE8;
    box-shadow: #ffe4e1 0 0 10px 10px;
    -webkit-box-shadow: #ffe4e1 0 0 10px 10px;
    -moz-box-shadow: #ffe4e1 0 0 10px 10px;
}

.block_piy {
    padding: 5px 5px;
    margin: 10px;
    width:560px;
	background: #FFE;
    box-shadow: #ffe4e1 0 0 5px 5px;
    -webkit-box-shadow: #ffe4e1 0 0 5px 5px;
    -moz-box-shadow: #ffe4e1 0 0 5px 5px;
}
.block_p1w{
  margin:5px;
  padding:5px;
  border-radius:5px;
  border:#F3F 1px double;
  background: #FFF;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  box-shadow:0px 0px 5px 1px #ffe4e1;
  -moz-box-shadow:0px 0px 5px 1px #ffe4e1;
  -webkit-box-shadow:0px 0px 5px 1px #ffe4e1;
}