@charset "UTF-8";

/*
Theme Name: movie
Theme URI: http://www.showtem.com/
Description: 
Author: SoftUnique
Author URI: http://www.softunique.jp/
*/


@import "css/reset.css";
@import "css/table.css";
@import "css/flow.css";

/*---------------------------------------*/
/*　　　　　　サイト基本設定　　　　　　*/ 
/*----------------------------------------*/

/*　背景設定　*/

body {
	font-family: 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3' ,sans-serif;
	background: #FFE1DF url(images/.gif) repeat-y center top ;
	text-align: center;
}

/*　リンク設定　　*/

a {
	color: #0178FA;
}

a:hover {
	color:#fb6b01;
	background: #FFFACD;	
}


/*　全体枠設定　*/

#wrap {
	margin: 0 auto 0 auto;
	width: 780px;
	text-align: left;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
/*	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;*/
	background: #FFFFFF;

}

	#wrap .tit {
		background: url(images/.gif) no-repeat bottom left;
		margin:0;
	}

	#wrap .tit h1 {
		float: left;
		color: #333333;
		font-weight: normal;
		line-height: 155%;
		font-size: 13px;
		padding: 0 0 0 10px;
	}


	#wrap .tit p {
		color: #333333;
		font-weight: normal;
		font-size: 13px;
		text-align: right;
		line-height: 155%;
		padding: 0 10px 0 5px;
	}

	#wrap .tit a {
		color: #333333;
		text-decoration: none;
	}

	#wrap .tit a:hover {
		color: #2356B0;
		background: #E4F2FD;
		text-decoration: none;
	}


/*----------------------------------------*/
/*　　　　　　ヘッダー設定　　　　　　　　*/
/*----------------------------------------*/

#header {
	width: 780px;
	margin:0;	padding: 0;
}

#header .titleback {
	background: url(images/header2.jpg) no-repeat top left;
	width: 780px;
	height: 405px;

}

	#header .navi {
		clear:both;
		width: 780px;
		height:36px;
	}

	#header .navi ul {
		font-size: 15px;
/*		font-weight: bold; */
		text-align: center;
		margin: 0; padding:0;
		float: left;
	}

	#header .navi ul li {
		display: inline;
	}

	#header .navi ul li.page_item a {
		width: 156px;
		height:36px;
		font-size: 15px;
		padding: 10px 0 0 0;
		background: url(images/navi.gif) no-repeat left top;
		color: #FFFFFF;
		text-decoration: none;
		float: left;
	}

	#header .navi ul li.page_item a:hover {
		color: #FFFFFF;
		background:url(images/navi.gif) no-repeat right top;
	}

	#header .navi ul li.current_page_item a {
		width: 156px;
		height:36px;
		padding: 10px 0 0 0;
		background:url(images/navi.gif) no-repeat right top;
		color: #FFFFFF;
		text-decoration: none;
	}

	#header .navi ul li.current_page_item a:hover {
		background:url(images/navi.gif) no-repeat right top;
	}

		#header .navi ul li.page_item_ask a {
			width: 156px;
			height:36px;
			font-size: 15px;
			padding: 10px 0 0 0;
			background: url(images/navi_last.gif) no-repeat left top;
			color: #FFFFFF;
			text-decoration: none;
			float: left;
		}

		#header .navi ul li.page_item_ask a:hover {
			color: #FFFFFF;
			background:url(images/navi_last.gif) no-repeat right top;
		}

		#header .navi ul li.current_page_ask a {
			width: 156px;
			height:36px;
			font-size: 15px;
			padding: 10px 0 0 0;
			background:url(images/navi_last.gif) no-repeat right top;
			color: #FFFFFF;
			text-decoration: none;
			float: left;
		}

		#header .navi ul li.current_page_ask a:hover {
			background:url(images/navi_last.gif) no-repeat right top;
		}



/*-----------------------------------------*/
/*　　　　　　メイン設定　　　　　　　　　*/
/*----------------------------------------*/

#main_wrap {
	clear:both;
	background: url(images/.gif) repeat-x top left;
	text-align: justify;
	overflow: hidden;
	text-align: left;
	width: 780px;
}

/*　パンくずリスト　*/

	#main_wrap .bread {
		position: absolute;
		width: 700px;
		top:11px;
		left: 12px;
		font-size: 12px;
		line-height: 140%;
		color:#555555;
		padding: 0;
	}

		#main_wrap .bread a {
			color:#2356b0;
		}
	
		#main_wrap .bread a:hover {
			color:#fb6b01;
		}

#searchbox {
	position: absolute;
	display: inline;
	top: 7px;
	left:591px;
}

#searchbox1 {
	display: inline;
	width:90%;
	margin: 10px 10px 60px 0; padding:0;
}

	#searchbox .search-box {
		float: left;
		background: url(images/search-bg.gif) no-repeat;
		font-size: 12px;
		border: #B6C9D3 solid;
		border-width: 1px 0 1px 1px;
		width: 150px;
		height: 15px;
		padding:3px 0 3px 5px;
		margin:0;
	}

	* html #searchbox .search-box { /* ie6ハック*/
		float: none;
	}

	#searchbox1 .search-box1 {
		float: left;
		background: url(images/search-bg.gif) no-repeat;
		font-size: 12px;
		border: #B6C9D3 solid;
		border-width: 1px 0 1px 1px;
		width: 150px;
		height: 15px;
		padding:3px 0 3px 5px;
		margin: 0 0 0 35px;
	}

	* html #searchbox1 .search-box1 { /* ie6ハック*/
		float: none;
	}


	#searchbox .search-button {
		background:url(images/search-button.gif) no-repeat;
		border: 0;
		width:23px; height: 23px;
		padding:3px 0 3px 5px; margin:0;
	}

	#searchbox1 .search-button1 {
		background:url(images/search-button.gif) no-repeat;
		border: 0;
		width:23px; height: 23px;
		padding:3px 0 3px 5px;
		margin: 0;
	}


/*　コンテンツスペース　*/

#content {
	clear: left;
	width: 780px;
	margin: 0;	padding: 0;
	display: inline;
}


	#content .story {
		overflow: hidden;
		width: 640px;
		margin: 0 0 20px 0;	padding: 0 70px;
	}
	
	#content .storyNext {
		overflow: hidden;
		clear:both;
		width: 640px;
		margin: 0;	padding: 30px 0 0 0;
	}


	#content .story h2,#content .storyNext h2 {
		background: url(images/h_title.gif) no-repeat top left;
		color: #FFFFFF;
		font-size: 16px;		
		line-height: 240%;
		margin: 0;	padding: 0 0 0 35px;
	}


	
	#content .story h3,#content .storyNext h3 {
			background: none;
			margin:0;padding:0;
			border-left: 7px #002B69 solid;
			border-bottom: 1px #002B69 solid;
			color: #002B69;
			font-size: 16px;
			padding: 5px 0 4px 10px;
			margin: 40px 0 15px 2px;
	}

	#content .story h4,#content .storysup h4 {
			clear: both;
			border-bottom: 1px #002B69 dotted; 
			color: #002B69;
			font-size: 16px;
			line-height: 180%;
			margin: 20px 0 0 0;	padding: 0 0 0 5px;
	}

	#content .story p {
		line-height: 180%;	
		color: #333333;
		font-size: 15px;
		margin: 20px 0 20px 0;	padding: 0 0 0 5px;
	}

	#content .storysup p {
		line-height: 180%;	
		color: #333333;
		font-size: 14px;
		margin: 0.5em 0 0.5em 0;	padding: 0 0 3px 0;
	}


	#content .story ul {
		list-style-type: none;
		line-height: 180%;
		margin: 5px 0 20px 0;
	}

	#content .story ul li {
		color: #333333;
		background: url(images/ya11r_08.gif) no-repeat 5px 8px;
		font-size: 15px;
		line-height: 180%;
		margin: 3px 5px 3px 10px;	padding: 0 0 0 20px;
	}

		#content .story ul li ul{
			list-style-type: none;
			line-height: 180%;
			margin: 5px 0 5px 0;
		}

		#content .story ul li ul li{
			color: #333333;
			font-size: 14px;
			background: url(images/ya11r_08.gif) no-repeat 5px 8px;
			line-height: 180%;
			margin: 3px 5px 3px 15px;	padding: 0 0 0 20px;
		}

	#content .story ol,#content .storyNext ol {
		list-style-type: none;
		line-height: 180%;
		margin: 3px 0 20px 0;
		padding: 0;
	}

	#content .story ol li,#content .storyNext ol li {
		color: #222222;
		background: url(images/pin16.png) #FFFCDB no-repeat 7px 9px;
		border: 1px #FDE0A3 solid;
		font-size: 14px;
		line-height: 180%;
		margin: 5px 25px 10px 28px;
		padding: 5px 0 5px 28px;
	}

	#content .story dl,#content .storyNext dl {
		list-style-type: none;
		line-height: 180%;
		margin: 5px 0 15px 0px; 
	}

	#content .story dt,#content .storyNext dt {
		color: #333333;
		background:url(images/pin16.png) #FFFCDB no-repeat 5px 6px;
		border: 1px #FDE0A3 solid;
		border-bottom: 1px #c17912 solid;
		border-right: 1px #c17912 solid;
		line-height: 180%;
		font-weight: bold;
		font-size: 14px;
		margin: 20px 0 10px 15px;
		padding: 2px 0 2px 25px;
	}

	#content .story dd,#content .storyNext dd {
		font-size: 14px;
		color: #333333;
		line-height: 180%;
		margin: 0 10px 20px 40px;
		padding: 0;
	}


#soumakun {
		color: #666666;
		text-align:center;
		margin: 10px 0 15px 0;	padding: 2px 0;
		font-size: 14px;
	}

/*　料金プラン　*/

#content .pricetable {
	width: 630px;
	text-align: center;
	margin: 15px 5px 15px 5px;
}

	#content .pricetable p {
		color:#333333;
		text-align: left;
		padding:5px 7px 5px 2px;
	}

	#content .subtitle {
		color:#333333;
		text-align: left;
		font-size: 14px;
		padding:15px 7px 5px 2px;
	}

	#content .pricetable table {
		width: 630px;
		margin: 5px 0;
		border-collapse: collapse;
		border-spacing: 0;
	}

	#content .pricetable td,#content .pricetable th {
		font-size: 13px;
		line-height: 150%;
		color:#333333;
		text-align: left;
	}

	#content .pricetable th {
		font-weight: normal;
		color:#333333;
		background-color: #FFE2BF;
		text-align:center;
		border: 1px #DFBF99 solid;
		padding: 5px 5px 5px 10px;
	}

	#content .pricetable td {
		text-align:right;
		background-color: none;
		border: 1px #DFBF99 solid;
		padding: 5px 5px 5px 10px;
	}

	#content td.pfl {
		text-align:left;
	}


		#content th.wth1 {
			width: 40%;
		}

		#content th.wth2 {
			width: 30%;
		}

		#content th.wth3 {
			width: 60%;
		}

		#content td.tath2 {
			text-align: right;
		}

/*　枠　*/

	#content .sq {
		border: 1px #FDE0A3 solid;
		background:#FFFCDB;
		padding: 10px 0;
		margin: 15px 5px 15px 5px;
	}

	#content .sq ul {
		list-style-type: none;
		line-height: 180%;
		margin: 5px 0 5px 0;
	}

	#content .sq ul li {
		color: #333333;
		background: url(images/pin16.png) no-repeat 7px 4px;
		font-size: 15px;
		line-height: 180%;
		margin: 3px 5px 3px 10px;
		padding: 0 0 0 27px;
	}


	#content .sq01 {
		border: 1px #333333 solid;
		background:#FFFCDB;
		padding: 10px 10px;
		margin: 15px 5px 20px 5px;
	}

	#content .sq01 p {
		font-size: 14px;
		padding: 7px 0 0 5px;
		margin: 0;
	}

	#content .sq02 {
		border: 1px #FDE0A3 solid;
		background:#FFFCDB;
		padding: 5px 10px;
		margin: 15px 5px 15px 5px;
	}

	#content .sq03 {
/*		border: 1px #FDE0A3 solid; */
		background:#BFF4FF;
		padding: 5px 10px;
		margin: 15px 5px 15px 5px;
	}

	#content .sq03 p {
		font-size: 14px;
		padding: 10px 0 10px 5px;
		margin: 0;
	}



/*　写真配置　*/

	#content .photoc {
		color: #666666;
		text-align:center;
		margin: 10px 0 15px 0;	padding: 2px 0;
		font-size: 13px;
	}

	#content .photor {
		float: right;
		margin: 0 0 7px 7px;	padding: 10px 0 2px 0;
	}

	#content .photol {
		float: left;
		margin: 0 12px 7px 2px;	padding: 10px 0 2px 0;
	}

	#content .photor1 {
		float: right;
		color: #555555;
		text-align:center;
		font-size: 13px;
		margin: 0 7px 7px 7px;	padding: 10px 0 5px 0;
	}

	#content .photol1 {
		float: left;
		color: #555555;
		text-align:center;
		font-size: 13px;
		margin: 0 7px 7px 7px;	padding: 10px 0 2px 0;
	}

	#content .photol2 {
		float: left;
		color: #555555;
		text-align:center;
		font-size: 13px;
		margin: 7px;	padding: 10px 0 2px 0;
	}

	#content .photoc1 {
		text-align:center;
		margin: 3px 0;	padding: 0;
	}




/*　よくある質問　*/

	#content .qa dl {
		list-style-type: none;
		line-height: 180%;
		margin: 3px 0 12px 0;
		padding: 0;
	}

	#content .qa dt {
		color: #333333;
		background: url(images/q01.gif) #FFFCDB no-repeat 5px 8px;
		line-height: 180%;
		font-weight: bold;
		margin: 25px 5px 15px 0;
		padding: 3px 0 3px 35px;
	}

	#content .qa dd {
		color: #222222;
		background: url(images/a01.gif) no-repeat 5px 5px;
		line-height: 180%;
		margin: 15px 5px 35px 0;
		padding: 0 0 0 35px;
	}

	#content .qa hr {
		width: 98%;
		text-align:center;
		border: 1px #CCCCCC dotted;
	}

/*	検索結果	*/

	#content .search {
		overflow: hidden;
		width: 550px;
		margin: 0 0 20px 0;	padding: 0;
	}

		#content .search h2 {
		background: url(images/h2_title.gif) no-repeat top left;
		color: #002B69;
		font-size: 16px;		
		line-height: 270%;
		margin: 0;	padding: 0 0 0 30px;
		}
	
		#content .search ul {
			line-height: 180%;
			margin: 3px 0 20px 25px;
			padding: 0;
		}

		#content .search ul li{
			color: #222222;
			font-size: 14px;
			line-height: 180%;
			margin: 0 25px 5px 25px;
			padding: 5px 0 5px 10px;
		}

		#content .search p {
			line-height: 180%;	
			color: #222222;
			font-size: 14px;
			margin: 1em 0 1em 1em;	padding: 3px 5px 3px 15px;
		}



/*	フォームテーブル	*/

#content .form1 {
	width: 640px;
	text-align: center;
	margin:7px 0 20px 1px;
}

	#content .form1 p {
		font-size: 13px;
		color:#333333;
		padding:5px 5px 15px 7px;
	}

	#content .form1 table {
		width: 630px;
		border:1px #EFB3B3 solid;
		margin: 5px 0 5px 0;
		border-collapse: collapse;
	}

	#content .form1 td,#content .form1 th {
		font-size: 13px;
		line-height: 150%;
		color:#333333;
		border:1px #EFB3B3 solid;
		text-align: left;
	}

	#content .form1 th {
		width: 185px;
		font-weight: bold;
		background-color: #FFEFEF;
		padding: 10px 0 10px 10px;
	}

	#content .form1 td {
		width: 335px;		
		text-align:left;
		background-color: none;
		padding: 10px 0 10px 10px;
	}

	#content .form1 textarea {
		font-size: 13px;
		line-height: 150%;
	} 

	#content .form1 input {
		margin: 2px 0 0 0;	padding: 2px 0;
	} 



#content .ERR {
	color: #d44;
}



/*　404エラーページ　*/

	#content .er {
		text-align: center;
		font-size: 15px;
		margin: 30px 0 30px 0;
	}

		#content .er p {
			font-size: 15px;
			margin: 0; padding: 10px 0;
		}


/*　分割リンク　*/

#content .navilink {
	width: 100%;
	font-size: 13px;
	text-align: center;
	margin: 0 0 30px 0;
}

/*　　問合せ枠　*/

#content .askspace {
	text-align: center;
	margin: 25px 0 15px 20px;
	padding: 15px 0 0 0;
}


/*　　テキスト右配置　*/

#content .textr {
	font-size: 13px;
	text-align: right;
	margin: 10px 0 10px 0;
}

#content .textr1 {
	font-size: 13px;
	text-align: right;
	margin: 0 10px 0 0;
}

#content .textr2 {
	font-size: 14px;
	color: #333333;
	text-align: right;
	margin: 0 10px 0 0;
}


/*　　ページトップへ　*/

#content .page_top {
	text-align: right;
	font-size: 13px;
	margin: 30px 0 30px 0;
}


/*--------------------------------------*/
/*　　　　　　左メニュー設定　　　　　　*/
/*---------------------------------------*/


#left {
	float: left;
	width: 190px;
	margin: 55px 0 20px 10px;  
	display: inline;
}

	#left .menu_img {
		border:0;
		margin:5px 0 0 0;	padding:0;
	}


/*　メニュー　*/

	#left .menu,#left .menuB {
		width: 190px;
		margin: 0;	padding:0;
		/*border: 1px #020b6f solid;*/
	}

		#left .menu h3,#left .menu h4 {
			width: 183px;
			background:url(images/menu_title.gif) no-repeat top left;
			font-size: 13px;
			color:#FFFFFF;		
			margin:0;	padding: 5px 0 4px 14px;
		}

		#left .menu_b {
			width: 188px;
/*			background: #f5f9fe;*/
			margin: 0;	padding:0 0 5px 0;
			border: 1px #becce0 solid;
		}



		#left .menu_b p {
			color: #333333;
			font-size: 13px;
			line-height: 130%;
			margin: 0;	padding: 2px 0 0 0;
		}

		#left .menu_b ul,#left .menu_b ul.page_item,
		#left .menu_b ul.current_page_item {
			list-style-type: none;
			text-align: left;
			margin: 10px 3px 0 3px;	padding:0;
		}

			#left .menu_b ul li,	
			#left .menu_b ul li.page_item,
			#left .menu_b ul li.current_page_item {
				color: #333333;
				background: url(images/ya_list.gif) no-repeat 0 7px;
				font-size: 13px;
				line-height: 120%;
				margin: 0 0 0 3px;	padding: 5px 0 5px 13px;
			}

		#left .menu_b dl {
			list-style-type: none;
			line-height: 180%;
		}

			#left .menu_b dt {
				color: #FFFFFF;
				background: #BF740C;
				line-height: 180%;
				font-weight: bold;
				padding: 3px 0;
				text-align: center;
			}

			#left .menu_b dd {
				font-size: 13px;
				color: #5F5F5F;
				background: url(images/yd08r_08.gif) no-repeat 0 5px;
				line-height: 130%;
				margin: 0 0 7px 5px;	padding: 0 0 0 12px;
			}

		#left .menu_b hr {
			width: 98%;
			text-align:center;
			border: 1px #CCCCCC dotted;
		}

		#left .menu_b img {
			border:0;
			margin: 3px 0 3px 5px;	padding:0;
		}

/*　お知らせ　*/

	#left .menu_new {
		width: 190px;
		margin: 15px 0 0 0;	padding:0;
	}

		#left .menu_new h3,#left .menu_new h4 {
			width: 183px;
			background:url(images/menu_title.gif) no-repeat top left;
			font-size: 13px;
			color:#FFFFFF;		
			margin:0;	padding: 5px 0 4px 14px;
		}

		#left .menu_newb {
			width: 188px;
/*			background: #f5f9fe;*/
			margin: 0;	padding:0 0 5px 0;
			border: 1px #becce0 solid;
		}


		#left .menu_newb p {
			color: #333333;
			font-size: 13px;
			line-height: 140%;
			margin: 15px 5px 10px 10px;	padding:0;
		}

		#left .menu_newb ul {
			list-style-type: none;
			text-align: left;
			margin: 10px 0 0 0;	padding:0 0 10px 0;
		}

			#left .menu_newb ul li {
				width: 163px;
				background: url(images/ya_list.gif) no-repeat 0 7px;
				line-height: 120%;
				font-size: 13px;
				color: #555555;
				margin:0 0 0 7px; padding: 5px 0 5px 13px;
			}

		#left .menu_new1 {
			color: #333333;
			font-size: 13px;
			line-height: 140%;
			margin: 0;	padding: 2px 1px 5px 5px;
		}



/*　バナー　*/
		
		#left .menu_bannar {
			border:0;
			margin: 15px 0 0 0;	padding:0;
		}

		#left .menu_bannart {
			border:0;
			margin: 0;	padding:0;
		}



		#left .menu_bannarb {
			border:0;
			margin: 20px 0 40px 0;	padding:0;
		}


/*　地図　*/
	#left .map {
		background:url(images/map.gif) no-repeat center center;
		margin:0;
		padding:10px 0 0 0;
	}

	#left .map p {
		color: #555555;
		font-size: 12px;
		line-height: 120%;
		margin:0;
		padding:10px;
	}

/*　W3C　*/

	#left .w3c{
		text-align: center;
		margin: 0;	padding: 10px 0 10px 0;
	}

	#left .w3c p {
		font-weight: normal;
		text-align: left;
		color: #444444;
		margin: 5px 5px 0 5px;
	}


/*--------------------------------------*/
/*　　　　　　フッター設定　　　　　　*/
/*--------------------------------------*/

#footer {
	clear: both;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 140%;
	width: 780px;
	margin:0;	padding: 0;
}

	#footer .f_menu {
		color: #333333;
		text-align: center;
		line-height: 180%;
		width: 780px;
		margin:0;	padding: 12px 0 12px 0;
	}

	#footer a {
		color: #0000FF;
	}

	#footer a:hover {
		color:#fb6b01;
		background: #FFFACD;
	}

	#footer .b_menu {
		color: #FFFFFF;
		background: #AF0A0A;
		font-size:12px;
		text-align: center;
		line-height: 140%;
		width: 780px;
		margin:0;	padding: 10px 0 10px 0;
	}

		#footer .b_menu h2 {
			color: #FFFFFF;
			font-size:12px;
			line-height: 140%;
		}

		#footer .b_menu a {
			color: #FFFFFF;
			text-decoration: none;
		}

		#footer .b_menu a:hover {
			text-decoration: none;
			color:#fb6b01;
			background: #2356b0;
		}

	#footer .showtem_link {
		text-align:right;
		border: none;
		margin:0 10px 0 0;
		padding: 0;
	}

.navigation {
	display: block;
	font-size: 13px;
	margin: 10px 10px 30px 20px;
}

.alignright {
	display: inline;
	float: right;
	margin: 10px 0 10px 10px; 
}

	
.alignleft {
	display: inline;
	float: left;
	margin: 10px 10px 10px 10px; 
}
	.alignleft:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}	


/*-----------------------------------*/
/*　　フォントカラー設定　　　　*/
/*---------------------------------*/

.fred {
	color: #FF0000;
}

.fredb {
	color: #FF0000;
	font-weight:bold;
}

.fored {
	color: #ff3300;
}

.fblue {
	color: #0000FF;
}

.fgreen {
	color: #008300;
}

.fgray {
	color: #808080;
}

.foran {
	color: #FFA500;
}

.fpink {
	color: #E84E97;
}

.fbrown {
	color: #993333;
}


.bfred {
	color: #FF0000;
	font-weight:bold;
}

.bfored {
	color: #ff3300;
	font-weight:bold;
}

.bfblue {
	color: #0000FF;
	font-weight:bold;
}

.bfgreen {
	color: #008300;
	font-weight:bold;
}

.bfgray {
	color: #808080;
	font-weight:bold;
}

.bforan {
	font-weight:bold;
	color: #FFA500;
}

.bfbrown {
	font-weight:bold;
	color: #993333;
}

.bfpink {
	font-weight:bold;
	color: #E84E97;
}

.bfred1,.bfored1,.bfblue1,.bfgreen1,
.bfgray1,.bforan1,.bfbrown1,.bfpink1 {
	font-weight:bold;
	font-size:17px;
}


.bfred1 {
	color: #FF0000;
}

.bfored1 {
	color: #ff3300;
}

.bfblue1 {
	color: #0000FF;
}

.bfgreen1 {
	color: #008300;
}

.bfgray1 {
	color: #808080;
}

.bfbrown1 {
	color: #993333;
}

.bforan1 {
	color: #FFA500;
}

.bfpink1 {
	color: #E84E97;
}


/*------------------------------------*/
/*　　　　　　文字装飾　　　　　　　　　*/
/*---------------------------------*/
.under {
	text-decoration: underline;
}

.under_red {
	border-bottom: 1px #E60012 solid;
}

.under_ored {
	border-bottom: 1px #FF3300 solid;
}

.bg_yel {
	color: #333333;
	font-weight:bold;
	background: #FFFF00;
}


/*--------------------------------*/
/*　　　　　　画像設定　　　*/
/*-------------------------------*/

.img_topt{
	border: none;
	margin:0 0 15px 0;
}

.img_bn{
	border: none;
}

.img_b1{
	border: 1px #FFFFFF solid;
}


.img_google{
	width: 75px;
	height: 32px;
	border: none;
	/*background: #FFFFFF;*/
	vertical-align: middle;	
}

.img_fr {
	float: right;
	border: 0;	margin: 0 5px 10px 10px;
}



/*--------------------------------*/
/*　　　　　　フロー解除　　　*/
/*-------------------------------*/

.clear {
	clear: both;
}