/** |READ ME| **************************************************************************************

"調布市せんがわ劇場"

Cascading Style Sheet Setting File
faq/css/side.css

サイドバーFAQ用CSS
----------------------------------------------------------------------------------------------------

01.Side Navigation Setting
サイドメニューナビゲーション設定

02.Side Main Settings
サイドメイン設定

************************************************************************************** |READ ME| **/



/** |01.Side Navigation Setting| ******************************************************* START **/

#SideNavi{
width: 205px;
}

#SideNavi a img{
border:none;
}

#SideNavi ul{
list-style:none;
margin: 0;
}

#SideNavi ul li{
float: left;
margin: 0 0 6px 0;
height: 27px;
}

#SideNavi ul li a{
display:block;
}

#SideNavi a:hover img{
z-index:-1;
position: relative;
}

#SideNavi a:hover{
background-color:transparent;
}


/** |01.Side Navigation Setting| ********************************************************* END **/


/** |02.Side Main Settings| ******************************************************* START **/



div#QList h4{
background:  url(../../shared/images/icon/arrow_right.gif) no-repeat left top;
padding: 0px 0 8px 0;
margin: 0 0 5px 5px;
text-indent: 1.2em;
line-height: 125%;
font-weight: lighter;
}

/* 過去の記事一覧 タイトル*/
div#ColumnSub h3.topic{
background:  url(../images/side/header_topic.gif) no-repeat;
width: 205px;
height: 28px;
font-size:6px;
margin:0pt;
padding:0pt;
text-indent:-9999px;
border:none;
}

div#QList{
	border-bottom:1px solid #3399CC;
	margin:10px 0pt 15px;
}

div#Qlist li{
background:  url(../../shared/images/icon/arrow_right.gif) no-repeat left top;
padding: 0;
margin: 5px 0 10px 5px;
text-indent: 1.5em;
line-height: 125%;
}

div#HomeLinkTopicList,
div#HomeLink {
	font-size:93%;
	width :150px;
	background:  url(../../shared/images/icon/arrow_right.gif) no-repeat left top;
	text-indent: 25px;
    margin: 10px 0 5px 10px;
	line-height: 120%;
	padding: 0px 0 8px 0;
}

div#HomeLinkTopicList {
    margin-left: 5px;
}

/** |02.Side Main Settings| ************************************************************ START **/
