@charset "utf-8";
/* CSS Document */

/**********************************************************************************
共通タグ
**********************************************************************************/

html{
	height:100%;
	}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	line-height:1.5em;
	letter-spacing:1px;
	color:#333333;
	background:url(/gion-mise/assets/templates/images/back_body.jpg) repeat-x;
	padding:0px;
	margin:0px;
	height:100%;
	}

img{
	border:none;
	}

a{
	text-decoration:none;
	color:#CE31C2;
	}

a:hover{
	text-decoration:underline;
	}

p{
	margin:1.5em 0px;
	padding:0px;
	}

h2{
	margin:0px 0px 1em;
	padding:0px;
	font-size:170%;
	}

h3{
	margin:0px;
	padding:0px;
	font-size:130%;
	}

h4{
	font-size:110%;
	}

ul{
	margin:15px 0px;
	padding:0px;
	}

ul ul{
	margin-left:2em;
	}

table{
	margin:10px 0px;
	}

th,
td{
	padding:5px 15px;
	border-bottom:#CCCCCC 1px solid;
	vertical-align:top;
	}

#gion_guide th,
#gion_guide td{
	padding:0px;
	border-bottom:none;
	vertical-align:top;
	}

/**********************************************************************************
ページ
**********************************************************************************/

#page{
	height:100%;
	min-height:100%;
	position:relative;
	}

body > #page {
    height: auto;
	}


/**********************************************************************************
ヘッダー
**********************************************************************************/

#header{
	width:900px;
	margin:0px auto;
	height:160px;
	position:relative;
	}

#header h1{
	margin:0px;
	padding:0px;
	}

#header h1 a{
	width:180px;
	height:100px;
	display:block;
	position:absolute;
	top:30px;
	background:url(/gion-mise/assets/templates/images/logo.png) no-repeat;
	text-indent:-2000px;
	overflow:hidden;
	}

/**********************************************************************************
メインメニュー
**********************************************************************************/

#mainMenu{
	width:651px;
	height:50px;
	position:absolute;
	left:249px;
	top:50px;
	}

#mainMenu ul{
	padding:0px;
	margin:0px;
	}

#mainMenu li{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	}

#mainMenu a{
	display:block;
	width:82px;
	height:50px;
	margin-left:11px;
	letter-spacing:0px;
	text-indent:-2000px;
	overflow:hidden;
	}

#mainMenu #menu1 a{
	background:url(/gion-mise/assets/templates/images/main_menu_home.png) no-repeat;
	}

#mainMenu #menu1 a:hover,
#mainMenu #menu1.active a{
	background:url(/gion-mise/assets/templates/images/main_menu_home_on.png) no-repeat;
	}

#mainMenu #menu22 a{
	background:url(/gion-mise/assets/templates/images/main_menu_news.png) no-repeat;
	}

#mainMenu #menu22 a:hover,
#mainMenu #menu22.active a{
	background:url(/gion-mise/assets/templates/images/main_menu_news_on.png) no-repeat;
	}

#mainMenu #menu4 a{
	background:url(/gion-mise/assets/templates/images/main_menu_product.png) no-repeat;
	}

#mainMenu #menu4 a:hover,
#mainMenu #menu4.active a{
	background:url(/gion-mise/assets/templates/images/main_menu_product_on.png) no-repeat;
	}

#mainMenu #menu3 a{
	background:url(/gion-mise/assets/templates/images/main_menu_shop.png) no-repeat;
	}

#mainMenu #menu3 a:hover,
#mainMenu #menu3.active a{
	background:url(/gion-mise/assets/templates/images/main_menu_shop_on.png) no-repeat;
	}

#mainMenu #menu6 a{
	background:url(/gion-mise/assets/templates/images/main_menu_factory.png) no-repeat;
	}

#mainMenu #menu6 a:hover,
#mainMenu #menu6.active a{
	background:url(/gion-mise/assets/templates/images/main_menu_factory_on.png) no-repeat;
	}

#mainMenu #menu8 a{
	background:url(/gion-mise/assets/templates/images/main_menu_blog.png) no-repeat;
	}

#mainMenu #menu8 a:hover,
#mainMenu #menu8.active a{
	background:url(/gion-mise/assets/templates/images/main_menu_blog_on.png) no-repeat;
	}

#mainMenu #menu9 a{
	background:url(/gion-mise/assets/templates/images/main_menu_contact.png) no-repeat;
	}

#mainMenu #menu9 a:hover,
#mainMenu #menu9.active a{
	background:url(/gion-mise/assets/templates/images/main_menu_contact_on.png) no-repeat;
	}

/**********************************************************************************
コンテンツ2
**********************************************************************************/

#content2{
	width:900px;
	margin:30px auto 0px;
	clear:both;
	}

#sideArea{
	width:180px;
	float:left;
	margin-right:80px;
	background:url(/gion-mise/assets/templates/images/side_area_header.jpg) no-repeat;
	padding-top:30px;
	}

#subMenu ul{
	padding:0px;
	margin:0px;
	}

#subMenu li{
	list-style:none;
	font-size:12px;
	letter-spacing:0px;
	}

#subMenu li a{
	border-bottom:#bfbfbf 1px dotted;
	display:block;
	padding:8px 5px;
	color:#333333;
	padding-left:30px;
	background:url(/gion-mise/assets/templates/images/list_mark.jpg) no-repeat 8px 12px;
	}

#subMenu li ul{
	padding-left:18px;
	}

.post2{
	width:640px;
	float:left;
	}

/**********************************************************************************
フッター
**********************************************************************************/

#footer{
	border-top:#CCCCCC 1px solid;
	height:60px;
	width:100%;
	position:absolute;
	bottom:0px;
	}

#footerContent{
	padding:10px 0px;
	width:900px;
	margin:0px auto;
	font-size:90%;
	}

#footerContent ul{
	margin:0px;
	padding:0px;
	float:right;
	}

#footerContent li{
	list-style:none;
	float:left;
	margin-left:6px;
	}

#footerContent li a{
	color:#333333;
	padding-left:25px;
	background:url(/gion-mise/assets/templates/images/list_mark.jpg) no-repeat 8px 1px;
	}

#footerContent li a:hover{
	color:#CE31C2;
	text-decoration:none;
	}

#copyright{
	letter-spacing:0px;
	}

/**********************************************************************************
捨てスペース（フッター）
**********************************************************************************/

#spacer{
	height:90px;
	clear:both;
	}

/**********************************************************************************
回り込み解除
**********************************************************************************/

.clear{
	clear:both;
	}


.invalid{
	background:#FFF0FF;
	}

.error{
	color:#CC0000;
	}


/**********************************************************************************
トップページ
**********************************************************************************/

#index #sideArea{
	background:none;
	padding-top:0px;
	}

#topImage{
	height:220px;
	background:url(/gion-mise/assets/templates/images/topimage/back_topimg_20091205.jpg) repeat-x;
	text-align:center;
	}

#topNews{
	padding-top:10px;
	}

#newsList{
	}

#blogList{
	}

#topNews dl{
	margin:10px 0px 0px;
	}

#topNews dt{
	float:left;
	width:110px;
	}

#topNews dd{
	padding:0px;
	margin:0px;
	float:left;
	margin-bottom:0.5em;
	border-left:#CCCCCC 1px dotted;
	padding-left:15px;
	}

#newsList dd,
#blogList dd{
	width:494px;
	}

#topNews h3{
	display:block;
	border-bottom:#CCCCCC 1px solid;
	font-size:120%;
	padding:5px 0px;
	clear:both;
	margin:0px;
	}


/**********************************************************************************
商品
**********************************************************************************/

#product .post2 p{
	margin:5px 0px;
	}

#product td{
	margin:0px;
	padding:0px;
	border:none;
	}

#product table{
	margin:0px auto;
	}

/**********************************************************************************
弓月のしっかい屋さん
**********************************************************************************/

#reuse td{
	margin:0px;
	padding:5px;
	}

/**********************************************************************************
工房
**********************************************************************************/

#factory td{
	margin:0px;
	padding:0px;
	border:none;
	}

#factory table{
	margin:0px auto;
	}

/**********************************************************************************
お問い合わせ
**********************************************************************************/

#contact th{
	text-align:left;
	}

#contact th,
#contact td{
	padding:5px 15px 5px 0px;
	vertical-align:top;
	border:none;
	}

#contact table{
	margin:30px 0px;
	}

/**********************************************************************************
よくあるご質問
**********************************************************************************/

#faq .post2 li{
	font-size:110%;
	font-weight:bold;
	}

#faq .post2 li li{
	font-size:90%;
	font-weight:normal;
	}

/**********************************************************************************
周辺案内
**********************************************************************************/

#gionmachi_list{
	width:900px;
	margin:0px auto;
	overflow:visible;
	}

#gionmachi_list div{
	float:left;
	margin:0px 10px 30px;
	width:430px;
	height:240px;
	}

#gionmachi_list table{
	margin:0px;
	width:430px;
	}

#gionmachi_list th{
	font-weight:normal;
	text-align:left;
	font-size:12px;
	width:80px;
	color:#999999;
	}

#gionmachi_list h3{
	font-size:14px;
	}

	
/**********************************************************************************
FC2アイコンの非表示
**********************************************************************************/

img#fc2analyzerimg_{
	display:none;
	}