@charset "utf-8";

/** |READ ME| **************************************************************************************

"調布市せんがわ劇場"

Cascading Style Sheet Setting File
/shared/css/element.css

共通設定CSS
----------------------------------------------------------------------------------------------------

01.basic Settings
基本設定

************************************************************************************** |READ ME| **/





/** |01.basic Settings| ***************************************************************** START **/

body{
text-align: center;
margin: 5px auto;
padding: 0;
background-color: #fff;
color:#333;
font-family: "ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size:93%;
line-height:1.6em;
}


/* IE6　テーブル崩れ回避策 */
table{
font-family: "ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 93%;
line-height:1.6em;
}

h1,
h3{
padding:0;
margin: 0;
text-indent: -9999px;
font-size: 0px;
}

h1{
display: none;
}

h4{
padding:0;
margin: 0;
}

p{
padding: 0;
margin: 0;
}

fieldset,form{
border: 0;
margin: 0;
padding:0;
}

legend.kensaku{
margin: 0;
padding:0;
font-size: 0px;
text-indent: -9999px;
}

a:link,
a:visited,
a:active { 
color:#996600;
text-decoration: none;
cursor:pointer;
 }

a:hover {
color:#ff9900;
text-decoration: underline;
cursor:pointer;
 }
 
ul,
li{
padding: 0;
margin: 0;
 }

ul{
list-style:none;
}

img{
border: 0;
}


/* 文字指定　*/

.bluetext{
color: #3399cc;
}
 
.text_accent{
font-weight: bold;
} 

.text_accent2{
margin-top: 10px;
font-weight: bold;
}

.blue_accent{
color: #3399cc;
font-weight: bold;
}

.close,
.redtext{
color: #cc0000;
}

.text_small{
font-size: 86%;
font-weight: lighter;
}


/** |01.basic Settings| ******************************************************************* END **/
