/*
columnコメント専用スタイルシート
*/


a {
text-decoration: none;		
}

a:link {
text-decoration:none;
color: #F49FA3;
}

a:visited {
text-decoration:none;
color: #959595;
}

a:active {
color: #F49FA3;
}

a:hover {
color: #F49FA3;
background-color: #CCEEFF;
}

/*columnコメント*/


.column01 {
width: 420px;		
overflow: hidden;
border-top: solid 1px #CCEEFF;
border-right: solid 1px #CCEEFF;
border-left: solid 1px #CCEEFF;
border-bottom: solid 1px #CCEEFF;
background-color: #FFFFCC;
color: #464646;
font-family: Verdana, Arial, sans-serif;
font-weight: normal;
font-size:12px;
line-height: 150%;
text-align: center;
padding: 15px 10px 15px 10px;
margin-bottom: 0px;
margin-top: 0px;
}

.column01 h4 {
color: #997766;
background-color: #FCD9C5;
background-repeat: no-repeat;
background-position: top center;
font-family: Verdana, Arial, sans-serif;
font-size:12px;
text-align: center;
font-weight: bold;	
line-height: 25px;
border-right: solid 1px #959595;
border-bottom: solid 1px #959595;
}


