body {
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
}

div {
  display: block;
}

p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

a {
overflow: hidden;
}

#header {
    border-top: 3px solid #d44;
    height: 130px;  
}

#header_sub {
    width: 950px;
margin: 0px auto;
}

#title_image {
    float: left;
width: 280px;
height: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#sub_image {
    float: right;
    padding-top: 30px;
}

#navi {
    overflow: visible;
    /position: relative;
    border-top: 1px solid rgb(229, 229, 229);
    text-align: center;
    border-bottom: 3px solid #d44;
    //float: left;
}

#navi .cuttent a {
    background: #ddd;
}

#naviList ul {
	width: 1130px;
	height: 80px;
	margin: 0px auto;
    //padding: 0;
    //list-style: none outside none;
}

#naviList li {
    width: 130px;
    float: left;
    height: 100%;
    overflow: visible;
    border-right: 1px solid #ddd;
    /box-shadow: 1px 0px 0px rgb(255, 255, 255) inset;
    /text-shadow: 0px 1px rgb(255, 255, 255);
}

#naviList li:first-child {   
    border-left: 1px solid #ddd;
    width: 200px;
}

#naviList li a {
    text-decoration: none;
    color: #333;
    padding: 20px 15px 18px;
    display: block;
}

#naviList .firstLine {
    font-weight: bold;
}

#naviList .secondLine {
    color: #c33;
display: block;
font-size: 10px;
line-height: 140%;
letter-spacing: 1px;
}


#naviList li a:hover {

}

#main {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    width: 950px;
    margin: 0px auto;
    height: 100px;
    /height: 1000px;
}

#content {
    width: 680px;
    float: right;
    text-align: left;
    
}

::selection {
background-color: #dd3333;
    color: #fff;
}


#content h2 {
text-shadow: 0 1px #ffffff;
clear: both;
font-size: 128.6%;
padding: 20px 15px 15px;
font-weight: bold;
color: #333;
border-top: 1px solid #e5e5e5;
border-bottom: 3px solid #d44;
position: relative;
line-height: 114.3%;
background: url(images/line_wh.png) left top repeat-x;
box-shadow: 0px 1px 3px rgba(0,0,0,0.20);
}

#content h3 {
text-shadow: 0 1px #ffffff;
box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
position: relative;
clear: both;
font-size: 16px;
margin: 30px 0px 20px;
padding: 10px 10px 6px;
background-color: #f4f4f4;
border-left: 3px solid #d44;
}

#content p {
    line-height: 160%;
  margin-bottom: 20px;
  padding: 0px 3px;
}

#content li {
    
}

#content strong {
    font-size: 120%;
    font-weight: bold;
}



#sidebar {
    width: 260px;
float: left;
    margin: 0;
    padding: 0;
//clear: none;
    //overflow: hidden;
}

#sidebar .widget {
margin-bottom: 20px;
}

#sidebar h2 {
	width: 220px;
	text-shadow: 0 1px #ffffff;
	clear: both;
	font-size: 128.6%;
	padding: 20px 15px 15px;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #e5e5e5;
	border-bottom: 3px solid #d44;
	position: relative;
	line-height: 114.3%;
	background: url(images/line_wh.png) left top repeat-x;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.20);
}
#sidebar h2 a {
	text-decoration: none;
	color: #333;
}

#footer{
    margin: 0px auto;
clear: both;

}

#footernavi {
    text-align: center;
}

#footernavi ul {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}

#footernavi li {
    text-align: center;
    display: inline;
    padding: 0px 10px;
    border-right: 1px solid #ccc;
}

#footernavi li:first-child {
    border-left: 1px solid #ccc;
}


#footernavi li a {
    color: #333;
    text-decoration: none;
    
}

#footer #address {
    text-align: center;
    font-size: 10px;
    padding: 5px;
}

#reading  {
	line-height: 190%;
	margin-bottom: 20px;
	padding: 0px 3px;
	font-size: 16px;
}
#content p .point {
	color: #339;
	font-weight: bold;
	font-size: 130%;
}
