/*
   Theme Name: Songle Template
   Author: isyda
   Description: made in isyda
   */

@import url("css/reset.css");
@import url("css/header.css");
@import url("css/footer.css");
@import url("css/proj.css");
@import url("css/news.css");
@import url("css/lang.css");

html,body
{
  font-family: "メイリオ","Meiryo","Lucida Grande","segoe UI","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic Pro","Verdana","Arial","sans-seri";
  line-height: 1.6em;
}

.content_wrapper
{
  margin: 0px auto 50px auto;
  padding: 0px 40px;
  min-width: 600px;
  max-width: 960px;
  }

h1
{
    font-size: 50px;
    line-height: 1em;
    margin: 60px 0px;
}

h2
{
    font-size: 28px;
    line-height: 1.4em;
    margin: 60px 0px 30px 0px;    
}

h3
{
    font-size: 16px;
    border-bottom: 1px #AAA solid;
    margin-left: 1.5em;
    margin-bottom: 1em;
    margin-top: 3em;
}

p
{
    font-size: 14px;
    margin-bottom: 1.5em;
    margin-left: 2em;
}

ul
{
    margin-left: 3em;
    margin-bottom: 1em;
}

li
{
    font-size: 14px;
    margin-left: 2em;
    list-style-type: circle;
}

table
{
    margin-left: 2em;
    font-size: 13px;
    border-top: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    border-right: 1px #CCC solid;
    margin-bottom: 2em;
}

th { color: #444;
     background: #EEE;
}
th,td { padding-right: 1em;
	padding-left: 1em;

	border-left: 1px #CCC solid;
	
 }

strong
{
    font-weight: bold;
}

