@charset "UTF-8";

/* 岡崎城下家康公夏まつり 公式サイト */

.attension {
	color: #666;
	display: block;
	border: 1px solid #996466;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 2px 4px #CCC;/* Safari,Google Chrome用 */
	-moz-box-shadow: 0px 2px 4px #CCC;
 　/* Firefox用 */
 border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
	background-color: #CCCCCC;
	background-image: url(../img_com/_attension.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 100%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 120px;
}

/*****************************************************************************
全てに影響を与える設定
 *****************************************************************************/
body {
	/* [disabled]font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #333333;
	line-height: 1.5;
	background-color: #F0F0E1;
}

#wrap {
	background-image: url(../img_com/bg_global.png);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	
}

sup {
	font-size: 70%;
}

.nowrap {
	white-space: nowrap;
}

/*****************************************************************************
float解除
 *****************************************************************************/
.clear {
	clear: both;
	visibility: hidden;
}

/*****************************************************************************
リンクなどの色の設定
 *****************************************************************************/
a:link {
	color: #0066FF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #6666CC;
}

a:active {
	color: #F00;
	text-decoration: none;
}

a:hover {
	color: #695B7F;
	text-decoration: underline;
}

.BL {
	display: block;
}

.BL:hover {
	color: #000;
	text-decoration: none;
	background-color: #F3F3F3;
}

.link_radius {
}

.link_radius a {
	color: #406CBC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	/* [disabled]background-color: #E7E7E7; */
}

.link_radius a:hover {
	border-radius: 10px;
	background-color: #CCCCCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
}

/******************
フロート
 ******************/
.float_left {
	float: left;
	display: block;
}

.float_right {
	float: right;
	display: block;
}

/******************
行揃え
 ******************/
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

/******************
マージン、パディング
 ******************/
.margin_t_8px {
	margin-top: 8px;
}

.margin_10px {
	margin: 10px;
	display: block;
	overflow: visible;
	width: 190px;
	text-align: center;
}

.margin_r_10px {
	margin-right: 10px;
}

.margin_r_20px {
	margin-right: 20px;
}

.margin_r_20px {
	margin-right: 30px;
	margin-bottom: 30px;
}

.margin_l_10px {
	margin-left: 10px;
}

.margin_l_20px {
	margin-left: 20px;
}

.margin_minus_10px {
	margin-left: -10px;
}

.margin_b_5px {
	margin-bottom: 5px;
}

.margin_b_10px {
	margin-bottom: 10px;
}

.margin_b_20px {
	margin-bottom: 20px;
}

.margin_b_30px {
	margin-bottom: 30px;
}

.margin_b_50px {
	margin-bottom: 50px;
}

.width_200px {
	width: 200px;
}

.width_470px {
	width: 470px;
}

.width_660px {
	width: 660px;
}

.padding_8px {
	padding: 8px;
}

.padding_t_8px {
	padding-top: 8px;
}

/*****************************************************************************
見出し、段落、文字強調など
 *****************************************************************************/
h1 {
	font-size: 80%;
	line-height: 32px;
	margin: 0px;
	height: 32px;
	font-weight: normal;
	color: #CCC;
	width: 510px;
	display: block;
	text-align: right;
	float: right;
	padding: 0px;
}

h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	line-height: 1;
	color: #000;
}

.h2_01 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #000;
	display: block;
	background-image: url(../img_com/bg_title.png);
	background-repeat: no-repeat;
	width: 680px;
	margin-bottom: 35px;
	padding-bottom: 20px;
	font-size: 210%;
	background-position: right bottom;
	line-height: 1.3;
}

body#mn01 .h2_01 {
	display: none;
}

.h2_title {
	margin-bottom: 10px;
	font-size: 130%;
}

.h3_01 {
	color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* [disabled]background-color: #F2FBFF; */
	padding-top: 5px;
	list-style-type: circle;
}

.h3_02 {
	margin-bottom: 8px;
	padding-top: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 130%;
	color: #000;
}

.h3_05 {
	margin-bottom: 8px;
	padding-top: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 150%;
}

.h3_05 a {
	color: #333;
}

.h3_05 a:hover {
	/* [disabled]text-decoration: none; */
}

.h3_06 {
	margin-bottom: 8px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 140%;
	line-height: 1;
	padding-top: 0px;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.p_lead {
	font-size: 130%;
	color: #333;
	font-weight: bold;
}

.p_lead_01 {
	line-height: 1;
	margin-bottom: 20px;
}

.p_lead_02 {
	font-size: 120%;
	color: #333;
	font-weight: bold;
}

.p_lead_03 {
	font-size: 130%;
	color: #1D4BB7;
	font-weight: bold;
}

.p_formal {
	/* [disabled]text-indent: 1em; */
	line-height: 1.5;
	font-size: 110%;
	margin-bottom: 0.5em;
}

.strong_01 {
	font-size: 120%;
}

.strong_02 {
	font-size: 120%;
}

.strong_03 {
	color: #666666;
}

.strong_04 {
	font-size: 140%;
}

.strong_05 {
	font-size: 150%;
}

.strong_06 {
	font-size: 160%;
}

.strong_07 {
	font-size: 120%;
	color: #000;
	background-color: #B8A185;
	padding: 5px;
	margin-bottom: 8px;
}

.strong_08 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

.strong_09 {
	font-weight: bold;
	color: #333333;
}

.strong_10 {
	font-weight: bold;
	color: #000;
}

.eventName_00 {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

.eventName_01 {
	font-size: 120%;
	color: #0069B7;
	font-weight: bold;
}

.eventName_02 {
	font-size: 120%;
	color: #E52258;
	font-weight: bold;
}

.eventTime {
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
}

.red {
	color: #F00;
}

.blue {
	color: #4F57AE;
}

.purple {
	color: #801B70;
}

.black {
	color: #000;
}

.error {
	font-size: 80%;
	color: #F60;
}

.new {
	color: #FF0000;
	margin-left: 10px;
}

.must {
	color: #F00;
	margin-left: 1em;
	font-size: 90%;
	font-weight: normal;
}

.small_01 {
	font-size: 90%;
	/* [disabled]color: #666; */
	font-weight: normal;
}

.small_02 {
	font-size: 80%;
	/* [disabled]color: #666; */
	font-weight: normal;
}

.small_03 {
	font-size: 70%;
	/* [disabled]color: #666; */
	font-weight: normal;
}

.bg_color_01 {
	background-color: #FFFCF5;
}

.bg_color_02 {
	background-color: #9E4AA2;
}

.bg_color_03 {
	background-color: #BD321F;
}

.bg_color_04 {
	background-color: #34A12D;
}

.bg_color_05 {
	background-color: #BF1068;
	color: #FFFFFF;
}

.bg_color_06 {
	background-color: #F37F06;
}

.bg_color_07 {
	background-color: #60AED5;
}

.bg_color_08 {
	background-color: #55291A;
}

.bg_color_09 {
	background-color: #07A749;
}

.bg_color_10 {
	background-color: #D7222A;
}

.bg_color_11 {
	background-color: #D9236E;
}

.bg_color_12 {
	background-color: #C34F2F;
}

.input_01 {
	padding: 5px;
	color: #333;
	margin: 5px 10px 10px 5px;
	background-color: #FCF8F1;
}

/*****************************************************************************
画像
 *****************************************************************************/
.img_01 {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.img_02 {
	border: 1px solid #A77132;
	padding: 4px;
}

/*****************************************************************************
リスト
 *****************************************************************************/
ul {
	margin: 0px;
	padding: 0px;
}

.ul_01 {
	list-style-type: none;
}

.ul_01 li a {
	display: block;
	margin-bottom: 1px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../img_com/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 5px 13px;
	padding-left: 15px;
	background-color: #F6F6F6;
	padding-top: 8px;
	margin-top: 1px;
}

.ul_01 li a:hover {
	background-color: #E9E9E9;
	text-decoration: none;
	background-image: url(../img_com/arrow_03.gif);
}

.ul_02 {
	list-style-type: none;
}

.ul_02 li {
	background-image: url(../img_com/arrow_01.png);
	background-position: 5px 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	line-height: 1.2;
}

.ul_banner {
	margin-bottom: 20px;
	list-style-type: none;
}

.ul_banner li a {
	list-style-type: none;
	display: block;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height: 1.2;
	padding-bottom: 13px;
	padding-top: 13px;
	padding-right: 0px;
	padding-left: 10px;
	background-image: url(../img_com/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 3px 13px;
	color: #03C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.ul_banner li a:hover {
	color: #000;
	background-color: #EEE;
	text-decoration: none;
}

/*.ul_banner li a {
	list-style-type: none;
	display: block;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	line-height: 1.2;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	background-image: url(../img_com/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	font-size: 95%;
}

.ul_banner li a:hover {
	color: #09F;
}

.ul_banner li:hover {
	background-color: #6D4F28;
	text-decoration: underline;
	color: #06F;
}
*/
/*****************************************************************************
ヘッダ
 *****************************************************************************/
#area_header {
	height: 140px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #866335;
}

body#mn01 #area_header { /*TOPページのみのエリア設定*/
	margin-bottom: 46px;
}

#block_header {
	height: 140px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../img_com/header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#box_header_logo {
	float: left;
}

#box_header_logo a {
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-indent: -9999px;
}

#box_main_navi {
	float: right;
	height: 108px;
	width: 620px;
	background-image: url(../img_com/mn.png);
	background-repeat: no-repeat;
	margin-top: 0px;
}

#box_header_l {
	float: left;
	/* [disabled]width: 470px; */
	display: block;
}

#box_header_r {
	float: right;
	width: 510px;
	height: 58px;
	color: #CCC;
	text-indent: -9999px;
	display: block;
}

/*****************************************************************************
メインナビ
 *****************************************************************************/
#block_main_navi {
	display: block;
	height: 50px;
	width: 960px;
}

#ul_main_navi {
	list-style-type: none;
	width: 960px;
	display: block;
	height: 50px;
}

#mn_01 a,
#mn_02 a,
#mn_03 a,
#mn_04 a,
#mn_05 a,
#mn_06 a,
#mn_07 a,
#mn_08 a,
#mn_09 a,
#mn_10 a {
	background-image: url(../img_com/mainNavi.png);
	display: block;
	text-indent: -9999px;
	height: 50px;
}

#mn_01,
#mn_01 a {
	width: 88px;
	background-position: -0px -0px;
}

#mn_02,
#mn_02 a {
	width: 101px;
	background-position: -88px -0px;
}

#mn_03,
#mn_03 a {
	width: 131px;
	background-position: -189px -0px;
}

#mn_04,
#mn_04 a {
	width: 131px;
	background-position: -320px -0px;
}

#mn_05,
#mn_05 a {
	width: 131px;
	background-position: -451px -0px;
}

#mn_06,
#mn_06 a {
	width: 117px;
	background-position: -582px -0px;
}

#mn_07,
#mn_07 a {
	width: 147px;
	background-position: -699px -0px;
}

#mn_08,
#mn_08 a {
	width: 114px;
	background-position: -846px -0px;
}

#mn_09,
#mn_09 a {
	width: 114px;
	background-position: -846px -0px;
}

#mn_10,
#mn_10 a {
	width: 114px;
	background-position: -846px -0px;
}

#mn_01,
#mn_02,
#mn_03,
#mn_04,
#mn_05,
#mn_06,
#mn_07,
#mn_08,
#mn_09,
#mn_10 {
	/* [disabled]display: block; */
	height: 50px;
	/* [disabled]text-indent: -9999px; */
	float: left;
}

#mn_01 a:hover,
#mn_02 a:hover,
#mn_03 a:hover,
#mn_04 a:hover,
#mn_05 a:hover,
#mn_06 a:hover,
#mn_07 a:hover,
#mn_08 a:hover,
#mn_09 a:hover,
#mn_10 a:hover {
	background-image: url(../img_com/mainNavi_s3.png);
}

#ul_main_navi li {
	float: left;
	display: inline;
	text-indent: -9999px;
}




/******************
ハイライト設定
 ******************/
body#mn01 #mn_01 a,
body#mn02 #mn_02 a,
body#mn03 #mn_03 a,
body#mn04 #mn_04 a,
body#mn05 #mn_05 a,
body#mn06 #mn_06 a,
body#mn07 #mn_07 a,
body#mn08 #mn_08 a,
body#mn09 #mn_09 a,
body#mn10 #mn_10 a {
	background-image: url(../img_com/mainNavi_s2.png);
}

/*****************************************************************************
 ヘッダ内サブナビゲーション
 *****************************************************************************/
#ul_header_sub {
	height: 25px;
	width: 194px;
	display: block;
	margin-top: 10px;
	color: #FFF;
}
#ul_header_sub li {
	list-style-type: none;
	float: left;
}

#header_sn_02 a {
	height: 25px;
	width: 109px;
	display: block;
	text-indent: -9999px;
	/* [disabled]background-image: url(../img_com/header.png); */
	background-position: -851px -42px;
	color: #FFF;
}

#header_sn_01 a {
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 54px;
	background-image: url(../img_com/header.png);
	background-repeat: no-repeat;
	background-position: -766px -42px;
	margin-right: 31px;
}

#header_sn_01 a:hover,
#header_sn_02 a:hover {
	/* [disabled]background-image: url(../img_com/header_s2.png); */
	color: #FFF;
	background-color: #FFF;
	display: block;
}

body#mn07	#header_sn_01 a,
body#mn08	#header_sn_02 a {
	background-image: url(../img_com/header_s3.png);
}

/*****************************************************************************
フォントサイズ切り替え
 *****************************************************************************/
#font_size {
	width: 140px;
	list-style-type: none;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	float: right;
}

#font_size li {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 21px;
	font-size: 30%;
}

#fs_title {
	background-image: url(../img_com/fs_01.gif);
	background-repeat: no-repeat;
	width: 80px;
	display: block;
	height: 21px;
}

#fs_m a {
	background-image: url(../img_com/fs_02.gif);
	background-repeat: no-repeat;
	width: 30px;
	display: block;
	height: 21px;
}

#fs_l a {
	background-image: url(../img_com/fs_03.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 21px;
	display: block;
}

/*****************************************************************************
フッタ
 *****************************************************************************/
#area_footer {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 15px;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #866335;
}

#block_footer {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0px top;
}

#footer_logo {
	/* [disabled]height: 102px; */
	width: 250px;
	/* [disabled]margin-right: 30px; */
	text-indent: -9999px;
	margin-bottom: 20px;
}

#footer_logo a {
	background-image: url(../img_com/footer_logo.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 250px;
	display: block;
	text-indent: -9999px;
}

#Logo_Renaissance {
	width: 175px;
	height: 100px;
	display: block;
	background-image: url(../img_com/Logo_Renaissance.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 30px;
	text-indent: -9999px;
	margin-top: 67px;
}

#Logo_100th {
	width: 116px;
	height: 100px;
	display: block;
	background-image: url(../img_com/Logo_Okazaki100th.png);
	background-repeat: no-repeat;
	float: left;
	text-indent: -9999px;
	margin-top: 67px;
}

#box_address {
	font-size: 85%;
	/* [disabled]width: 250px; */
}

address {
	font-style: normal;
	/* [disabled]background-image: url(../img_com/footer_address.png); */
	background-repeat: no-repeat;
	/* [disabled]padding-top: 30px; */
	color: #333;
	/* [disabled]width: 400px; */
	white-space: nowrap;
	display: block;
	/* [disabled]margin-bottom: 20px; */
}

.p_copyright {
	font-size: 85%;
	color: #333333;
	text-align: center;
	/* [disabled]margin-top: 80px; */
}

/*****************************************************************************
コンテンツエリア設定
 *****************************************************************************/
 #area_contents {
	text-align: center;
	width: 100%;
	display: block;
	overflow: hidden;
}

#contents {
	float: left;
	width: 680px;
	display: block;
	margin-left: 15px;
}

/*body#mn01 #contents {
	float: left;
	width: 620px;
	margin-left: 0px;
}
*/

#block_contents { /*下層ページのコンテンツ*/
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../img_com/area_contents_middle.png);
	text-align: left;
	overflow: hidden;
}

/*****************************************************************************
メインフォトの設定
 *****************************************************************************/
 #area_main_photo {
	text-align: center;
	width: 100%;
	background-image: url(../img/bg_main_photo.png);
	background-repeat: repeat-x;
}

#block_main_photo {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	/*height: 440px;*/
	height: 230px;
}

#block_main_photo img {
}

.ul_main_photo {
	padding: 0px;
	list-style-type: none;
	height: 440px;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}


/*****************************************************************************
バナー
 *****************************************************************************/
#box_banner {
	float: right;
	width: 240px;
	margin-right: 20px;
	margin-left: 0px;
}

/*****************************************************************************
サイドナビ
 *****************************************************************************/
body#mn01 #side_navi {
	/* [disabled]float: right; */
	width: 230px;
	margin-right: 0px;
}

#side_navi {
	/* [disabled]float: right; */
	width: 230px;
	display: block;
}

.side_navi_02 {
	float: right;
	width: 220px;
}

.ul_side_navi_01 {
	list-style-type: none;
}

.ul_side_navi_02 {
	list-style-type: none;
	padding-top: 30px;
}

.ul_side_navi_02 li {
	line-height: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

.box {
	overflow: hidden;
	display: block;
}

.box_01 {
	margin-bottom: 40px;
}


/*****************************************************************************
トピックパス
 *****************************************************************************/
#area_topic_path {
	height: 25px;
	width: 100%;
	text-align: center;
	display: block;
	float: right;
	margin-bottom: 10px;
	overflow: hidden;
}

#block_topic_path {
	text-align: left;
	height: 25px;
	width: 960px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#tp_home {
}

#tp_home a {
	background-image: url(../img_com/tp_home.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 38px;
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
	display: block;
	background-position: 0px center;
}

.ul_tp {
	list-style-type: none;
	text-align: left;
	display: block;
	float: left;
	width: 737px;
	height: 25px;
	background-repeat: no-repeat;
}

.ul_tp li {
	height: 25px;
	background-image: url(../img_com/bg_tp.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	display: block;
	float: left;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 12px;
	color: #000;
	line-height: 25px;
	margin-right: 10px;
	font-size: 85%;
}

.ul_tp a {
	color: #000;
	text-decoration: underline;
}

/*****************************************************************************
TOPニュースエリア
 *****************************************************************************/
#box_news {
	width: 660px;
	width: 680px;
	/* [disabled]float: left; */
	margin-bottom: 20px;
}

.box_news_headline {
	background-image: url(../images2/ornament_middle.gif);
	background-repeat: repeat-y;
	height: 500px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.ul_headline {
}

.ul_headline li {
	display: block;
	list-style-type: none;
}

.ul_headline li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 662px;
	width: 664px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #666;
}

.ul_headline li a:hover {
	background-color: #E9E9E9;
	text-decoration: none;
	color: #900;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #900;
	margin-bottom: 1px;
}

.headlineTitle {
	display: block;
	font-size: 118%;
	line-height: 1;
	margin-bottom: 5px;
}

.dl_headline {
	margin: 0px;
	padding: 0px;
	display: none;
}

.dl_headline dt {
	margin-bottom: 3px;
	line-height: 1.5;
	padding-top: 8px;
	padding-bottom: 2px;
	overflow: hidden;
	font-size: 90%;
	color: #666666;
}

.dl_headline dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
	display: block;
	line-height: 1.2;
	padding-top: 3px;
	margin-left: 0px;
	font-size: 120%;
}

.label_headline_new {
	background-image: url(../img_com/label_new.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 29px;
	text-indent: -9999px;
	float: right;
	margin-top: 8px;
	background-position: 0px 0px;
	margin-left: 20px;
}

/*****************************************************************************
ページトップエリア
 *****************************************************************************/
#area_page_top {
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	background-image: url(../img_com/bg_footer.png);
	background-repeat: repeat-x;
}

#block_page_top {
	text-align: center;
	width: 76px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.page_top a {
	background-repeat: no-repeat;
	height: 12px;
	width: 129px;
	display: block;
}

/*****************************************************************************
ページナビ
 *****************************************************************************/
#area_page_navi {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.p_page_navi {
	font-size: 90%;
}

.p_page_navi a {
	color: #000;
}

.p_page_navi a:hover {
}

/*****************************************************************************
テーブルの装飾
 *****************************************************************************/
.table_sdle {
	/* [disabled]margin-bottom: 50px; */
	width: 680px;
}

.table_sdle caption {
	text-align: left;
	font-size: 3em;
	color: #5F4B72;
	font-weight: bold;
	text-shadow: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, serif;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	padding-right: 7px;
	padding-left: 0px;
	padding-bottom: 3px;
}

.table_sdle th {
	/* [disabled]background-color: #F0F0F0; */
	white-space: nowrap;
	text-align: center;
	color: #FFFFFF;
	font-size: 110%;
	text-shadow: 0px 1px 0px #000000;
	padding: 5px;
	height: 30px;
	vertical-align: middle;
	font-weight: normal;
}

.table_sdle td {
	padding: 5px;
	/* [disabled]font-size: 95%; */
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}






.table_sdle_02 {
	/* [disabled]margin-bottom: 50px; */
	width: 680px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.table_sdle_02 caption {
	text-align: left;
	font-size: 1.6em;
	color: #5F4B72;
	font-weight: bold;
	text-shadow: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, serif;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	padding-right: 7px;
	padding-left: 0px;
	padding-bottom: 3px;
}

.table_sdle_02 th {
	white-space: nowrap;
	text-align: center;
	color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 110%;
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFFFFF;
	padding: 10px;
}

.table_sdle_02 td {
	padding: 5px;
	/* [disabled]font-size: 90%; */
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}








.table_01 {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #A77132;
}

.table_01 caption {
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0px;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

.table_01 th {
	background-color: #7C5D31;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A77132;
	white-space: nowrap;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
}

.table_01 td {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A77132;
	background-color: #886333;
	font-size: 90%;
}

.table_02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.table_02 caption {
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0px;
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	/* [disabled]text-shadow: 1px 1px 1px #CCC; */
}

.table_02 th {
	background-color: #F2F2F2;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	white-space: nowrap;
	text-align: center;
	line-height: 1.2;
	color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.table_02 td {
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	/* [disabled]font-size: 90%; */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.table_03 {
}

.table_03 caption {
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0px;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	text-shadow: 1px 1px 1px #CCC;
}

.table_03 th {
	background-color: #F2F2F2;
	padding: 8px;
	white-space: nowrap;
	text-align: center;
	line-height: 1.2;
	color: #000;
	}

.table_03 td {
	padding: 8px;
	background-color: #FFFFFF;
	font-size: 90%;
}

.table_03 img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.table_form {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 680px;
	margin-bottom: 20px;
}

.table_form caption {
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0px;
	font-size: 1.2em;
	color: #13597F;
	font-weight: bold;
	text-shadow: #FFF 1px 1px 1px;
}

.table_form th {
	background-color: #EEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	white-space: nowrap;
	text-align: center;
	line-height: 1.2;
	width: 200px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.table_form td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.input_button {
	padding: 20px;
	color: #000000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	font-size: 400%;
	margin-top: 30px;
	margin-right: 3px;
	margin-bottom: 50px;
	margin-left: 3px;
}

.input_button:hover {
	color: #000000;
	background-color: #FFFDF9;
}

.table_profile {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-left: 10px;
}

.table_profile caption {
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0px;
	font-size: 1.2em;
	color: #900;
	font-weight: bold;
	text-shadow: #FFF 1px 1px 1px;
}

.table_profile th {
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	white-space: nowrap;
	text-align: right;
	line-height: 1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	color: #000;
	background-image: url(../img_com/bg_01.png);
	vertical-align: top;
}

.table_profile td {
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	background-image: url(../img_com/bg_01.png);
	line-height: 1;
}

/*****************************************************************************
昨年の様子
*****************************************************************************/
.Gallery_2Column {
	display: flex;
	flex-wrap: wrap;
	---background: #FBBFC0;
	justify-content: space-between;
}

.Gallery_2Column_Item_01 {
	---background-color: #DABCFB;
	margin-bottom: 18px;
}

.Gallery_2Column_Item_01 img {
	width: 325px;
	height: auto;
	padding: 2px;
	border: 1px solid #CCC;
}


/*****************************************************************************
定義リスト
 *****************************************************************************/
.dl_01 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 100px;
}

.dl_01 dt {
	font-weight: bold;
	color: #000;
	width: 100px;
	display: block;
	float: left;
}

.dl_01 dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	float: left;
	display: block;
	margin-left: 0px;
	width: 500px;
	margin-top: -20px;
	padding-left: 100px;
}

/*****************************************************************************
CMSへの装飾
 *****************************************************************************/
.columnImage { /*画像へ鏡面処理*/
	/* [disabled]border: 1px solid #CCC; */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 7px;
	/* [disabled]background-image: url(../img_com/shadow_blog_main_photo.gif); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: bottom; */
	/* [disabled]padding-bottom: 21px; */
}

.caption {
	font-size: 85%;
	color: #999;
	text-align: right;
	margin-bottom: 10px;
}

/* biggerlink */
.bl-hover {
	background-color: #F5F5F5;
	color: #000;
}

.bl-hover a {
	text-decoration: none;
}

.frame_radius_5px { /*画像角丸*/
	border-radius: 5px;
}

.box_entry_navi {
	/* [disabled]width: 330px; */
	margin-left: 157px;
}

.box_entry_navi_old { /*古い記事*/
	background-image: url(../img_com/btn_back_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 92px;
	/* [disabled]text-indent: -9999px; */
	/* [disabled]overflow: hidden; */
	margin-right: 20px;
}

.box_entry_navi_new { /*新しい記事*/
	background-image: url(../img_com/btn_next_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 92px;
	/* [disabled]text-indent: -9999px; */
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* [disabled]overflow: hidden; */
}

.box_entry_navi_list {
	display: block;
	float: left;
	height: 21px;
	width: 92px;
	margin-right: 20px;
}

.boxSchedule_01 {
	background-color: #FF9933;
	display: block;
	padding: 8px;
	color: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.8;
}

.boxSchedule_02 {
	background-color: #663399;
	display: block;
	padding: 8px;
	color: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.8;
}

#blog_side_menu {
	float: left;
	width: 200px;
}

.ul_blog_side_menu {
	list-style-type: none;
	font-size: 95%;
}

.ul_blog_side_menu li {
	background-image: url(../img_com/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	/* [disabled]background-color: #FFF1E0; */
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 16px;
	text-shadow: #FFF 0px 2px 0px;
}

/*
.ul_blog_side_menu li:hover {
	background-color: #F6F6F6;
	background-image: url(../img_com/arrow_02_s2.gif);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
*/

.ul_blog_side_menu li a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: -6px 10px;
}

/*.ul_blog_side_menu li a:hover {
	color: #000;
	text-decoration: none;
}
*/
.img_inquiry_flow {
	margin-bottom: 30px;
}

.border_vertical_01 {
	width: 690px;
	background-image: url(../img_com/border_blog_vertical.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	float: left;
	/* [disabled]height: 500px; */
	display: block;
}

#box_article {
	width: 680px;
	width: 680px;
	float: left;
	background-position: 700px 30px;
	display: block;
	margin-left: 20px;
}

.info_date {
	font-size: 90%;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}

.h3_blog_title {
	width: 680px;
	display: block;
	line-height: 1;
	font-size: 180%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 8px;
	background-image: url(../img_com/border_blog_title.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 10px;
}

.h4_01 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F93;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.blog_date {
	font-size: 90%;
	color: #999;
	line-height: 1;
	margin-top: 0px;
	margin-right: 0px;
	/* [disabled]margin-bottom: 25px; */
	margin-left: 0px;
}

.box_sn_categories,
.box_sn_recently_entries,
.box_sn_archives {
	margin-bottom: 20px;
}

.border_dotted {
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.label_new {
	background-image: url(../img_com/info_new.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 14px;
	text-indent: -9999px;
	display: block;
	background-position: 0px 0px;
	font-size: 1px;
	margin-top: 0px;
	margin-right: 2px;
	float: left;
	margin-bottom: 0px;
	margin-left: 10px;
}

/*****************************************************************************

 *****************************************************************************/
.box_article_report {
	display: block;
	width: 660px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.box_article_report img {
	padding: 2px;
	border: 1px solid #CCC;
	background-image: url(../img_com/shadow_pdf.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}

.block_report_left {
	float: left;
	margin-right: 20px;
	padding-left: 5px;
}

.block_report_right {
	float: right;
	width: 414px;
}

.box_pdf_shadow {
	background-image: url(../img_com/shadow_pdf.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}

.box_page_link {
/*	margin-top: -45px;
*/}

.text_navi_02 {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.text_navi_02 a {
	color: #666;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #ECECEC;
}

.text_navi_02 a:hover {
	border-radius: 10px;
	background-color: #DCDCDC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
}


.radius_01 {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: rgba(255,255,255,0.5);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.radius_02 {
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #FEF7E8;
}

.border_article {
	background-image: url(../img_com/border_article.gif);
	background-position: center top;
	float: left;
	height: 260px;
	width: 40px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}

.LinkFile_01 {
	padding: 8px;
	border: 1px solid #D2D2D2;
	background-color: rgba(236,236,236,0.5);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 5px;
	overflow: hidden;
	display: block;
	text-shadow: 0px 2px 0px #FFFFFF;
}

.LinkFile_01:hover {
	background-color: rgba(217,217,217,0.5);
	color: #9E1E2A;
	text-decoration: none;
}

/*****************************************************************************
ソーシャルに関する装飾
 *****************************************************************************/
/*SNSボタン用　親box*/
.box_common_01 {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 330px;
	float: right;
}

/*SNSボタン用　子box*/
.box_snsBtn {
	float: left;
	padding-right: 5px;
}

/*twitterボタン用余白調整*/
iframe.twitter-share-button {width: 95px!important;}

.box_Fb {
	display: block;
	height: 300px;
	width: 680px;
}

.box_Fb_02 {
	display: block;
	height: 300px;
	width: 200px;
}

/*****************************************************************************
acmsを上書き
 *****************************************************************************/
.acms-text-error {
	font-size: 85%;
	color: #F00;
	line-height: 1.8;
	text-indent: -1em;
}

.acms-entry p {
	/* [disabled]text-indent: -1em; */
}

/*****************************************************************************
Google検索窓に対する上書き用CSS
 *****************************************************************************/
#___gcse_0 {
	margin: 0em;
	padding: 0px;
}

#___gcse_0 .gsc-control-cse {
	margin: 0em;
	padding: 0px;
}

#___gcse_0 .gsc-search-box-tools {
	margin-bottom: 0px;
}

#___gcse_0 .gsc-search-box {
	margin-bottom: 0px;
}

.gsc-input {
	margin-bottom: 0px;
}

input {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*****************************************************************************
ボタンデザイン
 *****************************************************************************/
.btn_01 {
}

.btn_01 a {
	border: 1px double #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* [disabled]text-shadow: 0px 1px 0px #000; */
	font-size: 130%;
	line-height: 1;
	background-color: #A48FC6;
	background-image: url(img_com/arrow_04.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	/* [disabled]font-weight: bold; */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	display: block;
}

.btn_01 a:hover {
	background-color: #6F4BB9;
}

/******************
インプットボタンへの装飾
 ******************/
 /*ボタン共通*/
.InputBtn_01,
.InputBtn_02,
.InputBtn_03,
.InputBtn_04 {
	display: inline-block;
	padding: 7px 10px;
	border: 1px solid #a7a7aa;
	border-radius: 3px;
	background-color: #ccc;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	text-shadow: 0px 1px 0px #FFF;
}

.InputBtn_03 {
	border: 1px solid #929292;
}

.InputBtn_01 { /*汎用ボタン*/
	background-color: #e1e1e1;
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(244,244,244) 0%,rgb(221,221,221) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(244,244,244)),color-stop(1, rgb(221,221,221)));
	background-image:-webkit-linear-gradient(-90deg,rgb(244,244,244) 0%,rgb(221,221,221) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(244,244,244) 0%,rgb(221,221,221) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(244,244,244) 0%,rgb(221,221,221) 100%);
	background-image:linear-gradient(180deg,rgb(244,244,244) 0%,rgb(221,221,221) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff4f4f4,endColorstr=#ffdddddd,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff4f4f4,endColorstr=#ffdddddd,GradientType=0);
	color: #333;
}

.InputBtn_02 { /*ログインボタンなど*/
	background-image: -moz-linear-gradient(50% 0% -90deg,rgb(0,90,237) 0%,rgb(1,67,178) 100%);
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(0,90,237)),color-stop(1, rgb(1,67,178)));
	background-image: -webkit-linear-gradient(-90deg,rgb(0,90,237) 0%,rgb(1,67,178) 100%);
	background-image: -o-linear-gradient(-90deg,rgb(0,90,237) 0%,rgb(1,67,178) 100%);
	background-image: -ms-linear-gradient(-90deg,rgb(0,90,237) 0%,rgb(1,67,178) 100%);
	background-image: linear-gradient(180deg,rgb(0,90,237) 0%,rgb(1,67,178) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff005aed,endColorstr=#ff0143b2,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff005aed,endColorstr=#ff0143b2,GradientType=0);
	color: #FFF !important;
	text-shadow: 0px 2px 10px #666;
	/* [disabled]width: 90%; */
	padding-top: 15px;
	padding-bottom: 15px;
}

.InputBtn_03 { /*削除ボタンなど*/
	background-image: -moz-linear-gradient(50% 0% -90deg,rgb(255,168,165) 0%,rgb(255,0,0) 100%);
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,168,165)),color-stop(1, rgb(255,0,0)));
	background-image: -webkit-linear-gradient(-90deg,rgb(255,168,165) 0%,rgb(255,0,0) 100%);
	background-image: -o-linear-gradient(-90deg,rgb(255,168,165) 0%,rgb(255,0,0) 100%);
	background-image: -ms-linear-gradient(-90deg,rgb(255,168,165) 0%,rgb(255,0,0) 100%);
	background-image: linear-gradient(180deg,rgb(255,168,165) 0%,rgb(255,0,0) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffa8a5,endColorstr=#ffff0000,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffa8a5,endColorstr=#ffff0000,GradientType=0);
	color: #FFF !important;
	text-shadow: 0px 2px 10px #666;
}

.InputBtn_04 { /*ログアウトボタンなど*/
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(203,126,123) 0%,rgb(203,126,123) 45%,rgb(155,16,0) 49%,rgb(155,16,0) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(203,126,123)),color-stop(0.45, rgb(203,126,123)),color-stop(0.49, rgb(155,16,0)),color-stop(1, rgb(155,16,0)));
	background-image:-webkit-linear-gradient(-90deg,rgb(203,126,123) 0%,rgb(203,126,123) 45%,rgb(155,16,0) 49%,rgb(155,16,0) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(203,126,123) 0%,rgb(203,126,123) 45%,rgb(155,16,0) 49%,rgb(155,16,0) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(203,126,123) 0%,rgb(203,126,123) 45%,rgb(155,16,0) 49%,rgb(155,16,0) 100%);
	background-image:linear-gradient(180deg,rgb(203,126,123) 0%,rgb(203,126,123) 45%,rgb(155,16,0) 49%,rgb(155,16,0) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcb7e7b,endColorstr=#ff9b1000,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcb7e7b,endColorstr=#ff9b1000,GradientType=0);
	color: #FFF !important;
	text-shadow: 0px 2px 10px #666;
}


/*ボタン：hover/active*/
.InputBtn_01:hover,
.InputBtn_02:hover,
.InputBtn_03:hover,
.InputBtn_04:hover {
	border: 1px solid #666;
	text-decoration: none;
	color: #242288;
}

.InputBtn_02:hover {
	border: 1px solid #000;
}

.InputBtn_01:active,
.InputBtn_02:active,
.InputBtn_03:active,
.InputBtn_04:active {
	border: 1px solid #000;
	background-color: #e1e1e1;
	box-shadow: inset 0px 1px 3px #999;
	color: #000;
	text-decoration: none;
}

.InputBtn_02:active,
.InputBtn_03:active,
.InputBtn_04:active {
	box-shadow: inset 0px 1px 3px #666;
}
