/* CSS Document */
/*======================================
	1-1.Universal selector
=======================================*/
* {
margin: 0; 
padding: 0;
line-height: 1.5;
font-weight: normal;
font-style: normal;
color: #444;
}
/*======================================
	1-2.Structure Module
=======================================*/
body {
margin: 0 auto;
font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Trebuchet MS", Helvetica, sans-serif;
/* font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif; */
font-size: 13px;
*font-size: small;
font: small;
}
/*======================================
	1-3.Text Module
=======================================*/
h1,
h2,
h3 {
line-height: 1.2;
}
h1 {
font-size: 180%;
}
h2 {
font-size: 120%;
}
h3 {
font-size: 120%;
}
/*======================================
	1-4. Hypertext Module
=======================================*/
a:link {
color: #222;
}
a:visited {
color: #222;
}
a:hover {
color: #999;
}
a img {
border: none;
}
/*======================================
	1-5. List Module
=======================================*/
ul,
ol,
dl {
margin: 0;
padding: 0;
list-style-position: inside;
list-style-type: none
}
li img {
vertical-align: top;
}
/*======================================
	1-6. Forms Module
=======================================*/
fieldset {
padding: 0 10px 0.3em 10px;
border: 1px solid #eee;
background-color: #fff;
}
legend {
margin-left: 1em;
padding: 0 10px;
font-size: 90%;
}
input {
font-size: 90%;

}


a{
  text-decoration: none;
}

hr{
  margin-top: 3px;
  margin-bottom: 3px;
}

/*======================================
	追加要素
=======================================*/

.clearfix:after {  
  content: " ";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
