@charset "utf-8";
/* 
 ページ全体のフォント設定 
*/
html {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 13px;
    line-height: 160%;
    color: #333;
}
/*
 すべてのブラウザ用に、デフォルトのマージンを取り除く。
*/
body {
    margin: 0;
}
 
/*
 IE9+用に、displayプロパティを定義。
 1. Edge, IE, Firefox用、details要素とsummary要素に「display: block;」を定義。
 2. IE, Firefox用、main要素に「display: block;」を定義。
*/
 
article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
 
/*
 IE9+用、displayプロパティを定義。
 */
 
audio,
canvas,
progress,
video {
  display: inline-block;
}
 
/* Clearfix */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
 
/* 追加マージン */
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
 
strong {
    color: #FF5722;
}
 
em {
    font-weight: bold;
    text-decoration: underline;
}

.common{
	width: 100%;
	margin: 0;
}


.line1{
	background-color: #f0f0f0;
	height: 180px;
}


#logo{
	width: 960px;
	margin: 0 auto;
}
.line2 {
    background: #263238;
}
#g_navi {
    width: 800px;
    margin: 0 auto;
}

#g_navi ul {
    display: table;
    list-style: none;
    margin: 0;
    padding: 3px 0;
}
#g_navi ul li {
    display: table-cell;
}
#g_navi ul li a {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    height: 44px;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
 
#contents{
	width: 750px;
	
	float: right;
	text-decoration: none;
}


.index{
	width: 100%;
	margin: 0;
}

.row1{
	font-size: 18px;
	font-style: bold;
    width: 960px;
    margin: 0 auto;
	text-align: center;
	
}
.row2{
	width: 960px;
	
	margin: 0 auto;
	
}
#menu{
	width: 200px;
	
	border: 1px solid blue;
	float: left;
}
#side_navi{
    margin: 0 0 26px;
}
#side_navi h2{
    margin: 0;
    padding: 10px;
	color: black;
	text-decoration: none;
    background-color: #B0BEC5;
    text-align: center;
    font-size: 16px;
}
#side_navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#side_navi ul li a{
    display: block;
    padding: 8px 12px;
	color: black;
    border: 2px dotted black;
    text-decoration: none;
}
#side_navi ul li a:hover{
    background: #ECEFF1;
}

.line3{
	height: 30px;
	margin-top: 5px;
	background-color: darkgoldenrod;
	clear: both;
}
.line3 p{
	text-align: center;
}
a{
	text-decoration: none;
}
