@charset "Shift_JIS"; 
 
@import "reset.css"; 
 
/**
 * ========================================
 * 目次 
 * ========================================
 * File Name:  common.css
 * Style Info: 共通スタイル定義
 * ----------------------------------------
 * Created:    2008-12-24
 * Modified:   2008-12-24
 * Author:     Sicoro-Works
 * Url:        http://www.sicoro.co.jp/
 * ----------------------------------------
 * =1			基本構造（HTML)
 * =1-1			  WIDTH
 * =2			ヘッダー
 * =2-1			  サイト名
 * =2-2			  グローバルナビゲーション
 * =2-3			  リモートナビゲーション
 * =2-4			  検索フォーム
 * =3			コンテンツ部分
 * =3-1			  メインコンテンツ
 * =3-1-1		    メインコンテンツ共通要素
 * =3-2			  サイドバー
 * =3-2-1		    サイドバー共通要素
 * =4			フッター
 * =5			共通クラス
 * =999			ハック
 * =999-1		  CLEAR FIX
 * =999-2		  透過PNG（IE6）
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=1
 * ========================================
 * 基本構造（HTML) 
 * ========================================
 */
	 
body 
{
	color: #656463;
	background-color: #efede5;
}
 
a 
{
	color: #fa9f01;
}
	 
a:link 
{
}
 
a:visited 
{
}
 
a:hover 
{
}
 
a:active 
{
}
  
img 
{
	vertical-align: top;
}
 
/**=1-1
 * WIDTH 
 * ========================================
 */
	 
#header, 
#content,
#footer
{
	padding: 0 5px;
	margin-right: auto;
	margin-left: auto;
	width: 851px;
	background-image: url(../images/bg.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}
 
/**=
 * 
 * ----------------------------------------
 */
  
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=2
 * ========================================
 * ヘッダー 
 * ========================================
 */
	 
#header 
{
	position: relative;
}
 
#header .tagline 
{
	padding: 0 30px;
	border-top: 4px solid #54adff;
	height: 24px;
	line-height: 24px;
}
 
#header .siteName 
{
	padding: 0 30px 5px;
}
 
#header .remoteNav 
{
}
	
#header .remoteNav .tel 
{
	position: absolute;
	top: auto;
	right: 195px;
	bottom: 10px;
	left: auto;
	line-height: 1.8;
}
 
#header .remoteNav .button 
{
	position: absolute;
	top: auto;
	right: 25px;
	bottom: 10px;
	left: auto;
}
   
/**=3
 * ========================================
 * コンテンツ部分 
 * ========================================
 */
	 
#content 
{
	padding: 0 25px;
	width: 811px;
}
	 
.toppage #content .mainVisual 
{
	margin-bottom: 20px;
}
 
#content #topicPath 
{
	height: 20px;
	line-height: 20px;
	color: #656463;
}
  
/**=3-1
 * メインコンテンツ 
 * ========================================
 */
	 
#article 
{
	float: right;
	width: 590px;
	font-size: 140%;
	color: #2f2f2f;
}
 
#article .section 
{
	margin-bottom: 40px;
	line-height: 1.5;
}
	 
#article .section h2 
{

}
 
#article .section p, 
#article .section ul,
#article .section ol,
#article .section dl,
#article .section table
{
	margin-bottom: 1em;
}
  
#article .section .contentList 
{
}
	 
#article .section .contentList li 
{
	display: inline;
	margin-right: 1em;
}
  
/**=
 * 
 * ----------------------------------------
 */
  
/**=3-2
 * サイドバー 
 * ========================================
 */
	 
#aside 
{
	float: left;
	width: 197px;
	font-size: 120%;
}
 
#aside ul.globalNav 
{
	margin-bottom: 35px;
	border-bottom: 1px solid #eaeaea;
}
	 
#aside ul.globalNav img 
{
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
  
#aside dl.storeInfo 
{
	margin-bottom: 20px;
}
	 
#aside dl.storeInfo dt 
{
}
 
#aside dl.storeInfo dd 
{
	line-height: 2;
}
	 
#aside dl.storeInfo dd span 
{
	font-weight: bold;
}
 
#aside dl.storeInfo dd img 
{
	display: block;
	margin-top: 10px;
}
  
#aside dl.storeInfo dd.attention 
{
	font-size: 120%;
}
 	 
/**=
 * 
 * ----------------------------------------
 */
   
/**=4
 * ========================================
 * フッター 
 * ========================================
 */
	 
#footer 
{
}
 
#footer .pageNav 
{
	padding: 0 20px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 11px;
}
	 
#footer .pageNav a 
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 17px;
	background-image: url(../images/arrow_top.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #fa9f01;
	font-weight: bold;
}
  
#footer ul 
{
	padding: 10px 0;
	text-align: center;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-top: 1px solid #d4d4d4;
	border-bottom: 2px solid #54adff;
}
	 
#footer ul li 
{
	padding: 0 5px;
	display: inline;
	border-right: 1px solid #2f2f2f;
}
 
#footer ul li.lastChild 
{
	border-right: none;
}
  
#footer .copyright 
{
	padding: 10px 0 40px;
	font-size: 120%;
	text-align: center;
}
	 
#footer .copyright a 
{
	color: #656463;
	text-decoration: none;
}
	 
#footer .copyright a:hover 
{
	text-decoration: underline;
}
   
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=5
 * ========================================
 * 共通クラス 
 * ========================================
 */
	 
a.arrow 
{
	padding-left: 17px;
	background-image: url(../images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
}
	 
a.arrow:hover 
{
	background-image: url(../images/arrow_on.gif);
	text-decoration: underline;
}
  
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=999
 * ========================================
 * ハック 
 * ========================================
 */
	 
/**=999-1
 * CLEAR FIX 
 * ====================================
 */
	 
#content:after, 
#footer ul:after,
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	 
#content, 
#footer ul,
.clearfix
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
#content, 
#footer ul,
.clearfix
{
	display:block;
}
/* End hide from IE Mac */
   
/**=999-2
 * 透過PNG（IE6） 
 * ========================================
 */
	
* html .png 
{
    behavior: url(/static/js/png/iepngfix.htc):
}
 
/**=
 * 
 * ----------------------------------------
 */
  
/**=999
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   
/**=
 * ========================================
 * 
 * ========================================
 */
	
/**=
 * 
 * ========================================
 */
	
/**=
 * 
 * ----------------------------------------
 */
   

