body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ccc url(imgs/bg.gif);
}

textarea {
	font-size: 11px;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
a {
	color: #333333;
}
a:hover {
	color: #ff9900;
}
img {
	border: none;
}
.look {
	background: #efefef;
}
.center { text-align:center; }
.xxs { font-size:8px; }
.xs {font-size:9px;}
.s {font-size:10px;}
.normal { font-weight:normal; }
.bold { font-weight:bold; }
.breadcrumbs { margin: 10px; font-size: 10px; }
.pagetop { margin: 10px 0; text-align:right; font-size:11px;clear: both; } 
.nobr { white-space: nowrap; }
.margin { margin: 20px 0; }
.border { border: 1px solid #333; }
.rss { float: right; }

.inquiry {
    margin: 40px 0;
    text-align: center;
}

.red { color: #ED1C24; }
a .red { color: #ED1C24; }
.blue { color: #0054A6; }
.purple { color: #92278F; }
.black { color: #333; }
.mint { color: #1CBBB4; }
.yellow { color: #FFF200; }
.green { color: #00A651; }
.underline { text-decoration: underline; }
.line-through { text-decoration: line-through; }
.none { display: none; }
.white { color: #fff; }
.orange { color: #F26522; }
.pink{#ff6699}
.amp{
	font-weight:normal;
                clear: both;
	padding:1px;margin: 5px; 
	text-align:left;}

/* th { text-align: left; } */

.first { margin-left: 0; margin-top: 0; }
.last { margin-right: 0; margin-bottom: 0; }

img.left {
    float:left;
    margin-right:10px;
}
img.right {
    float:right;
    margin-left:10px;
}
img.first { margin-top: 0; }
img.last { margin-bottom: 0; }

.right { text-align:right;font-size:10px;  color: #333; line-height:0.8;}

h3 {margin-top: 5px;
	font-size: 100%;
	background: #fff url(imgs/h3_bg.gif) repeat-x bottom;	/*h3の背景画像設定*/
	color: #330000;			/*h3の文字色（ここでは白）*/
	letter-spacing: 0.2em;	/*文字間隔をほんの気持ち広げる設定。通常にしたいなら、この１行を削除する。*/
	text-align: center;		/*h3の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
}
h3 a{text-decoration: none;
}

/*リンク画像にカーソルがのった時の半透明設定
---------------------------------------------------------------------------------------*/
#contents a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}



/*商品テーブル
---------------------------------------------------------------------------------------*/
.box {
	margin: 10px auto 20px;
}
.box img{
	margin-right: 10px;
}

.box td {
	vertical-align: top;line-height: 0.9em;
	text-align: center;
	font-size: 10px;
	padding-bottom: 0.8em;
}
.box a {
	text-decoration: none;
}
.box a:hover img {
	border: 1px solid #E30021;	/*カーソルオーバー時のボックスのフチ色（赤色）設定*/
}




/*コンテナー
---------------------------------------------------------------------------------------*/
#container {
	background: url(imgs/container_bg.gif) repeat-y;
	text-align: left;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}



/*ヘッダー
---------------------------------------------------------------------------------------*/
#header {
	background: url(imgs/header_bg.gif) no-repeat;
	height: 165px;
}



/*メインメニュー*/

ul#menu {
	width: 905px;
	margin-right: auto;
	margin-left: auto;
}
ul#menu li {float: left;}

ul#menu img {
	vertical-align: bottom;
}



/*コンテンツ
---------------------------------------------------------------------------------------*/
#contents {
	clear: left;	/*メニューのfloat処理をここでクリア*/
	width: 898px;
	padding-top: 3px;
	margin-right: auto;
	margin-left: auto;
}



/*メイン（右側）コンテンツ
---------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 570px;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
        padding-top: 10px;
	padding-bottom: 100px;
}
#main p {
	padding: 0.5em 20px 0em;	/*メインコンテンツ内の段落タグ<p>設定*/
}

.today {	margin-left: 10px;clear: left;	
	font-size: 100%;
	background: url(imgs/today_bg.gif) no-repeat;	/*h2の背景画像設定*/
	color: #666;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
	line-height: 44px;
}
.topics {	margin-left: 10px;
	font-size: 100%;clear: left;	
	background: url(imgs/topics_bg.gif) no-repeat;	/*h2の背景画像設定*/
	color: #666;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
	line-height: 44px;
}
.newface {	margin-left: 10px;
	font-size: 100%;clear: left;	
	background: url(imgs/newface_bg.gif) no-repeat;	/*h2の背景画像設定*/
	color: #666;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
	line-height: 44px;
}

.today-to {	margin-left: 10px;clear: left;	
	font-size: 100%;
	background: url(imgs/today_to.gif) no-repeat;	/*h2の背景画像設定*/
	color: #666;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/clear: both;
	line-height: 44px;
}
.blog-to {	margin-left: 10px;
                margin-top: 20px;
                margin-bottom: 20px;clear: left;	
	font-size: 100%;
	background: url(imgs/blog_bg.gif) no-repeat;	/*h2の背景画像設定*/
	color: #ff6600;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/clear: both;
	line-height: 44px;
}

.link_b {	margin-left: 10px;
                margin-top: 20px;
                margin-bottom: 20px;
                clear: left;	
	font-size: 100%;
	background: url(imgs/link_b.gif) no-repeat;	/*h2の背景画像設定*/
	color: #666;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/clear: both;
	line-height: 44px;
}

.titel_b {	margin-left: 10px;
                margin-top: 10px;
                margin-bottom: 20px;
                clear: left;	
	font-size: 100%;
	background: url(imgs/titel_b.gif) no-repeat;	/*h2の背景画像設定*/
	color: #666;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/clear: both;
	line-height: 44px;
}
/******スタッフリスト********/
.staff-list { margin-top: 10px;margin-bottom: 5px;margin-left: 10px;
    list-style: none;
    font-size: 12px;
   line-height: 14px;
}
.staff-list-item {width:100px;background: url(imgs/art.gif) no-repeat;
    height:220px;
    margin-left: 7px;            
   padding-top: 5px;
   text-align:center; 
   float: left;
} 
.staff-list-item a {text-decoration: none;
    color: #666;}



.staff-list-item a:hover {
    color: #ff9900;
}

.gil-list{list-style: none;margin: 0 5px;
}

.gil-list-item
{	width: 135px;
	height :250px;
                font-size:12px;line-height: 14px;
	margin-right: 5px;margin-top: 8px;
background-image:url("http://www.osaka-ph.com/imgs/gil-bg2.gif");
	background-repeat:no-repeat;
	text-align:left;
	color:#000;
	float:left;}

.gil-list-item a{padding-top: 8px;padding-left: 8px;
	font-size:12px;text-decoration: none; 
	color:#ffffff;
	float:left;}
.gil-list-item a:hover { color:#ff33cc; }

#katuo{ margin-left: 5px; font-size:10px; text-decoration: none;font-family:'ＭＳ Ｐゴシック';font-weight: normal; }


/*サイド（左側）コンテンツ
---------------------------------------------------------------------------------------*/
#side {
	float: right;
	width: 300px;
	padding-top: 30px;
	padding-bottom: 100px;
}

#side p {
	padding: 0px 10px 1em;	/*サイドコンテンツ内の段落タグ<p>設定*/
}




/*サイドメニュー
---------------------------------------------------------------------------------------*/
ul.sidemenu {
	margin-bottom: 20px;
}
ul.sidemenu li a {margin-top: 4px;
	line-height: 36px;
	background: url(imgs/submenu_bg.gif) no-repeat;	/*サイドメニューの背景画像*/
	height: 36px;
	width: 280px;
	padding-left: 20px;
	display: block;
	color: #330000;
	text-decoration: none;
}
ul.sidemenu li a:hover {margin-top: 4px;
	background: url(imgs/submenu_bg_over.gif) no-repeat;	/*カーソルオーバー時のサイドメニューの背景画像*/
	color: #cc3366;text-align: center;

}
ul.to {
	margin-bottom: 20px;
}
ul.to li a {margin-top: 4px;border: 3px double #ccc;
	width: 270px;padding: 3px 10px;
	display: block;line-height: 14px;
	color: #333333;
	text-decoration: none;
}
ul.to li a:hover {margin-top: 4px;border: 3px double #ff6699;
	color: #333333;}


/*新着
---------------------------------------------------------------------------------------*/
#titel-report{line-height: 26px; margin-top: 10px;
	font-size: 12px;
	background: #fff url(imgs/report.gif) no-repeat left;
	color: #330000;			/*h3の文字色（ここでは白）*/
	letter-spacing: 0.2em;	/*文字間隔をほんの気持ち広げる設定。通常にしたいなら、この１行を削除する。*/
	text-align: center;		/*h3の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
}


#titel-akijoho{line-height: 26px;
               margin-top: 10px;
	font-size: 12px;
	background: #fff url(imgs/akijoho.gif) no-repeat left;	
	color: #330000;			
	letter-spacing: 0.2em;	
	text-align: left;  padding-left: 100px; 		
}


#titel-newface{line-height: 30px;margin-top: 10px;
	font-size: 12px;
	background: #fff url(imgs/newface.gif) no-repeat left;	/*h3の背景画像設定*/
	color: #330000;			/*h3の文字色（ここでは白）*/
	letter-spacing: 0.2em;	/*文字間隔をほんの気持ち広げる設定。通常にしたいなら、この１行を削除する。*/
	text-align: left;  padding-left: 100px; 		/*h3の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
}

#titel-off{line-height: 30px; margin-top: 10px;
	font-size: 12px;
	background: #fff url(imgs/off.gif) no-repeat left;	/*h3の背景画像設定*/
	color: #330000;			/*h3の文字色（ここでは白）*/
	letter-spacing: 0.2em;	/*文字間隔をほんの気持ち広げる設定。通常にしたいなら、この１行を削除する。*/
	text-align: left;  padding-left: 100px; 		/*h3の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
}

#titel-schedulu{line-height: 30px;margin-top: 10px;
	font-size: 12px;
	background: #fff url(imgs/schedulu.gif) no-repeat left;	/*h3の背景画像設定*/
	color: #330000;			/*h3の文字色（ここでは白）*/
	letter-spacing: 0.2em;	/*文字間隔をほんの気持ち広げる設定。通常にしたいなら、この１行を削除する。*/
	text-align: left;  padding-left: 100px; 		/*h3の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
}

#titel-yokoku{line-height: 30px; margin-top: 10px;
	font-size: 12px;
	background: #fff url(imgs/yokoku.gif) no-repeat left;	/*h3の背景画像設定*/
	color: #330000;			/*h3の文字色（ここでは白）*/
	letter-spacing: 0.2em;	/*文字間隔をほんの気持ち広げる設定。通常にしたいなら、この１行を削除する。*/
	text-align: left;  padding-left: 100px; 		/*h3の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
}

#box26{
width: 540px;
border: 1px solid #ccc;
margin-left: 10px;
height:600px; 
list-style: none;line-height: 1.6;
float: left;
padding: 10px;margin-bottom: 15px;
overflow-y:scroll;
scrollbar-face-color:#b1b4b1; 
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color: #ffffff; 
scrollbar-3dlight-color: #b1b4b1; 
scrollbar-arrow-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-darkshadow-color: #d4d4d4;
text-align : left;	/* テキストの位置 */
}
#box26  img {
	padding: 4px;				/*商品画像とフチ線の間にある白い余白*/
	border: 1px solid #CCCCCC;	/*ボックスのグレー色のフチ設定。solidは直線という意味。dottedとかにすると可愛くなります。*/
	margin: 2px;
}
  
.newsphoto{border: 1px solid #ccc;
	float: left;
	margin: 3px;
                padding: 3px;


}

#man{text-align: left;  
	float: left;
	width: 400px;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
        padding-top: 10px;
	padding-bottom: 70px;
}
#mangan {text-align: left;  
	float: right;
	width: 470px;
	padding-top: 30px;
	padding-bottom: 70px;
}
#movie{margin-top:20px;padding-top:20px;
text-align: center;  padding-bottom:20px;
background:#000000;width: 410px;
}

.sub_title{
width:450px;
height:25px;
margin:0px;
padding:0px;
text-indent:-9999px;
overflow:hidden;
}

#sub_title_coment{
background:url(imgs/coment.gif) no-repeat;
}

#sub_title_message{
background:url(imgs/sub_title_message.gif) no-repeat;
}

#sub_title_profile{
background:url(imgs/sub_title_profile.gif) no-repeat;
}
#sub_title_blog{
background:url(imgs/sub_title_blog.gif) no-repeat;
}
#sub_title_new{
background:url(imgs/sub_title_new.gif) no-repeat;
}
#day{text-align:left; font-size: 10px;
width: 600px;　
height :300px;　　
float: left;
background:url(http://www.kobe-ph.com/images/todaybg.gif) no-repeat;}
#day-inner{padding: 20px;}
#sub_title_option{
background:url(imgs/sub_title_option.gif) no-repeat;
}
.box{
width:450px;margin-top:0px;
background:url(imgs/box_loop.gif) repeat-y;
}
.box img{  float: left;
}
.box  li{ list-style: square inside;
  color: #A9A9A9;/*リンクの左の■のカラー*/font-weight: bold;
  margin: 0.1em;}

.box_foot{
width:450px;
height:10px;
margin:0px;
background:url(imgs/box_foot.gif) no-repeat;
}

.desc{
color:#000000;
margin:0px;
padding:8px ;
}
#option1{
background:url(imgs/option1.gif) no-repeat;
width:208px;
height:26px;
text-indent:-9999px;
overflow:hidden;
margin:15px 0px 3px 0px;
}

#option2{
background:url(imgs/option2.gif) no-repeat;
width:208px;
height:26px;
text-indent:-9999px;
overflow:hidden;
margin:13px 0px 3px 0px;
}
.links-list-item {border: 1px solid #ccc;
    width:88px;font-size: 10px;
     height: 31px;
　　margin-left: 3px;
    margin-bottom: 5px;
   float: left;
} 

.links-list-item img{width:88px;float: left;
     height: 31px;
margin-bottom: 5px;
margin-left: 3px;
}

/*フッター
---------------------------------------------------------------------------------------*/
#footer {
	clear: both;			
background: #ffffff url(imgs/footer_bg.gif) no-repeat;
        margin: 0;
	padding-top: 10px;
text-align: center;
	color: #FFFFFF;			/*文字色*/
}
#footer a {
	color: #FFFFFF;
}
#mobi{text-align: right;  margin: 15px;
}
.f-list{}


.f-list a{ 

   color: #fff;text-decoration: none;
}
.f-list a:hover {color:#ccc; position:relative; top:2px; left:2px;}

.f-list-item{padding: 3px; float: left;


}

#address {margin-top:10px;
	text-align: center;
	padding: 3px;
	font-size: 10px;
	
}

