/*  
Theme Name: iCompany
Author URI: http://icompany.ithemes.com/
Version: 1.0
Author: Von Glitschka
Description: iCompany is a Premium WordPress Theme from iThemes.com designed for business/company websites who want an integrated blog component

All the CSS, design, and images are copyrighted by iThemes Media. Please don't steal.
All WordPress functions and code licensed under GPL: http://www.opensource.org/licenses/gpl-license.php
*/



html, body { margin: 0; padding: 0; height:100%; margin-bottom:1px;}

body {
        background: url(images/body-bg.png) no-repeat;
	font-family: "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 90%; line-height: 200%; letter-spacing: 0.1em;
	text-align: center; 
}

body * {margin: 0px; padding: 0px; letter-spacing: 0;}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }




/*********************************************
		Link Styles
*********************************************/
a {
	color: #333;
	text-decoration: underline;
}
a:hover { color: #999; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #333;}
ol, ul{
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}

br {letter-spacing: 0; }

/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-size: 25px;
         line-height: 30px;
	
	margin: 0px; padding: 10px 0px 0px 0px;
	color: #58222F;
	text-decoration: none;
        border-bottom: 5px solid #58222F;
      
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #666;
	text-decoration: none;
}




h4 { /* This style used as title for comments and as the identifying header on archive page  */
	
	font-size: 15px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

/*********************************************
		Container Div
*********************************************/
#container {
	text-align: left;
        margin: 0px auto;
        width: 970px;
        padding: 0px 1px;
       background: url(images/container-bg.png) top center repeat-y ;
}

.have_sidebar { /* insert a new bg image to give a sidebar bg */
             /*background: url(images/container-bg-sidebar.gif) top center repeat-y ;
                理解でいない。container-bg-sidebar.gifの指定はここ以外ないのにコメントアウトしても表示される。サーバーから削除すると表示されない。
　　　　　　　　　　ということはどこかに指定していると考えられるが見当たらない・・・*/
        
}

/*********************************************
		Header Styles
*********************************************/
#header {
	background: url(images/header.jpg) no-repeat;
	width: 970px; height: 95px;
	margin: 0px; padding: 0px;
	display: block;
	position: relative;
}



#header #title {
	display: block;
	width: 600px;
	float: left;
	color: #000;
	font-size: 36px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0px; padding: 20px 0px 6px 30px;
	letter-spacing: -1.5px;
}
#header #title a {
	color: #000;
	text-decoration: none;
}
#header #title a:hover {
	color: #000;
	text-decoration: none;
}
#header #desc {
	/*clear: both;*/
	display: block;
	width: 600px;
	float: left;
	color: #333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px; padding: 3px 0px 0px 33px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

*:first-child+html #header #desc {/*IE7ハック*/
	/*clear: both;*/
	display: block;
	width: 700px;
	float: left;
	color: #333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: -8px 0 20px 0; padding: 3px 0px 0px 33px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#header #search {
	display: block;
	width: 300px;
	float: left;
	text-align: right;
	margin: 0px; padding: 25px 20px 0px 0px;
       /* background: url(images/rupe.png) 60px 33px no-repeat;*/
}
#search form {
	display: block;
        width: 300px;
	margin: 0px; padding: 0px 10px 0px 0px;
	
}

#search #s {
        width: 150px;
}
/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	background: #494949 url(images/menu-bg.jpg) repeat-x;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: left;	
	/*text-transform: uppercase;*/
	padding: 0px 0px;
	margin: 0px;
	height: 40px;
	display: block;
	clear: both;
}
#menu ul {
	margin: 0px; padding: 0px;
	height: 40px;
}
#menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px; padding: 0px;
}
#menu ul li a {
	display: block;
	color: #FFF;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
	font-size: 12px;
	line-height: 40px;
	border-right: 1px solid #565656;
	border-left: 1px solid #969696;
	}
#menu ul li.home a {
	border-left: 0px;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
	background: #494949 url(images/menu-bg.jpg) 0px -40px repeat-x;
	color: #FFF;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
	font-weight: bold;
	/*line-height: 40px;*/
}
#menu ul li a:hover {
	background: #494949 url(images/menu-bg.jpg) 0px -40px repeat-x;
	color: #ccc;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
	/*line-height: 40px;*/
	}
	
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px; padding: 0px;
	width: 700px;
	display: block;
	border: 0px solid black;

}

#content img {
	/*float: left;*/
	margin: 0px 10px 5px 0px;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

/*********************************************
		If is Homepage
*********************************************/
#home {
	margin: 0px; padding: 0px;
	width: 700px;
	display: block;
	background: #fff ;
 }

#home #feature {
	margin: 0px; padding: 15px 0px 30px 15px;
	width: 680px;
	display: block;
	background: #fff url(http://tide-web.net/wp-content/uploads/index/index_cms_bg.jpg) no-repeat ;

}



#home #feature h1{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-size: 27px;
         line-height: 30px;
	/*text-transform: uppercase;*/
	margin: 0px; padding: 10px 0px 0px 20px;
	color: #541c29;
	text-decoration: none;
         border: none!important;
}


#home #feature #cms a {
       margin: 0 240px 0 200px;
       display: block;     
       height: 47px;
       width: 223px;
       background: url(http://tide-web.net/wp-content/uploads/index/index_cms.gif) no-repeat 0 -49px;
       text-indent: -9999px;
       outline: none;
}
#home #feature #cms a:hover {
      display: block;
      width: 223px;
       background: url(http://tide-web.net/wp-content/uploads/index/index_cms.gif) no-repeat;

}


#home #feature a {
	color: #333;
	text-decoration: underline;
}
#home #feature a:hover { color: #333; text-decoration: none; }

#home #feature img {
	float: right;
	margin: 0px 12px 0px 0px;
}
#home #feature h3, #home #feature p {
	color: #333;
	margin: 0px; padding: 10px 0px 10px 20px;
}
#home #boxes {
	clear: both;
	margin: 0px; padding: 10px 0px 0px 0px;
	width: 700px;
	display: block;
        font-size: 83%;
        line-height: 150%;
}




#home #boxes  a {
	color: #000;
	text-decoration: underline;
        outline:none;
}
#home #boxes  a:hover { color: #000; text-decoration: none; }

#home #boxes h2 {
	font-size: 12px;
	/*text-transform: uppercase;*/
	color: #949599;
	/*border-bottom: 1px solid #686868;*/
	margin: 0px 0px 0px 0px; padding: 0px 0px 8px 0px;
	/*background: transparent url(images/tab_document.png) 0px 0px no-repeat;*/
}
#home #boxes p {
}
#home #boxleft {
	display: block;
	margin: 5px; padding: 0px 20px 15px 15px;
	float: left;
	width: 189px;
        border-right: 1px dotted #333;
}
#home #boxmiddle{
	display: block;
	margin: 5px; padding: 0px 20px 15px 15px;
	float: left;
	width: 189px;
        border-right: 1px dotted #333;
}

#home #boxright {
	display: block;
	margin: 5px; padding: 0px 15px 15px 15px;
	float: left;
	width: 189px;
  
}



/*********************************************
		IE6用（スターハック）　指定
*********************************************/
* html #home #boxleft {
	display: block;
	margin: 0px 5px 0px 5px; padding: 0px 20px 5px 12px;
	float: left;
	width: 189px;
        border-right: 1px dotted #333;
}

* html #home #boxmiddle{
	display: block;
	margin: 0px 5px 0px 5px; padding: 0px 20px 5px 13px;
	float: left;
	width: 189px;
        border-right: 1px dotted #333;
}


* html #home #boxright {
	display: block;
	margin: 0px 5px 0px 5px; padding: 0px 0px 5px 13px;
	float: left;
	width: 189px;
  
}




/*********************************************
    トップページイメージボタン
*********************************************/


#wc a {
       float: left;
       display: block;     
       height: 125px;
       width: 189px;
       background: url(http://tide-web.net/wp-content/uploads/index/index_wc.gif) no-repeat 0px 0;
       text-indent: -9999px;
}
#wc a:hover {

       background: url(http://tide-web.net/wp-content/uploads/index/index_wc_on.gif) no-repeat;

}


#bb a {
       float: left;
       display: block;     
       height: 125px;
       width: 189px;
       background: url(http://tide-web.net/wp-content/uploads/index/index_bb.gif) no-repeat;
       text-indent: -9999px;
}
#bb a:hover {
       background: url(http://tide-web.net/wp-content/uploads/index/index_bb_on.gif) no-repeat;
}

#mm a {
       float: left;
       display: block;     
       height: 125px;
       width: 189px;
       background: url(http://tide-web.net/wp-content/uploads/index/index_mm.gif) no-repeat;
       text-indent: -9999px;
}
#mm a:hover {
       background: url(http://tide-web.net/wp-content/uploads/index/index_mm_on.gif) no-repeat;
}


/*********************************************
		If is NOT Homepage
*********************************************/
.inner {
	background: url(images/inner-bg.gif) top left repeat-y;
}

#inner {
	display: block;
	float: left;
	width: 480px;
	margin: 0px; padding: 10px 15px;

}


#inner h2 { /* ページ内H2 */
	font-size: 18px;
	color: #333;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-weight: bold;
        height: 36px;
	/*text-transform: uppercase;*/
	margin: 20px 0px -10px 0px; padding: 5px 0 5px 20px;
        background: url(images/h2_bg.jpg) no-repeat;
	/*border-left: 5px solid #333;
	border-bottom: 1px solid #333;*/
}
#inner h3 { 
	font-size: 16px;
	color: #333;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-weight: bold;
        height: 26px;
	margin: 20px 0px -10px 0px; padding: 5px 0 5px 0px;
	/*border-left: 5px solid #333;
	border-bottom: 1px solid #333;*/
}


#bloginner {
	display: block;
	float: left;
	width: 480px;
	margin: 0px; padding: 10px 15px;
        line-height:200%; 
}

#bloginner h2 { /* This style used as header in the sidebars */

	font-size: 25px;
         line-height: 30px;
	/*text-transform: uppercase;*/
	margin: 0px; padding: 10px 0px 0px 0px;
	color: #58222F;
	text-decoration: none;
         border-bottom: 5px solid #58222F;

}

h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #666;
	text-decoration: none;
}
/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 10px 5px 10px 5px;
	margin: 10px 0px 10px 0px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.meta-top a {
	color: #333;
	text-decoration: none;
}
.meta-top a:hover {
	color: #AAA;
	text-decoration: underline;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #333;
	font-size: 12px;
	font-weight: normal;
	/*text-transform: uppercase;*/
}
.meta-bottom a {
	color: #333;
	text-decoration: none;
}
.meta-bottom a:hover {
	color: #333;
	text-decoration: none;
}
.meta-date {
	margin: 0px; padding: 0px 0px 0px 0px;
}
.meta-author {
	margin: 0px 0px;
}
.meta-comments {
	margin: 0px; padding: 0px 8px 0px 18px;
	background: url(images/comments.png) left 2px no-repeat;
}
.meta-category {
	margin: 0px; padding: 0px 8px 0px 18px;
	background: url(images/folder.png) left 0px no-repeat;
}
.meta-more {
	margin: 0px; padding: 0px 8px 0px 18px;
	background: url(images/continue_reading.png) left 0px no-repeat;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}

/*********************************************
		Right Sidebar
*********************************************/

#r_sidebar {
	display: inline;
	float: right;
	width: 170px;
	margin: 0px; padding: 10px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}

* html #r_sidebar { /*IE6ハック*/
	display: inline;
	float: right;
	width: 170px;
	margin: 10px 0 0 0; padding: 10px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}

*:first-child+html #r_sidebar { /*IE7ハック*/
	display: inline;
	float: right;
	width: 170px;
	margin: 10px 0 0 0; padding: 10px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}



#r_sidebar h2 {
	font-size: 14px;
	color: #333;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	text-align: left;
	/*text-transform: uppercase;*/
	margin: 0px 0px 10px 0px; padding: 5px;
	/* border-bottom: 1px solid #333; */
         background: url(images/r_sidebar_bottomline.gif) 0 27px no-repeat;
}
#r_sidebar h2.archives {
	padding: 0px 20px 5px 0px;
	background: url(images/calendar.png) right 2px no-repeat;
}
#r_sidebar h2.categories {
	padding: 0px 20px 5px 0px;
	/*background: url(images/folder.png) right 2px no-repeat;*/
}
#r_sidebar h2.links {
	padding: 0px 20px 5px 0px;
	background: url(images/display.png) right 2px no-repeat;
}
#r_sidebar h2.posts {
	padding: 0px 20px 5px 0px;
	background: url(images/tab_document.png) right 2px no-repeat;
}
#r_sidebar h2.feeds {
	padding: 0px 20px 5px 0px;
	/*background: url(images/rss.png) right 2px no-repeat;*/
}
#r_sidebar p {
	padding: 5px;
}
#r_sidebar img {
	text-align: left;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#r_sidebar ul li {
	padding: 0px 0px 10px 0px;
}

#arrow ul li {
        font-weight: bold;
        text-decoration: none;
	padding: 0px 0px 10px 20px;
        background: url(http://tide-web.net/wp-content/uploads/arrow.gif) no-repeat 0px 5px;
}


#r_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li a {
	color: #888;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	color: #666666;
	/*text-decoration: underline;*/
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}



/*********************************************
		お問い合わせバナー
*********************************************/

.inquiry
{
        margin:5px 0 0 0;
        padding:0;
}

.inquiry a
{ 
        outline : 0 ;/*FireFoxで text-indent:-9999px;で破線が飛び出すのを回避*/
        text-indent:-9999px;
        display:block;
        width:250px;
        height:50px;
        background: url(http://tide-web.net/wp-content/uploads/inquiry_banner.gif) no-repeat 0 -50px;

}
.inquiry a:hover
{

        display:block;
        background: url(http://tide-web.net/wp-content/uploads/inquiry_banner.gif) no-repeat ;       

}

/*********************************************
		Tabber Lower Sidebar Styles
*********************************************/

#tabber_sidebar {
	padding: 0px;
	margin: 20px 0px 10px 0px;
}
#tabber_sidebar h2 {
	font-size: 10px;
	color: #333;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	text-align: right;
	/*text-transform: uppercase;*/
	margin: 0px 0px 10px 0px; padding: 5px;
	/*border-bottom: 1px solid #333;*/
	list-style-type: none;
}
#tabber_sidebar ul {
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#tabber_sidebar ul li {
	list-style-type: none;
	padding: 0px 0px 10px 0px;
}
#tabber_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#tabber_sidebar ul li ul li {
	padding: 0px;
	margin: 0px;
}
#tabber_sidebar ul li ul li a {
	color: #888;
	text-decoration: none;
}
#tabber_sidebar ul li ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
#tabber_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#tabber_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
        font-size: 80%;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
        font-size: 80%;
	border-bottom: 1px dotted #B7B7B7;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 0px 20px;
	clear: both;
	/*background: #541C29;*/
	background: #f5f5f5;
	color: #666;
	text-align: left;
	font-size: 11px;
}

* html #footer { /*IE6*/
	margin: -30px 0px 0px 0px;
	padding: 5px 20px 0px 20px;
	clear: both;
	/*background: #541C29;*/
	background: #f5f5f5;
	color: #666;
	text-align: left;
	font-size: 11px;
}


*:first-child+html #footer { /*IE7*/
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 0px 20px;
	clear: both;
	/*background: #541C29;*/
	background: #f5f5f5;
	color: #666;
	text-align: left;
	font-size: 11px;
}

#footer a {
	color: #AAA;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer #footernav {
	list-style-type: none;
	margin: 0px; padding: 0px 0px 8px 0px;
}
#footer #footernav li {
	display: inline;
	border-left: 1px solid #666;
	margin: 0px; padding: 0px 10px 0px 10px;
}
#footer #footernav li.home {
	border: none;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#footer #footernav li a {
	color: #666;
	text-decoration: none;
	margin: 0px; padding: 0px;
}
#footer #footernav li a:hover {
	color: #999;
	text-decoration: underline;
}

#footer #footernav02 {
	list-style-type: none;
	margin: 0px; padding: 0px 0px 8px 0px;
}
#footer #footernav02 li {
	display: inline;
	border-left: 1px solid #666;
	margin: 0px; padding: 0px 10px 0px 10px;
}
#footer #footernav02 li.home {
	border: none;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#footer #footernav02 li a {
	color: #666;
	text-decoration: none;
	margin: 0px; padding: 0px;
}
#footer #footernav02 li a:hover {
	color: #999;
	text-decoration: underline;
}

/*********************************************
		事業概要テーブル
*********************************************/

.outline	{
	border: 1px solid #DDD;
	border-collapse: collapse;	
        border-spacing: 0;
	width: 100%;
	margin: 30px 0 ;
}
.outline th	{
        background: url(images/th_10.jpg) bottom repeat-x ;
	border: 1px solid #DDD;
	color: #666;
        padding: 10px 20px;
        width: 100px;
}
.outline td	{
	border: 1px solid #DDD;
	color: #666;
        padding: 10px 20px;

}


/*********************************************
		sitemap
*********************************************/

#sitemap
{
        margin: 50px;
 
}

#sitemap li
{
        padding-left: 20px;
        list-style: none;
        background: url(http://tide-web.net/wp-content/themes/iCompany/images/folder.png) no-repeat 0px 5px;
}

/*********************************************
		check_icon
*********************************************/

#check ul {
        margin: 0px !important;

}

#check li {
        font-size: 90%;
        padding: 8px 0 0 30px !important;
        list-style: none;
        background: url(http://tide-web.net/wp-content/uploads/cms/check_icon.gif) no-repeat 0px 5px;

}



/************************************************
*	投稿画像の配置設定						*
************************************************/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0px 5px 5px 5px;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


img.alignright {
	margin: 0 0px 2px 7px;
	/*border: 1px solid #ddd;*/
	text-align: center;
	/*background-color: #f3f3f3;*/
	padding-top: 4px;
	margin: 10px;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

img.alignleft {
	margin: 0 7px 2px 0px;
	/*border: 1px solid #ddd;*/
	text-align: center;
	/*background-color: #f3f3f3;*/
	padding-top: 4px;
	margin: 10px;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


/************************************************
*	お問い合わせボタン（ページ内）						*
************************************************/

#inquiry_button  {
       margin:  50px 0 0 50px;
       padding: 0;
}

#inquiry_button a {
       background: url(http://tide-web.net/wp-content/uploads/inquiry_button_off.jpg) 0 0px;
       width: 300px;
       height: 70px;
       text-indent: -9999px;
       display: block;
       overflow:hidden
}

#inquiry_button a:hover {
       background: url(http://tide-web.net/wp-content/uploads/inquiry_button_on.jpg) 0 0px;

}

/************************************************
*	制作の流れ						*
************************************************/

table.flow{
       margin:  -15px 0 0 0;
       padding: 0;
       width:auto;
}

table.flow th{
  width:auto;
  padding: 0px 0 8px 0px;
  /*border-top:2px solid #333;*/
  vertical-align: top;
}

table.flow td{
  padding: 0 0 50px 0;
  border-top:1px solid #ccc;
  vertical-align: top;
}
/************************************************
*	新着情報						*
************************************************/

#index_info{
       font-size: 90%;
       font-family: 'Arial', 'Tahoma', sans-serif;
       margin:  10px 0 20px 0px;
       padding: 30px 0 0 0px;
       background: url(http://tide-web.net/wp-content/themes/iCompany/images/index_info.jpg) no-repeat 12px 0px;
}
* html #index_info{/*IE6*/
       font-size: 90%;
       font-family: 'Arial', 'Tahoma', sans-serif;
       margin:  10px 0 60px 0px;
       padding: 30px 0 0 0px;
       background: url(http://tide-web.net/wp-content/themes/iCompany/images/index_info.jpg) no-repeat 12px 0px;
}
#index_info li{
       list-style: none;
       margin:  0 0 0 -15px;
       padding: 0 0 0 20px;
       background: url(http://tide-web.net/wp-content/themes/iCompany/images/index_info_icon.gif) no-repeat 0px 5px;
       border-bottom: 1px dashed #ccc;
}

/************************************************
*	ヘッダー検索ボタン						*
************************************************/

#search_button{
      font-size: 80%;
      margin: 0px 0 -10px 0px;
      padding: 2px;
      color: #333;
      cursor: pointer;
      display: inline-block;
      position: relative;
     /* border: 1px solid rgba(51,51,51,0.5) ;
      text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
      -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
      background: #C5DAE1;*/
}

* html #search_button{/*IE6*/
      font-size: 80%;
      margin: 0px 0 -5px 0px;
      padding: 2px;
      color: #333;
      cursor: pointer;
      display: inline-block;
      position: relative;
     /* border: 1px solid rgba(51,51,51,0.5) ;
      text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
      -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
      background: #C5DAE1;*/
}

*:first-child+html #search_button{/*IE7*/
      font-size: 80%;
      margin: 0px 0 -5px 0px;
      padding: 2px;
      color: #333;
      cursor: pointer;
      display: inline-block;
      position: relative;
     /* border: 1px solid rgba(51,51,51,0.5) ;
      text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
      -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
      background: #C5DAE1;*/
}

