﻿/* 背景と配置 */
body {
 background-color: #333333;
 color:#000000;
 text-align:center;
}

#main{
 font-family: Verdana, Arial, sans-serif;
 background-color: #ffffff;
 margin: 10px auto 0px auto;
 padding: 10px 20px 20px 20px;
 width:360px;
 text-align:left;
 border: 1px solid #C2C2C2;
 font-size:small;
 line-height: 160%;
 position: relative;
}

#count{
	text-align:right;
}

table{
 border:0;
 cellpadding:0;
 cellspacing:0;
}

form{
 line-height: 250%;
}
ul{
 line-height: 120%;
 margin: 5px 20px;
}

input, select, textarea {
} 

#form1{
 margin: 10px 5px;
}

#img1{
 margin: 20px 15px 20px 15px;
 border: 0px;
}

#logo{
 margin: 0px 0px 10px 0px;
 border: 0px;
}

#copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  color: #ffffff;
  margin: 0px 0px 5px 0px;
  text-align: center;
  line-height: 100%;
  }

#mob {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  color: #666666;
  margin: 0px;
  text-align: right;
  line-height: 100%;
  }

#cm_main{
position: fixed;
top:5px;
left: 5px;
}

#cm_0{
position: absolute;
top: 0xp;
left: 0px;
} 

#cm_1{
position: absolute;
top: 0xp;
left: 55px;
} 

/*リンク*/
a:link {
 color:#0066CC;
 text-decoration: none;
}
a:visited {
 color:#0066CC;
 text-decoration: none;
}
a:active { color: #0066CC;}
a:hover { color: #006699;}


a.cop:link {
 color:#66ccff;
 text-decoration: none;
}
a.cop:visited {
 color:#66ccff;
 text-decoration: none;
}



/* 強調文字 */
h1, h2, h3 {
 margin: 0px;
 padding: 10px 0px;
 font-weight: bold;
 font-size:xx-large;
 font-family: "MS P明朝",平成明朝,serif;
 line-height: 120%;
}

