@charset "utf-8";

/* PNGアルファ処理　IE６以下用 ->base.cssに
.iepngfix      { behavior: expression(IEPNGFIX.fix(this)); } 
.iepngfixcrop  { behavior: expression(IEPNGFIX.fix(this,'crop')); } 
.iepngfixscale { behavior: expression(IEPNGFIX.fix(this,'scale')); } 
*/
.iepngfix      {} 
.iepngfixcrop  {} 
.iepngfixscale {} 

/*********** 基本CSS ***********/
* { margin:0; padding:0; }

.zoom div{
	zoom:1;/*for IE 5.5-7*/
}

/*IE7対応clearfix */
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*----- froatクリア -----*/
.Clear {
	clear: both;
	height: 1px;
	width: 1px;
	visibility: hidden;
}

/*----- スペース -----*/
.Space01 {height: 20px;}

/* ------ リンク ------ */
a:link {
	text-decoration: none;
	color: #0000FF
}
a:visited {
	text-decoration: none;
	color: #0000FF
}
a:hover {
	text-decoration: none;
	color: #FF0000
}
a:active {
	text-decoration: none;
	color: #0000FF	
}

.Link {color: #0000FF;cursor: pointer;vertical-align: bottom;}
.pLink {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}

/*----- テキストクラス -----*/
.text01 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.text02 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
/***********************************/



/******** 基本画面構成 ************/

/* 背景設定 中寄席 */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../index_files/back.gif);
}

body div{
	zoom:1;/*for IE 5.5-7*/
}


/* 基本P設定 */
p{	
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066FF;
	border-bottom-color: #0066FF;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}


/* テーブル基本 */
.tablebace01 td {
	background-color: #f7f7f7;
	font-size: 16px;
	line-height: 20px;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	text-align: center;
}

.tablebace02 td {
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	text-align: left;
	background-color: #f7f7f7;
}

.tablebace03 td {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 3px;
}

.tablebace04 td {
	line-height: 20px;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	text-align: left;
	background-color: #f7f7f7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-size: 16px;
}

.thumbnail01{
	float: left;
	width: 295px;
	text-align: center;
	padding-bottom: 10px;
	display: inline;
}
.thumbnail02{
	float: left;
	width: 170px;
	padding-bottom: 5px;
	display: inline;
	color: #0000FF;
	cursor: pointer;
}




/***** 各画面構成 *****/

/* main ------------------ */
.main {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.main p {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066FF;
	border-bottom-color: #0066FF;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}


/* ------ table ------ */

.tableclass01{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.tableclass01 td{
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;

}

.tableclass02{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.tableclass02 td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.tableclass02 tr{
	vertical-align: bottom;
}


/* ------ SEO ------ */
.SEO strong{
	display: inline;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 25px;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

/* 背景左右線*/ 
.back_l {
	background-image: url(/common/img/back_l.gif);
	background-repeat: repeat-y;
	width: 25px;
	background-position: right;
}
.back_r {
	background-image: url(/common/img/back_r.gif);
	background-repeat: repeat-y;
	width: 35px;
	background-position: left;
}

.background-leftbottom {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.background-rightbottom {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.background-lefttop {
	background-repeat: no-repeat;
	background-position: left top;
}
.background-righttop {
	background-repeat: no-repeat;
	background-position: right top;
}

/* http://oishiiocha.com/ */
/* header */
.header {
	width: 740px;
	height: 200px;
	background-image: url(/img/images/heder_01.jpg);
	background-repeat: no-repeat;
	position: relative;
}
/* footer */
.footer_copyright {
	text-align: center;
}
/* set */
.set {
	padding: 10px;
}

/* menu */
.menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	position: relative;
	height: 36px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.menu div {
	cursor: pointer;
	background-repeat: no-repeat;
	margin-left: 5px;
	float: left;
	padding-left: 23px;
	height: 32px;
}

.menu01 {/*右メニュー*/
	width: 250px;
}


.menulog{
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(../img/log01.gif);
	height: 51px;
	width: 130px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 51px;
	margin-top: 5px;
}
/* ------ リンク ------ */
.menulog a:link {text-decoration: none;color: #FFFFFF;}
.menulog a:visited {text-decoration: none;color: #FFFFFF;}
.menulog a:hover {text-decoration: none;color: #FF0000;}
.menulog a:active {text-decoration: none;color: #FFFFFF;}



/* page_top */
.page_top {
	text-align: right;
	padding-right: 20px;
	cursor: pointer;
	color: #0000FF;
}
/* page_top */
.linebottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.linetopbottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}


/* Close*/
.Close {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	background-color:#CCCCCC;
	text-align:center;
	color: #0000FF;
	cursor: pointer;
	width: 100%;
}

/* Close*/
.MoveCSS {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	background-color:#FFFF99;
	text-align:center;
	color: #0000FF;
	cursor:move;
	width: 100%;
}
/* ------ test ------ */
.test{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
