/*BODY全体の設定*/
body {
font-family: "ＭＳ Ｐゴシック", "Osaka"; 
font-size: 12px; 
color: #666;
background-color:#e3e3e3;
line-height: 18px;
padding: 0px;
margin: 0px;
} 

.all{
width:850px;
margin:0px auto;
}

/*エントランス画像真ん中調整*/
.ent_all{
width:600px;
margin:0px auto;
}

/*エントランスPR当用テキストリンク*/
.link{
float:left;
padding:10px 0px 10px 10px;
width:850px;
}
.link a{
font-size:11px;
font-weight:bold;
}
.link a:link{
font-size:11px;
font-weight:bold;
}
.link a:hover{
font-size:11px;
font-weight:bold;
}
.link a:visited{
font-size:11px;
font-weight:bold;
}
.link ul {
list-style-type:none;
margin:0px 10px 0px 10px;
padding:0px;
width:185px;
}
.link li {
list-style-type:none;
margin:0px;
padding:0px;
}

p { padding:0px; margin:0px;}

/*全体の文字設定*/
a {
font-size:12px;
line-height:18px;
color:#666666;
font-weight: normal;
}

a:link{
text-decoration: underline;
font-weight: normal;
color:#191142;
}
a:hover { 
color: #fcc; 
text-decoration: underline; 
font-weight: normal;
} 
a:visited { 
font-weight: normal;
}  

/*H1タグ設定*/
h1{
color:#fff;
font-size:10px;
font-weight:bold;
padding:0px;
margin:0px;
text-align:center;
}

h1 a:link{ 
color:#000;
text-decoration: underline; 
font-size:10px;
font-weight:bold;
}
h1 a:hover { 
color:#000;
text-decoration: underline; 
font-size:10px;
font-weight:bold;
} 
h1 a:visited { 
color:#000; 
font-size:10px;
font-weight:bold;
text-decoration: underline; 
} 
