@charset "shift_jis";

/* //////////////////////////////////// */
/* 見出しタグ
/* //////////////////////////////////// */

#h1_title {
	clear:both;
	width: auto;
	padding:4px;
	background:#ffffff url(../images/h1_bg.jpg) no-repeat left top;
	margin-bottom:3px;
	
}
#h1_title h1 {
	font-size:130%;
	font-weight:bold;
	color:#000000;
	padding:25px 15px 5px;
	text-align: center;
}
#main_contents h1 {
	font-size: 22px;
	line-height: 130%;
	font-weight: bold;
	color: #333;
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #333;
}
#main_contents h2 {
	font-size: 20px;
	clear: both;
	border-bottom: 1px dotted #333;
	margin: 15px 0px 10px 0px;
	padding: 20px 0px 5px 0px;
	text-align: left;
}
#main_contents h2.h2_first {
	margin:0 0 1.5em;
	color:#ffffff;
}
#main_contents h3 {
	clear:both;
	border:1px solid #CCCCCC;
	border-bottom:2px solid #000000;
	padding:10px;
	margin:1.5em 0px;
	font-size:17px;
}
#main_contents h4,
#main_contents h5  {
	clear:both;
	border-bottom:1px solid #000000;
	padding:4px;
	margin:1.5em 0px;
}
#main_contents p {
	margin: 1.5em 0px;
}
a:link, a:visited, a:active {text-decoration: underline;color: #389700;}
a:hover {text-decoration: none;color: #999999;}

.style1 {font-size: 12px}

/* //////////////////////////////////// */
/* class
/* //////////////////////////////////// */

.p_photo_l img {
	float:left;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.p_photo_r img {
	float:right;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imgLeft5 {
	margin:0 5px 5px 5px;
	float:left;
}

.img3px {
	margin:5px;
}

address {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
}
address a:link    {text-decoration: none;color: #999999;}
address a:visited {text-decoration: none;color: #999999;}
address a:active  {text-decoration: none;color: #999999;}
address a:hover   {text-decoration: underline;color: #333333;}

.text_red{color: #CC0000;}
.text_blue{color: #3333CC;}
.text_green{color: #006600;}
.text_orange{color: #FF6600;}

.text_bold{font-weight: bold;}

/* //////////////////////////////////// */
/* table
/* //////////////////////////////////// */

/* table_top */
table.table_top {
	width:100%;
}
table.table_top caption {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background-image: url(../images/top_info_title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 23px;
}
table.table_top th {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	background-color:#FFFFFF;
}
table.table_top td {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	background-color:#FFFFFF;
}
/* table_free */
table.table_free {
	margin: 0px auto 20px auto;
	border-top: 1px solid #778899;
	border-left: 1px solid #778899;
}
table.table_free caption {
	margin: 0px auto 0px auto;
	font-size: 120%;
	font-weight: bold;
	color: #330033;
	text-align: left;
	padding-bottom: 3px;
	background-color: #F5F5F5;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #778899;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #778899;
	border-left-color: #778899;
	padding-top: 2px;
	padding-left: 5px;
}
table.table_free th {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 25px;
	background-color:#FFFFCC;
	border-bottom: 1px solid #778899;
	border-right: 1px solid #778899;
	color:#333333;
}
table.table_free td {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #778899;
	border-right: 1px solid #778899;
}

.bubble {
	clear: both;
	margin: 0px auto;
	width: 350px;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	position: relative;
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
	background-color: #E1EAFF;
}

.rectangle {
	background: #7f9db9;
	height: 50px;
	width: 380px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h2 {
	font-size: 30px;
	color: #fff;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.triangle-l {
	border-color: transparent #7d90a3 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 65px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #7d90a3;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 350px;
	top: 35px;
	z-index: -1; /* displayed under bubble */
}

.info {
	padding: 60px 25px 35px 25px;
}

.info h2 {
	font-size: 20px;
}

.info p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
}

.info p a {
	color: #c4591e;
	text-decoration: none;
}

.info p a:hover {
	text-decoration: underline;
}


.style1 {font-size: 94%}

/* //////////////////////////////////// */
/* お知らせ
/* //////////////////////////////////// */
div.update {
	width: 90%;
	font-size: 100%;
	padding-left: 45px;
}

div.update h3 {
margin: 0 0 5px;
font-size: 100%;
}

div.update dl {
width: 100%;
margin: 0;
border-top: 1px #c0c0c0 dotted;
}

div.update dt {
width: 6.7em; 
float: left;
padding: 7px 0 6px 3px; 
line-height: 120%;
}
div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em;
border-bottom: 1px #c0c0c0 dotted;
line-height: 120%;
}

.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* //////////////////////////////////// */
